/*   Credit: http://www.compserv.com   */

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.5em; 
	background-color: #f9f9f9; background-repeat: repeat-x; background-position: top
}

#home { 
	background-image: url(../images/compserv_bg_home.png); 
}

#sub_page { 
background-image: url(../images/compserv_bg_sub.png); 
}

#sub_page2 {
    background-image: url(../images/compserv_bg_sub2.png);
    color: #333;
}

a, a:link, a:visited { 
	color: #00AAC4; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a.more { 
	display: block; 
	width: 93px; 
	height: 29px; 
	line-height: 29px; 
	color: #000; 
	text-align: center; 
	background: url(../images/compserv_btn2.png) no-repeat; 
	font-weight: 700; 
	text-decoration: none; 
}

a.more:hover { 
	color: #fff; 
	text-decoration: none; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color:#000; }
cite a, cite a:link, cite a:visited  { font-weight: bold; color:#000; }
cite span { font-weight: 400; color: #333; }
em { color: #000; }

h1, h2, h3, h4, h5, h6 { 
	color: #000; 
	font-weight: normal; 	
	font-family: Georgia, "Times New Roman", Times, serif; 
}

h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 38px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 30px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 24px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 20px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_frame_300 { 
	display: inline-block; 
	position: relative; 
	width: 300px; 
	height: 147px; 
	margin-bottom: 15px;
}

.image_frame_fx { 
	display: inline-block; 
	position: relative; 
	width: 290px; 
	margin-bottom: 15px;
  margin-right: 15px;
  float: left;
}
 
.image_frame_300 span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 300px; 
	height: 147px; 
	background: url(../images/image_frame_300.png); 
}

.image_frame_300 img { 
	width: 300px; 
	height: 135px; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.compserv_list { 
	list-style: decimal-leading-zero; 
	padding: 0 0 0 15px; 
	margin: 0 0 0 15px; 
}

.compserv_list li { 
	color:#333; 
	margin-bottom: 8px; 
}

.compserv_list li a { 
	color: #333; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
}

.compserv_list li a:hover { 
	text-decoration: underline; 
}

#compserv_wrapper { 
	width: 960px; 
	padding: 0 10px; 
	margin: 0 auto; 
}

#compserv_wrapper2 {
    width: 900px;
    padding: 0 10px;
    margin: 0 auto;
}

#compserv_top { 
	height: 35px; 
}

#compserv_login { 
	float: right; 
	margin-top: 6px; 
}

#compserv_login form {
	height: 22px;
	margin: 0;
	padding: 0;
}

#compserv_login .txt_field {
	float: left;
	display: block;
	margin-left: 5px;
	height: 22px;
	width: 150px;
	color: #c7c7c7;
	font-size: 11px;
	padding: 0 5px;
	font-variant: normal;
	line-height: normal;
	background: url(../images/compserv_login_txt.png) no-repeat;
	border: none;	
	line-height: 22px;
}

#compserv_login .sub_btn {
	float: left;
	display: block;
	margin-left: 5px;	
 	height: 22px;
	width: 70px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #c7c7c7;
	border: none;
	background: url(../images/compserv_login_btn.png)
}

#compserv_header {
	width: 960px;
	height: 70px;
}

#compserv_header2 {
    width: 900px;
    height: 70px;
}

#site_title { 
	float: left; 
	margin-top: 20px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 460px; 
	height: 33px; 
	color: #fff; 
	text-indent: -10000px; 
	background: url(../images/compserv_logo.png) no-repeat top left; 
}

#compserv_menu { 
	float: right; 
	margin-top: 20px; 
}

#compserv_middle { 
	clear: both;
	position: relative;
	width: 960px;
	height: 340px;
	padding: 30px 0;
}

#compserv_middle {
    clear: both;
    position: relative;
    width: 900px;
    height: 340px;
    padding: 30px 0;
}

#compserv_email {
	text-align: center; 
	padding-bottom: 30px;
	font-size: 28px; 
	font-weight: 600; 
	line-height: 30px; 
	color: #000;
	font-family: Tahoma,Geneva,sans-serif;      
}

#compserv_email1 {
	text-align: center; 
	padding-bottom: 30px;
	font-size: 28px; 
	font-weight: 600; 
	line-height: 30px; 
	color: #000;
	font-family: Tahoma,Geneva,sans-serif;      
}

#mid_title { 
	font-size: 28px; 
	font-weight: 600; 
	line-height: 30px; 
	color: #000; 
	margin-bottom: 8px; 	
	font-family: Tahoma,Geneva,sans-serif;  
}

#mid_title span { 
	clear: both; 
	display: block; 
	color: #666; 
	font-size: 22px; 
}

#mid_left { 
	float:left; 
	width: 430px; 
}

#mid_slider { 
	float: right; 
	width: 480px; 
	height: 360px; 
	padding-bottom: 22px; 
	background: url(../images/compserv_slider_bg.png) bottom center no-repeat;  
}

#mid_left p { 
	color: #333; 
	font-family: Tahoma, Geneva, sans-serif; 
	margin-bottom: 30px; 
	font-size: 16px; 
	line-height: 18px; 
}

#learn_more a { 
	position: absolute; 
	left: 0; 
	bottom: 30px; 
	display: block; 
	width: 220px; 
	height: 50px; 
	line-height: 50px; 
	font-size: 24px; 
	color: #000; 
	text-align: center; 
	background: url(../images/compserv_big_btn2.png) no-repeat;
}

#learn_more a:hover { 
	color: #fff; 
	text-decoration: none; 
}

#compserv_main {
	clear: both;
	width: 960px;
	padding: 40px 0 20px;
}
#compserv_main3 {
    clear: both;
    width: 980px;

}

#compserv_content {
	float: left;
	width: 600px;
}

#compserv_sidebar {
	float: right;
	width: 300px;
}

.col_fw { 
	margin-bottom: 40px; 
	padding-bottom: 30px; 
	border-bottom: 1px dashed #999; 
}

.col_fw_last { 
	padding-bottom: 20px; 
}

.col_fw_last2 {
    clear: both;
    padding-bottom: 20px;
}

.col_w300 { 
	width: 300px; 
}

.col_w290 {
    width: 290px;
}

.col_allw300 { 
	float: left; 
	width: 300px; 
	margin-right: 30px; 
}

.col_w240 { 
	float: left; 
	width: 220px; 
	padding-right: 20px; 
}

.col_w630 { 
	width: 630px; 
}

.col_w580 {
    text-align: center;
    width: 580px;
}

.col_rm { 
	margin: 0; 
}

.fp_service_box img { 
	float: left; 
	margin-right: 10px; 
}

.fp_service_box h3 { 
	font-size: 20px; 
	margin-bottom: 20px; 
}

.fp_service_box h3 span { 
	clear: both; 
	font-size: 14px; 
	color: #999; 
}

.fp_service_box p { 
	margin-bottom: 20px; 
}

.news_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #999
}

.news_box a { 
	font-weight: 700;  
}

.post_box { 
	clear: both; 
	margin-bottom: 40px; 
	padding-bottom: 30px; 
	border-bottom: 1px dashed #999; 
}

.post_box img { 
	padding: 4px; 
	border: 1px solid #999; 
	margin-bottom: 15px; 
}

.post_box h2 { 
	font-size: 34px; 
	padding: 0 0 10px 0; 
	margin-bottom: 5px; 
	line-height: 34px; 
	background: url(../images/compserv_divider.png) repeat-x bottom; 
}

.post_meta { 
	margin-bottom: 20px; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 570px;
}

.first_level {
	margin: 0; padding: 0;
}

.mylist {
	list-style: none; 
}

.mylist li { 
	margin-bottom: 10px; 
	list-style:none;
  color: #000;
}

.mylist2 li { 
	margin-bottom: 10px; 
	list-style:none;
  color: #000; 
  font-size: 20px;
}

.listimg {
  float: left;
  padding-right: 15px;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
}

.comments li .commentbox1 { 
	border-bottom: 5px solid #dddbdb;  
	background: #e7e4e4; 
}

.comments li .commentbox2 { 
	border-bottom: 5px solid #dddddd;  
	background: #f6f6f6; 
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 15px;  
}

.comment_box .gravatar { 
	float: left; 
	width: 50px; 
	margin-right: 15px; 
	background: #fff; 
}

.comment_box .gravatar img { 
	margin: 0; 
	width: 50px; 
	height: 50px; 
}

.comment_box .comment_text { 
	margin: 0 0 0 65px; 
}

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #e5a100; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #333; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #333; 
	padding-left: 10px; 
}

.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #000; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
	padding: 20px;
	background-color: #e4e1e1;
	border: 1px solid #d5d3d3;
}

#comment_form textarea {
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
	height:150px;
	padding:5px;
	width: 360px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	padding: 5px;
	width: 230px;
	background:#FFFFFF none repeat fixed 0 0;
	border: 1px solid #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .submit_btn {
	width: 80px;
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

.gallery_box { 
	display: block; 
	float: left; 
	width: 300px; 
	margin: 0 30px 30px 0;  
}

.lbox { 
	margin-right: 0; 
}

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background-color: #EEEEEE; 
	border: 1px solid #CCCCCC; 
}

.pagging ul li a:hover { 
	background: #e5a100; 
	color: #fff;  
}

#contact_form { 
	padding: 0; 
	width: 450px; 
}

#contact_form2 {
    padding: 0;
    width: 290px;
}

#contact_form2 form {
    margin: 0px;
    padding: 0px;
}

#contact_form2 form .input_field {
    width: 200px;
    padding: 5px;
    color: #222;
    border: 1px solid #a7a7a7;
    background: #e8e8e8;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

#contact_form2 form label {
    display: block;
    width: 100px;
    margin-right: 10px;
    font-size: 14px;
}

#contact_form2 form textarea {
    width: 290px;
    height: 200px;
    padding: 5px;
    border: 1px solid #a7a7a7;
    background: #e8e8e8;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

#contact_form2 form .submit_btn {
    margin: 10px 0px;
    padding: 5px 14px;
    color: #222;
    border: 1px solid #a7a7a7;
    background: #e8e8e8;
    font-size:14px;
}

#map img { border: 5px solid #fff }

#compserv_footer_wrapper {
	clear: both;
	width: 100%;
	background: #000000 url(../images/compserv_footer.png) top repeat-x;
}

#compserv_footer {
	clear: both;
	width: 960px;
	padding: 30px 10px 15px;	
	margin: 0 auto;
	color: #666;
	text-align: center;
}

#compserv_footer2 {
    clear: both;
    width: 900px;
    padding: 30px 10px 15px;
    margin: 0 auto;
    color: #666;
    text-align: center;
}

.phone { 
	color: #04A0CA;
  font-size:34px; 
  }

.title { 
  font-size:38px; 
  }

.sharingimg{
    text-align: center;
    padding-bottom: 10px;
}

.siteunder{
    text-align: left;
}
/* Web template styles and gallery */

.box-content{
    background-color: #FFFFFF;
    float: left;
    padding: 7px;
    width: 214px;
}

.box-content a:hover{
    border: 1px solid #F2F2F2;
}

.box-section {
    float: left;
    margin: 7px;
    width: 228px;
}

.webtempimg831{
    text-align: center;
    height: 561px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/webtemp831.png)
}

.webtempimg831:hover{
    background: url(../images/webtemp831hover.png)
}

.webtempimg687{
    text-align: center;
    height: 681px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/webtemp687.png)
}

.webtempimg687:hover{
    background: url(../images/webtemp687hover.png)
}

.webtempimg347{
    text-align: center;
    height: 675px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/347.png)
}

.webtempimg347:hover{
    background: url(../images/347hover.png)
}

.webtempimg697{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/697.png)
}

.webtempimg697:hover{
    background: url(../images/697hover.png)
}



.webtempimg768{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/768.png)
}

.webtempimg768:hover{
    background: url(../images/768hover.png)
}

.webtempimg769{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/769.png)
}

.webtempimg769:hover{
    background: url(../images/769hover.png)
}

.webtempimg770{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/770.png)
}

.webtempimg770:hover{
    background: url(../images/770hover.png)
}

.webtempimg771{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/771.png)
}

.webtempimg771:hover{
    background: url(../images/771hover.png)
}

.webtempimg772{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/772.png)
}

.webtempimg772:hover{
    background: url(../images/772hover.png)
}

.webtempimg773{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/773.png)
}

.webtempimg773:hover{
    background: url(../images/773hover.png)
}

.webtempimg774{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/774.png)
}

.webtempimg774:hover{
    background: url(../images/774hover.png)
}

.webtempimg775{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/775.png)
}

.webtempimg775:hover{
    background: url(../images/775hover.png)
}

.webtempimg776{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/776.png)
}

.webtempimg776:hover{
    background: url(../images/776hover.png)
}

.webtempimg777{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/777.png)
}

.webtempimg777:hover{
    background: url(../images/777hover.png)
}

.webtempimg778{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/778.png)
}

.webtempimg778:hover{
    background: url(../images/778hover.png)
}

.webtempimg779{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/779.png)
}

.webtempimg779:hover{
    background: url(../images/779hover.png)
}

.webtempimg780{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/780.png)
}

.webtempimg780:hover{
    background: url(../images/780hover.png)
}

.webtempimg781{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/781.png)
}

.webtempimg781:hover{
    background: url(../images/781hover.png)
}

.webtempimg782{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/782.png)
}

.webtempimg782:hover{
    background: url(../images/782hover.png)
}

.webtempimg783{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/783.png)
}

.webtempimg783:hover{
    background: url(../images/783hover.png)
}

.webtempimg784{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/784.png)
}

.webtempimg784:hover{
    background: url(../images/784hover.png)
}

.webtempimg785{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/785.png)
}

.webtempimg785:hover{
    background: url(../images/785hover.png)
}

.webtempimg786{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/786.png)
}

.webtempimg786:hover{
    background: url(../images/786hover.png)
}

.webtempimg787{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/787.png)
}

.webtempimg787:hover{
    background: url(../images/787hover.png)
}

.webtempimg788{
    text-align: center;
    height: 488px;
    width: 480px;
    margin-bottom: 10px;
    margin-left: 50px;
    background: url(../images/788.png)
}

.webtempimg788:hover{
    background: url(../images/788hover.png)
}


