/* Start of CMSMS style sheet 'Core' */
body {
	text-align:center;
	background-color: #F4F4F6;
	margin: 0px;
}

body, p, div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #40403E;
}

table {
border-collapse: collapse;
}

a, a:active, a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

/******* Text Styles ********/

p.heading_1 {
    margin: 0px;
    padding: 0px;
    color: #40403E;
    font-size: 18px;
    font-weight: bold;
}

p.heading_2 {
    margin: 0px;
    padding: 0px;
    color: #40403E;
    font-size: 16px;
    font-weight: bold;
}

p.heading_3 {
    margin: 0px;
    padding: 0px;
    color: #40403E;
    font-size: 14px;
    font-weight: bold;
}

p.heading_4 {
    margin: 0px;
    padding: 0px;
    color: #40403E;
    font-size: 12px;
    font-weight: bold;
}

p.heading_1_blue {
    margin: 0px;
    padding: 0px;
    color: #607d8f;
    font-size: 18px;
    font-weight: bold;
}

p.heading_2_blue {
    margin: 0px;
    padding: 0px;
    color: #607d8f;
    font-size: 16px;
    font-weight: bold;
}

p.heading_3_blue {
    margin: 0px;
    padding: 0px;
    color: #607d8f;
    font-size: 14px;
    font-weight: bold;
}

p.heading_4_blue {
    margin: 0px;
    padding: 0px;
    color: #607d8f;
    font-size: 12px;
    font-weight: bold;
}

.box {
	border: solid 1px #fff;
	padding: 5px;
	background-color: #aab9c3;
}

/***** End Text Styles *****/

#pagewrapper {
	width: 756px;!
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	border: solid 2px #fff;
	background-image: url('uploads/images/layout/pagewrapper_bg.gif');
	
}

#menu {
	border-top: solid 2px #fff; 
	border-bottom: solid 2px #fff;
	height: 23px;!
	height: 26px;
	background-color: #607d8f;
	clear: both;
}

/* Header Formatting */
#header_left {
	width: 105px;!
	width: 107px;
	height: 100px;
	padding: 0px;
	float: left;
	border-right: solid 2px #fff;
}

#center_header {
	width: 542px;
	height: 100px;
	padding: 0px;
	float: left;
}

#side_bar_left {
	width: 105px;
	padding: 0px;
	text-align: center;
	float: left;
	border-right: solid 2px #fff;
}

.side {
	text-align: center;
	width: 105px;
}

.side img{
	margin-top: 0px;
        margin-bottom: 10px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	vertical-align: top;
}

#center_content {
	width: 542px;
	padding: 0px;
	float: left;
}

#center_content .content {
         margin: 15px;
         padding: 10px;
         background-color: #fff;
         border: solid 1px #000;
}

#side_bar_right {
	width: 105px;
	padding: 0px;
	text-align: center;
	float: right;
	border-left: solid 2px #fff;
}

#header_right {
	width: 105px;!
	width: 107px;
	height: 100px;
	padding: 0px;
	float: right;
	border-left: solid 2px #fff;
}

#contentheader {
	background: #fff;
}

/* Footer */

#footer p {
       margin: 0px;
       padding: 0px;
       margin-top: 3px;
}

#footer a:link, #footer a:active, #footer a:visited {
       font-size: 11px;
       color: #8e8d8d;
       text-decoration: none;
}

#footer a:hover {
       color: #000;
}

/* Start of CMSMS style sheet 'Contact Form' */
.contact_form {
    margin: 0 auto;
    width: 270px;
}

.contact_form input, .contact_form textarea {
    background:#F9F9FA url(/images/input-back.gif) repeat-x scroll center top;
    border:1px solid #8F8F8F;
    border-collapse:collapse;
    color:#000;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    padding:1px;
    width:260px;
}

.contact_form label {
   color:#000;
   font-weight: bold;
   margin:4px 0pt;

}

.submit input {
    width: 100px;
    float: right;
    font-weight: bold;
    margin: 1em 0 0 0;
    clear: both;
    font-size: 12px;
}

.contact_form_error {
     font-size: 10px;
     float: right;
     color: #b71a16;
     margin: 0.1em;
     clear: both;
}

#captcha input {
     display: none;
}


/* End of 'Contact Form' */
/* End of 'Core' */

/* Start of CMSMS style sheet 'Content' */
/******* Common Styles *******/
#layout_bg {
	padding-top: 20px; padding-left:6px; padding-right:6px; padding-bottom:0
}

div.no_line {
	background-image: url('uploads/images/layout/content_bg.gif');
}

div.line {
	background-image: url('uploads/images/layout/content_line_bg.gif');
}

#layout_top {
	width: 530px;
	padding-bottom: 5px;
	color: #566b87;
	font-size: 25px;
	text-transform: lowercase;
}

#layout_left {
	width: 175px;
	float: left;
}

#layout_right {
	width: 355px;
	float: left;
}

#layout_header_box {
	background-color: #7e8ea2;
	padding: 5px 5px 5px 10px;
	color: #fff;
}

#layout_header_box p {
	color: #fff;
}

#layout_right_content {
	padding: 5px 5px 5px 10px;
}

/******* Common Styles Formatting *******/
p {
	margin: 0px;
}

ul {
	margin-top: 5px;
	padding-bottom: 0px;
	list-style-type: square;
}

/******* Content One Styles *******/

#layout_top.heading_right {
	text-indent: 185px;	
}

/******* Content Two Styles *******/

#layout_content {
	width: 530px;
	clear: both;
}

#layout_content {
	padding-top: 5px;
}

/******* Content Three Styles *******/
/* End of 'Content' */

/* Start of CMSMS style sheet 'Static Site Styles' */
/* General Formatting */
body,td,th,p,div {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #40403E; }
body {background-color: #F4F4F6;}
input,textarea,select {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }


/* BG Colors */	
.light-blue { background-color: #BAC3CD; }
.mid-blue { background-color: #9BA8B7; }
.dark-blue { background-color: #7E8EA2; }
.dark-grey { background-color: #C4C0AA; }
.mid-grey { background-color: #D6D3C3; }
.light-grey { background-color: #E9E8E0; }
.white { background-color: #FFFFFF; }
.red { background-color: #A9122A; }


/* Text Formatting*/
.white-text { color: #FFFFFF; }
.white-text a { color: #161B3C;  }
.white-text a:hover{ color: #FFFFFF;  }
.dark-blue-text { color: #667991; }
.error { color: #B00808; font-weight: bold; }
.text0 { font-size: 9px }
.text1 { font-size: 10px }
.text2 { font-size: 13px }
.text3 { font-size: 14px }
.text4 { font-size: 16px }
.bold  { font-weight: bold; }


/* Table Formatting & Background Images*/
.content-pad { padding: 10px 10px 10px 10px; }
.side { vertical-align: top; text-align: center; padding-bottom: 10px; }
.side img {border-style: solid; border-color: #000000; border-width: 1px; margin-top: 15px; margin-left: 0px;}
.side1 a:hover { border-top-style: solid; border-left-style: solid; border-color: #FFFFFF; border-width: 1px; margin-left: 1px;}
.strips { background-image: url(../images/layout/strips.gif); }
.banner { margin-top: 10px; }
.logo-bg { background-image: url(../images/layout/logo-bg.gif); background-color: #EAE9E1; background-repeat: no-repeat; }
.grey-white-bg { background-image: url(../images/layout/grey-white-bg.gif); }


/*Padding & Margins*/
.pad-left { margin-left: 20px; }
.pad-right { margin-right: 7px; }
.pad-top { margin-top: 7px; }
.pad-bottom { margin-bottom: 7px; }
.pad5 { margin: 5px 5px 5px 5px; }
.neg-pad {margin-left: 16px; }

/* Splash Formatting */
.splash-bg {background-color: #FFFFFF; padding: 15px 5px 15px 5px; width: 617px; }
.splash-bg a { text-decoration: none; color: #F69018; }
.splash-bg a:hover { text-decoration: none; color: #00546F; text-decoration: underline; }
#contact-details a {color: #35629A;}
#contact-details a:hover {color: #677F59;}
#contact-details .name {font-weight: bold; font-size: 12px;}

/* Search Results & Vacancy Formatting */
.title-pad-left { padding-left: 5px; }
.title-pad-right { padding-right: 7px; }
.pad-text { padding: 4px 2px 2px 5px }
.ticks {padding-top: 3px; padding-bottom: 0px;}
.ticks img { margin-left: 5px;}

#listing {
	border:1px solid #667991; 
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-top-width: 0px;
	width: 520px;
}

.heading {
	text-transform: uppercase;
	font-size: 10px;	
	color: #ffffff;	
	font-weight: bold;
}

.type {
	text-align: left;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;	
}

.city {
	text-align: right;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.name {
	font-weight: bold;
}

.address {
	font-size: 10px;
}

.members {
	margin-top: 5px;
	margin-bottom: 5px;
}

.notes {
	width: 241px;
}

.button {
	margin-top: 3px;
	margin-bottom: 5px;
}	

.trail {
	font-weight: bold;
	font-size: 10px;
	color: #161B3C;
	padding-bottom: 10px;
}

.features {
	text-align: right;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: boldl;
}

.features img {
	margin-left: 7px;
	margin-right: 1px;	
}

/* Services Results Formatting*/

.service_notes {
	padding: 2px 2px 6px 5px;
}

.service-members {
	float: right;
	padding-right: 154px;
}
/* Start Botton CSS */
ul#navlist { margin-left: 0; padding-left: 0; }
#navlist li { display: inline; list-style-type: none; }
#navlist a:link { padding: 3px 10px; text-decoration: none;}
#navlist a:link, #navlist a:visited { color: #fff; background-color: #577295; font-weight: bold; }
#navlist a:hover { background-color: #003366; }
/* End Button CSS */


/* Embedded Styles */
div#contact .right-pad {padding-right: 20px;}
div#contact input {
    background: #fff;
    border: 1px solid #444343;
    width: 210px;
}

div#contact textarea {
   background: #fff;
   border: 1px solid #444343;
   width: 310px;
}

div#contact select {
   background: #fff;
   border: 1px solid #444343;
}

div#contact .button  {
   background: #c70202;
   color: #fff;
   font-weight: bold;
   border: 1px solid #444343;
   width: 100px;
   float: right;
}

div#contact .button:hover  {
   background: #000080;

/* End of 'Static Site Styles' */

