@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body, html {
	line-height: 1;
	font-size: 12px;
	background-image: url(/img/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
ul {
	list-style: square;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 12px;
}

address{
	margin-left: 20px;
	margin-top: 10px;
}


/*------------------------------
	MAIN DIVS START
-------------------------------*/

#container{
	margin: 0px auto 20px auto;
	width: 950px;
	background-color: #fff;
}

.header{
	width: 950px;
	height: 119px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
}


.banner{
	padding-bottom: 2px;
	width: 950px;
	border-bottom: solid 3px #ed1c24;
}

.content_container{
	background-color: #ffffff;
	background-image: url(/img/content_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 950px;
}

/*------------------------------
	BOXES STYLES
-------------------------------*/

.feature{
	background-image: url(/img/boxes_background.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	float: left;
}

.feature table th{
	background-color: #ed1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.feature table td{
	padding:8px;
	font-size: 14px;
	line-height: 1.5;
}


.inside {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 10px;
}

.containerm {
	background-color:#FFFFFF;
	width: 950px;
}

table.boxes{
	background-image: url(/img/boxes_background.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
	width: 225px;
}

table.boxes th{
	background-color: #ed1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.boxes td{
	padding:8px;
}

table.boxes ul{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	list-style-image: url(/img/bullet.gif);
}

table.boxes ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(/img/bullet.gif);
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}

table.boxes img{
	margin-top: 5px;
}

table.boxes .more{
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

table.boxes a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

table.boxes a:hover{
	text-decoration: underline;
}

.bottom_row{
	background-color:#F00
}

ul.main_content_bullets{
	margin-left: 50px;
	list-style-image: url(/img/bullet.gif);
	line-height: 1.7;
}

ul.main_content_bullets li{
	font-family: Verdana, Geneva, sans-serif;
}

a.email{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	}

/*------------------------------
	CONTENT STYLES STARTS
-------------------------------*/

h1{
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ed1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 span{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #ed1c24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 40px;
	line-height: 1.7;
}

.content_img{
	float: right;
}



/*------------------------------
	NAVIGATION STARTS
-------------------------------*/


.navTop .active, .navTop_home .active{
	text-decoration:none;
	border-bottom: solid 3px #fff;
	padding-bottom: 5px;
}

.navTop .active_single, .navTop_home .active_single{
	text-decoration:none;
	border-bottom: solid 3px #fff;
	padding-top: 7px !important;
	padding-bottom: 12px !important;
	font-weight: bold;
}

.navTop span{
	color:#fff;
	font-weight: bold;
}

.navTop_total{
	background-color: #ed1c24;
	border-bottom: solid 1px #fff;
}

.navTop{
	background-color: #ed1c24;
	height: 41px;
	float: right;
	width: 850px;
}

.navTop_home{
	background-color: #ed1c24;	
	height: 41px;
	float: left;
	width: 100px;
}

.navTop_home ul {
	margin:0 0 0 0;
	padding:0;
}

.navTop ul {
	margin:0 0 0 0;
	padding:0;
	float: right;
}

.navTop ul li, .navTop_home ul li{
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navTop ul li a, .navTop_home ul li a {
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-top: 6px;
	display: block;
	text-decoration:none;
	color:#fff;
	font-size: 13px;
	text-align: center;
	border-right: solid 1px #fff;
	border-bottom: solid 3px #ed1c24;
}

.single{
	color:#fff;
	font-weight: bold;
	padding-top: 9px !important;
	padding-bottom: 8px !important;
	background-color: #ed1c24;
}

.home {
	float: left;
}

.navTop ul li a:hover, .navTop_home ul li a:hover {
	text-decoration:none;
	background-image: url(/img/nav_roll.gif);
	background-position: center;
	background-repeat: no-repeat;
}


/*------------------------------
	NAVIGATION STARTS
-------------------------------*/


.topBtns{

}

.topBtns ul {
	margin:0 10px 0 0;
	padding:0;
	float: right;
}

.topBtns ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.topBtns ul li a {
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
	display: block;
	text-decoration:none;
	color:#fff;
	font-size: 11px;
	text-align: center;
	background-image: url(/img/top_btns_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 91px;
}

.topBtns ul li a:hover {
	text-decoration:none;
	border-top: solid 5px #ed1c24;
}

.BottomBtns{

}

.BottomBtns ul {
	margin:0 0px 0 0;
	padding:0;
	float: right;
}

.BottomBtns ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.BottomBtns ul li a {
	margin-left: 5px;
	padding: 8px 12px 8px 12px;
	display: block;
	text-decoration:none;
	color:#fff;
	font-size: 11px;
	text-align: center;
	background-color: #ed1c24;
}

.BottomBtns ul li a:hover {
	text-decoration:none;
	background-color: #000;
}

/*------------------------------
	FOOTER NAVIGATION STARTS
-------------------------------*/


.navFooter .active{
	text-decoration:none;
	color: #ed1c24;
}

.navFooter p{
	float: right;
	font-size: 9px;
	color: #ed1c24;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.navFooter p a{
	color: #ed1c24;
}


.navFooter{
	width: 950px;
	height: 30px;
	border-top: solid 1px #ed1c24;
	padding-top: 0px;
}

.navFooter ul {
	list-style-image:none !important;
	margin: 10px 0 0 0;
	padding:0;
	float: right;
}

.navFooter ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navFooter ul li a {
	padding-right: 6px;
	display: block;
	text-indent: 6px;
	text-decoration:none;
	color:#666666;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	border-right: solid 1px #666666;
	text-transform: uppercase; 
}

.navFooter ul li a:hover {
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
}


.feature img{
	width: 100px;
}

.feature{
	width: 950px;
}

.feature table{
	width: 100%;
}
