@charset "utf-8";

body {
background-color: transparent;
font-family:Arial,Verdana,sans-serif;
font-size: 12px;
margin: 0px;
}

h2 {
font-size: 20px;
font-weight: bold;
color: #003366;
}
a {
color:#003366;
text-decoration: none;
}

/*

	MAIN AREAS
	
*/
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;

}
#container {
	width: 700px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-color: #D4D6C1;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	height: 143px;
}

#content {
	position: relative;
	height: 900px;
}
/*
#footer {
	position: relative;
	border-top: 2px solid #ccc;
	padding-top: 3px;
}
*/

/*

	SUB SECTIONS
	
*/


#logo {
	position: absolute;
	top:0px;
	left: 5px;
	height: 102px;
	width: 280px;
	background-image: url(images/logo_header.gif);
	background-repeat: no-repeat;
	background-position: top;

}

#data {
	position: absolute;
	width: 440px;
	height: 900px;
	top: 20px;
	left: 20px;
	overflow: auto;
}
#rightbar {
	position: absolute;
	left: 470px;
	top: 50px;
	width: 230px;
	height: 400px;
}

/* 

	MENU ITEMS
	
*/
#menubar {
	position: absolute;
	top: 111px;
	left: -20px;
	width: 700px;
}
#menu {
	position: relative;
}
#menubar a {
	color: #999966;
}

#menubar li {
	list-style-image:none;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding: 5px;

}

#menubar li:hover {
	background-color: #ffffff;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
#menubar li:hover a {
	color:#003366;
}


/*

	Bullet styles

*/
.clients li {
	list-style-image: url(images/layout_r5_c5.gif);
}
.clients li:hover {
	list-style-image: url(images/layout_r5_c5_f2.gif);
}

/*

	RIGHT SIDE CONTACT BOX
	
*/
.contact_desc {
	font-size: 10px;
}
.contact_desc input {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 3px;
	margin-bottom: 3px;
}
.contact_head {
	font-size: 14px;
	font-weight: bold;
}
.contact_number {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.contact_box_data {
	background-image: url(images/middle-bg.jpg); 
	background-repeat: repeat-x;
	background-position: top;
	height: 284px;
	vertical-align: top;
	color: #999966;
}
.contact_box_left {
	background-image: url(images/left-side.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	width: 11px; 
	height: 290px;
}
.contact_box_right {
	background-image: url(images/right-side.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	width: 11px; 
	height: 290px;
}
.contact_box_bottom_middle {
	background-image: url(images/bottom-middle.gif); 
	background-repeat: repeat-x;
	height: 4px;
}

/*

	RIGHT SIDE FEATURE BOX
	
*/
.feature_desc {
	font-size: 10px;
}
.feature_desc input {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 3px;
	margin-bottom: 3px;
}
.feature_head {
	font-size: 14px;
	font-weight: bold;
}
.feature_number {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.feature_box_data {
	background-image: url(images/feature-middle-bg.jpg); 
	background-repeat: repeat-x;
	background-position: top;
	height: 117px;
	vertical-align: top;
	color: #999966;
}
.feature_box_left {
	background-image: url(images/feature-left-side.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	width: 11px; 
	height: 121px;
}
.feature_box_right {
	background-image: url(images/feature-right-side.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	width: 11px; 
	height: 121px;
}
.feature_box_bottom_middle {
	background-image: url(images/bottom-middle.gif); 
	background-repeat: repeat-x;
	height: 4px;
}

.feature_box_data li {
	margin-left: -20px;
	list-style-image: url(images/featured_bullet.gif);
	font-size: 14px;
}

/*

	MISC CLASSES
	
*/

.left { 
	float: left;
	text-align: left;
}
	
.right {
	float: right;
	text-align: right;
}