/* CSS Document */

* {margin:0; padding:0;}

.clearfloats {clear:both;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_grad1.jpg);
}

#container {
	width:780px;
	position:relative;
	margin:0 auto;
	padding:0;
	top: 30px;
	background-color: #999999;
}
#header {
	width:100%;
	margin:0;
	padding:0;
	height: 110px;
	background-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#header_box {
	width:780px;
	position:relative;
	margin:0 auto;
	padding:0;
	height: 110px;
}
#logo_box {
	width:240px;
	height: 110px;
	float: left;
}
#menu_box {
	width:540px;
	height: 30px;
	float: left;
	margin-top: 46px;
}
#left_cbox {
	width:240px;
	margin:0;
	padding:0;
	background-color: #999999;
	float: left;
}
#left_copy1{
	width:190px;
	margin:0;
	padding:0;
	background-color: #999999;
	margin-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	margin-bottom: 10px;
}
#right_cbox {
	width:540px;
	margin:0;
	padding:0;
	background-color: #333333;
	float: left;
}
#right_copy1 {
	width:153px;
	margin:0;
	padding:0;
	background-color: #333333;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
	height: 200px;
}
#right_copy2 {
	width:153px;
	margin:0;
	padding:0;
	background-color: #333333;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}
#right_copy3 {
	width:153px;
	margin:0;
	padding:0;
	background-color: #333333;
	float: left;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 20px;
}
#right_photo {
	width:540px;
	margin:0;
	padding:0;
	height: 260px;
	background-color: #333333;
}
#footer_box {
	width:760px;
	margin:0;
	padding:10px;
	background-color: #666666;
}

.main_sub_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1479B0;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.main_sub_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2232A;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.main_sub_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2DB07E;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.menu {
	color: #D2232A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.menu:link, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.menu:hover {
	color: #1479B0;
}
a.menu:active {
	color: #D2232A;
}
a.copy_body:link, a.copy_body:visited, a.copy_body:hover, a.copy_body:active {
	color: #2361A9;
	text-decoration: none;
}
.copy_headline_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.copy_headline_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2361A9;
	font-weight: bold;
	text-transform: uppercase;
}
.copy_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 14px;
}
a.copy_footer:link, a.copy_footer:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.copy_footer:hover, a.copy_footer:active {
	color: #D2232A;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	background-color: #2361A9;
	padding: 6px;
	border-top-color: #658FC3;
	border-left-color: #658FC3;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-style: solid;
	border-width: 1px;
}
a.button:hover, a.button:active {
	text-decoration: none;
	background-color: #5D8AC1;
}
