/***********************************************/
/* w3c.css                                     */
/* Use with independentjourney.com             */
/***********************************************/

/***********************************************/
/* HTML tag styles  - Standard                  */
/***********************************************/ 


body{
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align:left;
}


a, a:link, a:visited{
	color: #1d469d;
	text-decoration: none;
}


a:hover{
	color: #1d469d;
	text-decoration: underline;
}

h1{
 font-family: Tahoma ,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Tahoma ,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 	font-family: Tahoma ,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 	font-family: Tahoma ,Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

h5{
 font-family: Tahoma ,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame {
	width:773px;
	margin-right:auto; 
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	padding-bottom: 1px;
	background: #ffffff;
		}

#masthead{
	padding-bottom: 3px;
	width: 760px;
}

#leftbar{
	width: 160px;
	background: #ffffff;
	padding: 0 0 0 5px;
	margin: 0 5px 0 0;
}

#homecontent{
	float: left;
	width: 760px;
	padding: 0px 0px 0px 0px;
}

#content{
	float: left;
	width: 773px;
	padding: 0px;
	background: #ffffff;
	margin: 0px;
}


/***********************************************/
/* Breadcrumb                                */
/***********************************************/

/************* #breadCrumb Container *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px;
	width: 595px;
	margin: 0px 5px 5px 0; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: right;
}

#breadCrumb #trail a, a:link, a:visited{
	color: #1d469d;
	text-decoration: none;
}


#breadCrumb #trail a:hover{
	color: #1d469d;
	text-decoration: underline;
}




/************** .feature styles ***************/
.promogrid{
width: 760px;
}

.promo1{
	width:180px;
	padding: 0px 5px 0px 0px;
	font-size: 12px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float:right;
}

.promo2{
	width:180px;
	padding: 0px 5px 0px 10px;
	font-size: 12px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float:right;
}

/************** .story styles *****************/

.hub{
	clear: both;
	padding: 5px 5px 15px 5px ;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.hub p{
	padding: 0px;
}

.story .hub img{
	padding: 0px 10px 0px 0px;
	float: left;

}
/************ story *************/
.story{
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	margin: 0 5px 10px 0;
	border: 1px solid #cccccc;
	background-color: #f2f3f7;
	width: 573px;
	float: right;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story h3{
	padding: 0px 0px 0px 0px;
}

.story h4{
	padding: 0px 0px 0px 0px;
}

.story img{
	padding: 10px 0px 10px 10px;
	float: right;
}

/************* #addthis styles *************/

#breadCrumb #trail #addThis{
	float: right;
}

.story #addThisShare{
	float: left;
	width: 100%;
}


/************* #siteInfo styles ***************/

#footer{
	clear: both;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	/* width: 760px; */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #154d9a;
	border-right-color: #154d9a;
	border-bottom-color: #154d9a;
	border-left-color: #154d9a;
	margin: 5px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding-top: 280px;
	padding-bottom: 10px;
	text-align: left;
}

#advert img{
	display: block;
	text-align:center;
}

#advertbottom{
	padding: 10px;
	text-align: center;
	}
	
#advertleft{
	padding: 0px 0px 10px;
	text-align: center;
	}
	

/************** #headlines styles **************/


#headlines{
	margin: 0px;
	padding: 0px 8px 10px 8px;
	font-size: 80%;
	text-align: left;
	height: 200px;
	border: 1px solid #CCCCCC;
}

#headlines p{
	padding: 0px 0px 5px 0px;
}

#headlines a{
	text-align: right;
}

#headlines img{
	padding-top: 10px;
}

#contact{
	width: 265px;
	float: right;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 10px;
}


#homebullets{
	font-size:12px;
	text-align:left;
	padding-left: 20px;
	font-family: Arial,sans-serif;
	}
	

.heading{
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
float: right;
margin: 0 5px 0 0;
}

#podleft{
	border: 1px solid #cccccc;
	background-color: #f2f3f7;
}

#podleft p{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 0 10px 0 10px;
}

#podleft ul li{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 0 10px 0 10px;
}

#podleft h3{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 10px 10px 0 10px;
}

#podright{
	border: 1px solid #cccccc;
	background-color: #f2f3f7;
}

#podright p{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 0 10px 0 10px;
}

#podright ul li{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 0 10px 0 10px;
}

#podright h3{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 10px 10px 0 10px;
}

#promohome{
		background:url(../../images/homebanner.gif);
		height: 200px;
		border: 1px solid #cccccc;
}

#promohome p{
		font-family: Tahoma, Arial, sans-serif;
		font-size:12px;
		padding: 40px 12px 10px 415px;
		text-align: justify;
		line-height: 18px;
}

#twitterhome{
		border: 1px solid #cccccc;
}

#bloghome{
		border: 1px solid #cccccc;
}
