/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                         styles for CSC          2008                   */
/******************************************************************************/ 

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}



/*** standard classes *******************************************/

body
{
	behavior: url("js/csshover3.htc");
	margin:0;
	height:100%;
	min-width:984px;
	/*position:relative;
	min-height: 100%;*/
	color: #333333;
	font: 12px/22px Arial, Helvetica, sans-serif;
	background: #6eaba5 url(../images/csc_bg.gif) repeat-x;
}

b, strong { font-weight: bold; }
I, em { font-style: italic; }



p {
	padding-bottom: 10px;
}

h1 {
	color: 32725a;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 100 24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 100;
	color: #628e7e;
	padding-bottom: 16px;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 500;
	color: #628e7e;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #628e7e;
	padding: 10px 0 0px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

h5 {
	padding-top: 5px;
	font: 100 20px Georgia, "Times New Roman", Times, serif;
	color: #618d7c;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3a42f;
	text-decoration: none;
}

#content ul {
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 0 10px 20px;
	list-style: square;
}

#content ol {
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 0 10px 20px;
}

#content li {
	padding: 4px;	
}



/*** Page foundation ***/


#main{
	width: 765px;
	/*float: none;*/
	display:block;
	margin: auto;
	padding: 12px;
	/*min-height:800px;*/
	background: #FFFFFF;
}


/*** Header ***/

#header{
	position: relative;
	top: 0px;
	height: 88px;
	width: 765px;
	margin: auto;
	display: block;
	
}

#header .left{
	width: 178px;	/* width of left column */
	float: left;
	height: 88px;
	margin-left: 29px;
}
#header .right{
	width: 449px;	/* width of right column */
	float: right;
	height: 88px;
	padding: 0 0 6px 0;
	margin-right: 37px;
}

#header .right h1{
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #618d7c;
	margin: 0;
	padding: 40px 0 0 0;
}

#header .right h2{
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #618d7c;	
	margin: 0;
	padding: 0;
}


/*** Main Nav ****************************************************************/

#topnav {
	height:23px;
	width: 765px;
	overflow:hidden;
	position:relative;
	clear: both;
	margin-bottom: 5px;
	background: url(../images/bg/bg_navMain.gif) no-repeat top;
}

#topnav ul {
	padding: 0;
	margin: auto;
	overflow:hidden;
	text-align: center;
	text-transform: uppercase;

}

#topnav ul li
{
	height:23px;
	display:inline;
	text-align:center;
}

#topnav ul li a,
#topnav ul li a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	-font-size: 9px;
	float:left;
	line-height:23px;
	text-decoration:none;
	outline:none;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1c5e45;
	padding: 0 14px 0 14px;
}

#topnav ul li a:hover,
#topnav ul li.active
{
	color: #FFFFFF;
	background-color: #56a88a;
}

#topnav ul li a.first, #topnav ul li a:visited.first
{
	border-left-width: 0px;
	border-left-style: none;
	border-left-color: ;
	margin-left: 10px;
}

/*** 
 **************************************************************/

#footer {
	font:10px arial, sans-serif;
	color: #fff;
	background: #6eaba5 url(../images/csc_footer.gif) no-repeat center top;
	display: block;
}


#footer ul {
	margin: auto;
	padding:30px 0 0 0;
	text-align: center;
}
#footer li {
	display:inline;
	padding: 0 5px 0 5px;
}
#footer li a {
	color: #fff;
	font-size: 10px;
	padding: 0 0 0 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

#footer li a.first {
	border-style: none;
} 
#footer li a:hover {
	text-decoration:underline;
}
#footer p {
	line-height:18px;
	display: block;
	margin: auto;
	text-align:center;
}


/*** Services Nav ****************************************************************/


#navServices
{
	position: relative;
	float: right;
	background-image: url(../images/bg/bg_navServices.gif);
	background-repeat: no-repeat;
}

#navServices ul li STRONG
{
	float: left;
}

#navServices ul
{
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#navServices ul li
{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	list-style-type: none;
	clear: none;
	line-height: 42px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 269px;
}

#navServices ul li a,
#navServices ul li A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	height: 44px;
	width: 230px;
	padding-left: 20px;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #cfb658;
}

#navServices ul li A:hover
{
	background-color: #d6c06f;
}

#navServices ul li.first
{
	border: none;
}



/*** Services Page Subnav ****************************************************************/


#subnavServices
{
	position: relative;
	/*background-image: url(../images/bg/bg_navServices.gif); */
	background-repeat: no-repeat;
}

#subnavServices ul STRONG
{
	width: 450px;
	display: inline;
}

#subnavServices ul
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#subnavServices ul li
{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	list-style-type: none;
	clear: none;
	line-height: 42px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 200px;
	display: block;
	text-align: center;
}

#subnavServices ul li a,
#subnavServices ul li A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	height: 44px;
	background-color: #CC9933;
}

#subnavServices ul li A:hover
{
	background-color: #d6c06f;
}

#subnavServices ul li.first
{
	border: none;
}



/*** Main Content ***/

#mainContent {
	margin-top: 5px;
	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #7ac4bf;
	width: 750px;
	float: none;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 371px;
}


#mainContent ul {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b3755;
	line-height: 16px;
	padding-left: 25px;
	list-style: circle;
}

.newFacility {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}



/*** Body content *******************************************/

.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}

.separator5{
	height: 5px;
	display: block;
	clear: both;
}

.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
	clear: both;
}

.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
	clear: both;
}



.clear{
	clear: both;
	display: block;
}

#content
{
	/*position: relative;*/
	top: 0px;
	padding: 0px;
	width: 766px;
	display: block;
	background: #FFFFFF;
}


#content .left
{
	padding: 0 10px 0px 20px;
	margin-right: 20px;
	float: left;
	width: 465px;
}


#content .left img
{
	float: left;
	padding-right: 20px;	
}

#content .left .serviceBtn
{
	float: left;
	width: 200px;
}


#content .right
{
	padding: 20px 0 0 0;
	float: right;
	width: 235px;
}

#content .one-column
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 730px;
}


#content .one-column .right
{
	padding: 0 0 0 20px;
	float: right;
	width: 235px;
}




/* Contact sidebar block ********************/

#content .right .contact
{
	background: url(../images/bg/sidebar_bg.gif) no-repeat bottom;
	padding: 20px 0 0 0;	
	width: 225px;
	height: 60px;
		
}

#content .right .contact a
{
	border: none;
	color: #333;	
		
}

#content .right .contact a:hover
{
	text-decoration:underline;		
}


#content .right .contact img {
	float: left;
	height: 37px;
	width: 37px;
	padding: 0 8px 0 18px;
}

#content .right .contact a strong {
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #32725a;
	display: block;
}

/* Sidebar List block ********************/

#content .right .sidebar .title {
	width: 209px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;	
}

#content .right ul.sidebar
{
	padding: 20px 0 10px 0;
	width: 225 px;
	list-style: url(none) none;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #5a5a5a;		
}

#content .right ul.sidebar li{
	padding: 0 0 14px 0;
}

#content .right ul.sidebar li a {
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 12px;
	margin: 0px;
}

#content .right ul.sidebar li a:hover {
	background: url(../images/sidebar_bullet.gif) no-repeat left center;
}

#content .right ul.sidebar li span{
	font: 11px Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	text-decoration: none;
	padding-left: 12px;
	margin: 0px;
	display: block;
}

#content .right ul.sidebar li.current {
	background: url(../images/bg_sidebar_current.gif) no-repeat left center;
	color: #333;
	padding: 5px 0 5px 12px;
	margin-bottom: 14px;
	overflow: visible;
}

#content .right ul.sidebar li.current span {
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}


.sidebar .apply {
	font: 14px Arial, Helvetica, sans-serif;
	color: #32725a;
	background: url(../images/sidebar_button_BG.gif) no-repeat left top;
	text-align: center;
	padding: 14px 0 0 0;
	display: block;
	margin-bottom: 12px;
	height: 50px;
	width: 209px;
}

.sidebar .apply a {
	color: #32725a;
}

.sidebar .apply a:hover {
	color: #D3CA85;
	text-decoration: underline;
}

p.headtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #dbc882;
	line-height: 22px;
	padding-bottom: 10px;
}

p.jobtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 0px;
}


/*** mainImg ************************************************************************/

#mainimg
{
	height: 182px;
	width: 491px;
}

#mainimg-splash
{
	font-size: 0px;
	position: relative;
	float: left;
	height: 182px;
	width: 491px;
}

#mainInterior
{
	height: 92px;
	width: 765px;
	clear: both;
	position: relative;
}



#mainInterior .left {
	font-size: 0px;
	position: relative;
	float: left;
	height: 92px;
	width: 491px;
}

#mainInterior .right
{
	position: relative;
	width: 269px;
	height: 92px;
	float: right;
	background-image: url(../images/components/interior_right.gif);
	background-repeat: no-repeat;
}

.subheader {
	background: #FFFFFF url(../images/header_bank.gif) no-repeat left top;
	width: 765px;
	height: 93px;
	position: relative;
	margin-bottom: 20px;
}

.subheader h1 {
	font: 100 24px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 30px;
	/*padding: 0 0 20px 0;*/
}

/*** Home page ********************************/
div.featured {
	padding: 8px 0 0 0;
}

div.featured strong {
	font-size: 14px;
	font-weight: 400;
	color: #628e7e;
}

div.featured img {
	padding: 0 0 8px 0;
}



/******************* BACK LINK ***************************************/

.back {
	float: right;
	padding-right: 14px;
	padding-top: 14px;
	clear: none;
	font-size:9px;
	margin:4px;
}
.back a:link {
	color:#999999;
}
.back a:hover {
	color:#FFFFFF;
	background-color:#999999;
}
.back a:active {
	color:#FFFFFF;
	background-color:#66bc29;
}


/***************************** Form ****************************/

.siteForm fieldset {
	width: 490px;
	padding: 0 10px 10px 0;
	border: none;
}

.siteForm fieldset legend {

/*padding: 0.2em 0.5em;
  border:1px solid #CCCCCC;
  color:333333;
  font-size:90%;
  text-align:right;*/
}

.siteForm LABEL {
font-weight:normal;
}

.siteForm input.text, .siteForm textarea, .siteForm select {
	width: 250px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 2px;
	color: #000;
	margin-bottom: 8px;
	-margin-bottom: 7px;
	margin-right: 5px;
	margin-left: 0;
}

.siteForm textarea.wide {
	width: 600px;
}

.displayBlock {
	display:block;
}

.floatLeft {
	float: left;
	display: inline;
}

siteForm .btn {
	width: 112px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border: 1px solid #CCB978;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #DBC882;
}

/*** Management Team grid_layout **************************************************************************/

#bio_grid_layout ul

{
	width: 740px;
	padding: 10px 0;
}


#bio_grid_layout ul li

{
	float: left;
	width: 170px;
	text-decoration: none;
	color: #333333;
	vertical-align: top;
	list-style:none;
	position: relative;
	padding: 10px 0 20px 0;
	height: 200px;
}


#bio_grid_layout ul li a

{
	padding-bottom: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
}


#bio_grid_layout ul li a:hover

{
	text-decoration: underline;
}




#bio_grid_layout ul li img, #bio_grid_layout ul li a:hover img

{
	display: block;
	text-decoration: none;
}

#bio_grid_layout ul li p

{
	font-size: 10px;
	line-height: 11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*** Services grid_layout **************************************************************************/



#services_grid_layout ul

{
	padding: 0px;
	width: 740px;
}

#services_grid_layout ul li

{
	float: left;
	width: 170px;
	height: 200px;
	margin-right: 12px;
	padding:0px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	vertical-align: top;
	list-style:none;
	position: relative;
	background: url(../images/services_block.gif) no-repeat center;
}


#services_grid_layout ul li:hover {
	color: #DBC882;
}


#services_grid_layout ul li a span {
	color: #333333;
	font: 13px/14px Arial, Helvetica, sans-serif;
}


#services_grid_layout ul li a:hover span {
	color: #DBC882;
	text-decoration: none;
}


#services_grid_layout ul li img {
	margin: 12px 12px 7px 12px;
	display: block;
	border-bottom: 1px solid #cecece;
}

/*** Facility grid_layout **************************************************************************/

#facility_grid_layout ul

{
	padding: 0px;
	width: 730px;
}

#facility_grid_layout li

{
	display: block;
	clear: both;
	padding: 12px;
	margin-bottom: 20px;
	color: #333333;
	vertical-align: top;
	list-style:none;
	border: 1px solid #e2d7a9;
	background: url(../images/grid-back2.gif) repeat-x bottom;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

#facility_grid_layout .pic {
	float:left;
	margin-right: 12px;
	line-height: 15px;
}

#facility_grid_layout .pic img {
	display:block;
	padding-bottom: 8px;
}


#facility_grid_layout .info {
	float: left;
	text-align:left;
	/*width: 500px;*/
	margin-right: 12px;
}

#facility_grid_layout .logo {
	float: left;
}

#facility_grid_layout h3, #facility_grid_layout h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #628e7e;
	padding-top: 0px;
}

#facility_grid_layout h3 a:hover {
	text-decoration:underline;
}

#facility_grid_layout table {
	border: none;
	width: 440px;
}

#facility_grid_layout td {
	padding: 4px 12px 4px 0;
	line-height: 14px;
	width: 50%;
	vertical-align: top;
	border-bottom: 1px #CCC dotted;
}


/* smooth tab */
.smooth-tabs{
	width:740px;
	margin:35px -5px 0 -7px;
	background:url(../images/smooth-tabs.gif) repeat-y;
}
.smooth-tabs .tabset{
	margin:0;
	padding:1px 6px 0 7px !important;
	list-style:none !important;
	overflow:hidden;
	height:1%;
	font-size:14px;
	line-height:44px;
	background:url(../images/smooth-tabset.jpg) no-repeat;
}
.smooth-tabs .tabset li{
	float:left;
	border-left:1px solid #efefef;
	padding: 0 !important;
}
.smooth-tabs .tabset a{
	float:left;
	color:#b2acaa;
	padding:4px 19px;
	font-weight: 600;
}
.smooth-tabs .tabset a:hover,
.smooth-tabs .tabset a.active{
	background:#fff !important;
	text-decoration:none !important;
	color:#060504 !important;
	font-weight: 600;
}
.smooth-tabs .foot{
	background:url(../images/slide-tab-foot.gif);
	height:13px;
	overflow:hidden;
}
.smooth-tabs div.tab{
	padding:17px 25px 0 28px;
}
.smooth-tabs .two-columns{
	overflow:hidden;
	height:1%;
}
.smooth-tabs .two-columns img{
	float:left;
	margin:0;
	padding: 0 0 15px 0;
}
.smooth-tabs .column{
	float:right;
	width:462px;
}
.smooth-tabs .column p{
	margin:0 0 18px;
	line-height:18px;
}
