@charset "utf-8";
/* CSS Document */
body,div,img,object,form,embed,p,h1,h2,h3,h4,h5,h6,hr {
	border: 0;
	padding: 0;
	margin: 0;
}

a:active{outline: none;}

a:focus {-moz-outline-style: none;}

body {
	background:url(images/bg2.jpg) top repeat-x #333;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#999;
}

#wrapper {
	width:900px;
	margin:50px auto 20px auto;
	padding:0;
	background:#FFF;
	position:relative;
}
#absl {
	position:absolute;
	top:0;
	right:0;
}
ul#nav {
	background:#333;
	width:900px;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
h2 {
	margin:0;
	padding:0 0 15px 0;
	font-size:180%;
}
h3 {
	margin:0;
	padding:0 0 15px 0;
	font-size:140%;
}
p {
	margin:0;
	padding:5px 0 5px 0;
	line-height:1.4em;
}
/*HOMEPAGE STYLING	*/
#homepage {
	background:url(images/homeBg.jpg) top no-repeat #ee7f01;
	padding:0 0 20px 0;
	float:left;
	width:900px;
	position:relative;
}
#homepage #home-text {
	width:431px;
	float:left;
	color:#FFF;
	padding:40px 0 0 40px;
}
#homepage #home-text h2 {
	margin:0;
	padding:0 0 30px 0;
	font-size:180%;
}
#homepage a {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
#homepage a:hover {
	color:#FFF;
	text-decoration:none;
}
#homepage #home-bullets {
	position:absolute;
	top:262px;
	left:497px;
	color:#FFF;
}
#home-bullets p {
	margin:0;
	padding:0 0 5px 0;
}
#home-bullets ul {
	margin:0 ;
	padding:0;
}
#home-bullets li {
	list-style-type:none;
	padding:3px 0 3px 15px;
	background:url(images/bullet-home.gif) top left no-repeat;
}
/*OTHER PAGES*/
#contentBg {
	padding:0 0 10px 0;
}
#content {
	width:431px;
	float:left;
	color:#999;
	padding:40px 0 0 40px;
}
#content h2 {
	color:#ee7f01;
}
#content a {
	color:#ee7f01;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	text-decoration:none;
}
#content h3 {
	margin:0;
	padding:5px 0 5px 0;
}
#content ul.bullets {
	margin:0;
	padding:0 0 5px 0;
}
#content td {
	border-bottom:dotted #666 1px;
}
#content label {
	width:150px;float:left;display:block;
}
.orange {
	color:#ee7f01;
}
ul.bullets {
	margin:10px 0 10px 0;
	padding:0;
}
.bullets li {
	list-style-type:none;
	padding:3px 0 3px 15px;
	background:url(images/orange-bullet.gif) top left no-repeat!important;
}
.bullets blockquote {
	margin:5px 0 0 15px;
	padding:0;
}
.quote {
	color:#333;
	text-align:center;
	background:url(images/quotemarks.png) top no-repeat;
	width:390px;
	float:right;
	padding:15px 0 15px 0;
	margin:15px 30px 0 0;
	height:200px;
}
.quote p {
	margin:0;
	padding:0 20px 0 10px;
}
/*FOOTER*/
ul#footer {
	margin:0;
	padding:5px;
	width:890px;
	border-top:solid 4px #ee7f01;
	font-size:90%;
	color:#333;
}
#footer li {
	display:inline;
	border-right:solid 1px #333;
	padding:0 5px 0 5px;
}
#footer li a {
	text-decoration:none;
	color:#333;
}
#footer li a:hover {
	text-decoration:underline;
}
#footer .none {
	border:none!important;
}
#footer .sitelink {
	float:right;
}
#footer .sitelink a {
	text-decoration:underline;
	color:#ef7f01;
	font-weight:bold;
}
#footer .sitelink a:hover {
	text-decoration:none!important;
}