/* CSS Document */

/* GLOBAL STYLES */
* { 
	margin:0;
	padding:0;
	border: none;
	}

body {
	min-width: 975px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	}

img	{
	behavior: url(iepngfix.htc);
	}

strong {
	font-weight: bold;
	}
	
.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}
	
.content {
	line-height: 20px;
	}

/* HEADER STYLES */
#header {
	width: 100%;
	height: 150px;
	background-image: url(images/bg_header_span.jpg);
	text-align: center;
	}	

.header {
	height: 150px;
	background-image: url(images/bg_header_fade.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}	

.mainmenu {
	padding-top: 25px;
	height: 115px;
	}

.mainmenu_logo {
	text-align: left;
	float: left;
	clear: none;
	}
	
.mainmenu_links {
	padding-top: 75px;
	text-align: right;
	float: right;
	}

/* LEADER STYLES */
#leader {
	width: 100%;
	height: 380px;
	background-image: url(images/bg_leader_span.jpg);
	text-align: center;
	}	

.leader {
	height: 380px;
	background-image: url(images/bg_leader_fade.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}	

.leader .container {
	margin-top: 5px;
	}

#leader-image {
	width: 630px;
	height: 370px;
	margin-top: 5px;
	}

#leader-container {
	width: 350px;
	height: 370px;
	text-align: center;
	}

#leader-text {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	color: #006ba3;
	}

#leader-headline {
	width: 650px;
	text-align: left;
	}

#leader-navigation {
	width: 265px;
	text-align: left;
	color: #006ba3;
	}
	
#minileader {
	width: 100%;
	background-image: url(images/bg_leader_span.jpg);
	text-align: center;
	height: 75px;
	}	

#minileader-headline {
	width: 650px;
	text-align: left;
	padding-left: 35px;
	}	
	
.minileader {
	height: 75px;
	}		

	
/* FOOTER STYLES */
#footer {
	width: 100%;
	height: 150px;
	background-image: url(images/bg_footer_span.jpg);
	text-align: center;
	}	

.footer {
	height: 150px;
	background-image: url(images/bg_footer_fade.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}	

.footer table {
	margin-top: 15px;
	font-size: 11px;
	line-height: 14px;
	}
	
#footer-left {
	width: 650px;
	color: #ffffff;
	text-align: left;	
	padding-left: 35px;
	padding-right: 35px;
	}

#footer-right {
	width: 285px;
	color: #ffffff;
	text-align: left;	
	padding-left: 35px;
	}	

#footer-email {
	position: relative;
	float: right;
	right: 60px;
	top: 5px;
	}

	
/* CLIENT AREA STYLES */			
#clientarea-7 {
	width: 100%;
	background:#000;
	color:#FFF;
	text-align:center;
	margin-top: -150px;
	}

#clientarea-tab {
	width: 100%;
	height: 10px;
	background:#000;
	color:#FFF;
	text-align:center;
	float: right;
	}

#clientarea-toggle {
	margin: 0px auto 0px 800px;
	}

#clientarea-table {
	width: 950px;
	margin: 10px auto 10px auto;
	}

#clientarea-prospectiveclients {
	width: 650px;
	padding-right: 35px;
	padding-left: 35px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	}

#clientarea-clientlogin {
	width: 285px;
	text-align: left;
	}
	
#clientarea-clientlogin #username_field, #clientarea-clientlogin #password_field {
	background: url('images/bg_form_textfield.gif');
	background-repeat: repeat-x;
	background-color: #b9c1c6;
	border: 2px solid #566472;
	padding-top: 4px;
	margin-left: 5px;
	height: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	width: 95%;
	}

#clientarea-clientlogin #submit_button {
	margin-top: 0px;
	margin-left: 5px;
	border: 0px;
	height: 20px;
	background-color: #000000;
	border: 0px;
	padding-top: 0px;
	}
	
/* PAGE ELEMENTS */
#structure_basic {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
#content-1col-left {
	width: 100%;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
	}

#content-1col-right {
	width: 100%;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	text-align: right;
	}

#content-2col-left {
	width: 650px;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	}

#content-2col-right {
	width: 285px;
	vertical-align: top;
	padding-left: 35px;
	}

#content-3col-left {
	width: 260px;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	}

#content-3col-center {
	width: 260px;
	vertical-align: top;
	}
	
#content-3col-right {
	width: 260px;
	vertical-align: top;
	padding-left: 35px;
	padding-right: 35px;
	}

#content-2col-left .content {
	margin-top: 10px;
	}

.snippet {
	margin-top: 10px;
	width: 265px;
	}
	
.snippet .content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 3px;
	}
	
.snippet img {
	border: 1px solid #cad9e5;
	padding: 5px;
	background: #fff;
	width: 254px;
	height: 155px;
	}
	
.border img {
	border: 1px solid #cad9e5;
	padding: 5px;
	background: #fff;
	}
	
.text {
	width: 280px;
	}
	
	
.services_list {
	width: 400px;
	border: 1px solid #cad9e5;
	margin-top: 25px;
	margin-left: 75px;
	}

.services_list_col {
	width: 250px;
	vertical-align: top;
	text-align: left;
	padding: 15px;
	}
	
/* FORM ELEMENTS */

/* BAR STYLES */
.bar_gray_horizontal {
	width: 100%;
	height: 1px;
	background-color: #4c4a4a;
	}	
.bar_white_vertical {
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	}	
.bar_dkblue_horizontal {
	width: 100%;
	height: 1px;
	background-color: #004e7f;
	}	
.bar_ltblue_horizontal {
	width: 100%;
	height: 1px;
	background-color: #cad9e5;
	}		

.bar_ltblue_vertical {
	width: 100%;
	height: 1px;
	background-color: #cad9e5;
	}	
	
/* GENERAL FORMATTING */
.space_bottom {
	margin-bottom: 5px;
	}
	
.space_top {
	margin-top: 5px;
	}
	
.space_left {
	margin-left: 5px;
	}

.space_left_greater {
	margin-left: 35px;
	}	
	
.space_right {
	margin-right: 5px;
	}

.space_right_lesser {
	margin-right: 15px;
	}	
	
.space_right_greater {
	margin-right: 35px;
	}	

.space_out {
	width: 100%;
	}
	
.float_left {
	float: left;
	}

.float_right {
	float: right;
	}
	
.align_right {
	text-align: right;
	}
	
.align_left {
	text-align: left;
	}
	
.align_center {
	text-align: center;
	}

.align_top {
	vertical-align: top;
	}
		
.italic {
	font-style: italic;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #004e7f;
	font-size: 16px;
	text-align: left;
	margin: 0;
	font-weight: 100;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited {
	text-decoration: none;
	color: #004e7f;
	font-size: 16px;
	text-align: left;
	margin: 0;
	font-weight: 100;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #004e7f;
	font-size: 13px;
	text-align: left;
	margin: 0;
	font-weight: 100;
	}

h6, h6 a, h6 a:link, h6 a:hover, h6 a:visited {
	text-decoration: none;
	color: #004e7f;
	font-size: 13px;
	text-align: left;
	margin-bottom: -5px;
	font-weight: bold;
	}
			
select {
	background-repeat: repeat-x;
	background-color: #cfd5d8;
	border: 2px solid #566472;
	height: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	width: 235px;
	}

textarea {
	background-repeat: repeat-x;
	background-color: #cfd5d8;
	border: 1px solid #566472;
	padding-top: 4px;
	margin-left: 5px;
	height: 100px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	}
	
input {
	background-repeat: repeat-x;
	background-color: #cfd5d8;
	border: 1px solid #566472;
	padding-top: 4px;
	margin-left: 5px;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	}
	
ul {
	padding-left: 15px;
	text-align: left;
	}
	
/* LINK STYLES */
#clientarea-7 a:link, #clientarea-7 a:active, #clientarea-7 a:visited {
	color: #d0de51;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #d0de51;
	}
	
#leader-text a:link, #leader-text a:active, #leader-text a:visited {
	color: #345e2e;
	}
	
a:link,  a:active, a:visited {
	color: #345e2e;
	}


/* BLOG TAB STYLES */

.shadetabs {
	width: 260px;
	padding: 3px 0;
	margin-top: -8px;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #7ca4bd;
	font-size: 16px;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 18px;
	background-color: #f8fafc;
	border: 1px solid #7ca4bd; 
	color: #7ca4bd;
}

.shadetabs li a:visited{
	color: #7ca4bd;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #345e2e;
	background-color: #d0de51;
	border: 1px solid #345e2e; 
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color: #f17c24;
	border: 1px solid #b35a17; 
	color: #ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display: none;
}

.tabcontent .post {
 	margin-top: 10px;
	margin-left: 5px;
	width: 250px;
}

.tabcontent .entry {
	line-height: 18px;
}


@media print {
	.tabcontent {
		display:block !important;
	}
}


#mailinglist_input {
	background-repeat: repeat-x;
	background-color: #cfd5d8;
	border: 1px solid #566472;
	padding-top: 4px;
	padding-left: 4px;
	margin-left: 0px;
	width: 180px;
	height: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

#mailinglist_button, #contact_button {
	background-color: #ffffff;
	border: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-left: 4px;
	margin-top: -1px;
	width: 80px;
	height: 21px;
	vertical-align: top;
}


.contactform_label {
	width: 100px;
	vertical-align: top;
	text-align: left;
}

.contactform_instruct {
	width: 250px;
	padding-right: 35px;
}

.contactform_input input, .contactform_input textarea  {
	width: 200px;
	padding-left: 4px;
	vertical-align: top;
	text-align: left;
}

.contactform_input textarea  {
	height: 85px;
}

.contactform_other {
	padding-left: 15px;
	vertical_align: top;
	text-align: left;
}

.contactform_other select, .contactform_other input {
	width: 15px;
	margin-left: 0px;
	padding-left: 4px;
	vertical_align: top;
}


#subnavigation {
	margin-top: 8px;
	padding-left: 35px;
	padding-right: 35px;
	}
	
#subnavigation img {
	margin-top: -2px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#subnavigation_container {
  position: relative;
  width: 900px;
  height: 25px;
  margin-top: -10px;
  padding: 0;
  overflow: hidden;
}