body {
	margin: 0;
	background-color: #EEEEEE;
	background-image: url("images/body_bg.jpg");	background-repeat: repeat-y;
	background-position: top center;
}

body, td, th, p, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	line-height: 170%;
	margin: 0 0 10px 0;
	text-align: justify;
}

a {
	color: #0099FF;
	text-decoration: underline;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", serif;
	font-weight: normal;
	margin: 0;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0;
}

h2 {
	font-size: 28px;
	margin: 45px 0 10px 0;
	letter-spacing: -1px;
	color: #3467A2;
}

h3 {
	color: #4984C5;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 15px 0 5px 0;
	line-height: 140%;
}

h3.right {
	float: right;
}

h4 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
}

h4.top_line {
	margin-right: 80px;
}

h4.middle_line {
	margin-right: 40px;
}





#wrapper {
	width: 848px;
	margin: 0 auto;
}

#logo {
	height: 132px;
	padding: 0 20px 20px 0;
	background-color: #FFFFFF;
}

#navigation {
	background-color: #3467A2;
	padding: 0;
	margin: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}

#navigation li {
	float: left;
	margin: 0;	
}

#navigation li a.last {
	border-right: none;
	width: 174px;
}

#navigation li a.longer {
	width: 190px;
}

#navigation li a {
	display: block;
	width: 160px;
	height: 23px;
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#navigation li a:hover {
	background-color: #4984C5;
}

#header {
	height: 90px;
	padding: 20px;
	background-color: #FFFFFF;
}

#cloud {
	background-image: url("images/cloud.jpg");
	height: 80px;
	text-align: right;
	margin: 1px 0;
	padding: 20px 20px 0 0;
	font-style: italic;
}

#cloud h1.top_line {
	margin-right: 50px;
}

#call_us {
	float: right;
	width: 410px;
	padding: 25px 15px;
	background-image: url("images/circle_bg.png");
	background-position: center right;
	background-repeat: no-repeat;
	text-align: right;
	border: 1px solid #EEEEEE;
}

#tP {
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	padding-bottom: 3px;
}

#content {
	padding: 20px;
	background-image: url("images/content_bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
}

#left_col {
	width: 265px;
}

#right_col {
	float: right;
	width: 470px;
	padding-right: 15px;
}

.section {
	margin: 0;
}

ul.text_list {
	margin-left: 40px;}

ul.client_list {
	margin: 10px 10px 10px 5px;	color: #333333;
}

ul.text_list li {
	margin-bottom: 10px;
	color: #3467A2;
}

img.image_borders {
	border: 1px solid #CCCCCC;
	margin: 0 0 30px 10px;
}

#picture_section {
	background-image: url("images/circle_bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #EEEEEE;
	height: 231px;
	width: 320px;
	padding: 15px;
	float: right;
}

#top_curve {
	height: 15px;
	background-image: url("images/top_curve.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#bottom_curve {
	height: 15px;
	background-image: url("images/bottom_curve.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#site_content {
	padding: 10px 25px;
	background-color: #FFFFFF;
}

#top_curve_blue {
	height: 15px;
	background-image: url("images/top_curve_blue.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#bottom_curve_blue {
	height: 35px;
	background-image: url("images/bottom_curve_blue.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#footer_content {
	padding: 10px;
	background-color: #3467A2;
	color: #FFFFFF;
	font-size: 11px;
}

#footer_content span {
	float: right;
}

#footer_content span a {
	color: #FFFFFF;
	text-decoration: underline;
}

#image_strip {
	float: right;
	width: 170px; 
}

#text_content {
	margin-right: 185px;
	border-right: 1px dashed #CCCCCC;
	padding-right: 20px;
}

div.clearer {
	clear: both;
}

div.clearer-right {
	clear: right;
}

div.left_float {
	float: left;
}

p.lighter {
	letter-spacing: 1px;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

