/*------GLOBAL------*/

body {
	margin:10px auto;
	background:#E4E4E4;
	font-family:verdana; font-size:11px;
}
img {
	border:none;
}
p, h1, ul, li, a, td {
	font-size:12px; color:#333333; text-align:left; text-decoration:none; font-weight:normal;
	padding:5px; margin:0;
}
h1 {
	font-family:tahoma;	font-size:18px; color:#003399;
}
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:#D61508; font-weight:bold;
}
a:hover {
	color:#003399;
}
td {
	font-size:11px;
	padding:0 0 5px 0;
}

/*------DIVS------*/

#outercontainer {
	width:800px;
	background:#FFFFFF; border:1px solid #CCCCCC;
}
#innercontainer {
	width:784px;
	padding:0 8px 0 8px;
}
#header {
	width:784px; height:127px;
	position:relative;
}
#header #logo {
	width:200px; height:85px;
	position:absolute; left:17px; top:20px;
}
#header #slogan {
	width:204px; height:49px;
	position:absolute; left:300px; top:35px;
}
#header #contact {
	width:152px; height:48px;
	position:absolute; left:616px; top:39px;
}
#headerimg {
	width:784px; height:184px;
	background:url(../images/layout/topimg.jpg) no-repeat;
}
#middle {
	width:784px;
	padding:15px 0 15px 0;
}
#content {
	width:574px;
	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:30px;
	margin:0 auto; padding:10px 0 10px 0;
}
#footer a {
	font-size:11px;
}

/*------NAVIGATION------*/

#nav {
	width:200px; min-height:410px;
	background:url(../images/layout/middleseperator.jpg) no-repeat right;
	float:left;
}
#nav ul {
	padding:0;
	float:left;
}
#nav ul li {
	padding:0 0 20px 0;
	background:none;
}
#nav ul li:hover {
	padding:0 0 20px 2px;
}
#nav a {
	border-bottom:1px dotted #003399;
}
#nav a:hover {
	border-bottom:1px dotted #D82317;
}
#nav #logosia {
	width:63px; height:49px;
	position:relative; top:80px;
}

/*------SERVICES AREA------*/

#servicesarea {
	width:774px;
	margin:1px 0 1px 0; padding:0 5px 5px 5px;
	background:#E6F3FF;
}
#servicesarea h1 {
	font-size:16px;
	padding:3px 0 8px 0;
}
#servicesarea ul {
	padding:0 10px 10px 10px;
	border-right:1px dotted #0057A4;
	float:left;
}
#servicesarea ul li {
	font-size:11px; font-weight:normal;
	background:none;
	padding:3px 0 3px 0;
}
#servicesarea ul li.heading {
	font-family:tahoma; font-size:13px; color:#D82317;
	padding:0 0 7px 0;
}

/*------CLASSES------*/

.padding {
	padding:5px 0 5px 0;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.pageseperator {
	width:784px; height:10px;
	background:#D82317;
}