/*------GLOBAL------*/

body {
	margin:10px auto;
	background:url(../images/layout/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
img {
	border:none;
}
p, h1, h2, h3, 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 {
	font-family:tahoma;	font-size:20px; color:#000000;
}
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:#FF0000; font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#outercontainer {
	width:800px;
	background:#FFFFFF; border:1px solid #000000;
}
#innercontainer {
	width:784px;
	padding:0 8px 0 8px;
}
#header {
	width:784px; height:127px;
	position:relative;
}
#header #logo {
	width:412px; height:65px;
	position:absolute; left:12px; top:26px;
}
#header #logo h2 {
	font-family:tahoma; font-size:40px; color:#000000;
	padding:0 0 10px 0;
}
.smallerh2 {
	font-size:20px;
}
#header #logo h3 {
	font-family:tahoma; font-size:18px; color:#333333;
	padding:0;
}	
#header #contact {
	width:224px; height:78px;
	position:absolute; left:552px; top:27px;
}
#flash {
	width:784px; height:234px;
}
#middle {
	width:784px;
	padding:15px 0 15px 0;
}
#left {
	width:200px;
	border-right:#95AB63 1px solid;
	float:left;
}
#content {
	width:573px;
	padding:0 0 0 10px;
	float:left;
}
#formcontainer {
	width:350px;
	padding:10px 50px 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;
}

/*------NAVIGATION------*/

#nav {
	width:200px;
}
#nav ul {
	padding:0;
}
#nav ul li {
	background:none;
	padding:0;
}
#nav a { 
	font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:13px;
	display:block;
	padding:0 0 20px 0;
}
#nav a:hover {
	color:#FF0000; text-decoration:none;
	padding:0 0 20px 2px;
}

/*------CONTAINERS------*/

#left .box {
	width:200px;
	margin:5px 0 5px 0;
}
#left .box h2 {
	font-size:16px; color:#FF0000; font-weight:bold;
	padding:0 0 10px 0;
}
#left .box p {
	color:#000000;
	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:#FF0000;
}
.border { 
	padding:1px;
	border:1px solid #CCCCCC;
}
.red {
	color:#FF0000;
}
