html,body {
	margin: 0;
	padding: 0;

}


body {
	background: url(/images/background.jpg) #b7c641 top center repeat-y;
	color: white;
	font-family: Verdana;
	font-size: 62.5%; /*  10px  */
	margin: 0px auto;
	padding:0px;
}














/***********************************************************************************
 _                             _
| |                           | |
| |     __ _ _   _  ___  _   _| |_
| |    / _` | | | |/ _ \| | | | __|
| |___| (_| | |_| | (_) | |_| | |_
|______\__,_|\__, |\___/ \__,_|\__|
              __/ |
             |___/

***********************************************************************************/

#siteFrame {
	width: 1000px;
	margin: 0 auto;
	background: #383125;
	z-index: 2;
	position: relative;
}

#header {
	height: 114px;
	background: red;
	background: #383125;
	position: relative;
}

#banner {

	background: #1d1910;
	height: 200px;
	border: 10px solid #1D1910;


}



#bannerRight {


}

#features {
	background: purple;
	background: #1d1910;
	height:280px;
	clear: both;
	padding: 10px;
}

#footer {
	background: green;
	background: #383125;
	clear: both;
	margin: 0 0 0px 0;
	padding: 20px;
	text-align: center;
}

#footer p, #footer a {

	color: #7b6f4f;
}





#footer a {

}

#footer  a:hover {


}


















/***********************************************************************************
                   _             _   _
                  (_)           | | (_)
 _ __   __ ___   ___  __ _  __ _| |_ _  ___  _ __
| '_ \ / _` \ \ / / |/ _` |/ _` | __| |/ _ \| '_ \
| | | | (_| |\ V /| | (_| | (_| | |_| | (_) | | | |
|_| |_|\__,_| \_/ |_|\__, |\__,_|\__|_|\___/|_| |_|
                      __/ |
                     |___/

***********************************************************************************/

#navigation {

}

#navUtil {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
right: 10px;
top: 22px;
}


#navigation a {

	color: white;
	text-decoration: none;
	margin: 0;

}



#navigation a:hover, #navigation a.stick {

}



#nav {
	position: absolute;
	right: 0;
	bottom: 5px;
	margin: 0 0 0 0px;;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	z-index: 1000;
	list-style: none;
}
	
#nav li	{
	display: block;
	float: left;
	border-left: 1px solid white;
	list-style: none;
	margin: 0;
}
	
#nav li.first {
	border: 0px;
}

#nav li a {	
	display: block;	
	white-space: nowrap;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: .05em;
	color: white;
	
	text-decoration: none;
	text-align: center;
	

	

	
	width: auto;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	

}






#nav li:hover a {

	color: #f68c03;


}

#nav li:hover ul li a {
	color: black;
}


#nav li.hover {
	background: url(/images/css/navigation_a_short_background.png) transparent top center no-repeat; 
	background-position: 50% -6px;
	border: 0px solid red;

}



		
#nav li ul.subNav {
	
	margin: 0px 0 0px 0px;
	padding: 5px 0 0px 0;
	position: absolute;
	visibility: hidden;
	background: url(/images/css/subNav_background.png) transparent top center repeat; 
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	color: black;
	list-style: none;
	z-index: 10000;
	
}



#nav li ul.last {
	right: 1px;
}
		
#nav li ul li {	
	float: none;
	display: block;	
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
	
}

#nav li ul li:hover {
	margin: 0;
	padding: 0;
	height: auto;
	

}
#nav li ul li:hover a {
	height: auto;
	color: black;
}	
		
		
#nav li ul li a .navHint {

	font-size: 10px;
	display: block;
	line-height: 10px;
	color: red;
	margin: 0px;
	padding: 0px;

}
		
		
		
#nav li ul li a, #nav li.hover ul li a, span.triNavTitle {	
	font-size: 13px;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 3px 10px;
	width: auto;
	text-align: left;
	height: auto;
	color: black;
	letter-spacing: 0;

	
}



#nav li ul li ul.triNav li a {
	padding: 3px 10px 3px 20px;
	margin: 0;
}



		
#nav li ul li a:hover, #nav li ul li a.stick, span.triNavTitle {
	background: #545B1D;
	color: white;

	margin: 0;
	padding: 3px 10px;
	display: block;
}


span.triNavTitle {
	background: black;;
}


#nav li ul.subNav {
	margin: 0px 0 0px 0px;
	padding: 20px 0 10px 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	border-top: 0px;
	background: white;
	z-index: 1000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-transform: uppercase;
	z-index: 10000;
	
}

#nav li ul.subNav li ul.triNav {
	padding: 0;
	margin: 0;
}
		
#nav li ul li {	
	float: none;
	display: inline;
	background: white;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
	height: auto;
	display: block;
	padding: 5px 20px;
	padding: 0;

	font-weight: bold;
	

}



#nav li ul li ul.triNav li {	
	margin: 0px 0px;
	padding: 0 0 0 0px;
}



#nav li ul li:hover {
	background: black;
	color: white;
}









/***********************************************************************************
                 _             _
                | |           | |
  ___ ___  _ __ | |_ ___ _ __ | |_
 / __/ _ \| '_ \| __/ _ \ '_ \| __|
| (_| (_) | | | | ||  __/ | | | |_
 \___\___/|_| |_|\__\___|_| |_|\__|


***********************************************************************************/



#content {


background: blue;
background: #383125;
margin: 0;
padding: 20px;
	
}



#content p {
	font-size: 1.1em;
	margin: .8em 0;
	line-height: 1.6em;
}

#content p.alert {

background: yellow;
color: black;
font-size: 15px;
}


#content p.subHead {
	font-size: 1.8em;
	margin: 0;
} 

#content a {
	color: #f68c03;
}

#content a:hover {
	
}

#content h1 {

font-size: 2.5em;
text-transform: uppercase;
}




#content ul li {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 7px 0px 7px 0px;
}

#content ul li strong {
	font-size: 15px;
}













/***********************************************************************************
 _     _             _
| |   | |           | |
| |__ | |_ _ __ ___ | |
| '_ \| __| '_ ` _ \| |
| | | | |_| | | | | | |
|_| |_|\__|_| |_| |_|_|

***********************************************************************************/

img {
	padding: 0;
	margin: 0;
	border: 0px solid black;

}


h1 {
margin: 0;
padding: 0;
}



h2 {
font-size: 1.8em;
font-weight: normal;
margin: 1em 0 0 0;
padding: 0;
}






h3 {

}

h4 {

}

h5 {

}

em {

	
}

blockquote {
}



ul {


}



li {
	
}

hr {

}





















/***********************************************************************************
                _
               | |
  ___ _   _ ___| |_ ___  _ __ ___
 / __| | | / __| __/ _ \| '_ ` _ \
| (__| |_| \__ \ || (_) | | | | | |
 \___|\__,_|___/\__\___/|_| |_| |_|


***********************************************************************************/

img.floatRight {
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #1D1910;
	
}

img.floatLeft {
	margin: 0 10px 10px 0;
		padding: 5px;
	background: #1D1910;
}

img.floatNone {
	background: #FFFFFF;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border: 0px solid #000066;
}


.floatRight {
	float: right;
	padding-left: 5px;
}

.floatLeft {
	float: left;
}

.floatNone {
	float: none;
}

.highLight {
	color: #000000;
	font-size: 1.5em;
	background: yellow;
	font-weight: bold;
}


.noBorder {
border: 0;
}

#logo {
position: absolute;
left: 15px;
top: 15px;
}



#watermarkLeft, #watermarkRight {
position: fixed;
right: 0;
bottom: 0;
z-index: 1;
}

#watermarkLeft {
right: auto;
left: 0;
}


#bannerLeft {

height: 200px;
width: 344px;
float: left;
}

#bannerFeature {
	
	background: url(/images/css/bannerFeature_backgroud.jpg) transparent top center repeat-x;
	height: 200px;
}

#bannerFeature p {
	font-size: 35px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 50px 60px 0 60px;
	font-family: "Times";
	color: #565C1E;
	font-style: italic;

}


#slideShowFrame {
	position: relative;
	margin-left: 344px;
	display: none;
}


#slides {
z-index: 3;
list-style: none;
margin: 0px;
padding: 0px;
}