/* CSS Document */
body {
	margin:0px;
	padding:0px;
}

.clear {
  clear:both;
}

.darkblue {
	color:#00378d;
}

.darkbluelink {
	color:#00378d;
	text-decoration:underline;
	cursor:pointer;
}

.red {
	color:#f82828;
}

#wrapper {
	width:955px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#headwrap {
	width:955px;
	height:350px;
	padding:0px;
	margin:0px;
	background-image:url(../images/headerBG.gif);
}

#header {
	width:955px;
	height:162px;
	padding:0px;
	margin:0px;
}

#header h1 {
	font-family:times;
	font-size:3.0em;
	font-weight:normal;
	padding: 40px 0px 0px 40px;
	margin:0px;
	float:left;
}

#header img {
	padding: 20px 50px 0px 0px;
	margin:0px;
	float:right;
}

#nav {
	float:left;
	width:184px;
	height:182px;
	padding:0px;
	margin:0px;
}

#nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#nav li {
	padding:0px;
	margin:0px;
	line-height:110%;
	margin:0px 0px 1px 0px;
}

.selectNav {
	background-color:#7898C7;
	border-left:1px solid #00378B;
	border-top:1px solid #00378B;
	border-bottom:1px solid #00378B;
	background-image:url(../images/selectedLink.gif);
	background-repeat:no-repeat;
	width:181px;
	text-align:right;
}

.selectNavTxt {
	color:#ffffff;
	margin-right:20px;
}

.unselectNav {
	border:1px solid #D1C6B4;
	width:165px;
}

.expandNav {
	width:179px;
	/* background-color:#7898C7;
	border-left:1px solid #00378B;
	border-top:1px solid #00378B;
	border-bottom:1px solid #00378B;
	border-right:0px; */
}

.shrinkNav {
	width:165px;
	/* background-color:#ffffff; 
	border:1px solid #D1C6B4; */
}

#nav a {
	font-family:sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	padding:0px;
	margin:0px 0px 0px 6px;
	color:#00378d;
	display:block;
	height:20px;
	/* Dirty hack for internet explorer 6 and 7 */
	#height:19px;
	_height:19px;
}

#headpic {
	float:right;
	width:771px;
	height:185px;
	padding:0px;
	margin:0px;
}

#subnav {
	width:955px;
	height:24px;
	padding:0px;
	margin-top:10px;
	border-top: 2px solid #FF999A;
	border-bottom: 2px solid #7798C5;
}

#subnav ul {
	padding: 2px 0px 0px 0px;
	margin:0px;
}

#subnav li {
	display:inline;
	margin:0px 10px 0px 10px;
	padding:0px;
}

#subnav a {
	font-family:sans-serif;
	font-size:0.8em;
	color:#666666;
	text-decoration:none;
}

#subnav a:hover {
	text-decoration:underline;
}

#contentwrap {
	padding:0px;
	margin:10px 0px 10px 0px;
}

#contentleft {
	float:left;
	width:305px;
	padding:10px;
	margin:0px;
}

#contentleft img {
	padding:0px;
	margin:0px 0px 10px 0px;
	border:none;
}

#contentright {
	float:right;
	width:610px;
	padding:10px;
	margin:0px;
}

#contentright h2 {
	font-family:sans-serif;
	font-weight:normal;
	font-size:1.3em;
	color:#666666;
	padding:0px;
	margin:0px;
}

#contentright p {
	font-family:sans-serif;
	font-size:0.8em;
	color:#666666;
	padding:0px;
	margin:10px 0px 10px 0px;
}

#contentright li {
	font-family:sans-serif;
	font-size:0.8em;
	color:#666666;
}

#contentright li a {
	color:#666666;
	text-decoration:none;
}

#contentright li a:hover {
	text-decoration:underline;
}

#footer {
	width:100%;
	height:24px;
	padding:0px;
	margin:0px 0px 20px 0px;
	text-align:center;
	border-top: 2px solid #7798C5;
	border-bottom: 2px solid #FF999A;
}

#footer p {
	font-family:sans-serif;
	font-size:0.7em;
	color:#666666;
	padding: 5px 0px 0px 0px;
	margin:0px;
}

#footer a {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.mootest1 {
	font-size:2.0em;
}

.mootest2 {
	font-size:5.0em;
}

#contactform div {
	clear:both;
	width:346px;
	margin-bottom:4px;
}

#contactform a {
	font-family:sans-serif;
	font-size:0.7em;
	color:#666666;
}

#contactform div label {
	float:left;
	width:100px;
	font-family:sans-serif;
	font-size:0.7em;
	color:#666666;
}

#contactform div input {
	width:240px;
}

#contactform div textarea {
	width:240px;
	height:64px;
}

#contactform .submit {
	width:80px;
	font-family:sans-serif;
	font-size:0.7em;
}

#contactform .labelspacer {
	float:left;
	width:100px;
}

.vidlink {
	cursor:pointer;
	color:#0000ff;
	text-decoration:underline;
}