/* CSS Document */
html { height: 100%; padding-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) top left repeat;
}

p form h1 h2 table
{
margin: 0;
padding: 0;
}

#container
{
width: 950px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#header
{
width: 950px;
height: 35px;
float: left;
background: url(images/header.jpg) top left no-repeat;
padding-top: 121px;
}


#tophomebox
{
width: 936px;
height: 285px;
float: left;
background-color: #c5d8e6;
padding: 7px;
}

#homeimage
{
width: 593px;
height: 283px;
float: left;
background: url(images/homeimage.jpg) center center no-repeat;
}

#homebuttons
{
width: 333px;
height: 283px;
float: right;
}


.himage
{
padding: 6px 0 0 0;
margin: 0 0 0 0;
float: left;
}


#main
{
width: 930px;
height: auto;
float: left;
padding-left: 10px;
padding-top: 10px;
background-color: #e5eef6;
padding-right: 10px;
}

.textcontent
{
width: 910px;
height: auto;
float: left;
padding: 10px;
background-color: #f3f7fa;
margin-bottom: 10px;
}

.textcontent img
{
float: right;
margin: 5px;
padding: 0;
}

.textcontent h1
{
font-size: 16px;
margin: 0;
padding: 0;
color: #699bcc;
}

.textcontent h2
{
font-size: 14px;
margin: 10px 0 0 0;
padding: 0;
color: #699bcc;
}

.textcontent p
{
font-size: 12px;
margin: 10px 0 10px 0;
padding: 0;
}

.textcontent p a
{
color: #699bcc;
text-decoration: underline;
}

.textcontent ul
{
margin: 0 0 0 0;
padding: 0;
}

.textcontent li
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 10px 0 10px 15px;
}

.sepline
{
width: 930px;
height: 20px;
float: left;
overflow: hidden;
border-bottom: 1px solid #cbd3d9;
}

/* ----------- FOOTER -------- */

#footer
{
width: 930px;
height: 40px;
float: left;
line-height: 28px;
}

#footer p
{
text-align: center;
font-size: 10px;
margin: 0;
padding: 0;
}

#footer p a
{
color: #000000;
}

#copy
{
width: 950px;
height: 30px;
float: left;
line-height: 28px;
}

#copy p
{
text-align: center;
font-size: 10px;
margin: 0;
padding: 0;
color: #FFFFFF;
}


/* ----------- NAV -------- */

#nav
{
width: 950px;
height: 35px;
float: left;
line-height: 33px;
overflow: hidden;
}

#nav a
{
font-size: 12px;
color: #000000;
text-decoration: none;
display: block;
float: left;
margin: 0;
padding: 0 8px 0 8px;
height: 35px;
background: url(images/bg-navline.jpg) bottom right no-repeat;
}

#nav a:hover
{
text-decoration: underline;
background: url(images/bg-nav.jpg) top left repeat-x;
}
