 

 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
 
}
ol, ul {
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




.wrapper
{
	padding:0;margin:0;
	margin:0px auto;
	width:755px;
	display:block; 
	
}

#contentwrap
{
	overflow:hidden;
}

#content
{
	display:block;
	width:516px;
	float:right;
}
#content_inner
{
	display:block;
	width:595px;
	float:right; 
}

/************************************************
*	Header      								*
************************************************/

#header {}

/************************************************
*	Menu	      								*
************************************************/
div #nav
{
 
	background: #c4db5e url(images/nav_bg.gif) repeat-x 0 0;
	width:210px;
	display:block;
	padding-left:4px;
	float:left;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}
div #nav_sm
{
 
	background: #c4db5e url(images/nav_bg.gif) repeat-x 0 0;
	width:150px;
	display:block;
	padding-left:4px;
	float:left;
	padding-bottom:2000px;
	margin-bottom:-2000px; 
}


ul.menu a {
    color: #712233;
    text-decoration: none;
    display: block;
    width: 100%;
    font-family: Arial Narrow, Arial, Geneva;
}

ul.menu,
ul.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
}
ul.menu ul {
	position: absolute;
	top: 0;
	left: 125px;
	visibility: visible;
}
ul.menu li {
    position: relative;
    padding: 2px;
	font-weight:bold;
}
ul.menu li:hover {
    background: #DDDDDD;
}
ul.menu li:hover > ul {
    visibility: visible;
    background: #DDDDDD;
}


/************************************************
*	Content 					     		    * 
*	Green: C4DB5E				     		    * 
************************************************/

#content h1,#content_inner h1
{
	font-size: 24px;
	font-family: Arial Narrow, Arial, Geneva;
	text-transform: uppercase;
	color: #386381;
// blue
}

#content h2,#content_inner h2
{
color: #386381; // blue
font-size: 20px;
font-family: Arial Narrow, Arial, Geneva;
text-transform: uppercase;
}

#content h3,#content_inner h3
{
color: #386381; // blue
font-size: 17px;
font-family: Arial Narrow, Arial, Geneva;
text-transform: uppercase;
}

#content p, ul,#content_inner p
{
	color: #386381;
// blue
font-family: Arial Narrow, Arial, Geneva;
}

#content span.h2bold,#content_inner span.h2bold
{
color: #386381; // blue
font-size: 20px;
font-family: Arial Narrow, Arial, Geneva;
text-transform: uppercase;
}

#content span.h3bold,#content_inner span.h3bold
{
color: #386381; // blue
font-size: 17px;
font-family: Arial Narrow, Arial, Geneva;
text-transform: uppercase;
}
.widget {
	margin-top: 25px;
	margin-right: 10px;
}
/************************************************
*	Footer      								*
************************************************/

#footer
{
font-size: 14px;
font-family: Arial Narrow, Arial, Geneva;
text-align: center;
padding: 5px;
background-color:#386381;
color: #FFFFFF;
display:block;
width:100%;
height:20px; 
}

.fluYou {
	margin-top: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.jumpout {
	text-transform: capitalize;
	color: #990000;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}
#content h1 em strong {
	color: #C00;
}
#content p em strong {
	font-size: 22px;
}
#content p a strong {
	font-size: large;
}


.clear {
	clear: both;}
