@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#FFF url(images2/bg.jpg) top repeat-x;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	color:#000;
	margin:48px 8px 0 8px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.3em;
	font-weight:normal;
	color:#000;
	margin:6px 8px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.3em;
	font-weight:normal;
	font-style:italic;
	color:#000;
	margin:12px 8px 4px 8px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-color:#333;
	line-height:1.5em;
	margin:0 8px;
	text-indent: 2em;
}
p.first{
	text-indent:0;
}
p.form{
	text-indent:0;
	margin-bottom:1em;
}
a:link, a:visited{
	color:#36F;
	text-decoration:none;
}
a:hover{
	color:#F60;
	text-decoration:underline;
}
li, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-color:#333;
	line-height:1.5em;
	margin:0 8px;
}
.floatLeft{
	float:left;
	margin:5px 20px 5px 8px;
}
.floatRight{
	float:right;
	margin:5px 20px;
}
img{
	border:0;
}

/* STRUCTURE */
#container{
	width:900px;
	height:auto;
	margin:0 auto;
	position:relative;
}
#header{
	width:900px;
	height:100px;
	margin:0;
	padding:0;
}
#logo{
	width:253px;
	height:55px;
	margin:25px 0 0 8px;
	padding:0;
	float:left;
}
#mainMenu{
	width:400px;
	height:35px;
	margin:45px 8px 0 0;
	padding:0;
	float:right;
}
#mainMenu ul{
	padding:0;
}
#mainMenu li{
	display:inline;
	font-size:12px;
	margin:0 10px;
	color:#FFF;
}
#mainMenu a:link, #mainMenu a:visited{
	color:#FFF;
	text-decoration:none;
}
#mainMenu a:hover{
	color:#FFF;
	text-decoration:underline;
}
#content{
	width:900px;
	height:auto;
	margin:0;
}
#content table{
	border:0;
	width:100%;
}
#content td{
	vertical-align:top;
}
#headline{
	width:900px;
	height:auto;
	margin:60px 0;
}
#headline h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	font-weight:normal;
	color:#000;
	margin:0 8px;
}
#headline h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:27px;
	font-weight:normal;
	color:#666;
	margin:3px 8px;
}
.copy{
	width:900px;
	height:auto;
	margin:0;
}
.details{
	width:408px;
	height:auto;
	margin:0;
	padding:5px;
	float:left;
}
.details p{
	text-align:left;
	line-height: 31px;
	color:#333;
	font-size:18px;
	text-indent:0;
	margin-bottom:0;
}
.details ul{
	padding:1px 0 0 20px;
	margin:0;
}
.details li{
	line-height: 31px;
	color:#333;
	font-size:15px;
	margin:0;
	text-indent:0;
}
.details .subtext{
	font-size:14px;
	color:#777;
	text-transform:uppercase;
	text-indent:0;
}
.splash{
	width:448px;
	height:auto;
	margin:0;
	float:right;
}
.clearColumns{
	clear:both;
}
.quote{
	width:600px;
	margin:0 auto;
	height:auto;
}
.quote p{
	margin:25px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	text-indent:0;
}
.quote img{
	border:1px solid #555;
	margin-right: 20px;
}
.quoteSource{
	color:#777;
	font-style:italic;
}

#mainContent{
	width:600px;
	height:auto;
	float:left;
}

#sidebar{
	width:290px;
	height:auto;
	float:right;
	border-left:1px solid #DDD;
}
#sidebar ul{
	padding-top:42px;
}
#sidebar li{
	list-style:none none;
	margin-left:5px;
	color:#666;
	font-size:0.9em;
	line-height:2em;
	padding:0;
}
#sidebar a:link, #sidebar a:visited{
	color:#999;
}
#sidebar a:hover{
	color:#F60;
}
	

#footer{
	width:100%;
	margin:20px auto 0 auto;
	padding:20px 0 50px 0;
	background:#AAA;
}
#footer p{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
	line-height:17px;
	text-indent:0;
}
#footer a:link, #footer a:visited{
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover{
	color:#FC3;
	text-decoration:underline;
}

	
	