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

 body, h1, h2, h3, h4, h5, h6, p, div, ul, li
{
	margin: 0;
	padding: 0;
}


body 
{	
	margin: 0px;
	padding: 0px;
	font-family: "Verdana";
	background-color: transparent;		
}

html 

{ height: 101%; }

a img 
{
      border: 0px;
}

#header-wrap

{ 
	width:100%;
	height: 48px;
	background: url(../headerBG.png) repeat-x 0 100%;
	position: fixed;
	margin: -10px auto;
	z-index: 999;
}


#header
{
	position: fixed;
	width: 100%;
	margin: -10px 100px;
	height: 46px;
	position: relative;	
}

h3 
{
font-size: 14px;
    color: #fba904;
	text-transform:uppercase;
	padding-top: 0.8em;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 0;
}

ul
{
list-style-type: circle;
font-size: 0.7em;
	color: #fff;
	padding: 1.7em;
	padding-left: 42px;
	line-height: 1.0em;
}

#divWrapper
{ 
	width: 960px;
	height: 62px;
	margin: 0 auto;
	position: fixed;
}


#divNav
{
	width: 960px;
	height: 40px;
	margin: 0 auto;
}

#divNav ul
{
	width: 600px;
	height:40px;
	margin: 0 auto;	
	list-style: none;
}

#divNav ul li
{
	float: left;
	text-align: center;	
}

#divNav ul li a 
{
	font-size: 18px;
	font-weight: bolder;
	height: 20px;
	line-height: 20px;
	display: block;
	width: 100px;
	text-decoration: none;
	color: #ffffff;
	margin: 9px;
}

#divNav a:hover 
{
    color:#000;
	background-color:#fff;
}




#page-wrap

{
	width: 960px;
	height: 725px;
	margin: 0 auto 0 auto;	
}

#main-content 
{	
	width: 880px;
	height: 785px;
	padding: 70px 0 0 0;
	margin: 0px auto 35px auto;
	width: 100%;
}

div.divAboutcontent
{
    
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);

    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);

    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);

    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}

.divAboutcontent
{
	width: 600px;
	margin: 60px auto;
	border: 1px solid #000;
	
	/*Border Radius*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	/*Shadows*/
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	
}

#contact-info
{

	width: 431px;
	margin-top: 50px;
	margin-left: 80px;
	font-size: 22px;
	font: verdana;
	color: #fff;	
	
}
#contact-text

{
	width: 431px;
	margin-top: 10px;
	margin-left: 80px;
	font-size: 14px;
	color: #fff;

}

#message-area
{
	width: 431px;
	margin-left: 80px;
	margin-top: 20px;
}

input.text,
textarea {
	border: 1px solid #b3cd34;
	border-color: #3f1a0f #3f1a0f #3f1a0f #3f1a0f;		
}


#contact-form

{

	
}



#contact-form label {
	display: block;
}
#contact-form p {
	margin: 0 0 15px auto;
}
#contact-form input,
#contact-form textarea {
	font: normal 100% "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 1.0em; /* 12/16 = .75 */
	line-height: 1.5; /* 18/12 = 1.5 */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






#contact-form input[type=submit] {
	width: auto;
	background: #000;
	border: none;
	color: #fff;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 20px 8px;
	letter-spacing: .15em;
	cursor: pointer;
}

#contact-form input[type=submit]:hover {
	background: rgba(192,192,192,.8);
}
#contact-form input[type=submit]:active {
	position: relative;
	top: 1px;
}
#contact-form textarea {
	max-width: 100%;
}

#footer-wrap		
{
	width: 100%;
	height: 180px;
	margin: 0px auto;
}

#socialicons
{	
	position: relative;
	width: 210px;
	height: 50px;
	margin: 0px auto;
}
#socialicons img
{	
	margin: 25px 0px 0px 5px;
}

#footer

{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 180px;
}


#copy
{
	width: 950px;
	font-size: 12px;
	color: #fff;
	padding: 5px;
	margin: 0 auto;
	position: absolute;
	top:130px;
	left:0px;

}
