@charset "UTF-8";

/* Sample CSS Document

Main Color= #FFFFFF
Other Color= #FFFFFF
Other Color= #FFFFFF
Other Color= #FFFFFF
 
 */
 
/*The Reset*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

.floatright {
	float:right;
	margin:10px 0 10px 10px;
}

.floatleft {
	float:left;
	margin:10px 10px 10px 0;
}

body {
	background: #ececec;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#444;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset*/

h1 {
	background-image:url(images/actlogo.gif);
	width:310px;
	height:65px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	display:inline-block;
	margin:6px 0 9px 0;
}

h1 a {  
	width:310px;
	height:65px;
    display: block;  
    text-decoration: none;  
    cursor: pointer;  
}  

h2 {
	background:#8e0000;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#FFF;
	margin-bottom:10px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:-2px;
	color:#8e0000;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-bottom:-4px;
	color:#000000;
}

h5 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 -8px 0;
	color:#8e0000;
}


p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:21px;
	color:#444;
	padding:5px 0;
}

p a:link {
color:#8e0000;
text-decoration:none;
}

p a:visited {
color:#8e0000;
text-decoration:none;
}

p a:hover {
color:#009;
}


cite {
	font-size:10px;
}

strong {
	font-weight:bold;
}

ol{
	margin: 0 0 0 25px;
}

#content ul {
	padding:5px 0;
}

#content ul li {
	padding:3px 0 3px 0;
	margin-left:12px;
	list-style-image:url(images/bullet.gif);
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
}

#content ul li  a {
display:block;
font-size:12px;
color:#444;
font-weight:bold;
text-decoration:none;
}

#content ul li a:link {
display:block;
font-size:12px;
color:#444;
text-decoration:none;
}

#content ul li a:hover {
color:#8e0000;
}

hr {
	height:1px;
	background:#aaa;
	margin:15px;
}


/*start site css*/

#top_line{
	height:8px;
	background-color:#8e0000;
}

#wrap {
	width:900px;
	margin:auto;
}

#header { }

#nav {
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF;
	padding:0px 12px;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
display:block;
font-size:14px;
color:#8e0000;
list-style:none;
text-decoration:none;
padding: 6px;
margin:10px 18px 10px 0;
font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li a:link {
list-style:none;
display:block;
font-size:14px;
color:#8e0000;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

#nav li a:hover {
color:#fff;
background-color:#8e0000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#top_content {
	background:#8e0000;
	padding:18px;
	overflow:hidden;
}

#top_left {
	width:290px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:23px;
	color:#fff;
	float:left;
}
#slideback {
	width:537px;
	height:286px;
	padding:10px;
	background:url(images/slideback.gif) repeat-x;
	overflow:hidden;
	float:right;
	border:1px solid #6b0000;
}

#slider{
	width:537px;
	height:286px;
}	

	#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:537px;
		height:286px;
		overflow:hidden; 
		}			
		
	p#controls{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:-160px;
		}	
	#nextBtn, #nextBtn2{ 
		left:900px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:30px;
		height:77px;
		background:url(slide/images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(slide/images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

#content {
	background:#fff;
	padding:18px 18px 50px 18px;
	overflow:hidden;
}

#mainbox1 {
	width:265px;
	float:left;
	margin-right:32px;
}

#mainbox2 {
	width:265px;
	float:left;
}

#inmain {
	width:575px;
	float:left;
}

#inside {
	width:220px;
	float:right;
	background:#eee;
	border:1px #bbb solid;
	padding:10px 15px;
}


#inside hr {
	height:1px;
	background:#c4c4c4;
	border-bottom:1px #fff solid;
	margin:5px -15px;
}

#members {
	padding:3px 8px;
	background:#eee;
	border:1px #bbb solid;
	text-align:center;
	float:left;
	margin: 0 15px 15px 0;
}

#footer {
	background:#dfdfdf;
	background:url(images/footer.gif);
	text-align:center;
	padding:23px 0;
	font-size:16px;
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.field
{
	background:#eee;
	border:1px #bbb solid;
	padding: 6px;
	width:100%;
	font-size:24px;
}

#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 112px;
width: 197px;
background: url(images/bannerstrip.png) no-repeat;
text-indent: -999em;
text-decoration: none;
}

#form_contact {
	width:255px;
	float:left;
	margin-right:45px;
}

#other_contact {
	width:240px;
	float:right;
	background:#eee;
	border:1px #bbb solid;
	padding: 0px 10px 10px 10px;
}

#other_contact hr {
	height:1px;
	background:#c4c4c4;
	border-bottom:1px #fff solid;
	margin:5px -10px;
}