@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
    background:#350c0c;
}

img {
	border:none;
}

.spacer {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}

p {
	margin:15px 0px;
}

a {
	color:#f44437;
}

/*********** container styles ************/

#container {
	width:900px; 
	margin:0px auto;
	background:url(img/innerbg.jpg) top center no-repeat;
}

/*********** outercont styles ***********/

#outercont {
	display:block; 	
	background:url(img/bgd.gif) repeat-x #610101; 
	border-bottom:1px solid #777777; 
	padding-bottom:25px;
}

/*********** topnav styles ************/

#topnav {
	display:block; 
	height:56px; 
	font-size:16px;
	background:url(img/topnavbg.gif) top left no-repeat;
	overflow:hidden;
	padding-right:10px;
}

#topnav ul {
	padding:0px;
	margin:0px;
	list-style:none;
	float:right;
}

#topnav li {
	display:block;
	float:left;
	height:47px;
	padding:12px 13px 0px;
}

#topnav .active {
	background:url(img/nav_arrow.gif) 50% 42px no-repeat;
}

#topnav .active a {
	color:#ee2b2b;
}

#topnav li a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav li a:hover {
	color:#ee2b2b;
}


/********** header styles **********/

#header {
	display:block; 
	height:75px; 
	overflow:hidden; 
	background:url(img/headerbg.gif) top left no-repeat;
}

#header .hleft {
	float:left; 
	padding-left:20px; 
}

#header .hright {
	float:right; 
	padding-right:20px; 
	font-size:16px; 
	text-align:right; 
	padding-top:10px;
}

#header .icon {
	margin:0px 5px;
}

#header strong {
	color:#c2c2c2;
}

#header a {
	font-size:14px; 
	color:#c2c2c2; 
	font-weight:bold; 
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

/********** banner styles **********/

#banner {
	display:block;
	width:900px;
	text-align:center; 
	padding-top:8px;
	padding-bottom:5px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='img/transbg.png');
}

div > /**/ #banner {
	background:url(img/transbg.png);
}

/********** list01 styles **********/

.list01 {
	padding:0px;
	margin:0px;
	list-style:none;
}

.list01 li {
	background:url(img/bullet.gif) 0px 5px no-repeat;
	display:block;
	padding-left:15px;
	margin:5px 0px;
}

/********** content_home styles **********/

#content_home {
	display:block; 
	width:900px; 
	margin-top:13px;
	background:url(img/border.gif) 485px repeat-y;
}

#content_home .leftcol {
	display:block; 
	width:442px; 
	float:left; 
	padding-left:20px;
}

#content_home .leftcol h1 {
	font-size:17px; 
	color:#FFFFFF; 
	font-weight:normal; 
	width:442px; 
	height:29px; 
	display:block; 
	padding-top:10px; 
	padding-left:20px; 
	margin:0px 0px 0px -20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='img/h1bg.png');

}

div > /**/ #content_home .leftcol h1 {
	background:url(img/h1bg.png) no-repeat; 
}

#content_home .leftcol p {
	text-align:justify; 
	line-height:18px;
}

#content_home .leftcol strong {
	color:#f44437; 
	font-weight:normal;
}

#content_home .rightcol {
	width:370px; 
	float:right; 
	padding-right:20px; 
	font-size:11px;
	padding-top:10px;
}

#content_home .rightcol .rightimg {
	float:right; 
	margin-left:13px; 
	margin-top:10px;
}

#content_home .rightcol h2 {
	font-size:17px; 
	color:#FFFFFF; 
	margin:0px;
}

#content_home .rightcol img {
	vertical-align:middle; 
	margin-left:8px;
}

#content_home .rightcol p {
	margin:10px 0px; 
	line-height:15px; 
	text-align:justify;
}

#content_home .rightcol p a {
	color:#f44437; 
	text-decoration:none;
}

#content_home .rightcol p a:hover {
	text-decoration:underline;
}

#content_home .feature {
	width:322px; 
	height:28px; 
	text-align:right; 
	padding-top:78px; 
	padding-right:47px;
	margin:15px 0px;
}

#content_home .feature a {
	font-size:14px; 
	color:#FFFFFF;
	text-decoration:none;
}

#content_home .feature a:hover {
	text-decoration:underline;
}

#content_home .feat01 {
	background:url(img/image02.jpg) top left no-repeat; 
}

#content_home  .feat02 {
	background:url(img/image03.jpg) top left no-repeat; 
}

/********** content styles *********/

#content {
	display:block; 
	width:900px;
	margin-top:20px;
	background:url(img/border.gif) 267px repeat-y;
}

#content .leftcol {
	width:247px;
	float:left;
	padding-left:20px;
}

#content .leftcol h1 {
	font-size:17px; 
	color:#FFFFFF; 
	font-weight:normal; 
	width:246px; 
	height:29px; 
	display:block; 
	padding-top:10px; 
	padding-left:20px; 
	margin:0px 0px 0px -20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enable=true, sizingMethod=scale, src='img/h1bg_sml.png');

}

#content .leftcol h1 a {
	color:#FFFFFF; 
	text-decoration: none;
}

div > /**/ #content .leftcol h1 {
	background:url(img/h1bg_sml.png) no-repeat; 
}

#content .rightcol {
	width:585px; 
	float:right; 
	padding-top:10px;
	padding-right:20px;
}

#content .rightcol h1 {
	font-size:21px; 
	font-weight:normal; 
	margin:0px;
	padding:0px;
}

#content .rightcol h2 {
	font-size:14px; 
	color:#df2828; 
	font-weight:normal; 
	margin:30px 0px 10px 0px;
}


#content .rightcol p {
	text-align:justify;
}
/********** subnav styles  **********/

.subnav {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
}

.subnav li {
	display:block;
	background:url(img/arrow.gif) 0px 6px no-repeat;
	padding-left:20px;
	margin:8px 0px;
}

.subnav li a {
	color:#FFFFFF;
	text-decoration:none;
}

.subnav li a:hover {
	text-decoration:underline;
}

/********** footer styles **********/

#footer {
	width:900px; 
	margin:0px auto; 
	font-size:11px; 
	display:block; 
	padding:25px 0px 20px ;
	background:url(img/footerbg.gif) repeat-x;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

#footer .fleft {
	float:left;
	width:610px;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:16px;
}

#footer ul li {
	display:block;
	float:left;
	margin-right:25px;
}


#footer ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#ee2b2b;
}

#footer .fright {
	float:right; 
	padding-top:1px;
}

#footer .spacer {
	height:12px;
}

