@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, ins, kbd, q, s, samp,
small, strike, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/

body {
	background-color:#BABABA;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-size:12px;}
	
	
#wrapper {
	width:972px;
	margin: 0 auto;}
	
#header {
	width:972px;
	height:97px;
	margin: 0 auto;}
	
#logo-link a {
	background-image:url(images/logo.png);
	width:327px;
	height:58px;
	display:block;
	position:absolute;
	text-indent:-999999px;
	margin:10px 0 0 10px;}
	
.top-round {
	background-image:url(images/top-round.png);
	height:22px;
	width:972px;
	display:block;}
	
.bottom-round {
	background-image:url(images/bottom-round.png);
	height:20px;
	width:972px;
	display:block;}


#banner {
	background-image:url(images/banner-bg.png);
	height:315px;
	width:972px;}
	
	
#form-holder {
	float:right;
	width:239px;
	margin:95px 48px 0 0;}
	
.form-list {
	height:36px;
	width:234px;
	border: solid 1px #9A9A9A;
	font-size:25px;
	margin-bottom:24px;}
	
	
	
#content-holder {
	background-image:url(images/conten-bg.png);
	background-repeat:repeat-y;}
	
#content-holder h1 {
	font-size:20px;
	color:#333;}
	
/*..left-box-holder..*/

#left-box-holder {
	width:186px;
	float:left;
	margin-left:21px;}

#nav {
	border-left:solid 1px #DCDCDC;
	border-right:solid 1px #DCDCDC;
	background-color:#F3F3F3;
	font-size:12px;
	padding:10px 10px 0 10px;}
	
#nav a {
	text-decoration:none;
	color:#333;}
	
#nav a:hover {
	text-decoration:underline;
	color:#333;}

.leftside-ad-holder {
	margin-top:15px;
	display:block;}


/*..middle-box-holder..*/

#middle-box-holder {
	width:558px;
	float:left;
	padding: 0 15px 0 15px;}
	
#middle-box-holder h1 {
	font-size:20px;
	color:#333;}
	
#middle-box-holder h2 {
	font-size:18px;
	padding-bottom:10px;
	color:#6EA92B;}
	
#middle-box-holder hr {
	color: #FFF;
	background-color: #666;
	height: 1px;
	}

#middle-box-holder p {
	padding-bottom:10px;
	}
	
#middle-box-holder ul {
list-style-type:disc;
margin-left:30px;
padding-bottom:10px;
}

#middle-box-holder ol {
list-style-type:decimal;
margin-left:30px;
padding-bottom:10px;
}
	
.topic-box {
	width:536px;
	background-color:#FDF9E7;
	border-left: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
	padding:10px 10px 0 10px;}
	
.topic-box ol {
	list-style:decimal;
	margin-left:25px;
	}
	
.topic-box li a {
	text-decoration:underline;
	color:#C60;
	font-size:12px;}

/*..right-box-holder..*/

#right-box-holder {
	width:156px;
	float:right;
	margin-right:21px;}


/*..FOOTER..*/

#footer {
	background-image:url(images/footer-bg.png);
	height:72px;
	width:972px;
	margin: 0 auto;
	line-height:72px;
	color:#CCC;
	text-indent:20px;
	font-size:11px;}



.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
