body, html {
	background: #660000;
}

select {margin: 0;}
textarea {
    resize: none;
}

.MiceType {font-size: 11px;color: #666}

#topwrap {
	width: 100%;
	padding-top: 30px;
	background: #ff0000 url(/images/stars_bg.png) 0 0 repeat-x
}

#headwrap {
	background-color: #fff;
	border: 1px solid #660000;
	border-bottom: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	padding-top: 15px
	}

#nav {
	height: 19px;
	position: relative;
	top: 12px
	}

#nav li {
	list-style-type: none;
	float: left;
	margin: 0 19px 0 0
	}

#nav a {
	color: #666;
}



#bodywrap {
	padding-top: 40px;
	background-color: #fff;
	border: 1px solid #660000;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#bodywrap a	{
	color: #000;
	text-decoration: none;
 	border-bottom: 1px solid #660000
}

#bodywrap a:hover {
	background-color: #660000;
	color: #fff
}

#bodywrap p {
    color:#223;
}

.subhead {
	margin-bottom: 19px
}

#red_clouds {
	background: #ff0000 url(/images/base_clouds.png) bottom center no-repeat;
	overflow: hidden
	height:auto !important;
	height: 112px;
	min-height: 112px

}

#foot_clouds {
	background: #fff url(/images/white_base_clouds.gif) bottom center no-repeat;
	border: 1px solid #660000;
	border-top: 0;
	border-bottom: 0;
	height:auto !important;
	height: 115px;
	min-height: 115px;
}

#footer {
	color: #ccc;
	font-weight: 200;
	padding-top: 21px
	}
	
#footer a	{
	color: #ccc;
	text-decoration: none;
 	border-bottom: 1px solid #ccc
}

#footer a:hover {
	background-color: #ccc;
	color: #660000
}	
	
h4 {
	color: #333;
	font-weight: bold;
}

h3 {
	color: #333;
	font-weight: bold;
}

.rightfloat {
	float: right;
	padding-left: 10px;
}

img a {
	border: 0;
}

/* Contact */

#contact textarea  {	
	display: block;
	font-family: 'American Typewriter', Georgia, serif;
	font-size: 16px;
	line-height: 1.5;
	color: #2b3c45;
	background: #eee;
	border: 0;
	width: 300px;
	margin: 5px 5px 5px 0;
	padding: 5px;
	resize: none;
	overflow: hidden
}

#submit  {
	font-family: 'American Typewriter', Georgia, serif;
	font-size: 16px;
	border: 0;
	background-color: #ED3B0C;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 5px;
	letter-spacing: 1px;
	cursor: pointer;
}

#submit:focus, #submit:hover {
	background-color: #660000;
	color: #fff;
}

/* High */

.hightlight {
	border:2px solid #9F1319;
	background:url(/images/iconCaution.gif) no-repeat 230px -1px #FFF;
}
.loading {
	background:url(/images/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;
}
.done {
	font-size:1.2em; 
	display:none;
	margin-bottom: 55px
}

.divImg {float:left;width:250px;height:216px}

#frmContact {margin-bottom: 20px;padding: 20px;width:320px;background: #CCC;border: 1px solid #999;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}

div.FieldHolder 					{clear: both; height: auto;color: #666;font-size: 14px;font-weight: normal; }
span.Label							{font-size: inherit; font-weight: inherit; color: inherit; }
label.input							{float: left; margin: 0 10px 10px 0;color: inherit;font-size: inherit; font-weight: inherit;}
label.input span.Label				{position: absolute;display:block;margin-left: 3px;padding: 2px 0 0 3px ;height: 24px;color: inherit;}
label.input input.inpField			{margin: 0;padding: 3px 0 0 6px;width: 210px;height: 24px;background: rgb(255,255,255);color: inherit;font: inherit;font-weight: inherit;border: none;border-radius: 4px;-webkit-border-radius:4px;-moz-border-radius:4px; }
textarea.txtarea		{margin: 0;padding: 5px 0 0 6px;width: 290px;height: 80px; background: rgb(255,255,255);color: inherit;font: inherit;font-weight: inherit;border: none;border-radius: 4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
label.input input.inpField.Sml		{width: 100px;}
label.input input.inpField.Extended	{width: 290px;}
input.btnSubmit						{float:right;margin-top:-35px;height:28px;border:none;color:#FFF;font-size: 14px;font-weight: bold}

div.divContactInfo {float:left;padding: 20px 0}

#Contact {display:block;clear:both;font-size: 13px;color: #666}
#Contact a {color: #666;border: none}

#Contact.Name {font-weight: bold}
