@charset "utf-8";

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html,
body {
    height: 100%; 
    padding: 0;
    margin: 0;
}


body {
	color:#000;
	font-size: 16px;
	width: 100%;
	height: 100%;	
	position: relative;	
	min-width: 1000px;
}

.hometilebg {
	background-color: #ffa100;
	background-image: url(../images/sitebghome.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.innertilebg {
	background-color: #ffa100;
	background-image: url(../images/sitebginner.png);
	background-repeat: repeat-y;
	background-position: left top;
}


#page {
	width: 100%;
	overflow: auto;
	font-family:'Ubuntu-Regular', Arial, Helvetica, sans-serif;
	position: relative;	
}

.home {
	background-image: url(../images/homebg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.inner {
	background-image: url(../images/innerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
}


a {
	color:#000;
	text-decoration: none;
	outline: none;
   -moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;			
		
}


#sidebar {
	background-color: #FFFFFF;
	width: 270px;
	float: left;
	position: relative;	
	z-index: 99999;
}

#sidebarinner {
	width: 215px;
	margin: 20px auto 20px auto;
	
}


#logo {
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
}


#nav {
	background-color:#FFF;
	margin: 20px 0 0 0;
	font-size: 1em;
}

#nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;	
}

#nav .selected {
	background-color: #ffbf00;
	border-bottom-color: #ffbf00;
}

#nav li a {
	display: block;
	padding: 8px 10px 8px 15px;
}

#nav li a:hover {
	background-color: #EBEBEB;
}

#nav .selected a:hover {
	background-color: #ffbf00;
	
}

#footer {
	margin: 120px 0 0 0;
	font-size: 0.75em;
	line-height: 1.5em;
}

#footer a {
	color: #ad0000;
}

#footer a:hover {
	color: #000000;
}

#footer .fb  {
	display: block;
	height: 30px;
	text-indent: -9999em;	
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	margin: 0 0 10px 0;
}




#homecontent {
	width: 715px;
	float: left;
	padding: 0 0 90px 0;
	position: relative;
}


#homeintro {
	padding: 35px 0 35px 35px;
	overflow: hidden;
	position: relative;
}

#homeintro:before,
#homeintro:after {
    content:"";
    display:table;
}
#homeintro:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#homeintro {
    zoom:1;
}

.intro {
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	width: 550px;
	position: relative;

}

.learnmore {
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: #ffa000;
	display: inline;
	padding: 12px;
	text-align: center;
	width: 100px;
	color:#FFF;
	position: absolute;	
	top: 35px;
	right: 0;
}

.learnmore:hover {
	background-color: #000000;
}



#slidercontainer {
	height: 360px;
	width: 715px;
	overflow: hidden;
	position: relative;
	background-color: #000000;	
	
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);	
	-moz-box-shadow:    0px 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 3px 10px rgba(0, 0, 0, 0.3);	
}

#threeblocks {
	margin: 25px 0 0 0;
	height: 155px;
	width: 715px;
	overflow: hidden;
	position: relative;	
}

.blockcontainer {
	background-color:#FFFFFF;
	display: inline;
	float: left;
	height: 145px;
	width: 215px;
	position: relative;
}

.needgap {
	margin-left: 34px;
}

.block {
	height: 145px;
	width: 215px;
	position: relative;
	cursor: pointer;
	margin: 0;
	background-color: #000000;
	text-transform: uppercase;
	
   -moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;	
			
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);	
	-moz-box-shadow:    0px 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 3px 10px rgba(0, 0, 0, 0.3);		
}

#block1 {
	background-image: url(../images/block1bg.jpg);
	background-repeat: no-repeat;
}

#block2 {
	background-image: url(../images/block2bg.jpg);
	background-repeat: no-repeat;
}


#block3 {
	background-image: url(../images/block3bg.jpg);
	background-repeat: no-repeat;
}

.blockcaption {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-size: 0.9em;
	color:#FFF;
	padding: 10px 0 10px 0;
	bottom: 0;
	width: 100%;
	position: absolute;	
   -moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;	
   		
   
   
}

.block:hover .blockcaption {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	padding: 10px 0 15px 0;
}

.block:hover {

	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);	
	-moz-box-shadow:    0px 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 3px 10px rgba(0, 0, 0, 0.5);
	opacity: 0.9;	
}



#block3 .blockcaption {
	background: rgb(173, 0, 0);
	background: rgba(173, 0, 0, .7);	
}

#block3:hover .blockcaption {
	background: rgb(173, 0, 0);
	background: rgba(173, 0, 0, 0.9);	
}




.clearspace {
	clear: both;	
	font-size: 0;
	line-height: 0;
}



#innercontent {
	width: 650px;
	float: left;
	position: relative;
	color: #000;	
	padding: 35px 0 35px 0;
	margin: 0 0 0 35px;
}

#innercontent h1 {
	font-size: 2.1em;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#innercontent a {
	text-decoration: underline;
}

#innercontent .pageintro {
		font-size: 1.3em;
		font-weight: normal;
		margin: 0 0 20px 0;
}

#innercontent h2 {
	font-size: 1.3em;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #ad0000;	
}

#innercontent h3 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color:#000000;	
}


#innercontent p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #000000;	
}

#innercontent ul  {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 15px 22px;
	font-weight: normal;
	color: #000000;	
	list-style-type: disc;
}



hr {
	background-color: #e5b500;
	border: 0;
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.innerbanner {
	margin: 5px 0 20px 0;
	border: 5px solid #FFF;
}

#gmap {
	text-align: right;
}

#gmap p {
	font-size: 0.7em;
	padding: 10px 0 5px 0;
}