/* CSS Document */

*{
margin: 0;
padding: 0;
}
body{
	background-color:#222;
}
/*Special*/

.headerImg {
	height: 250px;
	width: 750px;
}
.advertisement{
	float:right;
}
/* Headings */
h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#CCC;
	font-size:40pt;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#99CCCC;
	font-size:20pt;
	line-height:25px;
}

h3{
	font-family:Verdana, "Times New Roman", Times, serif;
	color:#99CCCC;
	font-weight:600;
	padding:2px 0 0 0;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#A7BDC7;
	font-size: 13pt;
}
h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	color:#A7BDC7;
	font-size:11pt;
}

/* default links */

a:link {
	background-color:transparent;
	text-decoration: none;
	color:#ffffff;
}

a:hover {
	background-color: #FFC;
	text-decoration: underline;
	color: #990;
}

a:visited {
	background-color: transparent;
	text-decoration: underline;
	color:#888888;
}
/*gifs for links*/

.external {
	background: url(../images/linkGifs/external.gif); 
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	padding-right: 10px;
}
.pdf {
	background: url(../images/linkGifs/pdf.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	padding-right: 10px;
}
.popUp {
	background: url(../images/linkGifs/popUp.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-position:right;
	padding-right: 10px;
}
/* Div tags */

#wrapper{
	width:750px;
	margin:0 auto;
}

#ident{
	float:clear;
}

#mainNav{
	width:750px;
	margin: 10px 0 10px 0;
	font-size: 90%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

	#mainNav ul{
	list-style:none;
	position:relative;
	margin: 0;
	padding: 0;
	border: none;
	}

	#mainNav li{
		display: block;
		list-style:none;
		margin: 5px 0 5px 0;
		padding: 0;
		float:left;
		width: auto;
	}

	#mainNav a:link{
		display: inline;
		width: auto;
		text-decoration: none;
		margin: 0;
		padding: 10px 5px;
	}
	#mainNav a:hover {
	background-color: #FFC;
	text-decoration: underline;
	color: #990;
	}	
	#mainNav a:visited{
		dispaly: inline;
		width:auto;
		text-decoration:none;
		margin:0;
		padding: 10px 5px;
		text-decoration: underline;
		color:#888888;
	}
	
.clear{
	float:clear both;
}

#hide{
	display: none;
}

#sideContent{
	float:left;
	width:200px;
	height:600px;
	background-color:transparent;
	color:#ffffff;
	padding:0 5px 0 0;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #777;
}
	#sideContent ul{
	font:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:14px;
	margin:0;
	padding:0;
	}
	
	#sideContent li{
	display:block;
	list-style:none;
	}
	
	#sideContent h1{
	font-size:20px;
	font-weight:300;
	padding: 8px 0 4px 0;
	color:#A4BB72;
	padding:none;
	}
	
#primaryContent a:link{
	color:#336699;
}
#primaryContent ul,li {
	list-style:none;
}
#threeColLayout #primaryContent{
	float:left;
	width:260px;
	margin: 0 0 15px 0;
	padding:0 0 0 15px;
}
#threeColLayout h4{
	padding:20px 0 0 0;
}
#twoColLayout #primaryContent{
	float:right;
	width:500px;
	margin:0 0 10px 0;
}

#secondaryContent{
	float:right;
	display: inline;
	margin: 0 0 15px 15px;
	width:245px;
}

#secondaryContent a:link{
	color:#336699;
}

#footerContent{
	clear:both;
	width:750px;
	margin: 0 0 10px 0;
	padding:50px 0 15px 0;
}
	#footerContent ul{
		float:right;
		font-family: Georgia, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:500;
		color:#FFFFFF;
		text-align:right;
	}
	#footerContent li{
		display:block;
		list-style:none;
	}

/* Boxes */
.headlineBox{
	padding: 0;
	margin: 15px 0 20px 0;
	text-align: right;
	line-height:40px;
	height:40px;
	background-color:transparent;
}
.headlineBox h1{
	line-height:50px;
}
.secondaryBox{
	padding: 0 0 5px 0;
	background-color:transparent;
}
.sideBox{
	padding: 0;
	text-align: left;
}
	
/*Paragraphs & Such*/
.smallFont{
	font-size:12px;
}

#primaryContent,#secondaryContent p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	padding:0 0 10px 0;
	font-weight:300;	
	text-align:left;
}
.onePager{
	float:left;
	margin:30px 0 0 0;
}
#twoColLayout .onePager{
	width:400px;
	float:left;
}
.onePager p {
	text-align:justify;
	padding:0 0 5px 0;
	font-size:13px;
}
.secondaryBox{
	padding:30px 0 0 0;
}
.secondaryBox p{
	padding: 5px 0 10px 0;
}
.fullsize img {
	height:100%;
	width:100%;
}
.secondaryBox img {
	height:25%;
	width:25%;
	float:left;
	padding: 0 5px 2px 0;
}

.blockQuote{
	font-size:12px;
	font-style:italic;
	list-style:none;
	padding:0 0 0 10px;
}
/*images*/
.secondaryContentImages{
	margin:15px 0 0 10px;
}
.sideImage {
	float:right;
}

