/* =====================================         Constants List             ============================== */

	/*

	• Main Blue (Links) ------------------------- #2c637a
	• Alt Blue (Links) -------------------------- #457b93
	• Grey (Grey Text Color) -------------------- #7d7d7d
	
	*/
	
/**/

/* =====================================         Global                     ============================== */

* { padding:0; border: 0; margin:0 }

html, body { 
	color: #000;
	background: url(i/bg.png) top repeat-x #ccc;
}

body { font: 75%/140% Arial, Helvetica, sans-serif; padding: 0px 10px; }

br.clear { clear: both }

a { color: #2c637a; text-decoration: underline }
a:visited { color: #2c637a }
a:hover { color: #3288ad }
a:active { color: #2c637a }

a.grey { color: #7d7d7d; text-decoration: underline }
a.grey:visited { color: #7d7d7d }
a.grey:hover { color: #3288ad }
a.grey:active { color: #7d7d7d }

.pseudo { position: absolute; top: 0; left: 0 }

/**/

/* =====================================         Carcass                    ============================== */

#root {
	width: 950px;
	margin: 0 auto;
	
	
}

#header {
	color: #fff;
	background: url(i/header.jpg) 0 14px no-repeat #fff;
	
	font-size: 117%;
	
	height: 113px;
	padding: 223px 40px 0 424px;
	position: relative;
}

body.inner #header {
	color: #fff;
	background: url(i/header_alt.jpg) 0 14px no-repeat #fff;
	
	font-size: 117%;
	
	height: 121px;
	padding: 0;
margin-bottom:111/01/2009 01:06:43 a.m.11/01/2009 01:06:46 a.m.px;
	
	position: relative;
}

body.inner #header #head {
	color: #fff799;
	font-size: 13px;
	line-height: 33px;
	width: 597px;
	height: 33px;
	position: absolute;
	left: 320px;
	bottom:-2px;
}

body.inner #header #head b {
	color: #fff;
}

body.inner #header #head ul {
	margin: 0 15px 0 0;
	float: right;
}

/**/

/* =====================================         Menu                       ============================== */

#menubar {
	height: 56px;
	position: absolute;
	top: 39px;
	right: 1px;
	width:700px;
}

#menubar li {
	display: inline;
}

#menubar li.border div {
	background: url(i/menu_border.png);
	width: 2px;
	height: 56px;
	float: left;
}

#menubar li a {
	color: #000;
	
	text-align: center;
	font-size: 13px;
	line-height: 52px;
	text-decoration: none;
	
	height: 52px;
	padding: 4px 6px 0 6px;
	
	float: left;
}

#menubar li a:hover, #menubar li a.cur { background: url(i/menu_cur.png) repeat-x; }	
	

/**/

/* =====================================         Lists                      ============================== */

ul.orange li {
	background: url(i/li_orange.png) no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	
	padding-left: 17px;
	margin-bottom: 16px;
	
	list-style: none;
}

.sub{
}
.tabtitle{background: url(i/li_orange.png) no-repeat;font-size: 12px;margin-bottom: 5px;list-style-position:inside;list-style-type:none;font-weight:bold;color:#2c637a;text-decoration:underline;}
.gecko .tabtitle{background: url(i/li_orange.png) no-repeat;font-size: 12px;padding-left: 17px;margin-bottom: 5px;list-style-position:inside;list-style-type:none;font-weight:bold;color:#2c637a;text-decoration:underline;}
.safari .tabtitle{background: url(i/li_orange.png) no-repeat;font-size: 12px;padding-left: 17px;margin-bottom: 5px;list-style-position:inside;list-style-type:none;font-weight:bold;color:#2c637a;text-decoration:underline;}

.submenu{padding-left: 17px;margin-bottom: 5px; list-style-type:none;font-size: 12px;list-style-position:inside; background-image:url(i/li_green.png); background-position:top 15px; background-repeat:no-repeat;}
.gecko .submenu{list-style-image:url(i/li_green.png);font-size: 12px;padding-left: 17px;margin-bottom: 5px;list-style-position:inside; background-image:none;}
.safari .submenu{list-style-image:url(i/li_green.png);font-size: 12px;padding-left: 17px;margin-bottom: 5px;list-style-position:inside;}
.submenu a{	color:#666666;}

ul.orange_inline {margin-top: 12px;}
ul.orange_inline li {background: url(i/li_orange.png) no-repeat;font-size: 13px;line-height: 100%;padding-left: 17px;margin-right: 13px;display: inline;list-style: none;}
ul.orange_inline li a:link, ul.orange_inline li a:visited, ul.orange_inline li a:hover,ul.orange_inline li a:active {color: #fff799;}
ul.orange_square li {background: url(i/square.gif) 0 4px no-repeat;font-size: 12px;font-weight: bold;line-height: 140%;padding-left: 10px;margin-right: 10px;display: inline;	
	list-style: none;}
ul.grey li {color: #7d7d7d;background: url(i/li_grey.png) no-repeat;line-height: 110%;list-style: none;padding-left: 17px;margin-bottom: 14px;}
ul.grey li a:link,
ul.grey li a:visited,
ul.grey li a:active { color: #7d7d7d; }
ul.grey li a:hover { color: #3288ad; }

ul.black_bullets li,
ul.black_bullets_half li,
ul.black_bullets_left li,
ul.black_bullets_right li {
	line-height: 150%;
	list-style: disc inside;
}

ul.black_bullets_half {
	width: 45%;
	padding-right: 5%;
	margin-top: 10px;
	float: left;
}

ul.black_bullets_left {
	width: ;
	margin-top: 10px;
	float: left;
}

ul.black_bullets_right {
	width: 40%;
	margin-top: 10px;
	float: left;
}

ul.grey_bullets {
	color: #acacac;
	line-height: 150%;
	list-style: disc inside;
}

ul.grey_bullets span {
	color: #000;
}

ul.grey li a:link,
ul.grey li a:visited,
ul.grey li a:active { color: #7d7d7d; }
ul.grey li a:hover { color: #3288ad; }


/*Normal list*/
.normalist{ list-style-position:inside; padding-left:0px; margin-top:-25px;}

/*Sub-gray lists*/
li.grey_bullets_inside {
	color: #737373;
	line-height: 150%;
	list-style: disc inside;
	padding-left:15px;
}
/**/

/* =====================================         Blocks                     ============================== */

div.block_title, div.block_title_transp, div.block_title_top, div.block_title_large {
	color: #fff;
	background: url(i/block_title.png) #5d90a7;
	font: bold 14px/27px Arial, Helvetica, sans-serif;
	height: 27px;
	padding-left: 31px;
}

div.block_title_transp {
	background: url(i/block_title_transp.png);	
}

div.block_title_top {
	background: url(i/block_title_top.png) #5d90a7;
}
div.block_title_large {
	background: url(i/block_title_large.png) #5d90a7;
}
	
div.block_content {
	background: #f5f5f5;
	padding: 10px 25px 5px 25px;
}

div.block, div.block_r, div.block_wide {
	background: #f5f5f5;
	
	width:240px;
	padding: 15px 12px 0 18px;
	border: #e1e1e1 1px solid;
	margin-bottom: 9px;
	
	float: left;
}

div.block_wide {
	width: 520px;
}

div.block_r {
	width: 240px;
	margin-left: 9px;
}

div.block { min-height: 218px; }

div.block h2, div.block_r, div.block_wide h2 {
	font: normal 133%/100% Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

div.block_grad, div.block_grad_menu, div.block_grad_left, div.block_grad_right {
	background: url(i/block_bottom.png) bottom repeat-x;
	margin-bottom: 26px;
}
div.block_grad_bl {
	background: url(i/block_bl.png) bottom left no-repeat;
}
div.block_grad_br {
	background: url(i/block_br.png) bottom right no-repeat;
	padding-bottom: 5px;
}
div.block_grad_content {
	background: url(i/block_grad.png) bottom repeat-x #fff;
	padding: 20px;
	border: #e8e8e8 solid;
	border-width: 0 1px;
}

div.block_grad_menu { margin: 7px 0 15px 0; }
div.block_grad_menu div.block_grad_content {
	padding: 14px 14px 7px 14px;
}

div.block_grad_left {
	width: 48%;
	margin-right: 4%;
	float: left;
}
div.block_grad_right {
	width: 48%;
	float: left;
}

/**/

/* =====================================         Content                    ============================== */

#content {
	background: url(i/content_bg.png) repeat-y #fff;
	margin-left: 2px;
}

body.inner #content {
	margin: 0 1px;
}

#content_bottom {
	background: url(i/content_bottom.png) #fff;
	
	height: 18px;
	margin-top: 32px;
}

#left {
	width: 279px;
	margin-top: -9px;
	float: left;
	position: relative;
}

body.inner #left {
	width: 279px;
	margin: 0;
	float: left;
}

#left_banner { display: block; }

#right {
	width: 553px;
	padding: 38px 0 0 30px;
	
	float: left;
}

.descript_right {
	width: 216px;
	margin-left: 30px;
	float: right;
}

.descript_right h2 {
	font: normal 133%/100% Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

body.inner #right {
	width: 553px;
	padding: 32px 0 0 37px;
	
	float: left;
}

h1 {
	font: normal 167%/100% Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

body.inner h1 {
	font: normal 167%/100% Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

body.inner h2 {
	font: normal 150%/100% Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}

body.inner h3 {
	color: #457b93;
	font: bold 137%/100% Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-bottom:10px;
}

p {
	margin-bottom: 5px;
}

body.inner p { margin-bottom: 22px; }

p.underlined {
	padding-bottom: 16px;
	border-bottom: #d7d7d7 1px solid;
	margin-bottom: 16px;
}
.descriptions{
height:165px; float:left; width:171px;margin-right:10px; text-align:left
}

.descriptions img{
	padding: 2px 0px 0px 0px;
}

.contact_office {
	width: 230px;
	float: left;
}

/**/

/* =====================================         Footer                     ============================== */

div.back_to_top {
	font-weight: bold;
	text-align: right;
	margin-top: 15px;
	margin-bottom:20px;
}
#footer {
	color: #f7fafc;
	background: #686868;
	
	font-size: 92%;
	line-height: 52px;	
	text-align: right;
	
	height: 52px;
	padding-right: 11px;
}
#footer a {
	color: #f7fafc;
	margin-right: 17px;
}
#footer a:hover { color: #fff; }

/**/

/*Images on body text*/
.imagesbody{float:right; vertical-align:bottom; padding: 0px 20px 20px 0px;}

/*Contact Pages*/
#contactforms{float:left; width:90%; border:solid 1px #CCCCCC; padding:25px;}
.contactforms li{list-style:none inside;}
.contact li{list-style-image:url(i/contact_tabs_bullet.gif); list-style-position:inside;}
.contact a{color:#fff;}
.contact a:hover{text-decoration:none;}
.contacttabactive{float:left; background-color:#1b5f7b; padding:5px 15px 5px 10px;  color:#fff; text-align:center;}
.contacttabnormal{float:left; background-color:#3a819f; padding:5px 15px 5px 10px; color:#fff; text-align:center; margin-left:1px;}
.fields{ border:1px #CCCCCC solid; float:right; font-size:14px; height:20px; margin-right:170px; margin-top:-3px;}
.textarea{float:left; border:1px #CCCCCC solid;}
label{float:left;}
.sendbutton{float:right; margin-top:10px;}
#contact2{display:none;}
table{border-left:solid 1px #CCCCCC; border-top:solid 1px #CCCCCC;margin-bottom:20px;}
th{background-color:#1B5F7B; height:30px; padding-left:15px; text-align:left; font-size:14px; color:#fff;}
td{padding:10px 0px 10px 15px; text-align:left;height:30px; border-bottom:solid 1px #CCCCCC;border-right:solid 1px #CCCCCC; vertical-align:top;}

/* News  */

.newsoverview ul {
	padding: 5px 0px 10px 30px;
}
.newsoverview h4 {
	font-size: 15px;
	color: #000000;
	padding: 0px;
	margin:0px;
}
.newsimage {
	float: right;
	padding: 25px 0px 0px 15px;
	width: 100px;
}
.news_content h4 {
	padding: 0px 0px 10px 0px;
	margin: 0px; 
	font-size: 13px;
}
.news_content p {
	text-align: justify;
}
span.news_place {
	width: 350px;
	display: block;
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
	
}
hr {
	border: 1px #cccccc solid;
}
h1.hdg {
	color: #336666;	
	background: none;
}
p.heading {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ff0000;
	color: #26616F;	
	background: none;
	font-size: 26px;
	font-weight: bold;
}
div#innernav {
	margin: -10px 0px 30px 0px;
	padding: 0px;
	border: 0px solid #ff0000;
	width: 100%;
}
div#innernav ul {
	list-style: none;
	margin: 0px;
}
div#innernav ul li {
	display: inline;
	margin: 0px 10px 5px 0px;
	float: left;
	height: 20px;
	line-height: 20px;
}
div#innernav ul li a {
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px 5px;
	color: #666666;
	display: block;
	text-decoration: underline;
	font-size: 9pt;
	white-space: nowrap;
}
div#innernav ul li.sel a {
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px 5px;
	color: #3288AD;
	display: block;
	text-decoration: none;
	font-size: 9pt;
	white-space: nowrap;
}
.clr {
	clear: both;
	margin: 0px;
	padding: 0px;
}

