/*-------------------------------------------------------
	Colors
-------------------------------------------------------

Maroon			#910029
Dark Gold		#ff981f
Light Gold		#ffc559
Light Grey		#e6e6e6
Off White		#f2f2f2

-------------------------------------------------------*/



/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: url(../images/layout/page-bg.jpg) repeat-x center top #910029;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}	

#container {
	background: url(../images/layout/container-bg.jpg) repeat-y center;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 980px;
}
	
#wrapper {
	background: url(../images/layout/wrapper-bg.jpg) no-repeat center bottom;
	float: left;
	width: 980px;
}
	
#mast {
	background: url(../images/layout/mast-bg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 75px;
	width: 980px;
}
	
#content {
	background: url(../images/layout/content-bg.jpg) no-repeat center top;
	clear: both;
	float: left;
	width: 980px;
	
}
	
#footer {
	clear: both;
	color: #FFFFFF;
	float: left;
	text-align: center;
	width: 980px;
}

#footer a{
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #ooo;
	text-decoration: underline;
}

#left-column{
	display: inline;
	float: left;
	margin: 5px 10px 20px 23px;
	width: 300px;
}

#right-column{
	float: right;
	display: inline;
	margin: 0 14px 10px 0;
	width: 625px;
}

#right-column-header{
	border: 2px #910029 solid;
	border-top: none;
	padding: 3px;
	width: 615px;
}

#main-content-left{
	float: left;
	padding-top: 17px;
	width: 305px;
}

#main-content-right{
	float: right;
	padding: 17px 3px 0 0;
	width: 305px;
}

.btm-padding{
	padding-bottom: 10px;
}

.jquery-border{
	border-left: thin #910029 solid;
	border-bottom: thin #910029 solid;
}

.float-left{
	float: left;
}

.float-right{
	float: left;
}

.float-center {
	text-align: center;
	width: 100%;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	margin: 7px auto 6px auto;
}

h2 {
	color: #910029;
	font-size: 16px;
	margin: 7px auto 6px auto;
}

h3 {
	margin: 7px auto 6px auto;
	text-align: center;
}

h4 {
	color: #910029;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	margin: 7px auto 6px auto;
	text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #910029;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/


.two-column{
	clear:both;
	display: inline;
	float: left;
	margin-left: 50px;
	width: 550px;
}

.two-column li{
	float: left;
	width: 49%;
}

#gallery-page {
	display: inline;
	float: left;
	margin: 25px 0 0 50px;
	width: 580px;
}

#gallery-page img{
	padding: 2px;
	border: thin solid #910029;
	margin: 10px;
}

#main-content img {
	border: thin solid #910029;
	margin: 10px;
	padding: 2px;
}

#main-content img.no-border {
	border: none;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/
	
#main-nav {
	border-bottom: 1px solid #910029;
	display: inline;
	float: left;
	height: 36px;
	margin: 38px 14px 0 14px;
	padding: 0; 
	width: 952px;
}

#main-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#main-nav li {
	float: left;
}

#main-nav a {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #bebebe;
	color: #910029;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 11px;
	text-transform: uppercase;
}

#main-nav a:hover {
	background: #910029;
	color: #fff;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #910029;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}
