@charset "utf-8";
/* CSS Document */

/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul,  fieldset, form, label, legend, caption, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


:focus {
	outline: 0;
}

/*Used to fix Fire Fox float error.*/
.clearfix:after {
	content:".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

a  {
	color:#658489;
	text-decoration:none;}

a:hover {
	color:#658489;
	text-decoration:underline;}


/*----BODY---*/

body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
	margin: 0;
	padding: 0;
border:none;
	
	}


#wrapper {
height:auto;
width:100%;
margin:0 auto;
padding:0;
border:none;
}

/*-------------HEADER-----------*/

#header {
	background:#fff;
	height:110px;
	position:relative;}
	

#banner {
	background:url(../images/interface/banner-bg.jpg) repeat;
	height:150px;
	position:relative;}
	
#main-banner {
	background:url(../images/interface/main-banner.jpg) no-repeat;
	}

#border {
	background:url(../images/interface/border.jpg) repeat;
	height:15px;
	position:relative;}

.NAV-MENU {
	color:#094150;
	text-decoration:none;}

.NAV-MENU a:link, .NAV-MENU a:visited {
	color:#094150;
	text-decoration:none;}

.NAV-MENU a:hover {
	text-decoration:none;
	border-bottom:1px dotted #094150;}

/*----CONTENT---*/

#content {}

/*----FOOTER---*/

#footer {} 

/*----GENERAL STYLES---*/

.white {
	color:#fff;}
	
	.blue {
	color:#094150;}

.bold {
	font-weight:bold;}

.border {
	border:1px #ddd solid;}
	
.border-bottom {
	border-bottom:1px #999 solid;}
	
.justify {
	text-align:justify;}

.banana-small {
	font-size:11px;
	}
/*----HEADING STYLES---*/

h1 {
	font-size:28px;
	color:#003;
	font-weight:bold;}

h2 {
	font-size:32px;
	font-weight:bold;
	color:#197290;}

h3 {
	font-size:20px;
	font-weight:bold;
	color:#667d83;}


	
h4 {
	font-size:16px;
	color:#297897;
	font-weight:bold;}

h5 {
	font-size:14px;
	color:#666;
	line-height:18px;
	}
	
h6 {
	font-size:20px;
	line-height:22px;
	font-weight:normal;}

h6 a:link, h6 a:visited {
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;}
	
h6 a:hover {
	border-bottom:1px dotted #ccc;
	text-decoration:none;}
	

