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

#cfa92a
#837047

#4c4643
#8c817b

#ccbcb2
#d9c7be
#f7e4d8

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


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

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


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

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

#outer-container {
	background: url(../images/layout/outer-container-bg.gif) center bottom repeat-x;
	border-bottom: 3px solid #d9c7be;
}

#container {
	background: url(../images/layout/container-bg.gif) center top repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 967px;
}
	
#wrapper {
	background: url(../images/layout/wrapper-bg.gif) center bottom no-repeat;
	clear: both;
	float: left;
	width: 967px;
}

#mast {
	background: url(../images/layout/mast-bg.gif) no-repeat;
	clear: both;
	float: left;
	height: 50px;
	width: 967px;
}
	
#header {
	background: url(../images/content/motion/headerbg.jpg) no-repeat;
	clear: both;
	float: left;
	height: 293px;
	overflow: hidden;
	width: 967px;
}
	
#main-nav {
	background: url(../images/layout/nav-bg.gif) center no-repeat;
	float: left;
	height: 53px;
	width: 967px;
}
	
#main-content {
	display: inline;
	float: left;
	margin: 0 30px;
	width: 907px;
}
	
#footer {
	clear: both;
	float: left;
	height: 40px;
	padding-top: 30px;
	text-align: center;
	width: 967px;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 200%;
	margin: 7px auto 6px auto;
}

h2 {
	font-size: 175%;
	margin: 7px auto 6px auto;
	text-align: center;
}

h3 {
	font-size: 150%;
	margin: 15px auto 0px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 120%;
}

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

ul, ol {
	margin: 20px 10px 20px 60px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #fff;
	font-weight: bold;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

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


/*-------------------------------------------------------
	#main-nav
-------------------------------------------------------*/

#main-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-nav ul {
	display: inline;
	float: left;
	height: 43px;
	margin-left: 15px;
}

#main-nav li {
	float: left;
}

#main-nav a {
	background: url(../images/layout/nav-divider.png) right center no-repeat;
	float: left;
	font-size: 12pt;
	height: 43px;
	line-height: 43px;
	padding: 0 25px;
	text-decoration: none;
	text-shadow: .05em .05em 0 #000;
}

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

#main-nav .last a {
	background-image: none;
	padding: 0 28px;
}

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

#main-content img {
	border: 1px solid #fff;
	margin: 5px;
	padding: 2px;
}

.float-r {
	float: right;
	margin-left: 10px;
}

.float-l {
	float: left;
	margin-right: 10px;
}

.w325 {
	width: 325px;
}

.w700 {
	width: 560px;
}

.w250 {
	width: 270px;
}

/*-------------------------------------------------------
	#footer
-------------------------------------------------------*/

#footer {
	font-size: 8pt;
}

#footer .left {
	float: left;
	margin: 0 0 0 10px;
}

#footer .right {
	float: right;
	margin: 0 15px 0 0;
}

#home-ul * {
	margin: 0;
	padding: 0;
}

#home-ul ul{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 525px;
}
#home-ul li{
	float: left;
	width: 175px;	
}

/*-------------------------------------------------------
	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 {
	clear:both;
	text-align: left;
	width: 280px;
	float: left;
	margin-left: 130px;
	padding: 10px;
	border: solid 1px #d0aa2d;
}

#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;
}

#modal-alignment{
	clear: both;
	float: left;
	text-align: center;
	width: 900px;
}
