/* Start of CMSMS style sheet 'main' */
body {
	background: #DFD1C4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
	margin: 0;
}
a {
	color: #333333;
}
h3 {
	font-size: 16px;
	margin-top: 10px;
}
#header {
	height: 230px;
	width: 100%;
}
#header.welcome {
	background: url("images/site/header/welcome.jpg") center top no-repeat #E9E2D2;
}
#header.montoya {
	background: url("images/site/header/montoya.jpg") center top no-repeat #E9E2D2;
}
#header.paramount {
	background: url("images/site/header/paramount.jpg") center top no-repeat #E9E2D2;
}
#header.news {
	background: url("images/site/header/news.jpg") center top no-repeat #E9E2D2;
}
#header.about {
	background: url("images/site/header/about.jpg") center top no-repeat #E9E2D2;
}
#header.contact {
	background: url("images/site/header/contact.jpg") center top no-repeat #E9E2D2;
}
#logo {
	margin: 0 auto;
	width: 980px;
}
#logo img {
	border: none;
	margin: 20px 110px;
}
#menu {
	background: #000000;
	height: 30px;
	overflow: hidden;
}
#menu img {
	border: none;
}
#menu ul {
	margin-top: 1px;
	text-align: center;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	padding: 0 20px;
}
#menu a {
	color: #E7C094;
	font-size: 14px;
	text-decoration: none;
}
#menu .menuactive {
	color: #FFFFFF;
}
#main {
	background: url("images/site/body_bg.jpg") #E8E5D2;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#content {
	margin: 0 auto;
	padding: 10px 0 30px 0;
	width: 950px;
}
#footer {
	background: url("images/site/footer_bg.jpg") repeat-x #DFD1C4;
	border-top: 1px solid #5C4D41;
	clear: both;
	height: 100px;
	width: 100%;
}
#footer * {
	margin-top: 15px;
	text-align: center;
}
#sliderWrapper {
	position: relative;
	left: 50%;
	width: 1036px;
	margin-left: -518px;
	margin-top:25px;
}
#sliderWrapper #nav {
	position: relative;
	top: 130px;
	z-index: 15;
}
#sliderWrapper #nav .previous {
	background-image: url("images/site/arrow_prev.png");
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	width: 45px;
}
#sliderWrapper #nav .next {
	background-image: url("images/site/arrow_next.png");
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 45px;
}
#slider {
	-moz-box-shadow: 0 0 5px #AAAAAA;
	background: none repeat scroll 0 0 #F4F1E2;
	height: 330px;
	margin: 10px auto 20px;
	padding: 10px;
	position: relative;
	width: 930px;
	z-index: 5;
}
#slider img {
	border: medium none;
}
#intro_text {
	clear: both;
	margin: -25px 0 20px 0;
}
#teaser {
	position: relative;
	z-index: 100;
}
#teaser img {
	border: medium none;
}
#teaser_images img {
	-moz-box-shadow: 0 0 5px #AAAAAA;
	background: #F4F1E2;
	padding: 10px;
}
#teaser_images, #teaser_text {
	display: inline-block;
}
#teaser_text {
	color: white;
}
.col1, .col2, .col3 {
	float: left;
	width: 300px;
}
.col1, .col2 {
	margin-right: 25px;
}
.more {
	margin: 20px auto;
	text-align: center;
}
.clear {
	clear: both;
}
#offsetBlack {
	background: black;
	height: 300px;
	margin-top: -300px;
	position: relative;
	width: 100%;
	z-index: 0;
}
#videos {
	border-top: 1px dotted #777777;
	margin-top: 25px;
	padding-top: 30px;
}
.videoLeft {
	float: left;
	margin-left: 3px;
	padding-bottom: 30px;
}
.videoRight {
	float: right;
	margin-right: 10px;
	padding-bottom: 30px;
}
/* End of 'main' */

