/*------GLOBAL------*/

body {
	margin:0 auto;
	background:url(../images/layout/bg.gif) repeat-x #FFFFFF;
	font-family:verdana; font-size:11px;
}
img {
	border:none;
}
p, h1, h2, ul, li, a, td {
	font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1, h2 {
	font-size:18px; color:#DEA310; font:Arial, Helvetica, sans-serif;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 25px;
}
ul li {
	font-weight:bold;
	padding:6px 0 5px 15px; 
	list-style:none; background:url(../images/layout/bullet.jpg) no-repeat left center;
}
a {
	padding:0; color:#4280BE; font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#header {
	width:850px; height:74px;
	position:relative;
}
#logo {
	width:324px; height:29px;
	position:absolute; left:19px; top:25px;
}
#contact {
	width:167px; height:22px;
	position:absolute; left:663px; top:28px;
}
#bodytop {
	width:858px; height:4px;
	background:url(../images/layout/bodytop.png) no-repeat;
}
#container {
	width:858px;
	background:url(../images/layout/bodybg.png) repeat-y;
}
#innercontainer {
	width:840px;
	padding:0 9px 0 9px;
}
#flash {
	width:840px; height:127px;
	margin:5px 0 1px 0;
}
#contentleft {
	width:581px;
	padding:15px 10px 15px 0;
	float:left;
}
#formcontainer {
	width:350px;
	padding:10px 0 0 0;
	float:right; position:relative; display:block;
}
#bodybottom {
	width:858px; height:4px;
	background:url(../images/layout/bodybottom.png) no-repeat;
}
#footer {
	width:840px; height:40px;
	padding:5px;
}
#footer a {
	font-size:11px;
}

/*------NAVIGATION------*/

#nav {
	width:840px; height:42px;
	background:url(../images/layout/navbg.jpg) repeat-x;
}
#nav ul {
	padding:0;
}
#nav ul li {
	height:42px;
	border-right:1px solid #FFFFFF;
	padding:0;
	background:none;
	float:left;
}
#nav ul li:hover {
	background:url(../images/layout/navhoverbg.jpg) repeat-x;
}
#nav ul li a {
	font-size:12px; font-family:arial; font-weight:bold; color:#FFFFFF;
	padding:14px 20px 0 20px;
	display:block;
}
#nav ul li a:hover {
	text-decoration:none;
}

/*------CONTENT RIGHT------*/

#contentright {
	width:249px; min-height:525px;
	background:#EEEEEE;
	padding:15px 0 0 0;
	float:left;
}
#contentright .box {
	width:249px;
	padding:0 5px 10px 5px;
}
#contentright .box h2 {
	font-size:16px;
	padding:5px 0 10px 0;
}
#contentright .box p {
	font-size:13px; font-family:arial;
	padding:0 0 5px 0;
}

/*------CLASSES------*/

.padding {
	padding:5px 0 5px 0;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.blue {
	color:#0053A6;
}
