/*------GLOBAL------*/

body {
	margin:10px auto;
	background:url(../images/layout/bg.jpg) repeat-x #0099CC;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:none;
}
p, h1, h2, ul, li, a, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1, h2 {
	font-family:tahoma;	font-size:18px; color:#0033FF;
}
ul {
	padding:0; line-height:1;
	vertical-align:baseline;
	padding:10px 0 10px 20px;
}
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:#0033FF; font-weight:bold;
}
a:hover {
	color:#003399;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#bodytop {
	width:808px; height:7px;
	background:url(../images/layout/bodytop.png) no-repeat;
}
#outercontainer {
	width:808px;
	background:url(../images/layout/bodybg.png) repeat-y;
}
#innercontainer {
	width:784px;
	padding:0 10px 0 10px;
}
#header {
	width:784px; height:127px;
	position:relative;
}
#header #logo {
	width:358px; height:28px;
	position:absolute; left:26px; top:50px;
}
#header #contact {
	width:153px; height:48px;
	position:absolute; left:623px; top:42px;
}
#flash {
	width:784px; height:184px;
}
#middle {
	width:784px;
	padding:15px 0 15px 0;
}
#left {
	width:200px;
	background:url(../images/layout/middleseperator.jpg) no-repeat right;
	float:left;
}
#content {
	width:574px;
	padding:0 0 0 10px;
	float:left;
}
#formcontainer {
	width:350px;
	padding:10px 0 0 0;
	float:right; position:relative; display:block;
}
#footer {
	width:784px; height:50px;
	margin:0 auto; padding:10px 0 10px 0;
}
#footer a {
	font-size:11px;
}
#bodybottom {
	width:808px; height:7px;
	background:url(../images/layout/bodybottom.png) no-repeat;
}

/*------NAVIGATION------*/

#nav {
	width:200px;
}
#nav ul {
	padding:0;
}
#nav ul li {
	background:none;
	padding:0;
}
#nav a { 
	display:block;
	padding:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif; color:#234BD5;
}
#nav a:hover {
	color:#3A50E7;
	padding:0 0 20px 2px;
}

/*------CONTAINERS------*/

#left .box {
	width:200px;
	margin:5px 0 5px 0;
}
#left .box h2 {
	font-size:16px;
	padding:0 0 10px 0;
}
#left .box p {
	padding:0 0 8px 0;
}
#left .box a {
	text-decoration:underline;
}
#left .box a:hover {
	text-decoration:none;
}

/*------CLASSES------*/

.padding {
	padding:5px 0 5px 0;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.pageseperator {
	width:784px; height:10px;
	background:#1529AC;
}
.border { 
	padding:1px;
	border:1px solid #CCCCCC;
}
.blue {
	color:#0033FF;
}
.contactcolumn {
	float:left;
	padding:0 15px 0 0;
}