/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

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

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

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

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

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

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

ul{
 list-style-type: none;
margin: 0;
padding: 0;
}

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: #334d55;
}



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

#masthead{
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 20%;
	margin: 5px;
	padding:0px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:right;
	width: 20%;
    background-color: #fffff;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 2px 10px;
border-bottom 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 85%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 85%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



/************* .caption ***************/

.caption {width:500px; margin:0 auto 20px;} /*------will center it and leave 20px spacing for the next one----*/
.caption p{padding:10px 0; font-style: italic;} /*------will leave 10px spacing between the text and the image----*/ 

.caption2 {width:425px; margin:0 auto 20px;} /*------will center it and leave 20px spacing for the next one----*/
.caption2 p{padding:10px 0; font-style: italic;} /*------will leave 10px spacing between the text and the image----*/ 

.caption3 {width:360px; margin:0 auto 20px;} /*------will center it and leave 20px spacing for the next one----*/
.caption3 p{padding:10px 0; font-style: italic;} /*------will leave 10px spacing between the text and the image----*/ 

.caption4 {width:240px; margin:0 auto 20px;} /*------will center it and leave 20px spacing for the next one----*/
.caption4 p{padding:10px 0; font-style: italic;} /*------will leave 10px spacing between the text and the image----*/ 

.caption5 {width:640px; margin:0 auto 20px;} /*------will center it and leave 20px spacing for the next one----*/
.caption5 p{padding:10px 0; font-style: italic;} /*------will leave 10px spacing between the text and the image----*/ 



/************* #searches styles ***************/

#searches{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#searches form{
 margin: 0px;
 padding: 0px;
}

#searches label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

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

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

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

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

#sectionLinks ul{
 list-style-type:none;
 margin: 0px;
 padding: 0px 0px 0px 7px;
 <!--text-indent: 1em;-->
}

/*********** #sidebar styles ***********/

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

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

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

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

#eventext {
	font-size: 75%;
}
/*********** .relatedLinks styles ***********/

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

.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: 80%;
}

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

/* ARTICLE COMMENTS */

#comments
 { 
}

#comments h6, #comment-form h6 {
	font-family: Arial, sans-serif;
	text-transform:uppercase;
/*	border-bottom:1px solid #aaa;*/
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	padding-bottom:5px;
	margin:25px 0 0 10px;
}

#comments dl {
	padding:0;
	margin:0;
}            

#comments dl dt  {
	font-family: Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;   
}

#comments .comment-date {
	float:right;
	font-family: Arial, sans-serif;
	font-size:11px;
}

#comments .posted-by {text-transform:none;}

#comments dl dd {
	margin:15px 0 0 0;
	font-size:14px;
	line-height:18px;
}

#comments .comment-content {
	margin-bottom:15px;
	width:99%;
	padding:15px;
}

#comments .even {background-color:#eee;}

#comment-form {

}           

#comment-form h6 {
	
}   

fieldset#comment-form-field {
	background-color:#eee;
	border:1px solid #ccc;
	margin:25px 0 25px 0;
	padding:10px 0 10px 25px;
}

fieldset#comment-form-field label {
	font-size:12px;
	font-family: Arial, sans-serif;
	color:#111;
}

form#comment-form-form {
	float:left;
	width:50%;
	clear:left;
}

#disclaimer {
	float:right;
	width:35%;
    clear:left;
	margin:30px 35px 0 0;
}

#disclaimer p {
	font-family: Arial, sans-serif;
	font-size:11px; 
	padding-left:15px;
}

/* Login Form */

#login-form {
	margin-top:15px;
        margin-left: 15px;
}

#login-form h4 {
	font-size:26px;
	font-weight:normal;
	margin:0;
	line-height:24px;
	padding:0 0 10px 0;
	
}

fieldset#login-form {
	background-color:#eee;
	border:1px solid #ccc;
	margin:25px 0 25px 0;
	padding:10px 10px 10px 25px;
}

fieldset#login-form label {
	font-size:12px;
	font-family: Arial, sans-serif;
	color:#111;
}

fieldset#login-form-form {
	float:left;
	width:50%;
	clear:left;
}

fieldset#login-form .forgot-password {font-size:12px;}