@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0; list-style: none;}
body {
	letter-spacing:.07em;
    color:white;
    background-color:#000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    background: url(../images/mainbg.jpg) no-repeat top center;
}
h2.logo {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    width:50%;
    float:left;
    font-size:20px;
    color:#FF5200;
    position:relative;
    top:27px;
}
.container {
    width:750px;
    margin:0 auto;
}
#nav {
    font-size:12px;
    padding-top:35px;
    height:15px;
    text-align:right;
}
#nav li {
    display:inline;
    padding-left:10px;
}
#nav a {
    text-decoration:none;   
    color:#fff;
}
#nav a:hover {
    color:#FF5200;
}
.slidey {
    height:245px;
    background-color:#1B1B1B;
	
}
.slidey img {
    float:left;
    margin-right:20px;
}
.slidey p{
    float:left;    
    width:210px;
    padding-bottom: 15px;
}
.slidey h3{
    font-style:italic;
    padding:25px 0 10px 0;    
}
.slidey em {
    color:orange;
}
.slidey a {
    color:#FF5200;
    text-decoration:none;
}
.slidey a:hover {
    text-decoration:underline;
}
#main {
	position:relative;
	padding-top:35px;
	background: url(../images/bg_main.png) top repeat-x #2A2A2A;
   border-bottom: solid 1px #4F4F4F;
}
#mainLeft {
    padding-right:10px;
    border-right: dashed 1px #3F3F3F;
    width:480px;
}
#mainLeft p {
	font-size:14px;

}
#mainLeft img {
    padding:7px;
    margin:0 0 15px 0; 
    border:solid 1px #3C3C3C;
}
#mainLeft ul {
	font-size:14px;
	margin:15px;
	margin-top:0;
}
#ulleft li{
	font-size:11px;
}
#mainLeft li {
	list-style:disc;
}
.right {
	float:right;
    height:450px;
	width:225px;
	padding-left:20px;
    padding;right:10px; 
	position:relative; 
}
.right img {
	float:left;
}
.right h2 {
        color:#FF5200;
        font-weight:lighter;
        font-size:20px;
	padding:0 10px;
	position:relative;
	top:5px;
	float:left;
	width:60%;
}
#main {
	padding: 35px 0;
}
#main p {
	line-height:1.4em;
	color:#CCCCCC;
	font-weight:normal;
        padding: 15px 0;
}
#main h3 {
	text-align:center;
    color:orange;
    font-family: Georgia;
    font-style:italic;
}
.form {
        
	clear:both;
}

/* smaller menu */
.nav {
	width: 750px;
	height: 100px;
	background: url(../images/bigbutton.jpg) no-repeat;
	position: relative;
	margin-bottom:70px;
	border-bottom:solid black 1px;
	border-top:solid black 1px;
}
.nav li {
	display: inline;
}
.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 100px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}
	.nav .about a:link, .nav .about a:visited {
		left:0;
		width: 250px;
	}
	.nav .about a:hover, .nav .about a:focus {
		background: url(../images/bigbutton.jpg) no-repeat 0  -100px;
	}
	.nav .about a:active {
		background: url(../images/bigbutton.jpg) no-repeat -100px -200px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(../images/bigbutton.jpg) no-repeat -100px -147px;
		cursor: default;
	}
	.nav-about, .nav-about-click {
		position: absolute;
		top: 0;
		width: 250px;
		height: 100px;
		background: url(../images/bigbutton.jpg) no-repeat 0 -100px;
	}
	.nav-about-click {
		background: url(../images/bigbutton.jpg) no-repeat 0 -200px;
	}



	.nav .services a:link, .nav .services a:visited {
		left: 250px;
		width: 250px;
	}
	.nav .services a:hover, .nav .services a:focus {
		background: url(../images/bigbutton.jpg) no-repeat -250px -100px;
	}
	.nav .services a:active {
		background: url(../images/bigbutton.jpg) no-repeat -250px -200px;
	}
	.current-services .services a:link, .current-services .services a:visited {
		background: url(../images/bigbutton.jpg) no-repeat -250px -200px;
		cursor: default;
	}
	.nav-services, .nav-services-click {
		position: absolute;
		top: 0;
		left: 250px;
		width: 250px;
		height: 100px;
		background: url(../images/bigbutton.jpg) no-repeat -250px -100px;
	}
	.nav-services-click {
		background: url(../images/bigbutton.jpg) no-repeat -250px -200px;
	}


	
	.nav .faq a:link, .nav .faq a:visited {
		left: 500px;
		width: 250px;
	}
	.nav .faq a:hover, .nav .faq a:focus {
		background: url(../images/bigbutton.jpg) no-repeat -500px -100px;
	}
	.nav .faq a:active {
		background: url(../images/bigbutton.jpg) no-repeat -500px -200px;
	}
	.current-faq .faq a:link, .current-faq .faq a:visited {
		background: url(../images/bigbutton.jpg) no-repeat -500px -147px;
		cursor: default;
	}
	.nav-faq, .nav-faq-click {
		position: absolute;
		top: 0;
		left: 500px;
		width: 250px;
		height: 100px;
		background: url(../images/bigbutton.jpg) no-repeat -500px -100px;
	}
	.nav-faq-click {
		background: url(../images/bigbutton.jpg) no-repeat -500px -200px;
	}

input {
  border: 1px solid #000000;}

input, textarea, select {
  border: 1px solid #000000;
  color : #000;
  font:Arial, Helvetica, sans-serif;
  font-size:11px;}

input, submit {background-color:#fff;}

/* ######################## */
/* BEGIN FOOTER */



#footer {
    border-top:solid 1px #6F6F6F;
    padding:5px;
    background: black;
    height: 250px;
}


#footerNav {
	text-align: center;
	padding-top: 10px;
	
}

#footerCards {
	text-align: center;
	
}


#footerLeft {
	float: left;
	width: 40%;
	padding: 20px;
	font-size: 10px;

}


#footerRight {
	float: right;
	width: 40%;
	padding: 20px;
	text-align: right;
	font-size: 10px;


}




#footer ul {
    padding-bottom:15px;
}
#footer li {
    display:inline;
    padding:10px;
}

#footer a{
    color:#fff;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
     color:#FF5200;
}
#footer em {
    font-size:15px;
    color:orange;
}


/* END FOOTER */
/* #################### */


#dogetintouch {
    text-align:center;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom: dashed 1px #3F3F3F;
}
#dogetintouch h4 {
    color:orange;
    padding-bottom:15px;
}
#dogetintouch p{
    text-align:center;
    padding:3px;
}
p.bot {
    border-bottom:dashed 1px #3C3C3C;
    margin-right:20px;
   

}
#mainLeft p.q {
    font-style:italic;
    color:orange;
    padding-bottom: 0px; 
    padding-top:30px;
}
