/**
 =UNDO HTML
 ---------------------------------------------------------------------------- */
:link,
:visited { text-decoration: none }

ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code { font-size: 1em; }

hr,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,

input { margin:0; padding:0 }
img{border:none;
}
a img,
:link img,
:visited img { border:none }

address { font-style:normal }

/**
 =GENERAL
 -----------------------------------------------------------------------------*/
a, a:link, a:visited, a:active{
	color: #912213;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	}

h1 {
	color: #696c67;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial; 
	}

/* LAYOUT - main body of page */
body, html {
	background:#fff url("/images/top_solid.jpg") top repeat-x;
	top:0px;
	margin:0;
	font-family:Arial; 
	}	
div#wrap {
width: 984px;
margin: 0 auto;
position:relative;
height:auto;
background: url("/images/page_shadow.gif") center 185px no-repeat;
}
	
/* LAYOUT - HEADER */
div#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

	div#header div#logo {
	margin: 14px 0 0 35px;
	color: #fff;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size:40px;
}

	div#leaf {
	float: left;
	padding-right:20px;
}
	div#header div#logo p{
	font-size: 20px;
}

	ul#top_nav {
	text-align: center;
	margin: 30px 0 0 180px;
	height: 29px;
}

	ul#top_nav li {
	float: left !important;
	display: inline-block;
	height: 29px;
	margin-right: 1px;
	padding: 0 0 0 5px;
	background: url("/images/button_left.gif") left 0px no-repeat;
}

	ul#top_nav li a{
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	background: url("/images/button_right.gif") right 0px no-repeat;
	height: 29px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: small;
}
	ul#top_nav li.active{
	background: url("/images/button_left.gif") left -29px no-repeat;
	}
	ul#top_nav li a:hover{
	color:#912213;
	}
	#top_nav li.active,
	#top_nav li.active a,
	ul#top_nav li.active a:hover {
	background: url("/images/button_right.gif") right -29px no-repeat;
	color: #912213;	
	}
/* LAYOUT - PAGE NAVIGATION */

div#page_nav {
	margin: 0 auto 0 auto;
	background: url("/images/footer_shadow.jpg") top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #912213;
	text-align: center;
}
	#page_nav a {
	margin-right:10px;
	margin-left:10px;
	line-height:20px;
	}
	
	#page_nav a.active{
	font-weight: bold;
}
/* LAYOUT - SIDEBAR */
div#sidebar,
div#extra{
	float: left;
	padding: 5px;
	min-height: 380px;
	padding-top:10px;
	}
div#sidebar{
	width: 145px;
	margin-left: 3px;
	background: url("/images/sidebar_shadow.jpg") right no-repeat;
	}
div#sidebar h2{
margin-top: 20px;
}		
div#feature{
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
}
/* LAYOUT - EXTRA */	
div#extra{
	width: 170px;
	padding-left: 12px;
	background: url("/images/extra_shadow.jpg") left no-repeat;
	}
div#extra h2{
	margin-top: 20px;
	margin-bottom: 10px;
	}
div#sponsors{
	margin-top: 10px;
	width: 120px;
}
			
/* LAYOUT - FOOTER */
div#footer {
	margin: 0 auto;
	position: relative;
	width: 984px;
	height: 40px;
	background: url("/images/footer_shadow.jpg") top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #912213;
	text-align: center;
	}
	#footer a {
	margin-right:10px;
	margin-left:10px;
	line-height:20px;
		}
div#copyright{
	float:left;
	margin-left:20px;
	font-size:10px;
	}
.active {
	font-weight: bold;
}		
/* LAYOUT - CONTENT */
div#content {
	margin: 0 30px 20px 30px;
	background: #fff url("/images/round_corners-solid.gif") top no-repeat;
	min-height: 500px !important;
	height: auto;
	color: #696c67;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div.listing{
	background: url('/images/box_bg.jpg') top no-repeat;
	min-height: 105px !important;
	padding: 10px;
}
div.listing a{
	font-weight: bold;
}

div.search_listing{
	background: url('/images/box_bg.jpg') top no-repeat;
	padding: 10px;
}

div.search_listing a{
	font-weight: bold;
}
	
div.c_listing{
	padding: 10px;
}


div#maincontent, div#page_nav_content{
	float: left;
	width: 545px;
	padding: 10px 10px 0 10px;
}

div#content p{
	line-height: 16px;
	text-align: justify;
	margin-bottom: 10px;
	}
div.left{
	float: left;
	width: 250px;
	margin-right: 20px;
	}	
input.text_input{
border: 1px solid #72786c;
padding: 2px;
}
input.submit_input{
	background: url("/images/submit.gif") no-repeat left;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	line-height: 24px;
	height: 24px;
	width: 65px;
	cursor: pointer;
}

input{
margin-bottom: 5px;
}
div.text{
background: url("/images/box_bg.jpg") top no-repeat;
padding: 10px;
min-height:105px !important;
}
ul.list{
	margin-top: 10px;
	}
ul.list li{
	background: url("/images/icon.gif") left no-repeat;
	padding-left: 10px;
	}
ul.list li a{
	color: #72786C;
}
div.sitemap2{
	width: 24%;
	float: left;
	padding-right: 2px;
}

.sitemap1 li{
	background: url("/images/icon.gif") left no-repeat;
	padding-left: 15px;
}

div.r_bubble{
	background: url('/images/r_bubble.bmp') no-repeat;
	height: 80px;
	width: 535px;
}
div.s_bubble{
	background: url('/images/s_bubble.bmp') no-repeat;
	height: 80px;
	width: 535px;
}
div.b_bubble{
	background: url('/images/b_bubble.bmp') no-repeat;
	height: 80px;
	width: 535px;
}
div.a_bubble{
	background: url('/images/a_bubble.bmp') no-repeat;
	height: 80px;
	width: 535px;
}

div.bubble_copy{
	margin: 0 0 0 85px;
	padding-top: 25px;
}

/**
MESSAGES
 -----------------------------------------------------------------------------*/

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('/images/validation.png');
}

