/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; padding: 0; border: 0; }
	
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif; color: #FAF4E1; background-color:#000000; }

table {
	font-size: 12px;}
	
.imgfade img, imgfade a {
    background: #ffffff }

.imgfade:hover img, imgfade a:hover {
    background: #ffffff }

/*Form Elements*/
form {
	margin: 0px; }

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #4A5966; border: 1px inset #e6e6e6; }

input.formCheckbox {
	border: none; background: transparent; }

input.formButton {
	background: #e6e6e6; border-bottom: 1px solid #688C40; border-left: 1px solid #688C40; border-right: 1px solid #141C0D; border-top: 1px solid #141C0D; color: #FFFFFF; font-weight: bold; margin: 3px 3px 0px 3px; }

.bolditalic {
    font-weight: bold; font-style: italic;}

.italic {
    font-style: italic;}

.portfoliotext {
	font-size: 12px;}

.ptitle {
    font-weight: bold; text-decoration: underline;}

.pbtitle {
    font-weight: bold; border-style: dashed; border-color: #FFFFFF; border-bottom:1px dashed #FFFFFF; }

a, a:link {
    color: #FFCC00; text-decoration: underline;}

a:visited, a:active, a:focus {
    color: #FFCC00; text-decoration: underline;}

a:hover {
    color: #FFCC00; text-decoration: none;}
	
a img {
    border: none;}	

#wrapper {
	margin: 0px auto; padding: 0px; width: 770px; }
	
#nav {
	font: bold 14px Arial, Verdana, Helvetica, sans-serif; }
	
#nav ul {
	margin-top: 16px; margin-bottom: 0px; font-size: 100%; text-align: center; vertical-align: bottom; list-style: none; }
	
#nav li {
	display: inline; }
	
#nav li a:link, #nav li a:visited {
	color: #FAF4E1; text-decoration: none; 	padding: 0px 5px 0px 5px; border-bottom: 0; }
	
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FF9900; }

#nav li.selected, #nav li.selected a, #nav li.selected a:hover{
	color: #FF9900; }

#header {
	margin-top: 10px; width: 750px; height: 150px; background: #670001 url(../assets/logo.gif); text-align: right;}

#top{
	background: url(../assets/top.jpg); height: 15px; }

#innerbody {
	background: url(../assets/bkgrnd.jpg); height: 100%;}

#bottom {
	background: url(../assets/bottom.jpg); height: 15px; }

.leftimage{
	float: left; margin: 10px 50px 25px 90px; }
	
.rightimage{
	float: right; margin: 0 5px 5px 0; }

p {
	margin-left: 10px; margin-right: 10px; font-size: 12px; color: #F3EBCF; } 

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #F3EBCF; text-align: center; margin-top: 10px; border-bottom: 0; }

#footer a {
    color: #F3EBCF; text-decoration: underline;  border-bottom: 0; }
	
#footer a:hover {
    color: #F3EBCF; text-decoration: none;  border-bottom: 0; }
	
#contactpage{width:275px; margin-top:10px;}
#contactpage h4 { margin:0px; padding:5px 0px 10px 0px; font-size:1.1em; color:#FFCC00;}
#contactpage label {font-size:10px; display:block; float:left; width:105px; margin-right:5px; text-align:right; margin-top:2px;}
#contactpage input {border:1px solid #FFCC00; background:#fff; width:145px; padding-left:2px; margin-bottom:2px;}
#contactpage textarea {border:1px solid #FFCC00; background:#fff; width:145px; padding-left:2px; margin-bottom:2px;}
#contactpage select {border:1px solid #FFCC00; background:#fff; width:150px; padding-left:2px; margin-bottom:2px;}
#contactbutton {margin-left:150px}
#contactbutton input{width:80px;}
