@charset "UTF-8";
/* SETUP START */
/* CSS Document */
body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #37B9E5;
	font-family:Tahoma;
}

li {
	font-size:12px;
	line-height:14px;
}

a, a:visited, a:hover{
	font-size:12px;
	line-height:18px;
	color:#759138;
}

.footer {
	font-size:11px;
	font-weight:lighter;
	color:#FFFFFF;
}
.footer a, .footer a:visited, .footer a:hover{
	font-size:11px;
	font-weight:lighter;
	color:#FFFFFF;
}

.footerLinks a, .footerLinks a:visited, .footerLinks a:hover{
	font-size:11px;
	font-weight:lighter;
	color:#397080;
}

/* TINY MCE */


/* MAIN STYLES START */

h1{
	margin:0px;
	font-weight:lighter;
	color:#DD6622;
	font-size:17px;
	font-weight:bold;
}
h2 {
	margin:0px;
	font-weight:600;
	color:#283C6B;
	font-size:18px;
	line-height:24px;
	_line-height:23px;
}

h3, h4, h5, h6 {
	font-family: Tahoma;
	color: #283C6B;
	margin-bottom:-10px;
	_margin-bottom:-17px;
}

p {
	font-size:12px;
	line-height:18px;
	_line-height:17px;
	color:#111111;
}

.home h1{
	margin:0px;
	font-weight:lighter;
	color:#FFFFFF;
	font-size:33px;
	line-height:39px;
	_line-height:38px;
}
.home h2 {
	margin:0px;
	font-weight:lighter;
	color:#FFFFFF;
	font-size:18px;
	line-height:24px;
	_line-height:23px;
}
.home h3, .home h4, .home h5, .home h6 {
	font-family: Tahoma;
	color: #FFFFFF;
}

.home p {
	font-size:12px;
	line-height:18px;
	_line-height:17px;
	color:#FFFFFF;
}


/* END OF TINY MCE */


/* MENUS */

/* 
- ul is surrounding first level
- li is first level
- li li is a li in an li
- ul ul is a ul in a ul...
*/
/* MAIN NAVIGATION */
#navbar, #navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none !important;
	/*text-align:left;*/
	z-index:30;
}

#navbar {
	top: 0px;
	width: auto !important;
	/*float: left;*/
	margin: 0 !important;
	height:15px;
}

#navbar a {
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color:#EADBC4;
	font-size:14px;
	line-height:30px;
	/*height:20px;  THIS BREAKS IE*/
}
#navbar :hover {
	color:#397080;
}

#navbar li { /* all list items */
	/*float: left;*//*width: 10em;  width needed or else Opera goes nuts */
	width:150px;
	_width:150px;
	margin:0px;
}

/* Scroll Bar Master Styling Starts Here */
/* do not modify .scrollgeneric class, required for proper operation */

.scrollgeneric {
	line-height: 1px; font-size: 1px;
	position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
	width:11px;
}

.hscrollerbase, .hscrollerbar {
	height: 3px;
}

.vscrollerbar, .hscrollerbar {
	/*padding information of these elements are only used for
	padding of the scroll-bar with respect to the scroll base,
	the padding will automatically be turned off by the script*/
	padding: 15px;
	/* z-index for scrollbars no longer has to be given as of version
	1.7.5 for correct operation, but it is still recommended, as this
	decides the z-index for content.*/
	z-index: 2;
}
.vscrollerbarbeg {
	/*top image holder for vertical scroll bar*/
	background-color:#666666;
	width: 11px; height:10px;
	/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
	/*bottom image holder for vertical scroll bar*/
	background-color:#666666; 
	width: 11px; height:10px;*/
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
	background:url(scroll_bg.gif) 0px 3px;
	width:11px;
	height:455px;
	background-repeat:no-repeat;
}

.vscrollerbasebeg {
	width:11px;

/* height is auto set to fill the base */
}

.vscrollerbaseend {
	width:11px;
}

.scrollerjogbox {
	/*width: 13px; height: 1px;
	top: auto; left: auto; bottom: 0px; right: 0px;
	background: url(scroll_bottom.gif);*/
}

/* Scroll Bar Master Styling Ends Here */
/*Page related styles for you to view*/
#scrollBar {
	/* Typical fixed height and fixed width example */
	width:315px;
	_width:315px;
	height:455px;
	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding-right:10px;
	vertical-align:top;
}

/* general page style ends here */

