*
{
	padding: 0;
	margin: 0;
	border: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #005783 url('../images/bg_slice.jpg') left top repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

/* HEADING STYLES *********************/

h2{
	font-size: 1.25em;
	margin-bottom: 10px;
}

h4{
	font-size: 0.9375em;
	margin-bottom: 4px;
}

#content h2, #content h3, #content h4, #content h5, #content h6
{
	color: #565656;
}

#content h2
{
	width: 550px;
}

#content h4{
	color: #e2001a;
}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6
{
	color: #e2001a;
}

/* PARAGRAPH STYLES ******************/

p 
{
	margin-bottom: 15px;
}

#content p{
	font-weight: 700;
	color: #565656;
}

#content p, #sidebar p{
	font-size: 0.8125em;
}

#footer p
{
	font-size: 0.8125em;
	margin-bottom: 0;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	font-size: 0.8125em;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

.nav_border{
	border-left: 1px solid #0086cb;
	padding-left: 5px;
	margin-left: 1px;
}

#content ul{
	margin-bottom: 15px;
}

#content li{
	color: #565656;
	font-weight: 700;
	list-style-image: url('../images/red-bullet.gif');
	list-style-position: outside;
	margin: 0 0 4px 30px;
}

#sidebar li{
	color: #0086cb;
	font-weight: 700;
	list-style-position: outside;
	margin: 0 0 12px 15px;
	
}

/* LAYOUT DIVS *************************/

#container
{
	background: #fff url('../images/container.jpg') left top no-repeat;
	height: auto;
	margin: 0 auto;
	padding: 0 20px 20px;
	text-align: left;
	width: 862px;
}

#header
{
	background: url('../images/logo.gif') left top no-repeat;
	float: left;
	height: 84px;
	margin-top: 16px;
	text-indent: -9999px;
	width: 290px;
}

#nav
{
	background: url('../images/navigation.gif');
	float: right;
	height: 33px;
	padding: 5px 0 0 16px;
	width: 405px;
}

#phone_numbers{
	clear: right;
	color: #e2001a; 
	float: right;
	font-size: 0.9375em;
	font-weight: 700;
	margin-top: 35px;
	text-align: right;
	width: 240px;
}

#phone_numbers span{
	color: #0086cb;
	font-size: 1.6em;
}

#phone_numbers p{
	margin-bottom: 4px;
}

#banner{
	float: left;
	background: url('../images/banner-shadow.png') left bottom no-repeat;
	height: 260px;
	width: 861px;
}

#content
{
	border-right: 1px solid #000;
	float: left;
	height: auto;
	padding-right: 25px;
	width: 590px;	
}

#welcome{
	margin: 0 0 30px 15px;
}

#left-box{
	margin-right: 20px;
}

.home-box{
	background: url('../images/bg_box.jpg') left top no-repeat;
	float: left;
	min-height: 262px;
	padding: 20px;
	height: auto !important;
	height: 262px;
	width: 245px;
}

#sidebar
{
	float: right;
	padding-left: 15px;
	height: auto;
	width: 231px;
}

#footer
{
	background: #0086cb;
	color: #fff;
	margin: 0 auto;
	padding: 6px 20px;
	text-align: left;
	width: 862px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #0086cb;
}

a:visited
{
	text-decoration: none;
	color: #0086cb;
}

a:hover
{
	text-decoration: underline;
	color: #0086cb;
}

#nav a
{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.active
{
	color: #fff;
	text-decoration: underline;
}

/* FORM **/

label
{
	display: block;
	font-size: 0.8125em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	width: 60%;
	font-size: 0.8125em;
	padding: 3px;
}

textarea
{
	border: 1px solid #000;
	display: block;
	width: 60%;
	padding: 3px;
	height: 100px;
	margin-bottom: 10px;
	font: 0.8125em Verdana, Arial, Helvetica, sans-serif;
}

input[type=sumbit]
{
	border: 1px solid #000;
}

.warning{
	color: #e2001a; 
}
