/* Top Elements */
* { padding: 0; margin: 0; }

body {
	background: #dad0b9  url(/home/files/images/Background.jpg);; 
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 125%
}


#wrap {
	width: 991px; height:587px;
	margin: 0px auto;	
	text-align: left;

}

#lipsum {line-height: 150%}
#lipsum UL {line-height: 140%}



#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
background: url(/home/files/images/ContentBackground.jpg); background-repeat:no-repeat;
width: 991px; height:587px;
}


#wrapx {
	width: 991px; height: auto;
	margin: 0px auto;	
	text-align: left;

}
#content-wrapx {
	clear: both;
	margin: 0; padding: 0;	
background: url(/home/files/images/ContentBackground.jpg); background-repeat:no-repeat;
width: 991px; height: auto;
}


/* links */
a, a:visited {	
	color:#003d72;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color:#003d72;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;		
}

h1 {
	font-size: 12px;	
	color: #003d72;
}
h2 {
	font-size: 13px;
	color: #003d72;
	font-weight: none;
}
h3 {
	font-size: 14px;
	color: #003d72;
	font-weight: Bold;
}

h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ul {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 40px;
	padding: 0 0px;
}
	ul li
{
	list-style-image:url(/home/files/images/feminine-bullet.gif);
}

	li.subnav
{
list-style-image:url(/home/files/images/feminine-bullet.gif);
}

ol {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 40px;
	padding: 0 0px;
}

/* images */

.img.float-right {
  	margin: 5px 0px 10px 10px;  
}
.img.float-left {
  	margin: 23px 10px 10px 35px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../../../Htdocs/home/files/css/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 10px;  
	font: 'Lucida Console', 'courier new', monospace ;
}




/* form elements */
form {
	margin:0px; padding: 0 0px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #d2d2d2;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../../../Htdocs/home/files/css/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}



/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../../../Htdocs/home/files/css/nav.jpg) repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../../../Htdocs/home/files/css/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../../../Htdocs/home/files/css/nav-current.jpg) repeat-x;	
}











/* bottom */
#footer-bottom {
	clear: both;
	color:#003d72;
	margin: 0 auto; 
	width: 955px;
	padding: 0px 0;
	text-align: right;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}
#footer-bottom a {
	color:#003d72;	
	text-decoration: none;
}

#footer-bottom a:hover {
	color:#003d72;
		text-decoration: underline;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



.dropshadow1{
	float:left;
	clear:left;
	background: url(/home/files/images/shadowAlpha.png) no-repeat bottom right    !important;
	background: url(/home/files/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
}
.dropshadow1 p{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px;
}


#InsetContent {
	width:320px;
	height:302px;
	float:left;
	margin-left:36px;
	margin-top: 220px;
}
#InsetPhoto {
	width:365px;
	height:421px;
	float:left;
	margin-left:17px;
	margin-top: 99px;
}
#SubInsetContent {
	width:365px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top: 21px;
		border-left: 1px solid #899eb9;
		padding-left: 36px;
			line-height: 125%
}
#TirtInsetContent {
	width:435px;
	height:auto;
	float:left;
	margin-left:0px;
	margin-top:21px;
		border-left: 1px solid #899eb9;
		padding-left: 36px;
}
#SubInsetPhoto {
	width:247px;
	height:375px;
	float:left;
	margin-left:25px; 
	margin-top: 21px;
}
#TirtInsetPhoto {
	width:247px;
	height:375px;
	float:left;
	margin-left:20px; 
	margin-top: 21px;
}

#TopHeaderInsetPhoto {
	width:405px;
    height: 195px;
	float:right;
	margin-left:0px; 
	margin-right:17px; 
	margin-top: 21px;
}
#topheader{	width: 991px; height: 195px;  	float:left;0 0 no-repeat; margin:0 0 0 0px; position:relative; padding:0px; background: url(/home/files/images/ContentBackground.jpg); background-repeat:no-repeat;} 
#botcontent{	width: 991px;   float:left;0 0; margin:0 0 0 0px; position:relative; padding:0px; background: url(/home/files/images/ContentBackgroundMid.jpg); background-repeat: repeat;} 
#Footcontent{	width: 991px; height: 68px;  float:left;0 0 no-repeat; margin:0 0 0 0px; position:relative; padding:0px; background: url(/home/files/images/FootBackground.jpg); background-repeat: no-repeat;  margin-bottom: 0px; } 
FooterNav {
	height: 33px;
	width: 991px;
}
#SubNavigation {
	width:140px;
	height:302px;
	float:left;
	margin-left:97px;
	margin-top: 21px;
}
#TirtNavigation { 
	width:140px;
	height:302px;
	float:left;
	margin-left:97px;
	margin-top: 21px;
}
#Navigation {
	width:140px;
	height:302px;
	float:left;
	margin-left:97px;
	margin-top: 220px;
	border-right: 1px solid #899eb9;
}

#nav-menu ul
{
font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	display:block;
	margin:0px 0 0 17px;
line-height:23px;
color:#003d72;
} 

#nav-menu ul li
{
display:block;
} 

#nav-menu li a
{
list-style: none;
list-style-type:none;
color:#003d72;
}

#nav-submenu ul
{
font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
list-style: none;
list-style-type:none;
padding: 0 0px;
margin: 0 12px;
line-height:23px;
color:#003d72;

} 

#nav-submenu li a
{
list-style: none;
list-style-type:none;
color:#71849E;

}







.subnav
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#899eb9;

}

.subnav a
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#899eb9;
	text-decoration: none;

}

.subnav a:hover
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#899eb9;
	text-decoration: underline;

}