﻿body {
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0;
}
.multilinetextbox{
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 0;
}
a {
	/*color: #E5F2FB;*/
	text-decoration: none;
}
a:hover {
	color: #09548B;
}
p {
	/*margin: 0 0 17px;*/
	/*padding: 0;*/
	/*line-height: 18px;*/
	/*width: 691px;*/
}
.mainwrapper {
    margin:0 auto;
    width:800px;
	margin: 20px auto;
    }
.nav {
	background: #fff url('App_Themes/images/nav_bg.png') repeat-x;
	float: left;
}
.nav-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url('App_Themes/images/nav_left.png') no-repeat left top;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url('App_Themes/images/nav_right.png') no-repeat right top;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 95%;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url('App_Themes/images/split.png') no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li.nonactive 
{
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	color: #E5F2FB;
}
a .menu-left {
	background: url('App_Themes/images/menu_left.gif') no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url('App_Themes/images/menu_mid.gif') repeat-x left top;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-right {
	background: url('App_Themes/images/menu_right.gif') no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url('App_Themes/images/submenu_top.png') no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url('App_Themes/images/submenu_bg.png') repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url('App_Themes/images/submenu_bottom.png') no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 95%;
	background: transparent;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	/*padding: 0 15px;*/
	text-align: justify;
	/*font-weight: 700;*/
}
.content-bottom {
	width: 110%;
	background: transparent;
	height: 13px;
	float: left;
}

/*******************/
/* GridView Styles */
/*******************/

/*
.GridView{
    AllowPaging: True;
    AutoGenerateColumns: "False";
    CellPadding:4;
    ShowFooter: True;
    GridLines: None;
    PageSize: 25;
}
*/

.HeaderStyle{
    /*background-color: #003399;*/
	background-color: #7d8ca5;
    color: White;
    /*font-weight: normal;*/
	/*font-size: 12pt;*/
	height: 21px;
    Width: 200px;
    text-align:left;
	overflow: hidden; 
	position: relative;
	margin-bottom: 0;
	padding: 4px 10px 0px 10px; 
}
.HeaderStyle a, .HeaderStyle a:visited{
    color: White;
    text-decoration:none;
}
.FooterStyle{
    /*background-color: #003399;*/
	background-color: #7d8ca5;
    color: White;
    text-align: right;
}
.AlternatingRowStyle{
    background-color: #E2E2E2;
    color: #7d8ca5;
    /*font-weight: normal;*/
    /*Width: 100%;*/
    vertical-align: top;
    text-align: left;
}
.RowStyle{
	background-color:Transparent;
	color: #7d8ca5;
    /*font-weight: normal;*/
    /*Width: 100%;*/
    vertical-align: top;
    text-align: left;
}
.SelectedRowStyle{
    background-color: Silver;
    color: White;
    font-weight:bold;
}
.PagerRowStyle{
    background-color: Silver;
	color: #7d8ca5;
    /*font-weight: normal;*/
    text-align: right;
}
.HyperLinkField{
	background-color:Transparent;
	color:#7d8ca5;
	/*font-weight:normal;*/
	text-decoration:none;
	padding:0px 10px 0px 10px;	
}
.HyperLinkFieldFooter{
	background-color:Transparent;
	color:white;
	/*font-weight:normal;*/
	text-decoration:none;
	padding:0px 10px 0px 10px;	
}
.HiddenColumn{
	display:none;
} 
          
.JobSummary_Position{
	font-weight:bold;
}
.JobSummary_Details{
	font-size:smaller;
}
.JobSummary_DetailsTitle 
{
	font-weight:bold;
	font-size:smaller;
	width:75px;
}

/*woff*/
.woff {border:1px solid #ccc;background:#fff;width:168px;padding:0;margin:5px 5px 10px 0;float:left}
* html .woff-last, * html .woff{margin-bottom:5px}
.woff-last{float:left;padding:0;margin:5px 0 10px 0;border:1px solid #ccc;width:168px;background:#fff}
.woff img, .woff-last img{padding:0;margin:0;width:168px;height:128px}
.woff p, .woff-last p{margin:0;font-size:0.9em;padding:0 10px 15px 10px}
.woff h3, .woff-last h3{font-size:1.1em;font-weight:bold;margin:10px 0 5px 0;padding:0 10px 0 10px }

/*woff wide*/
.woff-wide {border:1px solid #ccc;background:#fff;width:518px;padding:0;margin:0 0 10px 0;float:left;padding:0 0 15px 0}
.woff-wide h3{font-style: italic;font-size:1.2em;margin:0 0px 5px;padding:0}
.woff-wide p{margin:15px 20px 5px}
.woff-wide .hr{clear:both;height:1px;border-bottom:1px dashed #ccc;display:block;overflow:hidden;margin:15px}
.woff-wide iframe{border:1px solid #ccc;margin:0 5px 0 15px;float:left;clear:left}
.woff-wide table{float:none}
#content .woff-wide .ground-info, #content .woff-wide .rego-info{margin:0 0 15px 0;padding:0;padding:6px 15px 0px 15px;letter-spacing:-1px;font-size:1.4em;font-weight:bold}
#content h2{letter-spacing:-1px;font-size:1.8em;font-weight:normal;margin:15px 20px 5px 20px;padding:0}

/*contact dl*/
.woff-wide dl{margin:15px 20px 5px}
.woff-wide dt{font-size:1.1em;font-weight:bold}
.woff-wide dd{margin:0;padding:0;font-size:1.1em;line-height:1.2em}

/*woff single*/
.woff-single{border:1px solid #ccc;background:#fff;width:778px;padding:0;margin:0 0 10px 0;float:left;padding:0 0 15px 0}
.woff-single h3{font-style: italic;font-size:1.2em;margin:0 20px 5px;padding:0}
.woff-single p{margin:15px 20px 5px}
.woff-single h2{letter-spacing:-1px;font-size:1.8em;font-weight:normal;margin:15px 20px 5px 20px;padding:0}
