* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0; height: 100%;
}

body {
	background: url('../images/bg.gif') fixed center top no-repeat #940000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/* ============================================================================= Fonts === */

a {
	color: #000;
	text-decoration: none;
	
}

p {
	margin: 10px 0;
	padding-right: 10px;
	line-height: 20px;	
}

p.quote {
	font-style: italic;
}


.tiny {
	font-size: 10px;
}

strong {
	font-weight: 900;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #000; 
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	width: 400px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000; 
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000; 
	font-weight: normal;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
} 

hr {
	margin: 20px 0;
	height: 1px;
	background-color: #f5cc00;
	
}

.home p {
	width: 100%;
	margin-top: 20px;
	padding-left: 10px;
}

.home h2 {
	font-size: 17px;
	margin-bottom: 5px;
}

p.full {
	width: auto;
}

img.border {
	clear: right;
	margin: 10px;
	border: none;
	display: inline;
}

.clear {
	clear: both;
	height: 0px;
	display: block;
}

/* ============================================================================= Site Wrappers === */

#wrapper {
	width: 764px;
	background: #fff url('../images/content-bg.jpg') top right no-repeat;
        min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper.home {
	background: #fff url('../images/home-bg.jpg') top right no-repeat;
}

/* ============================================================================= Header === */

#header {
	width: 763px;
	height: 87px;
	background: url('../images/header.jpg') no-repeat;
}

#header img {
	padding: 8px 0 0 30px;
	
}

/* ============================================================================= Red Bar ===== */

#red-bar {
	display: none;
}


#side-bar {
	display: none;
}

/* ============================================================================= Content Area === */

#content {
	width: 744px;
	float: left;
	padding: 0;
	margin: 0;
}

#content ul {
	background: transparent url('../images/list-bg.gif') left top no-repeat;
	padding: 10px 25px;
	line-height: 30px;
	list-style: square;
}

#content li {
	border-bottom: dotted #999999 1px;
	list-style-position: inside;
}

.content img {
	border: #fff solid 1px;
	padding: 5px;
	background: #BFBFBF;
	margin: 5px;
	
}

#content.content ul {
	background-image: none;
	padding: 10px 20px 10px 35px;
	line-height: 16px;
	list-style: square;
}

#content.content li {
	padding: 3px 0;
	border: none;
	list-style-position: outside;
}

/* ============================================================================= specific content pages === */

#content.gallery img {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
	float: left;
}

#content.gallery a.gallery {
	border: #fff solid 1px;
	padding: 5px;
	background: #BFBFBF;
	margin: 5px;
	float: left;
}

#content.gallery a:hover.gallery {
	border: #fff solid 1px;
	padding: 5px;
	background: #00659A;
	margin: 5px;
	float: left;
}

#content.gallery h1 {
	margin-bottom: 0;
}

#content.gallery h2 {
	margin-bottom: 0;
}

/* ============================================================================= stretching box === */

.box {
	display: block;
	width: 100%;
	padding: 1px;
}

.box .top {
	height: 10px;
	width: 195px;
	background: url(../images/blue-box-header.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;  
	font-weight: bold;
	font-size: 15px;
	display: block;
}

.events {
	margin-top: 10px;
	float: none;
}

/* ============================================================================= Content Footer === */

#content-footer {
	display: none;
}

/* ============================================================================= Footer Menu === */

#footer, .push {
	display: none;
}

/* ============================================================================= Forms === */

.form { 
	margin: 20px 30px;
	font-size: 14px;
}

.form p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
  
.form label {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 200px;
	margin-top: 10px;
}  


.form input[type='text'], .form input[type='password'], .form textarea {
	float: left;
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0;
	margin-top: 10px;
	width: 200px;
}

.form textarea {
	font-size: 14px;
}

.form input[type='text']:hover, .form input[type='password']:hover, .form textarea:hover {
	border-color: #00659A;
}

.form input[type='text']:focus, .form input[type='password']:focus, .form textarea:focus {
	border-color: #00659A;
	background: #FFF;
	color: #00659A;
}

.form .reqd input, .form .reqd select, .form .reqd .sq select, .form .reqd textarea{
	background: #FFF5BF;
}

.form input.send {
	float: right;
	margin: 10px 50px;
	border: none;
	background-color: #940000;
	color: #fff;
	width: auto;
}

.form input:hover.send {
}




