@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

h2, p
{
	padding-top:0;
	margin-top:0;
}

a
{
	color:#000;
}

img
{
	border:none;
}

#container
{
	position:relative;
	width:960px;
	margin:auto;
}

#header
{
	position:relative;
	width:960px;
	height:70px;
}

.colLeft
{
	position:relative;
	float:left;
	width:220px;
	margin-right:10px;
}

.colRight
{
	position:relative;
	float:left;
	width:730px;
}

h1
{
	position:absolute;
	top:-999px;
	left:-999px;
}

#navigation ul
{
	list-style:none;
	padding:0;
	margin:40px 0 0 0;

}

#navigation li
{
	float:left;
	font-size:1.13em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-right:3px;
}

#navigation li a
{
	margin-right:3px;
	text-decoration:none;
}

#navigation li a:hover
{
	text-decoration:underline;
}

.underline
{
	text-decoration:underline !important;
}

#social
{
	position:absolute;
	top:0;
	right:10px;
}

#dropNavContainer
{
	display:none;
	position:relative;
	clear:both;
	width:100%;
	margin-bottom:10px;
	background-color:#e8e8e8;
	background-image:url(../images/master/header/drop-fade.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#dropNav
{
	position:relative;
	width:960px;
	margin:auto;
}

.dropNavCol
{
	position:relative;
	float:left;
	padding:40px 10px 40px 10px;
	font-size:0.88em;
}

.textHeader, .textHeaderSmall
{
	position:relative;
	clear:both;
	height:30px;
	padding:10px;
	background-color:#000;
	color:#fff;
	font-size:1.63em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.textHeaderSmall
{
	height:20px;
	font-size:1em;
}

.subNav
{
	position:relative;
	float:left;
	width:200px;
	min-height:450px;
	padding:10px;
	background-color:#e8e8e8;
}

.dropNavCol ul, .subNav ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.dropNavCol li, .subNav li
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-right:3px;
}

.dropNavCol li a, .subNav li a
{
	margin-right:3px;
	text-decoration:none;
}

.dropNavCol li a:hover, .subNav li a:hover
{
	text-decoration:underline;
}

.subNav p
{
	font-size:0.75em;
	font-weight:bold;
}

.subNav p.title
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
}

#footerContainer
{
	position:relative;
	clear:both;
	width:100%;
	height:160px;
	background-color:#e8e8e8;
	background-image:url(../images/master/footer/fade.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#footer
{
	position:relative;
	width:960px;
	margin:auto;
}

.footerCol1, .footerCol2, .footerCol3
{
	position:relative;
	float:left;
	width:200px;
	padding:40px 0 0 10px;
}

.footerCol2
{
	width:220px
}

.footerCol3
{
	width:510px;
}

.footerLink
{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.footerCol2 p, .footerCol3 p
{
	font-size:0.75em;
}

#build
{
	position:absolute;
	bottom:0;
	right:0;
}
