/*****************************************************         
== Global Reset 
*****************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
blockquote, a img, font, img, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

/*****************************************************
== Global Layout Structure
*****************************************************/

body{
    text-align: center;
    padding: 15px 0 0 0;
    background-color: #E8EDF1;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    color: #6e8395;
    font-size: 78%;
}

#wrap{
    margin: 0 auto;
    text-align: left;
    width: 995px;
    border: solid 1px #C5D2D9;
    background: #fff;
    padding: 15px 0;
}

#wrap .col1{
    float: left;
    width: 260px;
    text-align: left;
	display: none;
}

#wrap .col2{
    float: left;
    width: 710px;
}

#wrap .col2 .contentPanel
{
     float: left;
}

#wrap .col2 .feature{
    border: solid 2px #002d6a;
    padding: 0;
	padding-bottom: 5px;
	float: left;
	width: 359px;
	font-size: 90%;
	margin-bottom: 10px;
}

#wrap .col2 .map
{
height: 356px;
width: 285px;
background: url(../_img/map.gif) top left no-repeat;
position: relative;
}

/*****************************************************
== Profiles Page
*****************************************************/

/** control image thumbnails  */
#galleryMain{
	float: left; 
	margin-top: 10px;
	width: 100%;
}
#galleryMain span{color: #352b65; font-weight: bold;}

#gallery {width:280px;float: left;}
#gallery div{float:left;cursor:pointer;margin: 0 5px 5px 0;}
#gallery div.off {border:2px solid #cbdde6;}
#gallery div.on {border:2px solid #333366;}
#gallery div img{float: left;}
#gallery p{clear: both;color: #352b65; line-height: 1.5em;}

/* control profile boxes */
div.hide {float: left; display:none; width:0; overflow:hidden;}
div.show {float: left; width:366px; border:2px solid #d9dbdc;margin-right: 20px;padding: 12px;}
div.show img{float: left; margin: 0 10px 10px 0; border: solid 1px #666699;}

/*****************************************************
== Text, Links, Images & Lists
*****************************************************/

/******** Text *******************/

#wrap .col1 .sectionHeader, #wrap .col1 .sectionHeaderAlt{
    background-color: #352B65;
    color: #fff;
    display: block;
    width: 164px;
    font-weight: bold;
    font-size: 90%;
	margin-left: 75px;
}
#wrap .col1 .plus{background: #352B65 url(/_img/more.gif) right center no-repeat;}
#wrap .col1 .minus{background: #352B65 url(/_img/less.gif) right center no-repeat;}

#wrap .col1 .sectionHeaderAlt
{
    background-color: #b50c18;
}

p{
    line-height: 1.4em;
    margin: 12px 0;
}

#wrap h1{
    color: #fff;
    background-color: #352B65;
    padding: 6px 10px;
    font-weight: bold;
}

#wrap h2, #wrap h3, #wrap h4, #wrap h5, #wrap h6{
    font-size: 110%;
    font-weight: bold;
	margin: 10px 0;
}
#wrap h5, #wrap h6{margin: 5px 0; font-size: 100%;}
#wrap .feature h2{color: #fff; margin: 0; padding: 4px 6px;background: #002d6a;}
#wrap .col2 .feature p
{
margin: 5px 0;
}
#wrap .col2 .feature .featureTextWrap{
	float: left;
	width: 190px;
	margin: 6px; 
}
#wrap .col2 .topLinks{
    font-size: 80%;
	display: none;
}

#wrap .col2 .iconSet
{
height: 25px;
line-height: 25px;
font-size: 85%;
display: none;
}

#wrap .col2 .breadcrumb{
	float: left;
	width: 100%;
    margin: 10px 0;
    font-weight: bold;
    color: #524984;
	font-size: 85%;
}

#wrap hr{
    height: 1px;
    border: 0;
    border-bottom: solid 1px #97ACB7;
    border-top: solid 1px #DDE6EA;
}

#wrap .col2 hr
{
	height: 1px;
    border: 0;
    border-top: solid 1px #eee;
}

#wrap .col2 .lead{
    color: #312c63;
    font-weight: bold;
}

#wrap .col2 em{
    color: #de1821;
    font-style: normal;
}

#wrap .foot{
    font-size: 70%;
    color: #217984;
	border-top: solid 1px #97ACB7;
	margin-left: 240px;
	margin-right: 25px;
	padding-top: 5px;
}

#wrap .col2 table{
	border-collapse: collapse;
	}
	
#wrap .col2 table td
{
  border: solid 1px #ddd;
  padding: 3px;
}

#wrap .col2 table.noborder td {
  border: 0;
}

.highlight{
	background: #E8EDF1;
	border: solid 1px #C5D2D9;
	color: #312C63;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	font-size: 100%;
}


/******** Links *******************/

#wrap a{color: #8496a5; text-decoration: none;}
#wrap a:hover{text-decoration: underline;}
#wrap .col1 a.on{color: #352B65; font-weight: bold;}

#wrap .col2 a{color: #8496a5;text-decoration: underline;}
#wrap .col2 a:hover{text-decoration: none;}

#wrap .col2 .topLinks a{text-decoration: none; margin: 0 2px; color: #637d8a;}
#wrap .col2 .topLinks a:hover{text-decoration: underline;}

#wrap .col2 .breadcrumb a{color: #524984;}

#wrap .col1 .sectionHeader a, #wrap .col1 .sectionHeaderAlt a{
color: #fff;
display: block;
padding: 3px 8px;
}
#wrap .col2 .iconSet a{text-decoration: none; margin-right: 15px;font-weight: bold; color: #637d8a;}
#wrap .col2 .iconSet a.fees:hover{color: #e31625;}
#wrap .col2 .iconSet a.apply:hover{color: #78ba4d;}
#wrap .col2 .iconSet a.results:hover{color: #01afeb;}
#wrap .col2 .iconSet a.visit:hover{color: #f08f24;}

#wrap .col2 .feature a {
    color: #002d6a;
    text-decoration: underline;
	margin: 0;
	font-weight: bold;
}
#wrap .col2 .feature a:hover{text-decoration: none;}
#wrap .col2 .feature a.more{color: #b0101a;text-decoration: none;margin-left: 6px;}
#wrap .col2 .feature a.more:hover{text-decoration: underline;}

#wrap .col2 .map a
{
height: 12px;
width: 60px;
float: left;
text-decoration: none;
position: absolute;
top:0;
left: 0;
}
#wrap .col2 .map a:hover{text-decoration: none;}

/******** Images *******************/

/*#wrap .col2 .skinny img
{
border: solid 1px #c7d3da;
}*/

#wrap .col2 .iconSet img{vertical-align: middle;}

/******** Lists *******************/

#wrap .col1 ul, #wrap .col1 ul.alt{
    border: solid 1px #C5D2D9;
    display: block;
    width: 162px;
    margin-left: 75px;
    list-style-image: url(../_img/bullet.gif);
	margin-bottom: 9px;
}

#wrap .col1 ul.alt{
    list-style-image: url(../_img/bullet-alt.gif);
}

#wrap .col1 ul li{
    margin: 4px 4px 4px 22px;
}

#wrap .col2 ul
{
margin: 10px 0 10px 23px;
list-style-image: url(../_img/bullet-circle.gif);
}
#wrap .col2 ul li{margin: 7px 0;}

#wrap .col2 .wide  ul, #wrap .col2 .full  ul
{
	margin: 15px 0 15px 23px;
}

/******** News/Events Listings *******************/

#wrap .col2 .itemDate{
	float: left;
	width: 70px; 
	margin-right: 10px; 
	padding: 3px 0; 
	background: #f5f5f5; 
	text-align: center;
	border: solid 1px #eee;
	}
	
#wrap .col2 .itemLink{
	background: #f5f5f5; 
	display: block; 
	padding: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;	
	border: solid 1px #eee;
	color: #352b65;
	}
#wrap .col2 .itemLink:hover{background: #ddd;text-decoration: underline;color: #b0101a;}


/*****************************************************
== Forms
*****************************************************/

#wrap .col2 .topLinks input{
    border: solid 1px #a5bac6;
    margin: 0;
    float: left;
    width: 90px;
    height: 14px;
}
#wrap .col2 .topLinks input.btn{width: auto;height: auto; border: 0;}

#wrap .col2 .topLinks fieldset{
    display: inline;
}

#wrap .col2 .topLinks label{
    background-color: #526594;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    padding: 2px 3px;
    float: left;
    height: 14px;
}

#wrap .col1 .navDrop
{
	width: 164px;
	margin-left: 75px;	
	}
	
/*****************************************************
== Independent Styles
*****************************************************/

.clr{clear: both;}
.floatLeft, #wrap .col2.floatLeft{float: left;}
.floatRight, #wrap .col2 .floatRight{float: right;}

/** These set the widths for the content areas **/

#wrap .col2 .wide{width: 90%;} /** main holder **/
#wrap .col2 .narrow{width: 90%;} /** main supplementary holder **/
#wrap .col2 .skinny{width: 90%;} /** 2 of these fit in main supp' holder **/
#wrap .col2 .full{width: 90%;} /** full width holder **/
#wrap .col2 .half-wide{width: 90%;} /** used to split main column in half **/
#wrap .col2 .extrawide{width: 90%;} /** 75:25 template **/
#wrap .col2 .extranarrow{width: 90%;}/** 75:25 template **/

#wrap .col2 .homeLeft{width: 90%;} /** Ammended homepage layout **/
#wrap .col2 .homeRight{width: 90%;} /** Ammended homepage layout **/
#wrap .col2 .homeRight .skinny{width: 90%;}/** Ammended homepage layout **/

/****************************************************
== Tool Tip Styling
*****************************************************/

a.tooltip {color:#c00;text-decoration: none;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:30px; left:-10px; padding:5px; font-weight:normal; color:#000; border:1px solid #4d84c4; background:#eee; width:170px;text-decoration: none;}

a.tooltip:hover b.newtip {
  left: -190px;  
}

/****************************************************
== Fees Calculator
*****************************************************/

#FeesContainer{
	float:left;
}
#FeesContainer div.lbl{
	width: 100%;
	float:left;
	padding: 6px 0;
}
#FeesContainer select{
	float:left;
}
#fees_terms label {
	float: left;
	width: 180px;
	font-weight: bold;
}
#fees_terms div {
	float: left;
	width: 510px;
	padding: 0 0 8px 0;
}
#fees_loading{
	float:right;
}
#fees_loading img{
	padding: 2px 3px 0 3px !important;
	vertical-align: -20%;
}
table#feesTable {border-collapse: collapse;border-width:0px;margin: 10px 0;}
table#feesTable tr.dash{
	border-bottom: dashed 1px #ccc;
	background-image: url('/_img/fees/row_bg.gif');
	background-repeat: repeat-x;
}
table#feesTable tr.dash td{
	border-bottom: solid 1px #eaeaea !important;
}
table#feesTable td{
	padding: 3px 10px;
	vertical-align: top;
	border: solid 0px #fff !important;
	height: 20px;
	line-height: 20px;
}
table#feesTable td.small{
	height: 1px !important;
	line-height: 1px !important;
}
table#feesTable td{
}
table#feesTable td img{
	padding-top: 7px;
}
table#feesTable thead td{
	background: #E8EDF1;
	border: solid 1px #C5D2D9 !important;
	color: #312C63;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}
table#feesTable tfoot td{
	border-top: solid 1px #C5D2D9 !important;
	font-weight:bold;
	font-size:110%;
}
table#feesTable tfoot tr.spacer td{
	background: none;
	border: 0;
	padding: 0;
}
table#feesTable tbody tr.alt td{
	background:#ddd;
}
#FeesContainer select,
table#feesTable td select{
	width:261px;
	border: solid 1px #999;
	padding:1px 0 1px 0;
	font-size:80% !important; font-size:90%;
	float:left;
	margin: 0 3px 0 0;
}
#FeesContainer select.two,
table#feesTable td select.two{
	width:70px;
}

#FeesContainer select.three {
  width: 85px;  
}

#FeesContainer .btn, .applyBtn {
	display: block;
	background-color: #837EA7;
	color: #fff !important;
	width: auto !important;
	height: auto !important;
	border: solid 1px #005D65;
	padding: 2px 1px 2px 1px;
	margin: 4px 1px 4px 1px;
	font-size:90%;
	cursor: pointer;
}

#FeesContainer label.Label {
  width: 100px;
  margin-right: 5px;
  float: left;
}

#FeesContainer input.text, textarea.text {
  width:259px;
  border: solid 1px #999;
  font-size:80% !important; font-size:90%;
  float:left;
}

#FeesContainer #FeesSummary {
  float: left;
  border: 1px solid #999999;
}

/****************************************************
== Application Form
*****************************************************/

#GeneralForm label {
  width: 200px; margin: 0px 10px 0px 10px; float: left;
}

#GeneralForm input {
  border: 1px solid #999999; margin-bottom: 4px;
}
#GeneralForm input.noBorder{border: 0;}

#GeneralForm textarea {
  border: 1px solid #999999; margin-bottom: 4px;
}

#GeneralForm select {
  border: 1px solid #999999; margin-bottom: 4px;
}
#ApplyProgress
{
float: right;
font-weight: normal;
}

#ApplyProgress div {
  float: left;height: 8px;line-height: 8px; width: 8px; border: 1px solid #999999;margin-right: 2px; margin-top: 11px;background: #eee;
}

#ApplyProgress div.on {
  background-color: #352b65;
}

#GeneralForm .formErrorMsg
{
	border-top: solid 1px #d7d9da;
	border-bottom: solid 1px #d7d9da;
	padding: 3px 20px;
	color: red;
	background: #f5f5f5 url(/_img/error-arrow.gif) left center no-repeat;
}

/****************************************************
== Jobs
*****************************************************/

.JobItem {
  border: 1px dotted #ccc;
  padding: 10px;
}

#wrap #JobItem {
  border: 1px dotted #ccc;
  padding: 20px;
}

#wrap #JobItem h4 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

#wrap #JobItem ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
}

#wrap #JobItem ul li {
  list-style-type: none;
}

#wrap #JobItem ul span.Title {
  float: left;
  border-bottom: 1px dotted #ccc;
  width: 150px;
  font-weight: bold;
}