@charset "utf-8";
/* CSS Document */

body {
	background-color: #3671ac;
}

#big_container {
	background-color: #082f5f;
	background-image: url(images/page_bot_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 20px;
}


/*  nav area  */

#navigation_area {
	width: 887px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#logo {
	width: 205px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
#top_links {
	width: 635px;
	float: right;
}
#top_links a {
	color: #8a8a8a;
}
#site_buttons {
	float: right;
	margin: 0px;
	width: 640px;
}
#site_buttons div {
	height: 32px;
	margin: 0px 1px;
}
#site_buttons div a.about_us {
	width: 125px;
	height: 32px;
	background-image: url(images/aboutus_p.jpg);
}
#site_buttons div a.services {
	width: 125px;
	height: 32px;
	background-image: url(images/services_p.jpg);
}
#site_buttons div a.clients {
	width: 125px;
	height: 32px;
	background-image: url(images/clients_p.jpg);
}
#site_buttons div a.downloads {
	width: 125px;
	height: 32px;
	background-image: url(images/downloads_p.jpg);
}
#site_buttons div a.contacts {
	width: 125px;
	height: 32px;
	background-image: url(images/contacts_p.jpg);
}

/*  page banner area  */

#banner {
	width: 887px;
	height: 234px;
	background-color: #fff;
	margin: 0px auto;
}
#banner img {
	margin: 0px;
}


/*  page content area  */


#content {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 14pt;
	width: 857px;
	min-height: 200px;
	padding: 15px;
	padding-bottom: 70px;
	background-color: #fff;
	margin: 0px auto;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	width: 827px;
	color: #4779a9;
	margin: 5px 0px 10px 0px;
}
h2 {
	font-size: 10pt;
	color: #154494;
	margin: 0px 0px 10px 0px;
}
#left_col {
	width: 415px;
}
#right_col {
	width: 415px;
	float: right;
}
#smr_camp {
	width: 195px;
	float: right;
}
#content p {
	color: #7e7e7e;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}
#content ul {
	color: #7e7e7e;
}
#content p strong {
	color: #555;
}
div.clientName {
	color: #7e7e7e;
	font-weight: bold;
	text-align: right;
}
div.separator {
	border-top: #7e7e7e dotted 1px;
	font-size: 2px;
	height: 2px;
	margin: 10px auto 15px auto;
}


/*  page reflection  */

#reflection {
	width: 887px;
	height: 106px;
	margin: 0px auto;
	background-image: url(images/reflection.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
