@charset "utf-8";
/* CSS Document */

#wrapper {
	margin: auto;
	width: 780px;
	border: 2px solid #CCCCCC;
}
#header {
	height: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #e3f5fb;
}
#header_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
	margin-top: 55px;
	margin-right: 25px;
	margin-bottom: 55px;
}
#header_right a{
	color: #333333;
	text-decoration: none;
}
#header_right a:hover{
	color: #006bad;
	text-decoration: underline;
}
#header_right a:visited{
	color: #333333;
}
body {
	background-image: url(img/bg.gif);
}

#nav_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00aed9;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00aed9;
	background-image: url(img/grad.jpg);
	text-align: right;
}

#nav_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_menu a:hover {
	text-decoration: underline;
}

#nav_menu a:visited {

}
#color_bar {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	background-color: #00afdd;
}

.gold_border {
	border: 1px solid #ffe723;
	padding: 15px;
	color: #ffffff;
}

#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-image: url(img/bg2.gif);
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
}
.list_space {
	line-height: 24px;
}

#main_content a{
	color: #006bad;
	text-decoration: none;
}
#main_content a:hover{
	color: #006bad;
	text-decoration: underline;
}
#main_content a:visited{
	color: #006bad;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #280b67;
}

#footer {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00afda;
	background-color: #5a471b;
}
#blocks {
	height: 25px;
	background-image: url(img/bg_nav.jpg);
}
.contact_box {
	background-color: #f6f6f6;
	width: 275px;
	border: 1px solid #cccccc;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069cc3;
}
.testimonial_box {
	padding: 15px;
	border: 1px solid #CCCCCC;
	background-image: url(img/bg2.gif);
}
.top_border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00afdc;
	border-bottom-color: #00afdc;
}
