/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
width:750px;
margin-left:auto;
margin-right:auto;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Arial,sans-serif;
	color: #333333;
	line-height: 1.6;	
	padding: 0px;
}
a{
	color: #00A3CA;
	text-decoration: none;
}
a:link{
	color: #00A3CA;
	text-decoration: none;
}
a:visited{
	color: #00A3CA;
	text-decoration: none;
}
a:hover{
	color: #004E61;
	text-decoration: underline;
}
h1{
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-weight:bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h2{
 font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
 font-size: 125%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h3{
 font-family: 'Trebuchet MS',Arial,sans-serif;
 font-size: 100%;
 color: #110069;
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: 'Trebuchet MS',Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font-family: 'Trebuchet MS',Verdana,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: 70%;
 color: #fff;
}
form#frmMailingList { 
 color: #000000; 
 display:inline;
}
#frmMailingList .text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 70%; 
 width: 100px; 
 margin-right: 6px; 
}
#frmMailingList .buttons { 
 display: none;
}
blockquote	{
	padding: 2px 2px 2px 10px;
	margin-left: 20px;
	border: 0;
	border-left: 1px dotted #ccc;
	background-color:#fff;
	width:80%;
	}
blockquote p	{
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	text-align: justify;
	line-height: 150%;
	font-size: small;
	font-weight:bold;
 	color: #FF9900; 
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	display: none;
}
#navBar{
	display: none;
}

#headlines{
	display: none;
}

#content {
	float: left;
	width: 85%;
  margin: 0px 0px 0px 5px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#siteName img{
	margin: -4px 0px 0px 0px;
}
#separator{
	display: none;
}
#separator img{
	padding: 0px 0px 0px 10px;
}
#dailyVerse{
	background-color: #EFEFEF;
	font-size: 100%;
	padding: 4px;
	border: 1px dashed #666666;


}

/************* #globalNav styles **************/

#globalNav {
float:right;
padding: 10px 10px 0px 10px;
	font-size: 70%;
	color: #FFF;
	text-align:right;
}

}
#globalNav img {
 display: block;
}

#globalNav a {
	padding: 0 4px 0 0;
	}
#globalNav a:hover {
	color: #C3DC09;
}
#fastFood {
	width: 370px;
	padding: 15px 15px 15px 15px;
	background-color: #FFF;
	border-style: solid;
	border-width: 2px;
	border-color: #FF9900;
	font-size: 70%;
}
#fastFood h1 {
	margin-bottom: -10px;
}
#fastFood img {
	float:right;
	padding: 0px 0px 5px 5px;
}		

/*************** #pageName styles **************/

#pageName {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	clear:both;
}

/************* #breadCrumb styles *************/

#breadCrumb {
	display: none;
}

/************** .feature styles ***************/

.feature {
	display: none;
}
.feature h3 {
	display: none;
}
.feature img {
	display: none;
}

/************** .story styles *****************/

.story {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story img {
	/*float: left;*/
	padding: 0px 0px 0px 0px;
	/*padding: 20px 20px 20px 0px;*/
}
.storyRight {
	float:right;
	width:49%;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	background-color:#ffffff;
}
.storyRight p {
	padding: 0px 0px 0px 0px;
}
.storyRight h2 {
	margin: 0px 0px -15px 0px;
}
.storyLeft {
	float:left;
	width:49%;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	background-color:#ffffff;
}
.storyLeft p {
	padding: 0px 0px 0px 0px;
}
.storyLeft h2 {
	margin: 0px 0px -15px 0px;
}
.new {
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:90%;
	font-weight:bold;
	display:inline;
	padding:2px;
	margin: 0px 5px 0px 0px;
	border:1px 1px 1px 1px;
	border-color:#FFFFFF;
}

/************* #siteInfo styles ***************/

#siteInfo {
	display: none;
}
#siteInfo img {
	display: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	
	display: none;
}

/*********** #navTop styles ***********/

#navTop{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	border-bottom: 1px solid #FFF;
	font-size: 80%;
	color:#CCCCCC;
	left: 2px;
}
#navTop h3{
	padding: 10px 0px 2px 10px;
}
#navTop a, a:visited  {

}
#navTop a:hover{
	color: #C3DC09;
	text-decoration: none;
}
#navTop .buttons {
display: none;
}

/************** # Extra stuff from http://css.maxdesign.com.au/listamatic/vertical08.htm to make rollover
work on the full width rather than just over the text **************/

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	background-color:#eee;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}
#advert img{
	display: block;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 70%;
}
#headlines p{
	padding: 5px 0px 5px 0px;
}
