@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif, "Arial Rounded MT Bold";
	font-size: 14px;
	color: #333;
}

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

img {
	border: 0;	
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #60F;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #C00;
}
#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	padding-left: 25px;
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	height: 20px;
	padding-top: 5px;
}

#middle_border {
	background-image: url(images/middle_maincontent_border.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#middle_border_one_col {
	background-image: url(images/middle_maincontent_border_one_col.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.footer_content {
	width: 979px;
	margin: 0 auto;
	text-align: center;
}

#top_border {
	background-image: url(images/top_maincontent_border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	clear: right;
}
#top_border_one_col {
	background-image: url(images/top_maincontent_border_one_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	clear: right;
}


#left_col {
	width: 330px;
}
#right_col {
	float: right;
	width: 615px;
	padding-right: 20px;
	padding-left: 10px;
	line-height: 24px;
}
#bottom_border {
	background-image: url(images/bottom_maincontent_border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	padding-bottom: 15px;
}
#bottom_border_one_col {
	background-image: url(images/bottom_maincontent_border_one_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	padding-bottom: 15px;
}
#one_col {
	padding-right: 20px;
	padding-left: 20px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 25px;
	color: #3B598B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #3B598B;
	line-height: 35px;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #3C5397;
}
.align_center {
	text-align: center;
}
a.menu_txt:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
	height: 39px;
}

a.menu_txt:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
}
a.menu_txt:hover {
	color: #F90;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
}
a.menu_txt:active {
	color: #F90;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	padding-right: 18px;
	padding-left: 18px;
}
#border_allaround {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
}
#bg_blocks1 {
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#bg_blocks2 {
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 10px;
	border-left-style: solid;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 10px;
	border-right-style: solid;
}


#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	background-image: url(images/footer_bg.jp);
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	width: 100%;
}

a.footer_link:link {
	text-decoration: none;
}
a.footer_link:visited {
	text-decoration: none;
	color: #999;
}
a.footer_link:hover {
	text-decoration: underline;
	color: #F60;
}
a.footer_link:active {
	text-decoration: none;
	color: #F60;
}

#bg_blocks3 {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#bg_blocks4 {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#pricingbox_border {
	height: 4px;
	background-image: url(images/black_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.pricing_box_brown_bg {
	background-color: #EEE;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.pricing_box_red_bg {
	background-color: #FFD3D0;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
}
.align-right {
	text-align: right;
}
#map {
	background-image: url(images/map1.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	text-align: center;
	height: 200px;
}
.text11 {
	font-size: 11px;
}
.org-txt {
	color: #F60;
	font-size: 14px;
}

#chat {
	width: 175px;
	position: absolute;
	top: 20px;
	right: 3px;
}
.banner {
	padding-top: 10px;
}
.nav {
	height: 25px;
	padding: 10px;
}
.border-thumbs {
	border: 1px solid #333;
}
#facebook-btn {
	width: 105px;
	margin-right: 5px;
	float: left;
	padding-top: 5px;
}
#logo_sm {
	float: left;
	width: 730px;
}
#live-chat-btn {
	float: left;
	width: 125px;
	padding-top: 5px;
}
.home-txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
}
.banner-sm-space {
	padding-top: 10px;
}
.padding_10px {
	padding-right: 10px;
	padding-left: 10px;
}

