*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
}

a img
{
	border: 0;
}

.align-right{
	float: right;
	margin-left: 10px;
}

/* TEXT STYLES ************************/

.large
{
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6
{
	color: #0a477a;
}

h2
{
	margin-bottom: 10px;
	font-size: 1.2em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	color: #0a477a;
	font-size: 0.9em;
	line-height: 135%;
}

#footer p
{
	font-size: 0.7em;
	padding: 55px 0 0px 75px;
	text-align: left;
	color: #ff7805;
}

#header h1, #sidebar h2
{
	display: none;
}

#sidebar p
{
	color: #282727;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

#nav ul
{
	padding-right: 10px;
}

#content li
{
	color: #0a477a;
	margin-bottom: 5px;
	font-size: 0.9em;
	margin-left: 20px;
	line-height: 135%;
}

#content ul
{
	margin-bottom: 10px;
	list-style: outside;
}

/* LAYOUT DIVS *************************/

#bg
{
	background: url(../images/body_bg.jpg) repeat-y;
	width: 1024px;
	margin: 0 auto;
}

#container
{
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 100%;
	height: 157px;
	background: url(../images/header_bg.jpg) no-repeat;
}

#nav
{
	width: 100%;
	height: auto;
	text-align: right;
	padding-top: 90px;
}

#logo247{
	color: #0a477a;
	float: right;
	margin-left: 10px;
	text-align: center; 
	width: 150px;
}

#slider, #slide

{
	margin-left: 2px;
	overflow: hidden;
	width: 882px;
	height: 55px;
}

#mainimage
{
	width: 886px;
	margin: 20px auto 20px auto;
}

#content
{
	float: left;
	width: 60%;
	height: auto;
	margin-left: 35px;
	display: inline;
}

#sidebar
{
	float: right;
	width: 254px;
	height: 237px;
	background: url(../images/aboutus_bg.jpg) no-repeat;
	padding: 60px 10px 0 20px;
}

#footer
{
	background: url(../images/footer_bg.jpg) no-repeat bottom;
	width: 1024px;
	margin: 0 auto;
	height: 141px;
}
	#footer-links{
		padding-left: 72px;
		padding-top: 5px;
		text-align: left;
	}
	#footer-links li{
		display: inline;
		font-size: 0.8125em;
	}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #ff7805;
}

a:visited
{
	text-decoration: underline;
	color: #ff7805;
}

a:hover
{
	text-decoration: underline;
	color: #333;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	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;
}