/*
*/

@charset "utf-8";

/* reset */
*{
	margin:0;
	padding:0;
	outline:0;
}
img {
	border: 0; 
}
.clear { 
	clear: both; 
}
.line {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
}

body { 
	font: .8em 'trebuchet ms', tahoma, geneva, sans-serif, Arial, Verdana, Tahoma, Sans-Serif; 
	background:#f4f4f4 url(../images/bgtile.jpg) repeat-x; 
	color: #555; 
}

a { 
	text-decoration: none;
	color: #333;
}

p  { 
	margin: 0 0 17px; 
	line-height: 1.6em; 
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 { 
	float: left; 
	font-size: 2.1em; 
	color: #fff;
	letter-spacing: -1.4px;	
	margin: 0 0 30px 0;
	padding: 34px 0 0 10px;
}
h1 a { 
	color: #fff; 
}
h2 { 
	margin: 0 0 15px; 
	font-size: 1.9em; 
	color: #000; 
}
h2.inner { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 25px; 
	padding: 0 0 10px; 
}
h3 { 
	margin: 0 0 7px;  
	font-size: 1.3em; 
	clear: both; 
	color: #000; 
	line-height: 1.3em; 
}
h4 { 
	margin: 0 0 10px; 
	font-size: 1.2em; 
	color: #000; 
}
h5 {
	font-size: 1em;
	color: #eee; 
	margin: 0 0 14px;
}

#bg { 
	background: url(../images/bg.jpg) no-repeat center top; 
}

/* content holder */
.wrap { 
	margin: 0 auto; 
	width: 960px;
}

#header { height:200px; padding: 45px 0 0 0; }
#header img, #header h1 { float: left; }


/* menu */
#mainmenu { 
	float: right; 
	padding: 10px 0 0; 
}
#menu ul { 
	float: right; 
}
#menu li { 
	display: inline; 
	float: left; 
	margin: 0 0 0 18px; 
}
#menu li a { 
	display: block; 
	color: #FFF; 
	padding: 7px; 
	font-size: 1.1em; 
	border: 1px solid transparent; 
}
#menu a:hover, #menu li a.current { 
	color: #2AAAFF;
    border-color: #444;  
}
#menu li ul { 
	top: 98px;
	background: url(../images/dot.png); 
	padding: 3px;
	font-size: .92em; 
	position: absolute; 
	display: none; 
	z-index: 100; 	
}
#menu li ul li { 
	float: none; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	clear: left;
}

#menu li ul li a { 
	color: #fff;
	margin: 4px; 
	white-space: nowrap;
	padding: 8px;	
}
#menu li ul li a:hover {
	background: #2C2D2F;
	border-color: #2C2D2F;
}

/* slider */
#slider { 
	clear: both; 
	height: 296px; 
	background: url(../images/shadow.png) no-repeat left bottom;
	margin: 0 0 25px;
}
#slideshow {
    position:relative;
    height: 310px;
}
#slideshow img {
	float: left;
}
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow div.active {
    z-index: 10;
}
#slideshow div.last-active {
    z-index: 9;
}

#zoom { 
	z-index: 11; 
}

/* slider overlay */
.overlay {
	clear: both;
	float: left; 
	z-index: 100;
	position: relative; 
	margin: 100px 0 0; 
}
.overlay h2{ 
	color: #fff; 
	font-size: 2em;
	background: url(../images/dot.png);
	padding: 16px;
	margin: 0;
	float: left;
	width: 200px;
}
.overlay p {
	clear: both;
	background: #fff;
	padding: 16px;
	width: 200px;
}


#slideshow:hover .arrow {
	background: url(../images/dot.png);
}

.arrow { 
	float: right;
	position: relative;
	width: 365px;
	height: 363px;
	margin: -280px 0 0;
	z-index: 100;
}
	
.arrow a { 
	float: left;
	background: url(../images/pitcharrow.gif) no-repeat center center; 
	width: 15px;
	height: 24px;
	padding: 19px 25px;
}


#inner-pitch {
	clear: both;
}
#inner-pitch .overlay {
	margin: 0;
	width: 920px;
}

/* main content */
#main { 
	clear: left; 
	float: left; 
	width: 680px;
	border-right: 1px dotted #ddd;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
}
#main-full { 
	clear: left; 
	float: left; 
	width: 930px;
	border-right: 1px dotted #ddd;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
}


#intro { 
	padding: 0 0 20px; 
	margin: 0 0 25px;
	border-bottom: 1px dotted #ddd; 
}

#page { 
	
}
.justify { 
	text-align: justify; 
}

/* images align */
.left { 
	float: left; 
	margin: 0 15px 5px 0; 
}
.right { 
	float: right; 
	margin: 0 0 5px 15px; 
}

/* blog posts */
.blog-post  { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 30px; 
}
.blog-date { 
	float: left; 
	width: 40px; 
	text-align: right; 
	font-size: .9em; 
	padding: 4px 0 0;
}
.blog-date span { 
	font-size: 1.8em; 
}
.blog-body { 
	float: right; 
	width: 590px; 
	border-left: 1px solid #ddd;
	padding: 0 0 0 22px;
}

/* lists */
#page ul, #page ol { 
	margin: 0 0 25px 27px; 
}
#page li { 
	padding: 6px 0; 
	list-style: square; 
}

/* boxes */
.half, .third { 
	float: left; 
	width: 292px; 
	background: #fff; 
	padding: 15px; 
	margin: 0 30px 30px 0; 
}
.third {
	width: 175px;
}

.last { 
	margin-right: 0; 
}

/* Text Boxes */
#tboxes {
	clear: both;
	margin: 0 0 25px; 
}

.tbox {
	float: left;
	width: 280px;
	padding: 0 35px 0 0;
}
.tbox h4 {
	margin: 0 0 18px;
}
.tbox img { margin: 0 0 8px; }

.tbox p {
	font-size: .9em;
}
.tbox.last { padding-right: 0; }
.more { margin: 0; }


/* sidebar */
#side { 
	float: right; 
	width: 220px; 
	font-size: .9em;
}
#side h4 {
	margin: 0 0 23px;
	font-size: 1.3em;
}

.news { 
	border-bottom: 1px dotted #ddd;
	margin: 0 0 11px;
 
}
.news h5 { 
	margin: 0 0 5px; 
	font-size: 1.2em;
    color:#2AAAFF;
}

.news p {
	margin: 0 0 11px;
}

#quote {
	margin: 0 0 30px;
	padding: 20px 0 0 0;
	font-size: .94em;
}

/* side menu */
.side-menu li { 
	list-style: none; 
	padding: 10px 4px; 
	border-bottom: 1px solid #ddd; 
}
.img-indentright {
     margin:0 20px 0 0; float:right; }
.img-indent {
            margin:0 20px 0 0; float:left; }
.wrapper {width:100%; overflow:hidden; }
.under {padding-bottom:17px;border-bottom:1px solid #ddd;margin-bottom:17px}
.box { background:#eaedf0; border:1px solid #c4c4c3; padding:28px 29px 43px 29px; position:relative; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; behavior:url(js/PIE.htc); }
.img-box {width:100%; overflow:hidden; padding-bottom:20px; }
	.img-box img {float:left; margin:0 20px 0 0; }
.boxgrey{background-color: #e9ebe6; padding: 17px 23px 5px 23px; position:relative; font-size: 12px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.under-line, .content-line { border-bottom: 1px dotted rgb(221, 221, 221); margin: 30px 0pt; }
.list1 li {
	background:url(../images/dot.png) no-repeat 0 5px;
	padding:0 0 0 25px;
	line-height:24px;
	font-size:13px;
	}
/* LATEST NEWS SKIN */

#latest_news li{
	background:none;
    border-bottom: 1px dotted #ddd;
	margin: 0 0 11px;
}
	#latest_news .label_title{
		color:#2AAFF;
		font-size:14px;
	}
	#latest_news .item_title, #latest_news .item_title a{
		color:#c05f2e;
		font-size:16px;
	}
		#latest_news .item_title a:hover{
			color:#ff9600;
		}
	#latest_news p.date{
		color:#ab9a9a;
		font-size:10px;
	}

.list2 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list2 dd {
	border-bottom:1px dashed #e1e5e6;
	padding:0 0 10px 0;
	margin-bottom:11px;
	}
.list2 dd:last-child {
	border-bottom:none;
    }
.list3 dt {
	font-weight:bold;
	font-size:13px;
	color:#454f51;
	}
.list3 dd {
	margin-bottom:17px;
	}
.list3 dd:last-child {
	margin-bottom:0;
	}


/**************************
	SIDEBAR SUBNAV
****************************/

ul.subnav{
	list-style:none;
	margin:0;
	padding:0px;
	}

ul.subnav li a{
	voice-family:inherit;
	margin:1px 0;
	padding:0;
	height:100%;
	text-decoration:none;
	border-bottom:1px solid #dce6eb;
	color:#777;
	}

ul.subnav li a:link, 
ul.subnav li a:visited{
	color:#777;
	display:block;
	padding:6px 0px;
	}

ul.subnav li.current a{
	font-weight:bold;
	text-decoration:none;
	background:url(../images/leftp.gif) no-repeat -20px 0 ;
	color:#00919f !important;	
	}

ul.subnav li a:hover{
	color:#00919f;
	background:#ecf2f5;
	padding:6px 2px;
	text-decoration:none;
    }
.box-content{
	padding:0px 10px 15px 10px;
	}
        
        
.image_wrapper {
	display: inline-block;
	padding: 5px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 30px;
}        
        
/**************************/
.morearrow a {
	clear: both;
	display: block;
	width: 75px;
	height: 24px;
	padding: 4px 27px 0 0;
	margin-top: 5px;
	background: url(../images/morearrow.png) no-repeat;

	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.morearrow a:hover {
	background: url(../images/morearrow_hover.png) no-repeat;
}


.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	border: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #d9d9d9;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	-moz-border-radius: 8px;
}
.imgteaser a .more {
	position: absolute;
	right: 2px;
	bottom: -30px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=35);
	opacity:.35;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.1em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=45);
	opacity:.45;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 260px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.enter p {
	float: right;
	width: 180px;
	margin-top: 20px;
	line-height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d9d9d9;
	margin-left: 10px;
	text-shadow: -1px 1px 0 #fff;
}

.abox {
	float: left;
	width: 280px;
	text-align: center;
	margin-right: 5px;
	padding: 5px;


}
.abox img {
	border: medium solid #FFFBF0;
	-moz-border-radius:19px;
	-webkit-border-radius:19px;
	border-radius:19px;
	-moz-box-shadow:0px 0px 11px #000000;
	-webkit-box-shadow:0px 0px 11px #000000;
	box-shadow:0px 0px 11px #000000;

}
.bbox {
	float: left;
	width: 217px;
	text-align: left;
	margin-right: 5px;
	padding: 5px;


}
/* ------------- */
/* -- Contact -- */
/* ------------- */

#main-contact { float: left; padding: 10px 0 0 0; width: 100%; margin: 40px 0 20px; }
#content-contact { float: left; width: 530px; padding: 0 100px 40px 2px; text-align: left; margin: -10px 0 0 0; }
.hide { display: none; }
#contact-form input { padding: 12px 10px 16px 10px; }
#contact-form { margin: 30px 0 0 0; }
#contact-form input { background: url(../images/main-bg.jpg) repeat-x; border: 1px #e5e5e5 solid; padding: 12px 10px 10px 10px; font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0 200px 15px 0; width: 275px; color: #555; }
#contact-form textarea { background: url(../images/main-bg.jpg) repeat-x; border: 1px #e5e5e5 solid; width: 515px; height: 100px; font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0 0 15px 0; padding: 10px; width: 450px; color: #555; }
#contact-form .submit { background: url(../images/submit-button-orange.jpg) no-repeat; width: 109px; height: 38px; border: none; cursor: pointer; margin: 0 0 0 -6px; }
#contact-form .submit:hover { background: url(../images/submit-button-orange-hover.jpg) no-repeat; }
#response { background-color: #eee; border: 1px #ddd solid; padding: 15px; color: #cc0000; margin-bottom: -10px; }
#map {
	margin:0 0 15px 0;
	padding-top:6px;
}
/* ------------ */

/* forms */
fieldset {
	border: 0;
}
label { 
	display: block;
	color: #444;
	padding: 0 0 2px;
}
input.text, textarea.text {
	width: 250px;
	padding: 5px;
	border: 0;
	border: 1px solid #ddd;
	margin: 0 0 3px;
}
textarea.text  {
	width: 400px;
	height: 120px;
}
input.submit {
	color: #fff;
	padding: 7px 10px;
	border: 0;
	font-weight: bold;
	background: #777;
}
	/*
  * TABLE SKIN ***
*/

.table_wrapper{
	margin-bottom:20px;
	padding:0px 30px;
}
	.table_wrapper .table { width:100%; }
		.table_wrapper .table td{
			padding:5px 10px 5px 10px;
		}
		.table_wrapper .table th{
			height:40px;
			padding-left:10px;
			text-align:left;
		}


.table_wrapper .table{
	border:none;
	border-collapse:collapse;
}
	.table_wrapper .table th{
		color:#eee;
		text-shadow:none;
		border:solid 1px #ccc;
		background-color:#775e5e;
	}
	.table_wrapper .table td{
		color:#575757;
		border:solid 1px #ccc;
		
	}
	.table_wrapper .table tr.alt td{
		color:#575757;
		background-color:#d9d9d9;
	}



/* footer */
#follow_us{
			float:left;
			margin-top:40px;
			width:380px;
		}	
			#follow_us h5{
				margin-bottom:10px;
				padding-bottom:5px;
				width:380px;
			}
			#follow_us a { margin-right:5px; }
            	#follow_us h5{
		color:#2AAAFF;
		font-size:13px;
		border-bottom:solid 1px #ccc;
	}
#main-footer { 
	clear: left; 
	float: left; 
	width: 680px;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
}
.copyright {color:#d9d9d9;
}
.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}

.fright {float:right;
}
}

.foot_menu {text-align:right;
}
.foot_menu li {
	display:inline-block;
	padding:0 16px 0  0!important;
	border:0 !important;
	margin:0 !important;
}
.foot_menu li:last-child {padding:0 !important;
}
.foot_menu li a {
	color:#d9d9d9 !important;
	font-size:12px;
	font-family: 'trebuchet ms', tahoma, geneva, sans-serif, Arial, Verdana, Tahoma,Open Sans, sans-serif;
	font-weight:800;
	font-style:normal !important;
}
.foot_menu li a:hover, .foot_menu li a.current {
	color:#2AAAFF !important;
	text-decoration:none;
}

#footer input[type="text"], #footer textarea {
	margin:0 0 5px 0 !important;
	padding: 3px 6px !important;
	font-size: 12px;
	color: #313131;
	font-style:italic;
	-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;	
	background: #d1d1d1;
	border: 1px solid #d1d1d1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	  box-shadow: none;		  
}
#footer textarea { min-height:100px !important;
}
#footer textarea:focus, #footer input[type="text"]:focus {
  outline: 0;
}

.footer_bottom {
	background:#1e1e1e;
	margin-top:20px;
	padding:23px 0 26px 0;
}

.foot_right_block {
	text-align:right;
	padding-top:15px;
}
.foot_right_block .fright {margin-left:20px;
}
.span7 {
  width: 940px;
}

.span5 {
  width: 380px;
}

.span6 {
  width: 580px;
}

#footer { 
	clear: both; 
	color: #999; 
	background: url(../images/footertile.jpg) repeat-x;
	font-size: .9em;
}
#footerbg {
	padding: 35px 0 15px 0;
	background: url(../images/footer.jpg) no-repeat center top;
}
#footer p { 
	margin: 0 0 12px;
	padding: 6px 0;
}
#footer_menu {
	float: right;
	padding: 4px 0 0;
}
#footer a { 
	color: #999; 
	margin: 0 5px 0 0; 
	padding: 6px 10px;
	background: url(../images/dot.png) no-repeat left center; 
	border: 1px solid transparent;
}
#footer a:hover {
	border-color: #555;
}
#fleft {
	clear: both;
	padding: 25px 0 0;
	font-size: .94em;
}

#copy { 
	color: #777; font-size: 1.5em; 
}
#copy span { 
	color: #999; 
}</pre>
    <br>
  </body>
</html>
