/*
	RESET
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, font, img, small, strong, fieldset, form, label {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	vertical-align: baseline;	
	background: transparent;
	font-family: Tahoma, Arial, Helvetica, sans serif; }

body { 
	line-height: 1; 
}

ol, ul { 
	list-style: none; 

}
:focus { 
	outline: 0;
}


/*
	GENERIC STYLES
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #333333;
}

p {
	margin: 10px 0;
}

h1 {
    margin: 5px 0 10px 0;
	font-size: 22px;
	color: #ea7d14;
	text-decoration: none;
}

h2 {
    margin: 5px 0 10px 0;
	font-size: 18px;
	color: #ea7d14;
	text-decoration: none;
}

h3 {
    margin: 5px 0 10px 0;
	font-size: 16px;
	color: #ea7d14;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #ea7d14;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

th {
	background-color:  #ea7d14;
	color: #fff;
	font-weight:bold;
	vertical-align:bottom
}

td {
	text-align: center;
}
	
/*
	BASIC STRUCTURE
*/

body {
	background: url(../images/bg.jpg) repeat;

}


#page-wrap {
	width: 995px;
	background: url(../images/greyborder.gif) repeat-y left;
	background-color: #fff;	
	margin: auto;
}

#content-wrap {
	width: 970px;
	background-color: #fff;	
	margin: auto;
}

#footer-wrap {
	width: 100%;
	background-color: #ea7d14;
	height: 60px;
	color: #fff;
	line-height: 20px;	 
}

/*
	HEADER
*/

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 970px;
	height: 260px;
}
#header .hl1 {
	padding: 215px 0px 5px 275px;
	font-size: 24px;
	color: #ea7d14;
	text-decoration: none;
}

#title {
	float: right;
}



/*
	LEFT CONTENT
*/

#left-content {
	float: left;
	width: 250px;
}

/*
	NAVIGATION
*/


ul#navigation {
	margin: 0px;
	padding: 0px;
	float:left
}
ul#navigation li {
	list-style-type: none;
	margin-top: 1px;	
}
ul#navigation li a:link, #navigation li a:visited {
	display: block;
	width: 205px;
	padding: 8px 0px 8px 35px;
	background-color: #ea7d14;
	border: 1px solid #fff none;
	font-size:16px;	
	color: #fff;
	text-decoration: none;
}

ul#navigation li a:hover {
	background-color: #f2c979;
	color: #fff;
	background-image:url(/images/hover.gif);
	background-repeat:no-repeat;	
}

ul#navigation li.active a, ul#navigation li.active a:hover{
	background-color: #ea7d14;
	color: #fff;
	background-image:url(/images/active.gif);
	background-repeat:no-repeat;
}


/*
	LEFT CONTENT BOX
*/


#left-content-box {
	padding: 0px 0px 0px 35px;
}

/*
	LEFT CONTENT IMG
*/

.left-content-img {
	margin: 20px 0px 10px 0px;
}

/*
	MAIN CONTENT
*/
#right-content {
	margin: 0 0 0 275px;
	width: 680px;
	line-height: 24px;
}

.main-content-box {
	background: #fff;
	border: 3px solid #ea7d14;
	width: 610px;
	padding: 20px;
	margin-bottom: 15px;
}

.left-content-col {
	background: #fff;
	width: 200px;
	float: left;
	overflow:hidden;
}

.right-content-col {
	background: #fff;
	width: 400px;
	float: right;
	overflow:hidden;	
}

/*
	FOOTER
*/


#footer-wrap a:link, #footer-wrap a:active, #footer-wrap a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-wrap a:hover {
	color: #0000ff;
	text-decoration: none;
}		

#footer-col1 {
	float: left;
	padding: 20px 0px 0px 20px;	
}

#footer-col2 {
	float: right;
	padding: 20px 30px 0px 20px;	
}

