@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
@font-face {
    font-family: tempus;
    src: url(../fonts/TEMPSITC_0.TTF);
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		10;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	
	background-color:#DBDBDB;	
}

#side-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#000000;
	color:#FFFFFF;
	
	font-family: tempus;
}

#side-left > #logo{
	margin:10px 0 0 0;
	1width:90%;
	border-right:3px solid #FF911E;
	border-top:3px solid #FF911E;
	border-bottom:3px solid #FF911E;
	float:left;
	
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}

nav{
	background-color:#8E191C;
	color:#FFFFFF;
	float:left;
	margin:10px 0 10px 0;
	clear: both;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}

nav > ul {
	text-align: left;
	margin: 0 0 0 10px;
}

nav > ul > li {
	display: inline-block;
    1text-align: center;
    width: 40%;
	margin: 4px 5px;
}
nav a, #highlight a{
	color:rgba(255,255,255,1) !important;}
nav a:hover, #highlight a:hover{
	color: #D1941B  !important;
}



#side_footer{
	display:none;
}

#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	background-color:#F0F0F0;
}

#main_content{
}

#main_text{
	padding: 0 10px;
}
#highlight {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	padding: 24px 0 0 0;
	background-color:#DBDBDB;	
}

#highlight > .block  > h3 {
	border-bottom: 1px solid #FFFFFF;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 20px 0 0;
    width: 80%;
}

#highlight >.block > ul {
	list-style: none outside none;
    padding: 0 0 20px 10px;}

.block{
	background-color:#8E191C;
	color:#FFFFFF;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}

.block  ul > li > a > img{
	max-width: 86%;}


#side_right {
	clear: none;
	float: right;
	1margin-left: 2.0408%;
	width: 50%;
	display: block;
	padding: 20px 0 0 0;
	background-color:#DBDBDB;
}

.logo_link{
	
	border-left:3px solid #FF911E;
	border-top:3px solid #FF911E;
	border-bottom:3px solid #FF911E;
	float: right;
    margin: 5px 0;
    width: 90%
}

#side_footer_phone{
	background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    padding: 0 0 10px 10px;
    text-align: left;
    width: 100%;
	}
	
#side_footer_phone ul{
	}

#side_footer_phone ul li{
	display: inline;
	}
	
.contact-form{
	margin: 0 0 20px 0}
.contactDetails{
	width:80%;
	float:left;
	margin: 0 0 20px 0;
}

.contact-form > form > label{
	float: left;
    font-size: 14px;
    font-weight: bolder;
    margin: 5px 0 0;
    width: 80%;
}	
.contact-form > form > input, .contact-form > form > textarea{
	border: 1px solid #D3D3D3;
    box-shadow: none;
    float: left;
    height: 30px;
    margin: 5px 0;
    width: 100%;
	}
.contact-form > form > textarea{
	height:20%;
	}
	
.contact-form > form > #submit{
	background-color:#8E191C;
	color:rgba(255,255,255,1);
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

#side-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 20%;
	display: block;
}


#logo{
	margin:30px 0 0 0;
	width:90%;
	
	border-right:0px!important;
	border-left:3px solid #FF911E;
	border-top:3px solid #FF911E;
	border-bottom:3px solid #FF911E;
	float:right !important;
	
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-bottom-right-radius:0px !important;
	border-top-right-radius:0px !important;
}

nav{
	background-color:#8E191C;
	color:#FFFFFF;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	
	border-bottom-right-radius:0px !important;
	border-top-right-radius:0px !important;

	width:90%;
	float:right;
	margin:30px 0 20px
	
}

nav > ul{
	text-align: right;
	margin: 0 10px 0 0;
	}
nav > ul > li{
	border-bottom: 1px solid #000000;
    padding: 6px 0;
    text-align: right;
    width: 80%;
}

#side_footer{
	display:block;
	width:auto;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}
#side_footer > ul {
			
}
#side_footer > ul > li{
	padding: 5px 0;
}

#side_footer_phone{
	display:none;}
#content {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 40%;
	display: block;
	
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: -120px top;
	background-color:#F0F0F0;
}

#slide_image{
	width:90%;
	height:150px;
	border-top:5px solid #FF911E;
	border-right:5px solid #FF911E;
	border-bottom:5px solid #FF911E;
	margin:30% 0 0 0;	
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	background-color:#FFFFFF;
}

#main_content{
	
	background: -moz-linear-gradient(top,  rgba(240,240,240,0.9) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0.9)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0f0f0', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

}

#main_text{
	padding:0px 10px 0 10px;
	
	1border-left: 2px solid gray;
    1border-right: 2px solid gray;

	background: -moz-linear-gradient(top,  rgba(240,240,240,0.9) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,0.9)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,240,240,0.9) 0%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0f0f0', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */


}

#highlight {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 20%;
	display: block;
	background-color:#E4E4E4;	
	box-shadow: -1px -1px 2px 2px #666666;
	
	padding: 0px;
}

.block{
	width:90%;
}
.first_block{
	margin:60% 0 0 0;	}


#highlight > .block  > h3 {
	border-bottom: 1px solid #FFFFFF;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 20px 0 0;
    width: 80%;
}

#highlight >.block > ul {
	list-style: none outside none;
    padding: 0 0 20px 10px;}

#side_right {
	clear: none;
	float: left;
	1margin-left: 0%;
	width: 20%;
	display: block;
	background-color:#DBDBDB;
	padding:0px;
	box-shadow: -1px -1px 2px 2px #666666;
}
.first_logo_link{
	margin:60% 0 5px 0 !important;	
}
.logo_link{
	width:85%;
	margin:5px 0;
	border-left:0px !important;
	border-right:3px solid #FF911E;
	border-top:3px solid #FF911E;
	border-bottom:3px solid #FF911E;
	float:left;
	
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	}

.contactDetails{
	width:80%;
	float:left;
	margin: 0 0 20px 0;
}

.contact-form > form > label{
	float: left;
    font-size: 14px;
    font-weight: bolder;
    margin: 5px 0 0;
    width: 80%;
}	
.contact-form > form > input, .contact-form > form > textarea{
	border: 1px solid #D3D3D3;
    box-shadow: none;
    float: left;
    height: 30px;
    margin: 5px 0;
    width: 90%;
	}
.contact-form > form > textarea{
	height:20%;
	}
	
.contact-form > form > #submit{
	background-color:#8E191C;
	color:rgba(255,255,255,1);
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	min-height:110%;
	1max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	1margin: auto;
}

#side-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 15%;
	display: block;
}

#logo{
	margin:30px 0 0 0 !important;
	width:90%;
	border-left:3px solid #FF911E;
	border-top:3px solid #FF911E;
	border-bottom:3px solid #FF911E;
	float:right !important;
	
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
}

nav{
	width:80%;
	float:right;
	margin:30px 0 20px;
	background-color:#8E191C;
	color:#FFFFFF;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
}

nav > ul{
	text-align: right;
	margin: 0 20px 0 0;
	}
nav > ul > li{
	border-bottom: 2px solid #000000;
    padding: 10px 0;
    text-align: right;
    width: 80%;
}



#side_footer{
	display:block;
	width:auto;
	float:right;
	text-align:right;
	padding:0 20px 0 0;
}

#side_footer > ul > li{
	padding: 5px 0 15px 12px;
	float:left;
}

#side_footer_phone{
	display:none;
}

.1contactSideleftSpacer{
	float:left;
	width:100%;
	height:317px;
}

#content {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 49.7%;
	display: block;
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: -120px top;
	background-color:#F0F0F0;
	
	
}

#main_content{}

#slide_image{
	width:600px;
	height:auto;
	border-top:5px solid #FF911E;
	border-right:5px solid #FF911E;
	border-bottom:5px solid #FF911E;
	margin:22% 0 0 0;	
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	background-color:#FFFFFF;
}
#slide_image > img{}


#carousel {
	width: 600px;
	
}

#carousel ul {
	List-style: none;
	width: 600px;
	position:relative;
	margin:0;
	padding:0;
	float:left;
}

#carousel li {
	width: 600px;
	float:left;
	dispaly:inline;
	
}


.textholder 
{
	width: 600px;
	padding: 6px 6px 6px 6px;
	textialign: left;
	font-size:16px;
	color:#FFFFFF;
	line-height: 30px;
	
}


#main_content{
}

#main_text{
	padding:20px 15px 0 15px;
	float: left;
	width: auto;
	1border-left: 2px solid gray;
    1border-right: 2px solid gray;
}

#eventTitle{
	float: left;
    height: auto;
    padding: 20px 0 0;
    width: 60%;
}

#highlight {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 20%;
	display: block;
}
	



#highlight > .block  > h3 {
	 border-bottom: 1px solid #FFFFFF !important;
    height: 30px !important;
    margin: 0 0 0 20px !important;
    padding: 20px 0 0 !important;
    width: 80% !important;
	font-size: 20px;
}

#highlight >.block > ul {
	list-style: none outside none !important;
    padding: 0 0 20px 20px !important;}
.zero_block_dlp {
	margin:20px 0 0 0;	}
	
.zero_block_dlp > img{
	border-bottom: 5px solid #ff911e;
    border-bottom-right-radius: 4px;
    border-right: 5px solid #ff911e;
    border-top: 5px solid #ff911e;
    border-top-right-radius: 4px;
	}

.first_block{
	margin:56% 0 0 0;	}
	
.first_block_dlp{
	margin:40px 0 0 0;	}
	
.block{
	width:80%}

.1contactHighlightSpacer{
	float:left;
	width:100%;
	height:375px;
	}
	
#side_right {
	clear: none;
	float: left;
	1margin-left: 2.0408%;
	width: 15%;
	display: block;
	box-shadow: -1px -1px 2px 2px #666666;
}

.first_logo_link{
	margin:75% 0 5px 0 !important;	
}

.logo_link{
	width:75%;
	height:auto;
	margin:5px 0;
	border-left:0px !important;
	border-right:3px solid #FF911E;
	border-top:3px solid #FF911E;
	border-bottom:3px solid #FF911E;
	float:left;
	
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	}
.1contactSiderightSpacer{
	float:left;
	width:100%;
	height:302px;
	}

.contactDetails{
	width:50%;
	float:left;
	margin: 0 0 20px 0;
}

.contact-form > form > label{
	float: left;
    font-size: 14px;
    font-weight: bolder;
    margin: 5px 0 0;
    width: 80%;
}	
.contact-form > form > input, .contact-form > form > textarea{
	border: 1px solid #D3D3D3;
    box-shadow: none;
    float: left;
    height: 30px;
    margin: 5px 0;
    width: 90%;
	}
.contact-form > form > textarea{
	height:20%;
	}
	
.contact-form > form > #submit{
    width: 200px;
	background-color:#8E191C;
	color:rgba(255,255,255,1);
}

#main_text .wrap{
	    margin: 0 0 0;
}
#main_text .wrap .box {
	 border: 4px solid #8e191c;
    border-radius: 8px;
    float: left;
    margin: 2%;
}

#main_text > img{
	margin: 0 0 0 -15px;
	border-bottom: 5px solid #ff911e;
    border-bottom-right-radius: 4px;
    border-right: 5px solid #ff911e;
    border-top: 5px solid #ff911e;
    border-top-right-radius: 4px;
}

.contact_info{
	font-size: initial;
	}


}