@charset "utf-8";
/* CSS Document */

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display:block; }
mark, rp, rt, ruby, summary, time { display:inline; }

* {
	padding: 0px; 
	margin: 0px; 
}

html {
	width:100%;
}

body { 	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; 
	color: #808486;
	min-width: 1042px;
	//background: #484848;
	background: #171717;
}

a {
	color:#76a2c9; 
	outline:none;
}

a:hover {
	text-decoration:none;
	color: #a7c2dc;
}

b {
	color: #b89b02;
	font-weight: normal;
}

header {
	width:100%; 
	background:url(/images/bg-top.jpg) center 0 no-repeat #171717;
	text-align: center;
	/*min-height: 702px;*/
	max-height: 999999px;
	height: auto !important;
	/*height: 702px;*/
}

.header, nav, #content, .main {
	width: 1041px;
	text-align: left;
	margin: 0px auto;
}

.logo {
	padding: 89px 0px 0px 11px;
}

nav ul {
	list-style: none;
	padding: 12px 15px;
	margin: 25px 0px 0px 0px;
	border-radius: 6px;
	background-color: #000;

	min-height: 34px;
	max-height: 999999px;
	height: auto !important;
	height: 34px;
}

nav ul li {
	display: inline-block;
	background-color: #e1e1e1;
	border-radius: 6px;
	font-family: LatoBoldItalic, Verdana, Geneva, sans-serif;
	margin: 0px 5px 0px 0px;
	height: 34px;
	line-height: 34px;
	font-size: 19px;
	padding: 0px 22px;
	float: left;
}

nav ul li:hover {
	background-color: #76a2c9;
}

nav ul li a {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}

nav ul li a:hover {
	color: #000;
}

#homeTopBox {
	border-radius: 6px;
	background-color: #000;
	padding: 10px 6px;
	margin-bottom: 60px;
}

#homeTopBox ul {
	list-style: none;
	margin: 0px;
}

#homeTopBox ul li {
	display: inline-block;
	border-radius: 6px;
	font-family: LatoItalic, Verdana, Geneva, sans-serif;
	margin: 0px 9px 0px 9px;
	padding: 22px 0px 30px 0px;
	height: 123px;
	line-height: 28px;
	font-size: 24px;
	width: 239px;
	color: #76a2c9;
	text-align: center;
	float: left;
}

#homeTopBox ul li:hover {
	background-color:  #333;
}

#homeTopBox ul li a {
	color: #000;
	text-decoration: none;
}

#homeTopBox ul li img {
	padding: 15px 0px 25px 0px;
}


.button {
	display:inline-block; 
	color:#0c0c0c;
	font-size:13px;
	line-height:24px;
	font-weight:700;
	padding:7px 18px 8px 18px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#76a2c9;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#76a2c9), to(#a7c2dc));
	background:-moz-linear-gradient(#76a2c9, #a7c2dc);
	background:linear-gradient(#76a2c9, #a7c2dc);
	-pie-background:linear-gradient(#76a2c9, #a7c2dc);
	box-shadow:1px 1px 1px 1px #000;
	-moz-box-shadow:1px 1px 1px 0px #000;
	-webkit-box-shadow:1px 1px 1px 1px #000;
}
.button:hover {
	cursor:pointer;
	background:#e1e1e1;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#bebebe));
	background:-moz-linear-gradient(#fff, #bebebe);
	background:linear-gradient(#fff, #bebebe);
	-pie-background:linear-gradient(#fff, #bebebe);
}

.column {
	float: left;
	margin: 0px 10px;
}

.left {
	padding-right: 60px;
	padding-left: 20px;
}

/** HOME **/
#homeContent {
	font-size: 14px;
	line-height: 24px;
}

#homeContent h1 {
	font-family: LatoItalic, Verdana, Geneva, sans-serif;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 35px;
	color: #FFF;
	font-weight: normal;
}

#homeContent h3 {
	color: #fff;
	margin-bottom: 15px;
}

#homeContent strong {
	color: #fff;
}

.gold {
	color: #FFD700 !important;
}

.bold {
	font-weight: bold;
}

/** SLIDESHOW **/
#slideshowContainer {
	width: 1049px;
	margin: 20px auto;
}

#slideshow {
	position: relative;
	overflow: hidden; 
	width: 1049px;
	height: 441px;
}

.slideshow {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slideshow li {
    float: left;
    position: absolute;
    display: none;
}

.slideshow li.li0 {
	display:block
}

.land { 
	width:750px; 
	margin-bottom:20px
}

aside {
	width:100%; 
	margin-top: 85px;
	padding: 0px; 
	background: url(/images/tail-bot.png) 0 0 repeat-x #2c2c2c;
}
.padding-aside {padding:55px 0 60px 0;}

aside h3 {
	font-family: LatoItalic, Verdana, Geneva, sans-serif;
	font-size:22px; 
	line-height:1.2em; 
	margin:0px 0 26px; 
	color:#fff;
	font-weight: normal;
}

footer { 
	width: 100%; 
	padding: 0px; 
	background: url(/images/tail-foot.gif) 0 0 repeat-x #484848;
}

.padding-footer {
	font-family: LatoItalic, Verdana, Geneva, sans-serif;
	padding: 35px 0 40px 0px;
}

.white {
	color: #FFF;
}

ul.list {
	list-style: none;
}

.list li {
	font-size:13px; 
	line-height:28px;
}
.list li a {
	display:inline-block; 
	width:195px; 
	color:#9e9e9e; 
	border-bottom:1px solid #464646; 
	padding-left:12px; 
	background:url(/images/marker-2.gif) 0 9px no-repeat;
	text-decoration: none;
}
.list li a:hover {
	background:url(/images/marker-2.gif) 0 9px no-repeat #171717; 
	cursor:pointer;
}

#xForm {
	width: 550px;
}

#xForm label {
	width: 125px;
}

#xForm input {
	width: 300px;
	border-radius: 6px;
	border: 0px;
	padding: 7px 16px;
	color: #808486;
	background-color: #383838;
	margin-bottom: 7px;
}

#xForm select {
	height: auto;
	width: 332px;
	border-radius: 6px;
	border: 0px;
	padding: 7px 16px;
	color: #808486;
	background-color: #383838;
	margin-bottom: 7px;
}

#xForm textarea {
	width: 300px;
	height: 200px;
	border-radius: 6px;
	border: 0px;
	padding: 7px 16px;
	color: #808486;
	background-color: #383838;
	margin-bottom: 7px;
}

#xForm input[type="radio"] {
	width: auto;
	height: auto;
}

.services a {
	color: #b89b02;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/marker-3.png) no-repeat 10px 5px;
	padding-left: 25px;
}

.services a:hover {
	text-decoration: underline;
}

/** FONTS **/
@font-face {
    font-family: 'LatoBoldItalic';
    src: url('/fonts/lato-bolita-webfont.eot');
    src: url('/fonts/lato-bolita-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-bolita-webfont.woff') format('woff'),
         url('/fonts/lato-bolita-webfont.ttf') format('truetype'),
         url('/fonts/lato-bolita-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('/fonts/lato-regita-webfont.eot');
    src: url('/fonts/lato-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-regita-webfont.woff') format('woff'),
         url('/fonts/lato-regita-webfont.ttf') format('truetype'),
         url('/fonts/lato-regita-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}