/* CSS Document - Patrick Allen 2009*/

body {
	background-color:#fff;
	background-image:url(../images/global/bg2.jpg); 
	background-repeat:repeat-x;
	margin:0px;
}

/* All of the heading styles should be editable by the client*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:16px;
}

.subheading {
	font-family:Arial, Helvetica, sans-serif;
	color:#66b3e6;
	font-size:13px;
	font-weight:bold;
	}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background-repeat:repeat-y;
	background-position:left;
}

/* HEADER INFORMATION */

#header {
	width: 960px;
	height:128px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
}

#logo {
	position:relative;
	float:left;
	padding: 10px 10px 0px 15px;
}

#info {
	position:relative;
	width:220px;
	height:auto;
	float:right;
	padding: 35px 25px 20px 20px;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#info a:link{color:#66b3e6; text-decoration:none; font-weight:normal; font-size:13px;}
#info a:active{color:#66b3e6;  text-decoration:none;}
#info a:visited{color:#66b3e6; text-decoration:none;}
#info a:hover{color:#66b3e6;  text-decoration:underline;}


/* MAIN IMAGE - BANNER */

#banner {
	width: 960px;
	height:200px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	margin-top:0px;
}


/* MAIN NAVIGATION */

#navbar {
	margin: 0px 0px 0px 0px;
	height:36px;
	width:915px;
	padding-left:0px;
	padding-right:25px;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.nav{
	margin: 0;
	padding: 0;
	float: left;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.nav li{
	display: inline;
}

.nav li a{
	float: left;
	color:#fff;
	padding: 9px 25px 9px 25px;
	text-decoration: none;
	border-right: 1px solid #000;

}

.nav li a:visited{}

.nav li a:hover, .nav li .current{
	color: #66b3e6;
	background-color:#000;
}

#right {
	float: right;
	background-color:transparent;
	width: 235px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:14px;
}

#content { 
	float: left;
	width: 650px;
	padding:25px 30px 30px 30px;
	background-image:url(../images/global/contentbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	color:#444444;
	font-size:13px;
	background-color:#fff;
	text-align:justify;
}

#content a:link{color:#66b3e6; text-decoration:none;}
#content a:active{color:#66b3e6; text-decoration:none;}
#content a:visited{color:#66b3e6; text-decoration:none;}
#content a:hover{color:#66b3e6; text-decoration:underline;}

#button {
	width: auto;
	height:auto;
	padding:6px 13px 8px 13px;
	background-image:url(../images/global/btn.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	font-size:13px;
	background-color:#fff;
	float:right;
}
#button  a:link{color:#fff; text-decoration:none; font-weight:bold;}
#button  a:active{color:#fff; text-decoration:none; font-weight:bold;}
#button  a:visited{color:#fff; text-decoration:none; font-weight:bold;}
#button  a:hover{color:#66b3e6; text-decoration:none; font-weight:bold;}


.dottedline {
	border-top:2px dotted #ddd;
	height:1px;
	margin:30px 0px 30px 0px;
}

/* FOOTER INFORMATION */

#footer {
	width:auto;
	height:auto;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	color:#777;
	background-color:#000;
	font-size:11px;
	border-top:2px solid #ccc;
}

#footer a:link{color:#777; text-decoration:none;}
#footer a:active{color:#777; text-decoration:none;}
#footer a:visited{color:#777; text-decoration:none;}
#footer a:hover{color:#777; text-decoration:underline;}


#footerinfo {
	margin: 0px auto;
	width:960px;
	height:auto;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	background-color:#000;
	font-size:11px;
	padding:15px 20px 20px 50px;
}

.smallprint {font-size:9px; line-height:normal; }

.footertable {padding:10px 10px 10px 30px;}

/* RIGHT HAND HIGHLIGHTS*/

.highlight_container {
	width:225px;
	height:115px;
	border:1px solid #aaa;
	margin-bottom:5px;
}

.highlight_img {
	width:225px;
	height:90px;
}

.highlight_title {
	width:210px;
	height:AUTO;
	color:#FFFFFF;
	font-weight:bold;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13PX;
	PADDING:5PX 5PX 5PX 10PX;
}

.highlight_title a:link{color:#fff; text-decoration:none;}
.highlight_title a:active{color:#fff; text-decoration:none;}
.highlight_title a:visited{color:#fff; text-decoration:none;}
.highlight_title a:hover{color:#70c5fe; text-decoration:none;}

