/* Default CSS Document */
body {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align:center;
}

form {
	margin:0;
	padding:0;
}

/* container layout divs */
/* siteContainer constrains the layout to 730px and let's other objects be positioned inside of it */
#siteContainer {
	position:relative;
	width:730px;
	margin:10px auto 15px auto; /* left and right margins set to auto divide space evenly */
	text-align:left;
}

a img {
	border:none;
}

#header {
	position:relative;
	height:30px;
	margin:0 0 3px 0;
	color:#FFFFFF;
}

#search {
	float:left;
	width:286px;
	height:30px; /* QUIRK: IE doesn't display extra gap quirk if heights are removed from search and topNav */
	background-color:#6F005B;
	text-align:center;
}

#topNav {
	height:30px; /* QUIRK: IE doesn't display extra gap quirk if heights are removed from search and topNav */
	margin-left:286px;
	border-left:1px solid #FFFFFF; /* QUIRK: IE has some wierd extra 2-3px gap inbetween search and topNav */
	background-color:#6F005B;
}

#leftColumn {
	float:left;
	width:286px;
	background-color:#FFFFFF;
}

#mainColumn {
	margin-left:286px;
	padding:.9em;
	color:#000;
}

.thickBorder {
	border:5px solid #2A8290;
}

.mainColumnSubsection {
	border:5px solid #032A79;
	margin:0 0 20px 0;
	font:1.2em;
}

.subContent {
	background-color:#FFFFFF;
}

div.mainColumnSubsection div.subContent {
	padding:5px;
}

#footer {
	float:left;
	clear:both;
	width:100%;
	border-top:1px solid #333333;
	padding-top:10px;
	margin:5px 0 0 0;
	color:#878585;
	text-align:center;
}

#leftColumn h2 {
	font-size:1.2em;
	color:#6F005B;
	padding-left:10px;
	margin-bottom:0;
}

input {
	font-size:.9em;
}

#formSearch {
	padding-top:3px;
}

#mainColumn h1, #map h1 {
	font-size:1.4em;
	color:#993F2A;
	margin:5px 0 5px 0;
}

#mainColumn h2 {
	font-size:1.2em;
	color:#993F2A;
	margin:5px 0 5px 0;
}

#mainColumn h2.article {
	font-size:1.2em;
	color:#99762A;
	margin:0 0 2px 0;
	padding-left:10px;
	background-image:url(../Images/BackgroundMainColumnH2.gif);
	background-repeat:no-repeat;
}

#mainColumn p {
	margin:0 0 15px 0;
}

.teamwork {
	float:left;
	margin:5px 10px 0 0;
}

.teamworkRight {
	float:right;
	margin:5px 0 0 10px;
}

/*#mainColumn h1.subSection {
	color:#FFF;
	background-color:#032A79;
	padding:2px 0 5px 5px;
	margin:0 0 2px 0;
}*/

#mainColumn h1.subSection {
	width: 412px;
	height: 31px;
	background-image: url(../Images/header_what_we_do.gif);
	}
	
#mainColumn h1.subSection span {
	display: none;
	}

a {
	color:#6F005B;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#0934AC;
}


#topNav ul {
	padding-left: 0;
	margin-left: 0;
	float: left:;
}
	
#topNav ul li { display: inline; }

#topNav ul li a {
	padding:0 3px;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	color:#FFFFFF;
	line-height:30px;
	font-weight:bold;
}

#topNav ul li a.current {
	background-color:#2A993E;
}

#topNav ul li a.last {
	border-right:none;
}

#topNav ul li a.first {
	padding:0 3px 0 10px;
}

#topNav ul li a:hover {
	background-color: #0934AC;
	color: #fff;
}

#bottomNav ul {
	padding:0;
	margin:0;
}

#bottomNav li {
	display: inline;
	list-style-type: none;
	padding:0 10px;
	border-left: 1px solid #878585;
}

#bottomNav li.first {
	border-left:none;
}

#bottomNav li a {
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	color:#878585;
}

#bottomNav li a:hover {
	color:#0934AC;
}

ul.arrows li {
	list-style-image:url(../Images/ArrowPixel.gif);
}

ul.arrows li.current {
	background-color:#FFFFCC;
}

.contentRight {
	width:195px;
	float:right;
	border:5px solid #2A8499;
	padding:5px;
}

.contentRight th {
	text-align:right;
	vertical-align:top;
	font-weight:normal;
}

.disclaimer {
	font-size:.8em;
	}