/*BACKGROUND - PANEL - WATERMARK*/
html, body {
		margin:0; 
		padding:0;
		}
body {
	background:#171717; /*Change Background Color Here */
	font:10pt tahoma; color:#ddd; /*Change Overall Font Properties Here */
	}
#header {
		height:50px; 
		width:750px; 
		background:#060606;
		margin-left:10px; 
		margin-top:40px;
		border:1px solid #333300;
		}
#text {
	width:770px; 
	text-align:left; 
	margin:0px auto 0px auto;
	}
#footer {
		height:28px; 
		width:750px; 
		margin-left:10px; 
		margin-top:0px;
		display:none;
		}
#content {
		width:450px; 
		margin-left:25px;  
		padding:10px 220px 10px 45px;
		background:#060606 url('images/middle.jpg') repeat-y;
		}
#container {
		padding-bottom:10px;
		} 
		
/*LOGO AND DESIGN*/		
#banner {
		position:absolute;
		top:17px;
		left:55px;
		color:#83935b; 
		font:9pt arial; /*Change Text Properties In Banner */
		text-transform:uppercase;
		} 
#logo {
	position:absolute; 
	top:-22px; 
	right:0px;
	}

/*NAVIGATION*/
#menu {
	text-align:left; 
	position:absolute; 
	top:107px; 
	left:592px; 
	margin:0 auto;
	}
#menu a {
	color:#83935b; /*Change Navigation Link Color Here */
	margin-right:10px; 
	display:block; 
	padding-bottom:4px; 
	padding-left:17px;
	background:url('images/arrow.gif') no-repeat 0 3px;
	}
#menu a:hover {
			color:#eee; /*Change Navigation Link Hover Color Here */
			background:url('images/arrow-2.gif') no-repeat 0 3px;
			}

/*CONTENT BODY*/				
#textwrap {
		position:relative; 
		margin:0 auto; 
		padding:0; 
		width:750px;
		}
#print {
	position:absolute; 
	top:425px; 
	right:72px;
	}
a {
color:#83935b; /* Change Content Link Color Here */
text-decoration:none;
}
a:hover {
		color:#83935b; /*Change Content Link Hover Color Here */
		text-decoration:none;
		}

/*CONTENT FOOTER*/	
#contact {
		text-align: left; 
		color:#eee;
		background:#fff;
		font-size:10pt; /*Change Contact Info Text Properties Here */
		width:750px; 
		background:#060606;
		border:1px solid #333300;
		margin-left:10px; 
		}
#contact ul {margin-top:5px; margin-bottom:5px;}
#contact li {
		display:inline;
		list-style-type:none;
		padding-right:6px;
		margin-left:4px;
		}
.bar {
	background:url('images/pipe3.gif') no-repeat right;
	}
.copyright a {
			margin-right:3px; 
			text-decoration:underline;
			}
.copyright a:hover {
				margin-right:3px; 
				text-decoration:underline;
				}

/*FONT SIZES*/
.smaller {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.70em;
		}
.smallest {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.65em;
		}
.copyright {
		padding-top:0; 
		margin-bottom:25px; 
		text-align:center; 
		font-size:.75em;
		}
h1,h2,h3,h4,h5,b {font-weight:bold; color:#83935b;}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.85em;} 

/* IMAGES */
.left {
	margin-right:1em; 
	float:left;
	}
.right {
	margin-left:1.5em; 
	margin-bottom:1em; 
	float:right;
	}
.left, .right {clear:both;}
img {border:none;}
.p100, .p125, .p150, .p175, .p200, .p225, .p250 {
												float:left; 
												margin:0 .75em 0 0;
												}
.p100 {width:100px;}
.p125 {width:125px;}
.p150 {width:150px;}
.p175 {width:175px;}
.p200 {width:200px;}
.p225 {width:225px;}
.p250 {width:250px;}
.p175r {
	width:175px; 
	float:right; 
	margin:0 0 0 .75em;
	}

/*DROP SHADOWS*/
.shadowRight {
  float:right;
  background: url('images/drop-shadow.png') no-repeat bottom right !important;
  background: #000;
  margin: 10px 0 5px 20px;
  }
.shadowRight img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.shadowLeft {
  float:left;
  background: url('images/drop-shadow.png') no-repeat bottom right !important;
  background: #000;
  margin: 10px 10px 5px 5px;
  }
.shadowLeft img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/*MISC */
.nobull {
		list-style:none; 
		margin:0; 
		padding:0;
		}
#validation {
			position:absolute; 
			bottom:-15px; 
			right:344px; 
			font-size:.75em;
			color:#E4CB67;
			}
#validation a {text-decoration:none;}
#validation a:hover {text-decoration:underline;}
span.nonie {display:inline;}
.clear {clear:both;}

