/* CSS Document */

		
		body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	color: #727272;
}
#wrapper {
	width: 994px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/large_x.gif);
	background-repeat: no-repeat;
	background-position: center 4px;
	text-align: left;
}



#branding {
	height: 96px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7b7b7b;
}
#flash_logo {
	float: left;
	height: 62px;
	width: 151px;
	margin-top: 15px;
	margin-left: 26px;
}

.logo {
	float: left;
	margin-top: 16px;
	margin-left: 26px;
}

#branding h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 27px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202635;
	float: left;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
#branding p {
	float: right;
	width: 330px;
	padding-top: 37px;
	margin-right: 22px;
}
#branding a {
	color: #7B7B7B;
	text-decoration: none;
}
#branding a:hover {
	color: #266047;
	text-decoration: none;
}
#inner_header a {
	color: #2A664C;
	text-decoration: none;
}
#inner_header a:hover {
	color: #727272;
	text-decoration: none;
}
.big {
	font-size: 16px;
	font-weight: bold;
	color: #266047;
}

#top_nav {
	clear: both;
	height: 35px;
	margin-right: 26px;
	margin-left: 26px;
	background-image: url(/images/nav_back.jpg);
	background-repeat: no-repeat;
}


#top_nav ul{
padding: 0;
margin: 0;
}
#top_nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#top_nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	float: left;
} 
#top_nav ul li a:hover, #top_nav ul li a:focus{
	color: #c7e7d9;

}
.splitter {
	float: left;
}
#slider_outer{
	background-image: url(images/slider_back.jpg);
	height: 147px;
	width: 942px;
	clear: both;
	margin-top: 9px;
	padding-top: 5px;
	padding-left:26px;
	padding-right:26px;
	padding-bottom: 17px;

}
#slider{

	height: 147px;
	width: 942px;




}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 942px;

	height:147px;
	overflow:hidden;
		}	
		
#slider li.test_1 {
	background-image: url(images/test_1.jpg);	
}

#slider li.test_2 {
	background-image: url(images/new_slide.jpg);	
}

#slider li.test_3 {
	background-image: url(images/slide_small_professional.jpg);	
}

#slider li.test_4 {
	background-image: url(images/test_4.jpg);	
}

#slider li.test_5 {
	background-image: url(images/test_5.jpg);	
}
#slider h1 {
	color: #266047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	line-height: 28px;
	padding-top: 22px;
	padding-left: 35px;
	padding-bottom: 5px;
}
#slider p {
	font-size: 13px;
	color: #727272;
	padding-left: 35px;
	width: 500px;
	line-height: 18px;
	padding-bottom: 8px;
}
#slider h4 {
	font-size: 13px;
	color: #727272;
	padding-left: 35px;
	width: 550px;
	line-height: 18px;
	padding-bottom: 8px;
	font-weight: normal;
}
#slider h2{
	color: #266047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	line-height: 28px;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 22px;
}
#slider h3{
	color: #266047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 22px;
}
.ticks_holder {
	padding-left: 0px;
	font-size: 17px;
	color: #266047;
	font-weight: normal;
}
.tick {
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 0px;
}


		
			
	#prevBtn {
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	width:26px;
	height:47px;
	position:absolute;
	margin-top: -105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -26px;
		}	
	#nextBtn {
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	width:26px;
	height:47px;
	position:absolute;
	margin-top: -105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 942px;
		}														
	#prevBtn a{
	display:block;
	width:26px;
	height:47px;
	background-image: url(images/left-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a{
		display:block;
	width:26px;
	height:47px;
	background-image: url(images/right-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
														


#content {
	clear: both;
	margin-right: 21px;
	margin-left: 21px;
	margin-top: 8px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#col_left {
	float: left;
	padding-top: 20px;
	padding-left: 28px;
	width: 665px;
	padding-bottom: 25px;
}
#col_left h2 {
	font-size: 25px;
	color: #266047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 12px;
}
#col_left p {
	font-size: 12px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.grey {
	color: #666666;
}
#boxes {
	width: 616px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	margin-bottom: 28px;
}
#box_1 {
	float: left;
	width: 307px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	height: 80px;
}
#box_2 {
	float: left;
	width: 308px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	height: 80px;
}
#box_3 {
	float: left;
	width: 307px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	height: 100px;
}
#box_4 {
	float: left;
	width: 308px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	height: 100px;
}
#box_5 {
	float: left;
	width: 307px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #e0e0e0;
	height: 100px;
}
#box_6 {
	float: left;
	width: 308px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	height: 100px;
}
#box_7 {
	float: left;
	width: 307px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
	height: 125px;
}
#box_8 {
	float: left;
	width: 308px;
	padding-top: 10px;
	height: 125px;
}
#box_5 p, #box_6 p {
	display: block;
	float: left;
	width: 180px;
}
#boxes a {
	color: #266047;
	text-decoration: none;
}
#boxes a:hover {
	color: #666666;
	text-decoration: underline;
}

.icon {
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 50px;
}
#col_left  h3 {
	font-size: 17px;
	color: #276047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 4px;
	line-height: 17px;
}
#col_left  h4 {
	font-size: 20px;
	color: #276047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 17px;
	line-height: 17px;
	padding-top: 5px;
}
#col_left ul {
	margin-left: 10px;
	list-style-type: none;
	padding-bottom: 18px;
}
#col_left li {
	font-size: 13px;
	padding-bottom: 5px;
	display: block;
	padding-right: 20px;
	line-height: 14px;
}
#col_left strong {
	font-weight: bold;
}


#col_right {
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	width: 222px;
	padding-top: 23px;
}
#col_right h2 {
	background-image: url(images/right_col_titles.gif);
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #266047;
	font-weight: normal;
	line-height: 17px;
	background-repeat: no-repeat;
}
#col_right h4 {
	background-image: url(images/right_col_green.gif);
	display: block;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 17px;
	background-repeat: no-repeat;
}
.grey_arrow {
	color: #28644A;
	font-weight: bold;
	font-size: 13px;
	padding-right: 5px;
}

#col_right p {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#col_right label {
	font-size: 12px;
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-left: 20px;
}
#request_info {
	height: 200px;
}

.request_in {
	margin-bottom: 5px;
	font-size: 12px;
	color: #666666;
	width: 100px;
}
#testimonials {
	clear: both;
	height: 200px;
}
#testimonials h3 {
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #266047;
}
#right_nav {

}



#right_nav ul{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0px;

	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
}
#right_nav ul li{
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;

}
#right_nav ul li a{
	color: #2A664C;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FAFAFA;
	font-weight: bold;

} 
#right_nav ul li a:hover, #right_nav ul li a:focus{
	color: #666666;
	background-color: #F0F0F0;

}




#content_bottom {
	clear: both;
	background-image: url(images/content_bottom.jpg);
	height: 30px;
	width: 952px;
	display: block;
}
#footer {
	width: 100%;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	height: 40px;
	background-position: top;
}
#footer_middle {
	width: 950px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.para_left {
	float: left;
}
.para_right {
	float: right;
}
.para_right a{
	color: #FFFFFF;
	text-decoration: none;
}
#inner_header {
	height: 169px;
	width: 952px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
}
.inner_about {
	background-image: url(images/about_header.jpg);
	background-repeat: no-repeat;
}


.inner_one {
	background-image: url(images/new_1.jpg);
	background-repeat: no-repeat;
}
.inner_two {
	background-image: url(images/new_2.jpg);
	background-repeat: no-repeat;
}
.inner_three {
	background-image: url(images/new_3.jpg);
	background-repeat: no-repeat;
}
.inner_four {
	background-image: url(images/new_4.jpg);
	background-repeat: no-repeat;
}
.inner_contact{
	background-image: url(images/contact_image.jpg);
	background-repeat: no-repeat;
}
#inner_header h1 {
	color: #266047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: normal;
	line-height: 28px;
	padding-top: 22px;
	padding-left: 35px;
	padding-bottom: 10px;
}
#inner_header p {
	font-size: 13px;
	color: #727272;
	padding-left: 35px;
	width: 500px;
	line-height: 18px;
	padding-bottom: 6px;
}
#col_left a {
	color: #276047;
	text-decoration: none;

}
#col_left a:hover {
		color: #666666;
	text-decoration: underline;
}
/* Ccontact Form CSS */


#contactEmail {
	margin-left: 65px;
	margin-bottom: 20px;
}
#col_left fieldset {
	width: 430px;
	border: 1px solid #BFBDBD;
	padding: 7px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#col_left  fieldset table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#col_left  fieldset input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 2px;
}

#col_left fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #F5F5F5;
}

#col_left legend {
	color: #2A664C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}
#contactEmail label {
	color: #6A6A6A;
	font-size: 12px;
}
.linebox {
	width: 250px;
	margin-bottom: 4px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
.submitbutton {
	background-color: #2C684E;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #466C2F;
}
.testimonial_holder {
	margin-right: 30px;
	background-image: url(images/test_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F9F9F9;
	width: 536px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	margin-bottom: 20px;
}
.test_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2A664C;
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}
.test_company {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-bottom: 2px;
}
#col_right strong {
	font-weight: bold;
}
#col_right a{
	color: #255F46;
	text-decoration:none;
}
#col_right a:hover{
	color: #666666;
	text-decoration:none;
}



#main_login {
	width: 269px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	background-color: #fafafa;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#frm_main_login {
	margin-right: 10px;
	margin-left: 10px;
}

#login_main_top {
	background-image: url(images/login_top.gif);
	width: 254px;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 10px;
}
.main_log_in {
	margin-bottom: 8px;
	color: #666666;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
#frm_main_login label {
	font-size: 13px;
	padding-top: 3px;
	display: block;
	padding-left: 5px;
}



#content_one_col {
	clear: both;
	margin-right: 21px;
	margin-left: 21px;
	margin-top: 8px;
	background-image: url(images/content_top_one_col.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_bottom_one_col {
	clear: both;
	background-image: url(images/content_bottom_one_col.jpg);
	height: 30px;
	width: 952px;
	display: block;
}
#admin_holder {
	padding-top: 20px;
	padding-right: 28px;
	padding-bottom: 25px;
	padding-left: 28px;
}
#admin_holder h2 {
	font-size: 25px;
	color: #266047;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 12px;
}
#admin_holder p {
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 20px;
}
#tbl_subs {
	font-size: 12px;
}
#tbl_subs td {
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#tbl_subs .td_border {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#tbl_subs th {
	font-size: 13px;
	padding-bottom: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F2F2F2;
	padding-top: 6px;
	padding-left: 4px;
}
a.admin_link {
	background-color: #EDEDED;
	color: #666666;
	text-decoration: none;
	padding: 4px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
a.admin_link:hover {
	background-color: #4D9678;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 14px;
}
#frm_admin_holder {
	clear: both;
	padding-top: 20px;
}
#tbl_admin_holder {
	font-size: 12px;
}
#tbl_admin_holder th {
	font-size: 13px;
	font-weight: bold;
	background-color: #F2F2F2;
	padding: 4px;
}
#tbl_admin_holder .td_border {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#tbl_admin_holder td{
	padding: 4px;
	font-size: 13px;

}
#tbl_admin_holder .td_border a {
	color: #266047;
	font-weight: bold;
	text-decoration: none;
}
#tbl_admin_holder .td_border a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}



#tbl_client_holder td{
	padding: 4px;
	font-size: 13px;

}
#tbl_client_holder th {
	font-size: 13px;
	font-weight: bold;

	padding: 4px;
}
#tbl_client_holder .td_border {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}#tbl_sub_small th {
	background-color: #EDEDED;
	padding: 4px;
}
#tbl_sub_small td {
	font-size: 12px;
	padding: 4px;
}
#tbl_sub_small a {
	color: #266047;
	text-decoration: none;
}
#tbl_sub_small a:hover {
	color: #666666;
	text-decoration: underline;
}