body {
	padding: 0px;
	margin: 0px;
	background-image: url(/Images/Layout/Background_MainShadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #D1D8E0;
	font-family: Verdana;
	font-size: 70%;
	line-height: 150%;
}

#MainContainer {
	width: 980px;
	margin: 0px auto 0px auto;
}

#PageHeader {
	height: 250px;
	margin: 0px 10px 0px 10px;
	background-image: url(/Images/Layout/Background_Header.jpg);
	
}

#NavBar {
	font-family: Arial;
	margin: 1px 10px 0px 10px;
	background-image: url(/Images/Layout/Temp_NavBar.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #416C97;
	text-align: center;
}

#MainContentWrapper {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	background-color: #FFFFFF;
}

#MainContentColumnLMR {
	margin-left: 260px;
	margin-right: 180px;
	margin-bottom: 30px;
}

#MainContentColumnLM {
	margin-left: 260px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#MainContentColumnM {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#LeftColumn {
	font-family: Arial;
	float: left;
	width: 230px;
	margin-left: -970px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #E6E6E6;
	color: #4B4B4B;
}

#RightColumn {
	font-family: Arial;
	float: left;
	width: 150px;
	margin-left: -160px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #4B4B4B;
}

#PageFooter {
	clear: left;
}

/* ================================================================================================= */
/* ========================================= STANDARD ============================================== */
/* ================================================================================================= */

hr {
	margin: 0px 0px 0px 0px;
	border: none 0px; 
	border-top: 1px solid #E7E7E7;
	height: 1px;
	clear: both;
}

a img {
	border: 0px;
}

.Center {
	text-align: center;
}

/* ================================================================================================= */
/* ======================================= PAGE HEADER ============================================= */
/* ================================================================================================= */

#PageHeader div.Logo {
	margin-left: 20px;
}

#PageHeader div.Logo img {
	width: 232px;
	height: 96px;
}

/* ================================================================================================= */
/* ===================================== MAIN NAVIGATION =========================================== */
/* ================================================================================================= */

#NavBar {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	background-image: url(/Images/Layout/Temp_NavBar.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #416C97;
	clear: both;
}

#NavBar ul {
	list-style-type: none;
	margin: 0px 10px 0px 15px;
	padding: 0px;
	height: 2.6em;
	color: #666666;
}

#NavBar ul li {
	padding: 0.6em 0px 0.2em 0px;
	display: inline;
	float: left;
	width: 14.1%;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	height: 1.8em;
}

#NavBar ul li.First {
	border-left: 0px;
}

#NavBar ul li a:link, #NavBar ul li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#NavBar ul li a:hover {
	text-decoration: underline;
}

#NavBar ul li.Current {
	background-color: #E1E8F0;
	color: #515050;
}

#NavBar ul li.Current a:link, #NavBar ul li.Current a:visited {
	color: #515050;
	font-weight: bold;
	text-decoration: underline;
}

/* ================================================================================================= */
/* ======================================== BREADCRUMB ============================================= */
/* ================================================================================================= */

ul.Breadcrumb {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	list-style-type: none;
	border-bottom: 1px solid #E7E7E7;
}

ul.Breadcrumb li {
	display: inline;
	background-image: url(/Images/Layout/Icon_Breadcrumb.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 5px 0px 15px;
}

/* ================================================================================================= */
/* ===================================== LEFT NAVIGATION =========================================== */
/* ================================================================================================= */

#LeftColumn div.Top {
	height: 16px;
	background-image: url(/Images/Layout/Background_LeftNavTop.jpg);
}

#LeftColumn div.SectionHeader {
	background-color: #244B72;
	background-image: url(/Images/Layout/Background_LeftNavSection.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#LeftColumn div.SectionBody {
	padding: 10px;
}

#LeftColumn div.SectionBody div.Image {
	text-align: center;
	margin-top: 10px;
}

#LeftColumn div.SectionBody div.Image img {
	border: 5px solid #FFFFFF;
}

#LeftColumn div.SectionBody ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(/Images/Layout/Icon_LeftNavList.jpg);
}

#LeftColumn div.SectionBody ul li a:hover {
	color: #4B4B4B;
}

#LeftColumn div.Bottom {
	height: 16px;
	background-image: url(/Images/Layout/Background_LeftNavBottom.jpg);
}

/* ================================================================================================= */
/* ===================================== RIGHT NAVIGATION ========================================== */
/* ================================================================================================= */

#RightColumn div.Section {
	border: 1px solid #E6E6E6;
	padding: 10px;
	margin-bottom: 10px;
}

#RightColumn div.Section h4 {
	margin: 0px 0px 10px 0px;
}

#RightColumn div.Section p {
	margin: 10px 0px 0px 0px;
}

#RightColumn div.Section ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}

#RightColumn div.Section ul li {
	margin: 0px;
	padding: 0px;
}

/* ================================================================================================= */
/* ======================================= PAGE FOOTER ============================================= */
/* ================================================================================================= */

#PageFooterContent {
	margin: 0px 10px 10px 10px;
	clear: left;
	border: 1px solid #343434;
	background-color: #ECECEC;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#PageFooterLegal {
	margin: 0px 10px 10px 10px;
	text-align: center;
	color: #666666;
}

/* ================================================================================================= */
/* ======================================== PORTFOLIO ============================================== */
/* ================================================================================================= */

div.Portfolio {
}

div.Portfolio img {
	border: 5px solid #E1E8F0;
}

div.Portfolio div.Pages {
	float: right;
	text-align: center;
}

div.Portfolio div.Pages div {
	margin-bottom: 10px;
}

div.Portfolio div.Pages div img {
	width: 130px;
}

div.Portfolio div.CurrentPage {
}

div.Portfolio div.CurrentPage img {
	width: 350px;
}

div.Portfolio div.Content {
	clear: both;
	margin-bottom: 50px;
}

/* ================================================================================================= */
/* ======================================== MEET TEAM ============================================== */
/* ================================================================================================= */

div.Team {
	clear: both;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #E7E7E7;
}

div.Team p {
	clear: left;
}

div.Team h2 {
	margin-top: 0px;
}

div.Team img {
	border: 5px solid #E1E8F0;
	float: left;
	margin: 0px 20px 0px 0px;
}

/* ================================================================================================= */
/* ===================================== STANDARD STYLES =========================================== */
/* ================================================================================================= */

h1, h2, h3, h4, h5, h6 {
	color: #254459;
	font-weight: bold;
	line-height: 120%;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 115%;
}

h6 {
	font-size: 100%;
}

a:link, a:visited {
	color: #0057B4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.Error {
	color: #C00000;
}

/* ================================================================================================= */
/* ========================================== TABLES =============================================== */
/* ================================================================================================= */

table {
	width: 100%;
}

table thead {
}

table thead tr {
}

table thead tr th {
	background-image: url(/Images/Layout/Background_TableHeader.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	height: 24px;
	padding: 0px 10px 0px 10px;
}

table thead tr th a:link, table thead tr th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

table tbody {
}

table tbody tr {
	background-color: #E0E9F2;
}

table tbody tr td {
	padding: 5px 10px 5px 10px;
}

table tbody tr.Even {
	background-color: #C8D5E5;
}

/* ================================================================================================= */
/* =========================================== FORMS =============================================== */
/* ================================================================================================= */

form {
	margin: 0px;
	padding: 0px;
}

fieldset br {
	clear: both;
}

fieldset {
	border: 1px solid #E6E6E6;
	padding-bottom: 10px;
	margin: 20px 0px 20px 0px;
}

fieldset legend {
	background-color: #0057B4;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

fieldset div.inputgroup {
	padding: 20px;
}

fieldset div.inputgroup p.Error {
	margin-top: 0px;
}

fieldset div.inputgroup p.Instructions {
	margin-top: 0px;
	margin-bottom: 20px;
}

fieldset div.inputgroup span.Annotation {
	font-size: 80%;
}

fieldset label {
	display: block;
	float: left;
	clear: left;
	width: 130px;
	margin-bottom: 10px;
	text-align: left;
	padding-right: 20px;
}

fieldset div.DisplayOnly {
	margin: 0px;
	padding: 0px;
}

fieldset input, fieldset textarea {
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #E6E6E6;
}

fieldset input.Hidden {
	margin: 0px;
	border: 0px;
}

fieldset textarea {
	overflow: auto;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #E6E6E6; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #E6E6E6; 
	scrollbar-shadow-color: #E6E6E6; 
	scrollbar-track-color: #FFFFFF;
}

fieldset select {
	display: block;
	width: 320px;
	float: left;
	margin-bottom: 10px;
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

fieldset input.Submit {
	width: 100px;
	background-color: #0057B4;
	border: 1px solid #0057B4;
	color: #FFFFFF;
	font-weight: bold;
}

fieldset input.CheckboxRadio {
	width: 20px;
	background-color: transparent;
	border: 0px solid transparent;
}
