@charset "utf-8";
/* Basic Styles */

body {
	background-image: url(/Images/PageBG.gif);
	color:#2f2f2f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a, a:link, a:visited {
	color:#0071a3;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#ff7800;
}

h1 {
	color:#2f2f2f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:100;
	margin:0;
	padding:0 0 15px 0;
}



/* Primary Layout */

#Container {
	background:#f2f2f2;
	margin:50px 0 0 0;
	width:100%;
}

#Content {
	padding:0 0 50px 0;
	margin:auto;
	width:925px;
}



/* Header */

#Header {
	margin:auto;
	padding:25px 25px 50px 25px;
	width:800px;
}

#Header .Tour {
	color:#ff7800;
	float:right;
	font-size:16px;
	text-align:center;
}

#Header a, #Header a:link, #Header a:visited {
	color:#ff7800;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#Header a:hover {
	color:#2f2f2f;
}



/* Left and Right Content */

#Left {
	float:left;
	width:200px;
}

#Right {
	margin:0 0 0 275px;
	width:650px;
}

#Left p.Active {
	background:url(/Images/MenuBG_Active.png) top left no-repeat;
	color:#fff;
	font-size:16px;
	height:44px;
	margin:0;
	padding:7px 10px 0 0;
	text-align:right;
	width:190px;
}

#Left p.Active a, #Left p.Active a:link, #Left p.Active a:visited {
	color:#fff;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#Left p.Active a:hover {
	color:#fff;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#Left p.NonActive {
	background:url(/Images/MenuBG_NonActive.png) top left no-repeat;
	font-size:16px;
	height:44px;
	margin:0;
	padding:7px 10px 0 0;
	text-align:right;
	width:190px;
}

#Left p.NonActive a, #Left p.NonActive a:link, #Left p.NonActive a:visited {
	color:#2f2f2f;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#Left p.NonActive a:hover {
	color:#ff7800;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#Right .Lead {
	font-size:19px;
	line-height:36px;
}

#Right p {
	font-size:16px;
	line-height:24px;
	padding:0 0 0 15px;
}

#Right .Highlight {
	background-color:#e3f70a;
}

#Right .BoldOrange {
	color:#ff7800;
	font-weight:bold;
}

#Right .Green {
	color:#009900;
}

#Right .Headshot {
	border:1px #ff7800 solid;
	float:left;
	margin:0 15px 15px 0;
}



/* Footer */

#Footer {
	color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
	padding:0 0 25px 0;
	text-align:right;
	width:925px;
}

#Footer a, #Footer a:link, #Footer a:visited {
	color:#fff;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
}

#Footer a:hover {
	color:#ccc;
}

#FooterMenu {
	background:#e9e9e9;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
}

#FooterMenu .Links {
	margin:auto;
	padding:10px;
	text-align:center;
}


/* Form */

.cssform p{
width: 600px;
clear: left;
margin:0 auto 0 auto;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
padding:0 5px 0 0;
font-size:14px;
font-weight: bold;
float: left;
text-align:right;
margin-left:-50px;
width: 300px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}



/* Miscellaneous Styles and Hacks */

.clear { clear: both; }

