/* The basic setup */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a:link {
	color: #0066CC;
	text-decoration: underline;
	font-weight: normal;
}
a:visited{
	color: #6C9AB5;
	text-decoration: none;
}
a:hover{
	color: #0066CC;
	text-decoration: none;
}
a:active{
	color: #D6845B;
}
a.arrow {
	background: url(/img/icons/arrow_round.gif) no-repeat 0px 1px;
	padding-left: 15px;
	height: 12px;
}
form {
}
input {
	margin: 0px 0px 10px;
	padding: 0px;
}
.more {
	padding-top: 10px;
}
.orange {
	color: #CC6633;
	font-weight: bold;
}
/* Used to help clear floats so that parents extend to enclose floated children */
.clear {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}
/* End of basic setup */

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/bg/bg_3col.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#content {
}

/* Defines the logo area */
#logo {
	height: 100px;
	width: 800px;
	margin: 10 0 5;
	padding: 0;
	background-color: #FFFFFF;
}
#logo h1 {
	font-size: 22px;
	color: #333333;
	margin: 0;
	padding-top: 30px;
	padding-left: 0px;
	font-weight: bold;
}
#logo p {
	font-size: 13px;
	color: #394C8D;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
	font-style: italic;
}
/* End of logo area */

/* Begin Menu */
#menu {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 800px;
	background-color: #4c6baf;
	border-right: 0px solid #e2e2e2;
	border-left: 0px solid #e2e2e2;
	}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}
#menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}
#menu li a {
	border-right: 1px solid #E2E2E2;
}
#menu li.last a {
	border-style: none;
}
#menu li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4c6baf;
	border-bottom-color: #4c6baf;
	border-left-color: #4c6baf;
}
#menu a {
	height: 22px;
	width: 99px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding-top: 8px;
	}
#menu li ul li a {
	height: 22px;
	width: 175px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	border-style: none;
	}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:hover {
	color: #FFFFFF;
	background-color: #fdd913;
	text-decoration: none;
	}
#menu a:active {
	color: #FFFFFF;
	background-color: #fdd913;
	text-decoration: none;
	}
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #4c6baf
}
/* End Menu */


/* Begin Masthead */
#masthead {
	height: 200px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	clear: both;
}
/* End of Masthead */

/* Begin Left Column */

#one {
	float: left;
	width: 150px;
	padding-right: 10px;
}
#one h1 {
	font-size: 1.4em;
	color: #333333;
	font-weight: normal;
	padding: 15px 0px 0px;
	margin: 0px;
	}
#one h2 {
	font-size: 1.3em;
	color: #333333;
	font-weight: normal;
	padding: 20px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	}
#one h3 {
padding: 15px 0px 0px;
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #C05E2D;
	line-height: 1.3em;
}
#one p {
	font-size: 1.1em;
	color: #333333;
	line-height: 17px;
	padding-top: 15px;
	margin: 0px;
	}

#one ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#one ul li ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#top a:link, #top a:visited, #top a:hover, #top a:active {
	color: #333333;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	text-transform: capitalize;
	padding-bottom: 15px;
	font-size: 1.4em;
}
#top a:hover {
	color: #CB6B3B;
}
#top ul li a:link, #top ul li a:visited, #top ul li a:hover, #top ul li a:active {
	font-size: 1.1em;
	text-decoration: none;
	color: #333333;
	text-transform: none;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px;
}
#top #current a {
	font-size: 1.1em;
	color: #0066CC;
	border-bottom: 1px solid #e3e3e3;
	position: static;
	background-color: #FFFFFF;
	width: 149px;
	margin: 0px 0px 0px -10px;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
#top ul li a:hover, #top #current a:hover {
	color: #CB6B3B;
}

#top #subul a, #top subul a:visited, #top subul a:hover, #top #subul a:active, #top #subul_current a, #top #subul_current a:visited, #top #subul_current a:hover, #top #subul_current a:active {
	font-size: 1.1em;
	color: #666666;
	background-color: #F5F5F5;
	position: static;
	border-top-style: none;
	padding: 5px 0px 5px 25px;
	width: 134px;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;

}
#top #subul_current a {
	color: #0066CC;
}
#top #subul a:hover, #top #subul_current a:hover {
	color: #CB6B3B;
}
/* End of Left Column */


/* Begin Center Column */
#two {
	width: 400px;
	float: left;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#two h1 {
	font-size: 1.85em;
	color: #333333;
	font-weight: normal;
	padding: 15px 0px 0px;
	margin: 0px;
	}
#two h2 {
	font-size: 1.5em;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px;
	}
#two h3 {
	font-size: 1.25em;
	margin: 0px;
	padding: 20px 0px 0px;
	color: #333333;
	font-weight: normal;
}
#two p {
	font-size: 1.1em;
	color: #333333;
	margin: 0px;
	text-align: left;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 0px;
	}
#two ul {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333333;
	list-style-image: url(../img/icons/dot_green.gif);
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#two ul.check {
	list-style-image: url(../img/icons/check.gif);
	line-height: 15px;
}
#two ol {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
#two blockquote, #three blockquote {
	color: #D6845B;
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
}
/* Styles for the bio pages */
#two p.name {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#two .staff1 {
	width: 100px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
#two .staff2 {
	width: 280px;
	float: left;
	clear: right;
	margin: 20px 0px;
	padding: 0px;
}
#two p.job {
	font-style: italic;
	margin: 0px 0px -5px;
	padding: 0px;
	clear: right;
}
#two .email {
	margin: 0px;
	padding: 5px 0px 0px;
}
/* End of bio styles */
#two table {
	margin: 15px 0px 0px;
	padding: 0px;
}
/* These style control the 3 column layout used on some pages within the main content area */
#two .threecol-container {
	width: 400px;
	float: left;
	clear: both;
}
#two .threecol-1 {
	clear: left;
	float: left;
	width: 120px;
	padding-right: 5px;
}
#two .threecol-2 {
	float: left;
	width: 130px;
	padding-right: 5px;
}
#two .threecol-3 {
	float: left;
	width: 140px;
}
#two .threecol-1 h3, #two .threecol-2 h3, #two .threecol-3 h3 {
	margin: 0px;
	padding: 15px 0px 0px;
}
#two .threecol-1 ul, #two .threecol-2 ul, #two .threecol-3 ul {
	margin: 10px 0px 0px;
	padding: 0px;
}
#two .threecol-1 li, #two .threecol-2 li, #two .threecol-3 li {
	line-height: 1.3em;
}
/* These styles control the 2-column layout used on some pages with the main content area */
#two .twocol-container {
	width: 400px;
	float: left;
	clear: both;
}
#two .twocol-1 {
	float: left;
	width: 190px;
	padding-right: 10px;
}
#two .twocol-2 {
	float: left;
	width: 190px;
}
/* End of Center Column */


/* Beginning of Right Column */
#three {
	width: 200px;
	color: #555555;
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
}
#three h1 {
	font-size: 1.4em;
	color: #333333;
	font-weight: normal;
	padding: 15px 0px 0px;
	margin: 0px;
	}
#three h2 {
	font-size: 1.3em;
	color: #333333;
	font-weight: normal;
	padding: 20px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	}
#three h3 {
	margin: 15px 0px 0px;
	padding: 15px 0px 0px;
	font-size: 1.4em;
	font-weight: normal;
	border-top: 1px solid #e2e2e2;
}
#three p {
	font-size: 1.1em;
	color: #333333;
	line-height: 15px;
	padding-top: 10px;
	margin: 0px;
	}
#three ul {
	padding: 10px 0px 0px 5px;
	margin: 0px;
	list-style-image: url(/img/icons/dot_green.gif);
	line-height: 18px;
	font-size: 1.1em;
}
#three ul li {
}
#three blockquote {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
	font-size: 1.1em;
	color: #C05E2D;
	line-height: 1.3em;
}
.cta {
	margin: 0px;
	padding: 25px 0px 15px;
	display: block;
}
.ctaimg {
	float: left;
	margin-right: 3px;
}
#two .quote-name, #three .quote-name {
	font-size: 1.1em;
	margin: 8px 0px 0px;
	padding: 0px;
}
.cta h2 {
	color: #666666;
	font-size: 12px;
	margin: 0px 0px 5px;
	padding: 0px;
	display: inline;
	font-weight: normal;
}
/* End of Right Column */

/* footer */
#footer {
	margin: 15px auto 0px;
	padding: 0px;
	width: 800px;
	border-top: 1px solid #e3e3e3;
	background-color: #FFFFFF;
}
#footer p {
	color: #666666
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #666666;
}
/* End of Footer */

