@charset "UTF-8";
/* 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	padding: 0px;
}


/* CENTER WEBSITE */
.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 902px;
	height: 100%;
	margin-left: -451px;
	position: relative;
	left: 50%;
}

/***********  Navigation  **********/

.header {
	width: 902px;
	height: 90px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

.topNav {
	float: right;
	text-align: right;
	color: #ffffff;
	position: absolute;
	font-size: 12px;
	text-align:right;
	top:100px;
	right: 0px;
	width: 700px;
}

.mainNav {
	width: 902px;
	height: 30px;
	background-image:url(../graphics/mainNav-back.jpg);
	float: left;
}

.footer {
	width: 900px;
	height: 50px;
	float: left;
	font-size:12px;
	font-weight:normal;
	text-align: right;
	margin-top: 10px;
	color:#06430A;
}

.topNav a, .footer a {
	display: inline-block;
	width: auto;
	color:#06430A;
	text-decoration:none;
	margin-left:15px;
}

.footer a {
	margin:0px;
}

.footerSpacer {
	display: inline-block;
	margin-left:15px;
	margin-right:15px;
}

.topNav a:hover, .footer a:hover {
text-decoration:underline;
}

.mainNavWrapper {
display: inline;
float:left;
clear:none;
}

.mainNavBtn {
	display: inline-block;
	top:0px;
	height:30px;
	cursor: pointer;
	color:#FFFFFF;
	padding:0px;
}

.mainNavBtn div {
padding:7px 0px 5px 0px;
}

.mainNavSpan  {
	padding:0px 15px 1px 12px;
	width:auto;
	font-weight:bold;
}

.mainNavLink {
	 text-decoration:none;
	 color:#FFFFFF;
}

.mainNavLink:hover {
	 text-decoration:none;
	 color:#000000;
}

.subNav {
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	padding:15px 15px 15px 15px;
	background-color:#CCCCCC;
	display:none;
	color:#000000;
	z-index:1001;
}

.subNavCell {
	padding:0px 5px 0px 5px;
	border-top:1px solid #333333;
}

.subNavCell div {	
	padding:5px 0px 5px 0px;
	width:100%;
}

.subNavLink {
	cursor:pointer;
	text-decoration:none;
	color:#000000;

}

.subNavLink:hover {
	 text-decoration:none;
	 color:#FFFFFF;
}

.sideNavCell {
	padding:0px 5px 0px 5px;
	border-top:1px solid #FFFFFF;
}

.sideNavCell div {
	padding:5px 0px 5px 0px;
	width:100%;
}

.sideNavLink {
	cursor:pointer;
	text-decoration:none;
	color:#FFFFFF;

}

.sideNavLink:hover {
	 text-decoration:none;
	 color:#000000;
}

#containerSideNav {
background-image:url(../graphics/side-back.jpg);
background-repeat:repeat-x;
width:210px;
height:615px;
float:left;
clear:none;
color:#FFFFFF;
margin:0px 10px 0px 10px;
}

/***********  Page Layout **********/
.content {
	width: 900px;
	border: solid 1px #06430A;
	border-top:0px;
	float: left;
	padding:10px 0px 10px 0px;
	line-height:1.3;
}

.promoFlash {
	width:878px;
	height:90px;
	margin:0px 10px 10px 10px;
	border: 1px solid #06430A;
	background-color:#333333;
}

#containerFlashText {
	float: left;
	clear: both;
	width: 670px;
}

.homeFlash {
	width:657px;
	height:438px;
	border: 1px solid #06430A;
	margin: 0px 0px 10px 10px;
}

.homeText {
	width:657px;
	height:auto;
	border: 1px solid #06430A;
	margin:0px 0px 0px 10px;
}

.containerPortlet {
	width:898px;
	height:auto;
	/* border: 1px dashed #33FFFF; */
float: left;
clear: none;
}

.portlet {
width:285px;
height:110px;
float: left;
clear: none;
border: 1px solid #06430A;
margin:10px 0px 0px 10px;
display:inline;
}

#containerContent {
	float:left;
	width:660px;
	display:inline;
}

#containerContent ul {
	list-style: disc;
	list-style: outside; 
	margin-left: 15px;
}

#containerContent li {  
	margin: 4px 0px 4px 0px;
	
}

#containerContent ol {
	list-style: decimal;
	list-style: outside;    
	margin-left: 15px;
}

#containerContent a {
color: #000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}

#containerContent a:hover {
text-decoration:none;
}


/************* TABS ********************/

.containerNewsEvent {
float:right;
clear:none;
width:210px;
margin:0px 10px 0px 0px;
display:inline;
}


#tabsNewsEvent {
width:210px;
height:27px;
overflow:hidden;
}


.tabOn {
background-image:url(../graphics/tab-on.jpg);
background-repeat:repeat;
position:relative;
top:0px;
margin: 0px 5px 0px 0px;
height:27px;
width:80px;
float: left;
clear: none;
cursor:pointer;
}


.tabOff {
background-image:url(../graphics/tab-off.jpg);
background-repeat:repeat;
position:relative;
top:2px;
margin: 0px 5px 0px 0px;
height:25px;
width:80px;
float: left;
clear: none;
cursor: pointer;
}


.tabText {
color:#FFFFFF;
margin:5px 0px 0px 15px;
font-weight:bold;
}

.textBack {
background-image:url(../graphics/side-back.jpg);
background-repeat:repeat-x;
width:210px;
height:200px;
overflow:hidden;
}

.textContainer {
margin:10px 10px 10px 10px;
border-top:1px solid #FFFFFF;
overflow:hidden;
}

.textBlock {
padding:10px 0px 10px 0px;
color:#FFFFFF;
border-bottom:1px solid #FFFFFF;
}

/*************** LINKS ******************/
.whiteUnderlined {
color:#FFFFFF;
text-decoration:underline;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:3px 0px 3px 0px;
}

.whiteUnderlined:hover {
text-decoration:none;
}

/*************** Text *******************/

h1 {
	font-size: 18px;
	padding:0px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color: #06430A;
}

h2 {
	font-size: 14px;
	padding:0px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color: #06430A;
}

h3 {
font-size: 12px;
padding:0px;
margin: 0px 0px 5px 0px;
font-weight:bold;
}

h4 {
font-size: 12px;
padding:0px;
margin: 0px 0px 10px 0px;
font-weight:bold;
}

h5 {
font-size: 12px;
padding:0px;
margin: 0px 0px 5px 0px;
font-weight:bold;
color:#D5D5D5;
}