/* Top Elements */
* { padding: 0; margin: 0; }

body {
	background: #000000 url(../images/background.jpg) repeat-x;
	font: 11px arial, verdana, , helvetica;
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 958px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	

}

/* links */
a, a:visited {	
	color: #666666;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: arial, verdana, , helvetica;
	font-weight: Bold; 		
}
h1 {
	font-size: 15px;
	color: #8d6602;
}
h2 {
	font-size: 13px;
	color: #8d6602;
}
h3 {
	font-size: 11px;	
	color: #8d6602;
}

h1, h2, h3, p {
	padding: 0px;		
	margin: 0;
}
ul, ol {
	padding: 0 20px 10px;
	color:#666666;	
}


b, strong
{
color: #504e4c;
font-weight:bold;
}

/* images */
.img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
.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: #b5966c;	
	margin: 0 auto; 
	width: 958px;
	padding: 10px 0;
	text-align: center;
	border-top: thin;
	border-top-color: #5d554f;
	border-top-width: 1px;
	border-top-style: solid;
	font: 10px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	
}
#footer-bottom a {
	color: #b5966c;	
	text-decoration: none;
}

#footer-bottom a:hover {
	color: #b5966c;	
		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(../images/shadowAlpha.png) no-repeat bottom right    !important;
	background: url(../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;
}

li {
   list-style: none;
	list-style-image:url(/home/files/images/feminine-bullet.gif);
	line-height: 18px;
}