/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; text-decoration:none; }

body{
	background-image: url(images/sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
h2{
	margin-bottom:5px;
	}

#site{
	width:100%;
	height:100%;
	min-width:960px;
	min-height:620px;
	position:absolute;
	top:0px;
	left:0px;
}

#logo{
	position:absolute;
	top:2px;
	left:50%;
	margin-left:-460px;
	width:241px;
	height:120px;
	z-index:20;
}

#tel{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:162px;
	width:298px;
	height:90px;
	z-index:20;
}

#top100{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:80px;
	width:60px;
	height:80px;
	z-index:20;
}


#container{
	min-height:100%;
}

#navholder{
	margin:0px auto;
	width:960px;
	height:58px;
	position:relative;
}

#nav{
	position:absolute;
	top:26px;
	left:20px;
	width:920px;
	height:30px;
	text-align:center;
}

.navcell{
	float:left;
	height:30px;
	line-height:30px;
	margin-right:25px;
	font-size:18px;
}

#paddingtop{
	height:100px;
}

#content{
	margin:0px auto;
	width:930px;
	height:auto;
	min-height:200px;
	background-color:#FFFFFF;
	padding:15px;
	padding-bottom:200px;
}

#footerholder{
	position:relative;
}

#footer{
	position:absolute;
	top:-155px;
	left:0px;
	width:100%;
	height:155px;
	background-image:url(images/footer_bgr.jpg);
	background-repeat:repeat-x;
}

#footerlogos{
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-480px;
	width:650px;
	height:120px;
}

#footerterms{
	position:absolute;
	top:7px;
	left:50%;
	margin-left:-480px;
	width:600px;
	height:20px;
	font-size:11px;
	color:#FFFFFF;
}

#footeraddress{
	position:absolute;
	top:7px;
	left:50%;
	margin-left:180px;
	width:300px;
	height:140px;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
	line-height:17px;
}

#smartarts{
	position:absolute;
	top:117px;
	left:50%;
	margin-left:261px;
	width:219px;
	height:30px;
}

.leftcontent{
	width:460px;
	height:auto;
	float:left;
}

.rightcontent{
	width:460px;
	height:auto;
	float:right;
}

.quotetop{
	background-image: url(images/quotetop.jpg);
	background-repeat: no-repeat;	
	width:180px;
	height:125px;
}

.quotemid{
	background-color:#CCCCCC;
	padding:10px;
	width:160px;
	height:auto;
	font-size:18px;
	font-color:#333333;
}

.quotebottom{
	background-image: url(images/quotebottom.jpg);
	background-repeat: no-repeat;	
	width:170px;
	height:22px;
	padding-top:8px;
	text-align:right;
	padding-right:10px;
	font-size:11px;
}

.quoteholder{
	background-color:#EBEBEB;
	padding:10px;
	margin-top:20px;
	clear:both;
}

.quoteholderwhite{
	background-color:#FFFFFF;
	padding:10px;
	margin-top:20px;
	clear:both;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:20px;
}

.quotemarks{
	background-image: url(images/quotemarks.jpg);
	background-repeat: no-repeat;	
	width:139px;
	height:108px;
	float:left;
}

.quotetext{
	float:right;
	width:730px;
	font-size:16px;
	padding-top:5px;
}


h1{
	font-size:20px;
	padding-bottom:3px;
}

h2{
	font-size:16px;
	padding-top:15px;
	padding-bottom:2px;
}

p{
	line-height:20px;
	padding-bottom:10px;
}	

a.nav{
	color:#000000;
	font-weight:normal;
}

a.nav:hover{
	text-decoration:none;
	color:#990000;
}

a.navon, a.navon:hover{
	color:#990000;
	font-weight:normal;
	text-decoration:none;
}

a{
	color:#990000;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

a.footerlink{
	color:#DDDDDD;
	font-weight:normal;
}

a.footerlink:hover{
	color:#FFFFFF;
}

ul{
	margin-top:5px;
	margin-left:10px;
}

ul.bull{
	margin-bottom:20px;
}

li.bull{
	line-height:20px;
	list-style-type:circle;
	padding-left:5px;	
	margin-left:10px;
}

li.news{
	line-height:16px;
	background-image:url(/images/bulletnews.jpg);
	background-repeat:no-repeat;
	padding-left:22px;
	padding-bottom:10px;
	background-position:0px 2px;
}

input{
	width:250px;
}

.submit{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
	border:solid 1px #510000;
	width:80px;
}

.error{
	font-size:22px;
	font-weight:bold;
	color:#990000;
}

.failed{
	padding:10px;
	color:#990000;
	background-color:#FFECEC;
	border-top:solid 1px #990000;
	border-bottom:solid 1px #990000;
	margin-bottom:10px;
}
.boxout{

	font-size:22px;
	font-weight:bold;
	color:#990000;
	padding:10px;
}

.newsholder{
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:20px;
}

.newsclear{
	clear:both;
	height:20px;
}

.newsimg{
	float:left;
	width:120px;
	height:120px;
	padding:5px;
	background-color:#DDDDDD;
}

.newstext{
	float:right;
	width:790px;
	padding-top:0px;
}

.newstitle{
	font-size:18px;
	padding-bottom:3px;
}

.newsdate{
	padding-left:1px;
	font-size:11px;
	padding-bottom:6px;
}

.newsviewimg{
	float:right;
	width:400px;
	height:auto;
	margin-left:40px;
	margin-bottom:40px;
	padding:5px;
	background-color:#DDDDDD;
}

.clear{
	border-bottom:dotted 3px #666666;
	clear:both;
	margin-bottom:30px;
	height:30px;
}

.pagingholder{
	width:100%;
	height:30px;
	padding-top:30px;
}

.pagingpage{
	float:right;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
}

.pageingcell, .pageingcellon{
	float:right;
	background-color:#ffffff;
	margin-left:10px;
	height:20px;
	width:20px;
	line-height:20px;
	text-align:center;
	border:solid 1px #990000;
}

.pageingcellon{
	background-color:#990000;
}

a.pageinglink, a.pageinglinkon{
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#990000;
}

a.pageinglinkon{
	color:#FFFFFF;
}

a.pageinglink:hover{
	color:#990000;
}

a.pageinglinkon:hover{
	color:#FFFFFF;
}

#dropdownholder{
	position:absolute;
	top:32px;
	left:-20px;
	width:350px;
	height:200px;
	z-index:1000;
}

#dropdown{
	width:310px;
	height:160px;
	padding:20px;
	padding-top:5px;
	background:rgb(216,216,216);
	background:rgba(216,216,216,0.95);
	-moz-border-radius: 0px 0px 7px 7px; 
	-webkit-border-radius: 0px 0px 7px 7px; 
	border-radius: 0px 0px 7px 7px; 
}

.dropdowncell{
	text-align:left;
	border-bottom:solid 1px #BBBBBB;
	padding-bottom:5px;
	padding-top:5px;
}

.dropdowncelltop{
	border-top:solid 1px #BBBBBB;
}


