/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #F5F1EF;
}

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	font-family: "Futura W01 Book", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
}

body.layout2 {
	background-color: #FFFFFF;
	background-image: url('../images/background_home.gif');
}

body.layout3 {
	background-color: #FFFFFF;
}

body.editor {
	background-image: none;
	min-height: 400px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
} 

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 13px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "FuturaW01-MediumCondens", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 35px;
	font-weight: normal;
	color: #215D90;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.layout3 h2 {
	font-size: 20px;
	line-height: 20px;
}

.layout3 h3 {
	font-size: 18px;
	line-height: 18px;
}

hr {
	border: 0px;
	height: 1px;
	margin: 20px 0px;
	background-color: #D8D4D2;
	color: #D8D4D2;
}

strong, b {
	font-family: "Futura W01 Heavy", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.editor strong, .editor b {
	font-weight: bold;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #800000;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */                      

/*
fieldset {
	border: 0px;
}
*/

legend {
	font-size: 16px;
	font-weight: bold;
}

label, .label {
	white-space: nowrap;
}
 
fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "Futura W01 Book", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
}

select {
	padding: 0px 3px;
}
 
.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px 4px;
}

.button-content {
	border: 0px;
	background-color: #820000;
	color: #FFFFFF;
	font-size: 15px;
	padding: 8px 10px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 960px;
	margin: 0px auto;
	padding: 450px 0px 0px 0px;
	position: relative;
}

.layout2 #container {
	padding-top: 755px;
}

.layout3 #container {
	width: 100%;
	padding-top: 205px;
}

.container {
	width: 960px;
	margin: 0px auto;
}

#header {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 960px;
}

.layout3 #header {
	width: 100%;
}

#logo {
	float: left;
	margin: 27px 0px 59px 0px;
}

#client_login {
	font-family: "FuturaW01-LightCondense 774878", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #EC8484;
	float: right;
	background-image: url('../images/client_login_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px 10px 40px 0px;
}

#client_login:hover {
	color: #B9D714;
	background-position: 0px -26px;
}

#header_photos {
	clear: both;
}

#header_photos img {
	float: right;
}

#header_photos img:first-child {
	float: left;
}

#content_box {
	margin-bottom: 30px;
}

#content {
	width: 702px;
	float: left;
}

.layout2 #content, .layout3 #content {
	width: 100%;
	float: none;
}

.layout3 #content {
	width: auto;
	margin-bottom: 20px;
	padding: 0px 20px;
}

#home_content {
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;
	text-align: justify;
}

#right_content {
	float: right;
	width: 208px;
	padding-top: 60px;
}

.cta {
	font-family: "FuturaW01-MediumCondens", Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding: 16px 0px 0px 0px;
}

.layout2 .cta {
	width: 310px;
	float: left;
	margin-left: 15px;
	margin-bottom: 75px;
	display: inline;
	padding: 0px 0px 3px 0px;
	font-size: 40px;
	line-height: 45px;
}

.layout2 .cta_first {
	margin-left: 0px;
}

.layout2 .cta img.photo {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 24px;
}

.cta_odd {
	background-color: #800000;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.cta_odd:hover {
	background-color: #B00C0C;
}

.cta_even {
	background-color: #184267;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.cta_even:hover {
	background-color: #1D68A9;
}

.cta span {
	border: 1px solid #FFFFFF;
	padding: 2px 8px;
}

.layout2 .cta span {
	padding: 1px 8px 0px 8px;
}

.cta a {
	color: #FFFFFF;
}

.cta em {
	font-family: "FuturaW01-LightCondense 774881", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	text-transform: none;
	color: #BDE115;
}

.caption {
	width: 300px;
	background-color: #800000;
	color: #FFFFFF;
	text-align: center;
}

.caption h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: -10px;
}

#footer {
	height: 126px;
	padding: 41px 0px 0px 0px;
	background-color: #800000;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 20px;
}

#footer_contact {
	float: right;
	text-align: right;
	font-size: 21px;
	line-height: 28px;
	color: #E67E7E;
}

#footer_contact .title {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#footer_contact a {
	color: #E67E7E;
	font-family: "Futura W01 Book Oblique", Arial, Helvetica, sans-serif;
}

/* NAVIGATION CSS */

#nav {
	float: right;
	clear: right;
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 20px;
	display: inline;
	font-family: "FuturaW01-LightCondense 774878", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#nav li a {
	color: #FFFFFF;
	border: 1px solid #800000;
	padding: 5px 10px 3px 10px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#nav li:hover a {
	border: 1px solid #FFFFFF;
	
}

#nav li.active a {
	border: 1px solid #FFFFFF;
}

#subnav {
	padding: 0px;
	margin-bottom: 50px;
}

#subnav li {
	list-style: none;
	font-family: "FuturaW01-MediumCondens", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: right;
}

#subnav li a {
	color: #B8AFAA;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#subnav li:hover a {
	color: #800000;

}

#subnav li.active a {
	color: #800000;
}




/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 25px 25px 0px;
	width: 149px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #999999;
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #EEEEEE;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

/* Home CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	min-width: 960px;
	height: 550px;
	position: absolute;
	left: 0px;
	top: 190px;
	overflow: hidden;
}

#home_slideshow {
	width: 100%;
	height: 550px;
	padding: 0px;
	position: relative;
	margin: 0px auto;
}

#home_slideshow li {
	list-style-type: none;
/*	display: none;*/
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -625px;
	width: 1250px;
	height: 550px;
}

#home_slideshow li div {
	position: absolute;
	bottom: 207px;
	left: 0px;
	width: 505px;
	padding: 16px 20px 15px 0px;
	background-color: rgb(24,66,103);
	background-color: rgba(24,66,103,.9);
	color: #FFFFFF;
	text-align: right;
}

#home_slideshow li div.right {
	left: auto;
	right: 0px;
	text-align: left;
	padding: 16px 0px 15px 20px;
}

#home_slideshow li div strong {
	font-family: "FuturaW01-MediumCondens", Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#home_slideshow_nav {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#home_slideshow_next, #home_slideshow_previous {
	position: absolute;
	bottom: 10px;
	right: 26px;
	cursor: pointer;
}

#home_slideshow_next {
	right: 0px;
}
