*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	background: #004d6c url(../images/bg.jpg) top left repeat-x;
	font: 13px Verdana Arial, Helvetica, sans-serif;
	line-height: 135%;
	text-align: center;
}

address
{
	color: #004d6c;
	font-style: normal;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	color: #004d6c;
	font-size: 23px;
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#footer p
{
	padding: 10px 0 10px 20px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
	list-style-type: none;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li
{
	background: url(../images/nav.gif) top left repeat-y;
	display: block;
	font-size: 17px;
	padding: 9px 0 11px 25px;
	width: 262px;
}

#address ul
{
	
	margin-bottom: 20px;
}

#address li
{
	color: #004d6c;
	margin-bottom: 0;
}

/* LAYOUT DIVS *************************/

#container
{
	background: #fff;
	width: 905px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}

#header
{
	background: url(../images/logo.gif) top left no-repeat;
	height: 64px;
	margin-left: 20px;
	padding-top: 40px;
	text-indent: -9999px;
	width: 410px;
}

#address
{
	
	float: right;
	padding-right: 20px;
	text-align: right;
}

#nav
{
	float: right;
	margin: 10px 0;
	margin-left: 35px;
	height: auto;
}

#main_img
{
	margin-bottom: 15px;	
}

#content
{
	padding: 20px 20px;
	float: left;
	width: 865px;
	height: auto;
}

#sidebar
{
	float: right;
	width: 35%;
	height: auto;
}

#footer
{
	clear: both;
	border-top: 1px solid #ccc;
}


/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #004d6c;
}

a:visited
{
	text-decoration: none;
	color: #004d6c;
}

a:hover
{
	text-decoration: underline;
	color: #004d6c;
}

#nav a
{
	color: #004d6c;
	text-decoration: none;
}

#nav a:visited
{
	color: #004d6c;
	text-decoration: none;
}

#nav a:hover
{
	color: #004d6c;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}