/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;

background-attachment: fixed;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-position: top;
}

A:link {
text-decoration:none;
color: #599FBC;
}

A:visited {
text-decoration:none;
color: #599FBC;
}

A:active {
text-decoration:none;
color: #053A48;
}

A:hover {
text-decoration:underline;
color: #599FBC;
}

#background {
position:absolute; 
height:100%;
width:100%;
left:0px; 
top:0px;
}

#center {
position: relative; 
width:762px;
margin-left:auto;
margin-right:auto;
}

#center_popup {
position: relative; 
width:409px;
margin-left:auto;
margin-right:auto;
}

#header {
width:762px;
margin-top:10px;
}

#title {
position:relative;
top:-2px;
}

#homepage_content {
width:761px;
height:317px;
}

#image_box {
	top:200px;
	width:761px;
	height:133px;
	background-image: url(../images/2ndlevel_placeholder.jpg);
}

#image_box_viewpoint {
	top:200px;
	width:761px;
	height:133px;
	background-image: url(../images/bg_viewpoint.jpg);
}

#image_box_issues {
	top:200px;
	width:761px;
	height:133px;
	background-image: url(../images/bg_issues.jpg);
}

#image_box_contact {
	top:200px;
	width:761px;
	height:133px;
	background-image: url(../images/bg_contact.jpg);
}

#image_box_approach {
	top:200px;
	width:761px;
	height:133px;
	background-image: url(../images/bg_approach.jpg);
}

#image_box_services {
	top:200px;
	width:761px;
	height:133px;
	background-image: url(../images/bg_services.jpg);
}


#image_box_popup {

width:409px;
height:15px;

}

#content_shadow {
float:left;
width:761px;
background-color:#9EA09B;
}

#content_shadow_popup {
float:left;
width:409px;
background-color:#9EA09B;
}

#content_area {
float:left;
width:759px;
background-color:#FFFFFF;
padding-top:25px;
}

#content_area_popup {
float:left;
width:407px;
background-color:#FFFFFF;
padding-top:25px;
margin-left:-2px;

}
html>body #content_area_popup{
margin-left:0;
margin-right:2px;

}

#content_left {
float:left;
width:150px;
}

#content_main {
float:left;
width:380px;
margin-left:10px;
}

#content_main_popup {
float:left;
width:370px;
padding-left:20px;
padding-right:19px;

}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #000033;
	font-weight: 400;
	line-height: 23px;
	padding-bottom: 10px;
	padding-top: -5px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: 600;
	color: #599FBC;
}

#content_main li{
	list-style-type: square;
}
#content_right_li{
	list-style-type: square;
	text-indent: -4pt;
}

#content_right {
float:left;
margin-left:49px;
width:170px;
}

.sidebartext {
width:130;
margin-left:10px;
margin-right:10px;
}

#footer {
}

#footer_text {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
margin:8px;
}
#footer_text_white {
color: #FFFFFF;
}


.callout_box {
	position:relative;
	background-color:#D6E5EB;
	background-image:url(../images/curvebottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:370px;
	left: 1px;
}

.callout_text {
position:relative;
left:81px;
top:0px;
background-color: #FFFFFF;
padding-left:10px;
width:280px;
}
.clearer{
clear:both;
}
