/* copyright Sam Lacey 2005 please do not reproduce without permission samdlacey@gmail.com */

/* 	filename: 3ColNavTop.css
	date created: 03/04/2005
	last modified: 01/09/2005
	description:  CSS code for every aspect of the web page it is attached to. Centre aligned News layout / white background */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Times Roman;
	color: #222222;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #E4E6E7;
}

/*******  link styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 130% Times Roman;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 135% Times Roman;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 140% Times Roman;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Times Roman;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Times Roman;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
font.small{
padding: 5px 0px 5px 10px;
	font: small Times Roman;
	color: #000000;	
	text-align:left;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Times Roman;
 color: #334d55;
}
				
input{
font-family: Times Roman;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pageCell{
	position:absolute;
	top: 235px;
	left: 10%;
	right: 10%;
	width: 800px;
	background-color: #ffffff;
	border-top:1px solid #cccccc;
             
}               

#mastHead{
	position: absolute;
	top: 0px;
	left: 10%;
	width: 800px;
	text-align:center;
}

/***********************************************/
/* Level One Component Divs                   */
/***********************************************/

/* mastHead components */

#sectionLinks{
	margin: 0px;
	padding: 5px;
               background-color:#DBDEFF;
	background-image: none;
              font-size:12pt;
              
}

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;	
	text-align:left;
}

#pageName{
	padding:8px 8px 8px 8px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	text-align:left;
}

/* pageCell Components */

#leftContent{
	float: left;
	width:320px;
	height:1000px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	margin-right:1%;
	overflow: visible;
              font-size:12pt;
	
}


#rightContent{
	float: left;
	width:320px;
	height:1000px;
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
              overflow: visible;
	font-size:12pt;
             
}

#menubar{
	float:right;
	background-color: #FFFFFF;
	width:14%;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:center;
	display:block;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #aaaaaa;
	font-size: small;
	color: #aaaaaa;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#twocol{
	float: left;
	width:64%;
	height:1000px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	margin-right:1%;
	overflow: visible;
}

#leftContent object, #rightContent object, #twocol object{
	float:left;
	padding-right:10px;
}

#leftContent img, #rightContent img, #twocol img{
	float:left;
	padding-right:10px;
}
/***************************************************
**             End of L1 Component Divs            **
***************************************************/


/************ sectionLinks styles **************/

#sectionLinks h3{
	padding: 10px 0px 1px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
              background-color:#DBDEEE;
	background-image: none;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}



/************** pageName styles ****************/

#pageName h2{
	font: bold 175% Times Roman;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName h3{
	font: bold 100% Times Roman;
	color: #000000;
	margin:0px;
	padding: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/*************** pageName > search styles *****************/

#search{
	float:right;
	right: 5px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/******************************************************/
/*      Left and Right Contents divs and styles      */
/******************************************************/

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Times Roman;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Times Roman;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Times Roman;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storytop{
background-color:#DBDEEE;
background-position:left center;
text-indent:15px;
font-size:14px;
font-weight:bold;
padding:5px 5px;
}

td.storyLeft{
	padding: 10px;
}

img.menu{
	padding: 2px;
	}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #aaaaaa;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/********************* end **********************/
