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

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

body{
	font-family: Arial,sans-serif; 
	background-color: #FDFDFD;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
p { text-align:left;
}
a{
	color: #CC3300;
	text-decoration: none;
}

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

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

a:hover{
	color: #669900;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1{
  font-size: 14pt;
  color: #CC6633;
}

h2{
 font-size: 16pt;
 color: #669900;
}
h3{
 font-size: 14pt;
 color: #669900; 
}

h4{
 font-size: 12pt;
  color: #669900;
}
h5{
 font-size: 12pt;
 color: #CC0033;
}
h6{
 font-size: 10pt;
 color: #CC0033;

}

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: #99FF00;
}


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

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

#navBar{
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	background-color: #CC6633;
	border-right: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
}

#headlines{
  float:right;
	width: 15%;
	border-left: 1px solid #CC6633;
	border-bottom: 1px solid #CC6633;
	padding-right: 10px;
}

#content{
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-position: center;
}

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

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


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

#globalNav{
	color: #FFFFFF;
	width: auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	background-position: center;
	text-align: center;
	vertical-align: middle;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
#globalNav a:hover
 {
	font-size: 90%;
	padding: 0 4px 0 0;
	color:#000000;
	text-decoration: none;
	
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6633;
	
}

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

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


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

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


.feature h2{
	font-color:#669900;
    size: 16px;	
	padding: 10px 0px 0px;
	text-align: left;
}
.feature h3{
	font-color:#669900;
    size: 14px;	
	padding: 10px 0px 5px;
	text-align: center;
}

.feature h4{
	font-color:#669900;
    size: 12px;	
	padding: 10px 0px 0px;
	text-align: left;
}
.feature h5{
	font-color:#CC9966;
    size: 12px;	
	padding: 10px 0px 5px;
	text-align: center;
}
.feature h6{
	font-color:#CC9966;
	padding: 10px 0px 0px;
	text-align: left;
	color: #CC0033;
}

.feature img{
	float: left;
	padding: 0px;
	
}
.feature ul{
       list-style-type:circle; 
}



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

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

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


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

#siteInfo{
	font-size: 75%;
	color: #33CC66;
	clear: both;
}

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


/************* #search styles ***************/

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

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

#search 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 #CC6633;}

/* 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;
    background-color: #FFD1A4;
	border-bottom: 1px solid #CC6633;
	font-size: 90%;
}

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

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

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


/*********** .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: 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;
}
#siteInfo p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 5px;
}
#feature h2 {
	margin: 5px;
}


.cranbold {
	font-weight: bold;
	color: #CC0033;
}

.okblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: normal;
	color: #000000;
}
#picright {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
hr {
	color: #669900;
}
.underline {
	text-decoration: underline;
}

.cb {
	clear: both;
}
.flcb {
    float:left;
	clear: both;
}


.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.larger {
	font-size: larger;
}
.loudtalk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
.loudtalk_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color:#669900;
	font-weight: bold;
}
.mellowOrange {
	color: #FF9933;
}
.floatright {
     float:right;
	 margin: 0 0 10px 10px
}
#mainHolder {
	width: 900px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	
}
