/*
* Standard Reset
*/

* { padding:0; margin:0; }
form, fieldset, img { border:0; }
a {cursor:pointer; text-decoration:none; outline:none; color:#5899d1; }
a:hover {text-decoration:underline;}
html {overflow-x:hidden;}
body { background-color:#9ac2ff; font:.7em Arial, Helvetica, Tahoma,sans-serif;}
h1 { color:#003663; font-weight:normal; font-size:1.3em;}
h1 a { color:#003663;}
h2 { color:#fff; font-weight:bold; font-size:1.25em;}
h3 { color:#003663; font-weight:bold; font-size:1.25em; font-family:Georgia;margin-top:50px;}
input {vertical-align:middle; font-family: "Arial"; }
input[type=text], input[type=password] {border:1px solid #023D66;width:268px;font-size:.916em;margin-bottom:10px;height:20px;}
input[type=submit] {border:none;background:#00548F;color:#fff;padding:3px 8px;font-size:.916em;float:right;margin-right:28px;margin-bottom:20px;overflow:visible;cursor:pointer;}
.inputtext {border:1px solid #023D66;width:150px;font-size:.916em;padding:3px;}
.inputsubmit {border:none;background:#00548F;color:#fff;padding:3px;font-size:.916em;margin-left:100px;overflow:visible;cursor:pointer;}
textarea {border:1px solid #023D66; font-family: "Arial"; width:262px;font-size:.916em;padding:3px;overflow:hidden; margin-bottom:10px;}
legend {font-size:1.333em;padding-bottom:20px;color:#005B9A;font-weight:bold; align:left!important; margin-left:-8px!important;}
label {width:100px;float:left;padding-bottom:17px;}


/* WRAP */
#wrap {	
	margin:0 auto;
	position:relative;
	width:900px;
	}

/* container */
#container{
	width:900px;
	margin: 0 auto;
	/* background: #fff url(../images/wrap_top.gif) no-repeat; */
	background: #fff;	
	}

/* header */

#header {
	border:0px;
	width:100%;	
	height:68px;
	background-color:#fff;
	align:center;
	}
	
#header h1 a {
	border:0px;
	display: block; 
	width: 900px; 
	height: 68px; 
	background: url(../images/logo.jpg) no-repeat 0 0; 
	margin: 0 auto;
	
	} 
	
#header h1 a.logo2 {
	background: url(../images/logo_2.png) no-repeat 0 0; 
	} 
	
/* menu */
#menu {
	background: #A5A4A2 url(../images/bg_gradient.jpg) repeat-x 0 32px;
	width: 100%;	
	height:55px;
	/* 	padding-top:7px;*/
	/* text-align:center; */
	}
	
	.center {
	display:block;
	}
	
	.center {
	margin: 0 auto;
	position:relative;
	width:900px;
	}
	
#menu ul {
	display: block;
	height: 55px;
	background: #A5A4A2 url(../images/wrap_top.gif) no-repeat center bottom; 
	}	
	
#menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:12px;		
}	

#menu li a {
	font-family:Georgia;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	}

#menu li.active {
	margin-top:-5px;
	}	
	
#menu li.active a {
	color:#003663;
	}	
	
#menu li a:hover {
	color:#003663;
	text-decoration:none;
	}
	
#menu li a span span { 
	padding-right: 14px; 
	padding-left:14px;
	padding-top: 5px;
	}

#menu div.center ul li.active a span {
	background: #fff url(../images/menu_left.gif) no-repeat left;	
	display:block;
	height:35px;
	}	
	
#menu div.center ul li.active a span span {
	background: url(../images/menu_right.gif) no-repeat top right;
	display:block;
	height:35px;
	}
	
/* content */
#content{
	background: url(../images/bg_gradient.jpg) repeat-x 0 32px; 	
	width:100%;
	height:169px;
	}	


/* content_wrapper */
#content_wrapper {
	/* background: #fff url(../images/wrap_top.gif) no-repeat; */
	background: #fff;
	width:900px;
	}
	

/* footer */
#footer {
	background: #9ac2ff url(../images/footer.jpg) no-repeat top center; 
	height:29px;
	width:100%;
	text-align:center;
	font-family:arial;
	font-size:0.9em;
	color:#003663;	
	padding-top:15px;	
	clear: both; 
	display: block; 
	position: relative;
	
	}	
	
#footer a, a:hover{
	color:#003663;
	}	
	
#footer a:hover {	
	text-decoration:underline;
}	
	
/*slideshow*/
#content_slideshow {
	float:left;
	width:856px;
	height:214px;
	margin-left:22px;
	margin-top:0px;
	margin-bottom:22px;	
  margin-right:22px;
	background: url(../images/gradient_slideshow.png) repeat-x; 
	z-index:4;
	}
	
#slideshow {
	float:left;
	width:399px;
	height:214px;
	margin-left:-8px;	
	z-index:3;
	}	

#slideshow embed {
	height:214px;
	width:399px;
	}	
	
#overlay {
	float:left;
	width:8px;
	height:214px;
	background: url(../images/overlay.png) no-repeat; 	
	position:relative;
	z-index:2;	
	}	
	
#home_text_element {
	float:left;
	width:398px;
	padding:0px 25px 0px 25px;
	margin-bottom:15px;
	}	

#home_text_element ul {
	margin-left:13px;
	color:#000;
	margin-bottom:20px;
	}	
	
#home_text_element ul li {
	line-height:1.5em;
	}		
	
#home_text_element h1 {
	margin-bottom:15px;
	font-weight:bold;
	}	

#home_text_element p {
	line-height:1.5em;
	padding-bottom: 15px;
	}	
	
#homebox_wrapper {
	float:left;
	width:386px;	
	margin:10px;
	position:relative;
	margin-top:-200px;
	}
	
#top_homeboxen {
	background: url(../images/homeboxen_top.png) no-repeat;
	width:386px;
	height:13px;
	}	
	
#middle_homeboxen {
	background: url(../images/homeboxen_middle.png) repeat-y;
	width:386px;	
	padding-left:13px;
	padding-right:10px;	
	margin-top:-1px;
	}	
	
#bottom_homeboxen {
	background: url(../images/homeboxen_bottom.png) no-repeat;
	width:396px;
	height:15px;
	}	

#content_homeboxen {
	width:361px;
	height:87px;
	display: inline;	
	}

#content_homeboxen .homeboxen li {
	background: url(../images/homebox_bg.jpg) no-repeat;
	width:361px;
	height:87px;	
	margin-bottom:10px;
	list-style:none; 	
	}
	
	

#content_homeboxen .homeboxen	{
	margin-bottom: -13px;
	cursor: pointer;
	}

#content_homeboxen .homeboxen .title_section {
	width:210px;
	height:25px;
	margin-top:25px;
	margin-left:12px;
	float:left;
	text-align:right;
	font-family:Georgia;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	}
	
#content_homeboxen .homeboxen .homebox_img {
	width:100px;
	height:51px;
	margin-top:18px;
	margin-right:16px;	
	float:right;
	}	
	
#content_homeboxen .homeboxen .read_more a {
	width:210px;
	height:25px;
	margin-left:12px;
	font-family:arial;
	text-align:right;	
	color:#003663; 
	float:left;
	}	

	#content_homeboxen .homeboxen ul li {
	padding: 0;
	margin-bottom: 10px;
	}	
	
	.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	.clearfix{
	zoom: 1;
	}	
	
	/* subpage */
	
body#sub #content_slideshow {
	float:left;
	width:856px;
	height:214px;
	margin-left:22px;
	margin-bottom:22px;
	background: url(../images/gradient_slideshow.png) repeat-x; 
	z-index:4;
	}	
	
#submenu {
	/*display:none;*/
	width:143px;
	float:left;
	padding-left:22px;
	margin-top:-2px;
	background:#fff;
	}	

#submenu ul li {
	list-style: none; 
	padding-left:20px;
	background: url(../images/li.gif) no-repeat left; 
	}	

#submenu ul li a, ul#submenu li.active ul li a {
	font-family:arial;
	font-size: 1.1em;
	font-weight:bold;
	color:#5899d1; 	
	line-height:2.2em;
	}
	
#submenu ul li.active a, ul#submenu li.active ul li a   {
	color:#003663;
	text-decoration:none; 	 	
	}
			
#submenu ul#submenu li.active {
	background: url(../images/li_hover.gif) no-repeat 0 9px;
	}
	
#submenu ul#submenu li:hover {	
	background: url(../images/li.gif) no-repeat 0 9px; 
	}

ul#submenu li.active ul li.active {
	background: url(../images/li.gif) no-repeat left; 	
	}
	
ul#submenu li.active ul li a {
	color:#5899d1; 	
  }
  
ul#submenu li.active a:hover {
	color:#5899d1; 	
	text-decoration:underline;
	}  
  
ul#submenu li.active ul li.active a {
	color:#003663; 	
  }  
  
ul#submenu li.active ul li a:hover  {
	text-decoration:underline; 		
	}

ul#submenu li ul li.active a:hover {
	color:#5899d1; 	
	}		
		
body#sub #home_text_element {
	/*width:570px;*/
	width:400px;
	}	
		
body#sub #homebox_wrapper	{
	margin-top:-5px;
	margin-right:22px;
	float:right;
	width:248px;
	}
	
body#sub #homebox_wrapper	div.box1 {
	background: url(../images/box1.jpg) no-repeat;
	width:233px;
	height:46px;
	margin-top:10px;
	text-align:right;
	padding-top:3px;
	padding-right:15px;
	}
	
body#sub #homebox_wrapper	div.box2 {
	background: url(../images/box2.jpg) no-repeat;
	width:233px;
	height:28px;
	margin-top:10px;
	text-align:right;
	padding-top:7px;
	padding-right:15px;
	}

body#sub div.box1 a {
	display:block;
	}	

body#sub div.box1 a:hover {
	text-decoration:none;
	}	
	
body#sub div.box1 a h2 {
	color:#003663; 
	font-weight:bold; 
	font-size:1.6em; 
	font-family:Georgia;	
	}	
	
	
	
body#sub div.box1 a p {
	color:#003663; 
	font-weight:bold; 
	font-size:1.3em; 
	font-family:Georgia;	
	}		
	
body#sub div.box2 a {
	display:block;
	}		
	
body#sub div.box2 a h2 {
	color:#fff; 
	font-weight:bold; 
	font-family:Georgia;	
	}	
	
body#sub div.box2 a:hover {
	text-decoration:none;
	} 	

	
body#sub #slideshow {
	height:75px;
	}	
	
body#sub #slideshow img {
	width:399px;
	height:auto;
	vertical-align:top;
	overflow:hidden;
	}	
	
body#sub #overlay {
	background: url(../images/sub_overlay.png) no-repeat; 	
	}		

body#sub #content_slideshow {
	height:75px;
	text-align:right;
	padding-right:13px;
	width:843px;
	}	


body#sub #content_slideshow h2 {
	color:#fff; 
	font-weight:bold; 
	font-size:1.8em; 
	font-family:Georgia;
	margin-top:45px;
	}	

body#sub #home_text_element img {
	height:116px;
	width:auto;
	margin-right:15px;
	margin-top:4px;
	}
	
div.csc-textpic-imagewrap dl.csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol {
	min-width:10px;
	}
	
	
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:0px;
}			

.alignLeft { 
	float:left; 
	margin-right:1.5em; 
	}
	
/* contact form */

.powermail_mandatory_js, .powermail_mandatory_js {
	color:#5899d1;
	padding-bottom:10px;
	}
	
/* google maps */

div.tx-lumogooglemaps-pi1	{
	margin-bottom:15px;
	}
	
fieldset#tx-powermail-pi1_fieldset_1	legend {
	display:none;
	}
	
/* sitemap */

.csc-sitemap { width: 400px; padding: 10px 0 10px 0; }
.csc-sitemap ul { margin-left:0px!important; padding:0px 0 0px 0;}
.csc-sitemap ul li {list-style:none; margin-bottom: 2px;}
.csc-sitemap li { margin: 0; padding: 0; }
.csc-sitemap a { display: block; padding: 0 25px; font-weight:bold; line-height: 2em; color: #003663; text-decoration: none; background: #e9e9e9; border-bottom: 1px solid #dedfde }
.csc-sitemap ul li ul {	margin-top:10px;	margin-left:20px;	margin-bottom:10px; }
.csc-sitemap ul ul a { padding-left: 25px; font-weight:normal; background-color: #fafafa; border-bottom: 1px solid #dedfde; }
.csc-sitemap ul ul ul a { padding-left: 25px; color: #003663; }
.csc-sitemap a:hover, .csc-sitemap a:focus { color: #fff; background-color: #003663; font-weight: bold;  }
.csc-sitemap ul li ul {margin-left:25px!important;margin-bottom:10px!important;}

.csc-textpic ul li {list-style:inside;}
.plusone {float: right; margin-right: 190px; margin-top: -27px;}
.plusone .linkedin {height: 16px; width: 16px; margin-left: -14px;}
