@charset "utf-8";

/**
* Developed By David Tarczynksi
* CPU Consulting
* dtarczynski@cpuconsult.com
**/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/page_bg.jpg');
	background-repeat: repeat-x;
	background-color: #7c85b3;					 
}

#frame {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 413px;
	float: left;
	background-image: url('../images/top_bg.jpg');
	background-repeat: no-repeat;	
}

#header_top {
	width: 1000px;
	height: 320px;
	float: left;
}

#header_top img {
	display: block;
	margin-left: 5px;
	border: none;
}

#header_bottom {
	width: 1000px;
	height: 93px;
	float: left;
	text-align: center;
}

#header_bottom ul {
	margin-top: 60px;	
}

#header_bottom ul li {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	color: #40100e;
	margin: 0 15px 0 15px;
}

#header_bottom ul li a {
	color: #40100e;
	text-decoration: none;
}

#header_bottom ul li a:hover {
	color: #40100e;
	text-decoration: underline;
}

#banner {
	width: 1000px;
	height: 300px;
	float: left;
	background-color: #3d100f; 
}

#banner_left {
	width: 785px;
	height: 300px;
	float: left;
	margin: 4px 0 0 3px;
}

#banner_right {
	width: 208px;
	height: 300px;
	float: left;
	padding: 0;
	margin: 0 0 0 2px;
}

.banner_right_top {
	width: 204px;
	height: 143px;
	float: left;
	margin-top: 4px;	
}

.banner_right_top img {
	border: 0;	
}

.banner_right_bottom {
	width: 204px;
	height: 144px;
	float: left;
	margin-top: 3px;
}

.banner_right_bottom img {
	border: 0;	
}

#content {
	width: 1000px;
	float: left;
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-x;
	background-color: #fdfdfe;
	padding-bottom: 20px;
}

#content_left {
	width: 751px;
	float: left;
	margin: 10px 20px 10px 10px;
}

#content_left h1 {
	font-weight: bold;
	font-size: 24px;
	color: #0d0d0d;
	margin-bottom: 10px;
}

#content_left h2 {
	font-weight: bold;
	font-size: 16px;
	color: #0d0d0d;
	margin: 10px 0 10px 0;
}

#content_left h2 a {
	color: #0d0d0d;
	text-decoration: none;
}

#content_left h2 a:hover {
	color: #0d0d0d;
	text-decoration: underline;
}

#content_left p {
	font-weight: bold;
	font-size: 12px;
	color: #0d0d0d;	
	line-height: 20px;
}

#content_left ul {
	padding-left: 30px;
}

#content_left ul li {
	font-weight: bold;
	font-size: 14px;
	color: #0d0d0d;	
	margin: 5px 0 5px 0;
}

#content_left ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #0d0d0d;
	text-decoration: none;	
}

#content_left ul li a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #0d0d0d;	
	text-decoration: underline;
}

.contact_us {
	width: 275px;
	float: left;
}

.contact_us input {
	width: 275px;
	float: left;
	border: 1px solid #0d0d0d;
	margin: 3px 0 15px 0;
}

.contact_us textarea {
	width: 275px;
	height: 100px;
	float: left;
	border: 1px solid #0d0d0d;
	margin: 3px 0 15px 0;
	font-family: "Arial", Helvetica, Trebucet MS;
}

.italic_text {
	font-style: italic;
}

#content_right {
	width: 219px;
	float: left;
}

.content_right_banners {
	width: 213px;
	height: 121px;
	float: none;
	margin: 10px auto;
	background-image: url('../images/banner_bg.jpg');
	background-repeat: no-repeat;
}

.content_right_banners_top {
	width: 213px;
	height: 27px;
	float: left;
}

.content_right_banners_top h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 25px;
}

.content_right_banners_text {
	width: 193px;
	height: 86px;
	float: left;
	margin: 6px 10px 6px 10px
}

.content_right_banners_text p {
	font-size: 12px;
	font-weight: bold;
	color: #0d0d0d;
}

.content_right_banners_text a {
	font-size: 12px;
	font-weight: bold;
	color: #0d0d0d;
	text-decoration: none;
}

.content_right_banners_text a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0d0d0d;
	text-decoration: underline;
}

#footer {
	width: 1000px;
	height: 35px;
	float: left;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;	
}

#footer_left {
	width: 670px;
	height: 35px;
	float: left;
}

#footer_left ul {
	margin-left: 10px;
}

#footer_left ul li {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #1d2779;
	margin: 0 5px 0 5px;
}

#footer_left ul li a {
	color: #1d2779;
	text-decoration: none;
}

#footer_left ul li a:hover {
	color: #1d2779;
	text-decoration: underline;
}

#footer_right {
	width: 330px;
	height: 35px;
	float: left;
}

#footer_right p {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #1d2779;
	margin: 0 5px 0 5px;
}

#bottom_links {
	width: 1000px;
	height: 50px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

#bottom_links p {
	font-size: 12px;
	font-weight: normal;
	color: #0d0d0d;
	margin-top: 15px;
	margin-bottom: 15px;
}

#bottom_links a {
	font-size: 12px;
	font-weight: normal;
	color: #0d0d0d;
	text-decoration: none;
}

#bottom_links a:hover {
	color: #0d0d0d;
	text-decoration: underline;
}

/* transparency box */

div.background  {
	width: 785px;
	height: 25px;
	position: relative;
	top: -40px;
	left: 3px;
}

div.transbox  {
	width: 785px;
	height: 25px;
	background-color: #ffffff;
	/* border:1px solid black; */
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 standard */
	opacity: 0.6;
}

div.transbox p {	
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 25px;
}

.color_text {
	color: red;
}

.error_strings {
	color: red;
}
