<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
div#container {
	width: 100%;
	background:url(images/new_images/container_bg.jpg) center top repeat-x;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
h1, h2, h3 {
	margin:0;
	padding:10px 20px 0px 20px;
	font-family: 'Oswald', sans-serif;
	font-size:normal;
	font-weight:normal;
}
p, div {
	margin:0;
	padding:0px 20px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:normal;
	font-weight:normal;
}
a, img, input, textarea:focus {
	outline:none;
}
a:link {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:active {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #000;
	text-decoration: none;
}
a:visited {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #004BF0;
	text-decoration: underline;
}
a:visited:hover {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	color: #000;
	text-decoration: none;
}
.imageover {
	border:none;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.imageover:hover {
	border:none;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
body {
	background-image: url(images/new_images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #2f3336;
	color: #000000;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-smooth:always;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
.logo {
	background-image: url(images/new_images/logo.png);
	background-repeat: repeat;
	background-position: center top;
	height: 104px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
#navCell {
	margin: 0px;
	padding:0px;
	text-align: left;
	width: 990px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}
.navigation {
	margin: 0px;
	padding: 17px 0px 20px 10px;
	vertical-align: top;
	white-space: wrap;
}
.navigation li {
	display: inline;
	list-style: none;
	padding: 15px 6px 15px 5px;
	top-margin: 0px;
	text-indent: 0px;
	background:url(images/new_images/menu_divider.png) right no-repeat;
}
.navigation li:last-child {
	background:none;
}
*html .navigation li {
	padding: 15px 5px 15px 7px;
}
#navCell a {
	display: inline;
	color: #FFF;
	font-family: Arial, Verdana, Courier New, Courier, monospace;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
	padding:13px 10px;
	text-transform:uppercase;
}
#navCell a:hover {
	color: #FFF;
	background-color:#e6000d;
}
#navCell #plogin {
	display: none;
}
#navCell #pregister {
	display: none;
}
/*--START SECONDARY NAVIGATION--*/

 #secnav {
	text-align: left;
	margin:0px;
	padding:5px 0px 0px 0px;
	height:27px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
*html #secnav {
	text-align: left;
	margin:0px;
	padding:5px 0px 5px 0px;
	height:27px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#secnav ul {
	list-style: none;
	padding-left: 10px;
	margin:0px;
}
#secnav ul li {
	display: inline;
	margin:0px;
	padding:0px 4px 0px 4px;
	border-right:1px solid #245a7c;
}
#secnav ul li:last-child {
	border-right:none;
}
#secnav a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline-block;
	color: #FFF;
	padding:3px 10px;
	text-decoration: none;
	font-weight: normal;
}
#secnav a:hover {
	background-color:#333;
	color:#FFF;
}
/*--END SECONDARY NAVIGATION--*/

/*---------------------------- START CONTENT AREA ----------------------------*/

#contentCell {
	width:990px;
	background-color:#fbfbfb;
	padding:0px;
	text-align: left;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
}
*html #contentCell {
	height: 600px; /* MIN-HEIGHT DOESN'T WORK IN IE */
	padding:0px;
	width:990px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background-color:#0d0d0d;
	height:50px;
	padding:0px;
	width: 100%;
	margin-top:0px;
}
a img {
	border: none;
}
.footer_content {
	margin-top: 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-shadow:0px 0px 1px #000;
	position: absolute;
	padding:0px;
	z-index: 100;
}
.banner_image {
	padding:10px;
	background-color:#FFF;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:400;
	color:#4e4e4e;
	text-transform:uppercase;
	-webkit-box-shadow: 0px 0px 5px 0px #666;
	box-shadow: 0px 0px 5px 0px #666;
}
.banner_image a:link{
color:#4e4e4e; text-decoration:none;
}
.banner_image a:visited{
color:#4e4e4e; text-decoration:none;
}
.banner_image a:hover{
color:#009cff; text-decoration:none;
}
.read_more {
	text-align:right;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#FFF;
}
.read_more a:link {
	display:block;
	background:url(images/new_images/plus_icon1.jpg) right no-repeat #383838;
	text-decoration:none;
	color:#FFF;
	padding:4px 50px 5px 0px;
	-webkit-box-shadow: 0px 3px 3px 0px #666;
	box-shadow: 0px 3px 3px 0px #666;
}
.read_more a:visited {
	display:block;
	background:url(images/new_images/plus_icon1.jpg) right no-repeat #383838;
	text-decoration:none;
	color:#FFF;
	padding:4px 50px 5px 0px;
	-webkit-box-shadow: 0px 3px 3px 0px #666;
	box-shadow: 0px 3px 3px 0px #666;
}
.read_more a:hover {
	display:block;
	background:url(images/new_images/plus_icon1.jpg) left no-repeat #009cff;
	text-decoration:none;
	color:#FFF;
	padding:4px 50px 5px 0px;
	-webkit-box-shadow: 0px 3px 3px 0px #666;
	box-shadow: 0px 3px 3px 0px #666;
}
.home_box_bg1 {
	background-color:#ededed;
	border:1px solid #FFF;
	padding:10px;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
	box-shadow: 0px 0px 3px 0px #666;
}
.v_line {
	border-right:1px dashed #999;
	padding-right:10px;
}
.heading1 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#383838;
	font-weight:300;
	text-shadow:0px 1px 0px #FFF;
	border-bottom:1px solid #CCC;
	padding:5px 10px 10px 10px;
}
.heading2 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color:#383838;
	text-shadow:0px 1px 0px #FFF;
	border-bottom:1px solid #999;
	padding:10px 0px 5px 0px;
}
.home_text1 {
	padding-top:10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	text-align:justify;
	line-height:20px;
}
.home_text2 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2b2b2b;
	text-align:justify;
	line-height:20px;
}
.orange {
	color:#db5800;
}
.read_more1 {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
.read_more1 a:link {
	display:block;
	background:url(images/new_images/plus_icon.png) no-repeat right 0px #383838;
	text-decoration:none;
	color:#FFF;
	padding:4px 35px 5px 0px;
	margin-left:20px;
}
.read_more1 a:visited {
	display:block;
	background:url(images/new_images/plus_icon.png) no-repeat right 0px #383838;
	text-decoration:none;
	color:#FFF;
	padding:4px 35px 5px 0px;
	margin-left:20px;
}
.read_more1 a:hover {
	display:block;
	background:url(images/new_images/plus_icon.png) no-repeat right -33px #e6000d;
	text-decoration:none;
	color:#FFF;
	padding:4px 35px 5px 0px;
	margin-left:20px;
}
.home_box_bg2 {
	background:url(images/new_images/box_shadow.png) center top no-repeat #ededed;
	border:1px solid #FFF;
	padding-left:20px;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
	box-shadow: 0px 0px 3px 0px #666;
}
.inner_text1 {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2b2b2b;
	text-align:justify;
	line-height:20px;
}
.input_style1 {
	background-color:#f8f8f8;
	border:1px solid #CCC;
	color:#b4b4b4;
	text-align:left;
	padding:10px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:40px;
	line-height:40px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 2px 0px #c9c9c9;
	box-shadow: 0px 0px 2px 0px #c9c9c9;
}
.input_style1:focus {
	background-color:#FFF;
	border:1px solid #b4b4b4;
	color:#000;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 3px 0px #b6b6b6;
	box-shadow: 0px 0px 3px 0px #b6b6b6;
}
.input_style2 {
	background-color:#fbfbfb;
	border:1px solid #CCC;
	color:#b4b4b4;
	resize:none;
	text-align:left;
	padding:10px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:90px;
	line-height:20px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 2px 0px #c9c9c9;
	box-shadow: 0px 0px 2px 0px #c9c9c9;
}
.input_style2:focus {
	background-color:#FFF;
	border:1px solid #b4b4b4;
	color:#000;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0px 0px 3px 0px #b6b6b6;
	box-shadow: 0px 0px 3px 0px #b6b6b6;
}
.submit_bt {
	background:url(images/new_images/plus_icon.png) no-repeat 115px 4px #383838;
	text-decoration:none;
	color:#FFF;
	padding:5px 80px 5px 10px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-align:left;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.submit_bt:hover {
	background:url(images/new_images/plus_icon.png) no-repeat 115px -28px #e6000d;
	text-decoration:none;
	color:#FFF;
	padding:5px 80px 5px 10px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-align:left;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.inner_text1 ul{padding:0; margin:20px;
}
.inner_text1 ul li{padding:0px 0px 10px 20px; list-style:none; background: url(images/new_images/bullet.png) no-repeat 0px 6px; color:#007cc2;
}
.h_line{background:url(images/new_images/h_line.png) center center repeat-x; height:40px;
}
.testimnial_text {
	background:url(images/new_images/testimonial_icon.png) no-repeat 5px 5px #f6f6f6;
	border:1px solid #FFF;
	padding:5px 10px 5px 100px;
	-webkit-box-shadow: 0px 0px 3px 0px #999;
	box-shadow: 0px 0px 3px 0px #999;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2b2b2b;
	text-align:justify;
	line-height:20px;
}
.orange1{ font-size:18px;
	color:#db5800;
}
#recaptcha_widget_div{ float:left;
}
</pre></body></html>