/**********************
GLOBAL STYLES
***********************/

* {margin:0; padding:0;}

body {
	background:#fff;
	margin:0;
	padding:0;
}

p {margin-bottom: 1.0em;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 {margin-bottom:10px;}	

/**********************
 OVERALL LAYOUT
***********************/


#skiptomain {
	display: none;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	font-size: 0.9em;
	}

	#masthead {
		background: #ded url(images/mastheadback.gif) top center;
		padding:0;
		margin:0 auto;
		}

		#branding {
			width:760px;
			height: 120px;
			padding:0;
			margin:0 auto;
			}
			
			#logo {
				width:250px;
				float: left;
				}
			
			
			#fadingwords {
				width:400px;
				float: right;
				padding-top: 80px;
				text-align: right;
				}
				


	#featurebar {
		background: url(images/featurebarback.gif) repeat-x top center;
		padding:0;
		margin:0 auto;
		}
		
		#topnavbar {
			padding-top:10px;
			height:20px;
			width:760px;
			margin:0 auto;
			}
			
			#topnav {
				width:600px;
				float: left;
				}
			
			
			#date {
				width:160px;
				float: right;
				text-align: right;
				}

		#systemfeatures {
			width:760px;
			margin:0 auto;
			}
			
			
			#featurestext {
				width:530px;
				float: left;
				padding-top: 15px;
				}
				
			#featuresimage {
				width:230px;
				float: right;
				}


	#page {
		background: #fff;
		padding:0;
		margin:0 auto;
		}

		#pagecontent {
			width:760px;
			padding:0;
			margin:0 auto;
			}
			
			#pagecontentleft {
				width:390px;
				float: left;
				padding: 0 0 10px 0;
				}
				
			#pagecontentright {
				width:340px;
				float: right;
				padding: 0 0 10px 0;
				}
			

	#footer {
		background: #c91;
		padding:0;
		margin:0 auto;
		}

		#footercontent {
			width:760px;
			padding:20px 0px;
			margin:0 auto;
			}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/*****************
 FONTS
 *****************/

#date { font-size: 0.8em; color: #fff; }
#fadingwords { font-size: 1.6em; color: #fff; }
#pagecontent { font-size: 0.9em; color: #000; line-height: 1.7em; }
#footercontent { font-size: 0.8em; color: #000; line-height: 1.7em; }

/*****************
 LINKS
 *****************/

#pagecontent a:link{ color: #073; text-decoration: underline }
#pagecontent a:visited{ color: #073; text-decoration: underline }
#pagecontent a:hover{ color: #053; text-decoration: underline }

#footer a:link{ color: #fff; text-decoration: none }
#footer a:visited{ color: #fff; text-decoration: none }
#footer a:hover{ color: #fff; text-decoration: underline }


/*****************
 TOP NAV LIST
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
	width: 600px;
}

#topnav ul li {
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 10px;
	display: inline;
}

#topnav ul li a {
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	color: #c91;
	text-decoration: none;
}

/*****************
 NO MARGIN UL
 *****************/

UL.nomargin {
	margin: 0px 0px 10px 0px;
	padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}


/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.6em; display: block; color: #053; font-weight: normal; ;}
h2 { font-size: 1.1em; color: #333; display: block; }


/*****************
 FORMS
 *****************/

form.inline { display:inline; }

input.searchinput {
	border: 1px solid #999;
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	width: 100px;
	color: #000;
	float: left;
}

input.searchsubmit {
	border: 1px solid #000;
	background-color: #333;
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 11px;
	color: #fff;
	float: left;
	margin-left: 4px;
	text-align: center;
	width: 30px;
}

/*****************
 PARAGRAPHS
 *****************/
 
 p.intro { font-size: 1.2em; font-weight: normal; }

/*****************
 DIVS
 *****************/
 
 .bordered { padding: 5px; border: 1px solid #073; }
 
 
/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

