
/* ----------------------------------------Tag Based Styles----------------------------------------*/

body {
	font: small Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #336699;
}

a:visited {
	color: #1E3F60;
}

a:hover {
	color: #661111;
}

acronym{
	border-bottom: 1px dashed #AAAAAA;
	cursor: help;
}

dt {
	color: #336699;
	font-weight: bold;
}

dd {
	margin-left: 15px;
	margin-bottom: 15px;
}

img {
	border: 0px;
}

fieldset {
	border: 0px solid #000000;
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------Wrapper and Outside-------------------------------------*/

.SiteWrapper {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
}

.SiteContent {
	background: url(/assets/images/rounded/wrapper/outline_bottom.jpg) bottom center no-repeat;
	padding: 0px 15px 5px 15px;
}

/* ---------------------------------------------Header---------------------------------------------*/
.SiteHeader {
	background: url(/assets/images/rounded/wrapper/outline_top.jpg) top center no-repeat;
	font-size: 10px;
	height: 154px;
	margin: 0px;
	padding-left: 15px;
	padding-top: 17px;
	position: relative;
}

.HeaderLogo {
	float: left;
	padding-top: 1px;
}

.HeaderLogo img {
	padding-left: 2px;
	padding-top: 10px;
}

.BaseMenu {
	bottom: -2px;
	left: 219px;
	padding: 0;
	position: absolute;
}

.BaseMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.BaseMenu ul li {
	display: block;
	float: left;
	height: 29px;
	margin: 0px;
	margin-right: 12px;
	padding: 0px;
	width: 173px;
}

.BaseMenu ul li#FindOurLocations {
	margin-right: 0px;
}

.BaseMenu ul li a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	width: 100%;
}

.BaseMenu ul li a p {
	display: none;
}

.BaseMenu ul li#WhoWeAre, .BaseMenu ul li#WhoWeAre a {
	background-image: url(/assets/images/main_menu_who_we_are.jpg);
}

.BaseMenu ul li#HowWeServe, .BaseMenu ul li#HowWeServe a {
	background-image: url(/assets/images/main_menu_how_we_serve.jpg);
}

.BaseMenu ul li#Opportunities, .BaseMenu ul li#Opportunities a {
	background-image: url(/assets/images/main_menu_opportunities.jpg);
}

.BaseMenu ul li a:hover {
	background-position: 0px -29px;
	cursor:auto;
}

.SearchMenu {
	position: absolute;
	right: 233px;
	margin-top: 1px;
}

.SearchMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.SearchMenu ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

.SearchMenu ul li a:link, .SearchMenu ul li a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.SearchForm {
	margin-right: 25px;
}

.SearchForm form {
	float: right;
	margin: 0px;
	margin-top:11px;
	padding: 0px;
}

.SearchForm form input {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	color: #336699;
	font-size: 12px;
}

.ServiceMenu {
	position: absolute;
	left: 220px;
	margin-top: 1px;
}

.ServiceMenu {
	margin-top: 11px;
}

.ServiceMenu select {
	background-color: #B1D0ED;
	color: #244A70;
	font-size: small;
}

.ServiceMenu .ServiceHeader {
	 color: #000000;
}

/* ------------------------------------------Main Content------------------------------------------*/

.MainContentArea {
	background: #E9E6D7 url(/assets/images/rounded/wrapper/outline_edge.gif) top center repeat-y;
	padding: 5px 14px 10px 14px;
	margin-left: 3px;
	margin-right: 3px;
}

.Content {
	float: left;
	width: 720px;
}

/* Override the width of the main content area for the front page only */
.FrontPage {
	width: 710px;
}

.StandardBox {
	background: url(/assets/images/rounded/main/outline_bottom.jpg) bottom center no-repeat;
	padding-bottom: 20px;
}

.StandardBox, .StandardBox.LeftHand {
	float: left;
	width: 710px;
}

.StandardBox.RightHand {
	float: right;
}

.StandardBox .Information {
	background: url(/assets/images/rounded/main/outline_edge.jpg) top center repeat-y;
	height: 1%;
	padding: 1px 20px 0px 20px;
	margin: 0px;
}

.StandardBox .Information p {
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

.StandardBox .Header {
	background: url(/assets/images/rounded/main/outline_top.jpg) top center no-repeat;
}

.StandardBox h1 {
	border-bottom: 1px solid #AAAAAA;
	color: #661111;
	font-weight: bold;
	font-size: 175%;
	margin: 0px 10px 0px 10px;
	padding: 15px 0px 5px 0px;
	text-indent: 15px;
}
.StandardBox h3 {
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 5px;
}

.StandardBox h5 {
	font-size: small;
	font-weight: bold;
	margin: .3em 0;
}

/* ----------------------------------------Footer Styles----------------------------------------*/

.FooterMenu {
	clear: both;
	padding: 0px 10px 40px 10px;
}

.FooterMenu ul {
	float: left;
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
	margin-top: 2px;
	padding: 0px;
}

.FooterMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.FooterMenu ul li a:link, .FooterMenu ul li a:visited {
	color: #336699;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	text-decoration: underline;
}

.FooterMenu .Copyright {
	color: #336699;
	font-size: 10px;
	float: right;
	line-height: 1em;
	padding: 4px 10px;
	text-align: right;
}

/* ----------------------------------------Other Styles----------------------------------------*/

.callout {
	background-color: #D2DDE8;
	border: 1px solid #336699;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 10px;
	min-width: 100px;
	max-width: 200px;
}

.calloutText, * html .callout {
	font-size: small;
	width: 200px;
}

.calloutName{
	clear:both;
	font-style: italic;
	margin-top:8px;
}

.InsetImage {
	padding: 3px;
}

* html .InsetImage {
	width: 1px;
}

.InsetImage img {
	border: 1px solid #336699;
}

/* ----------------------------------------Other Styles----------------------------------------*/

.Cleanup {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size:1px;
}
