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

@import "fancybox.css";


/* yellow = #F5BF21
*/

* {padding: 0px; margin: 0px ; behavior: url(iepngfix.htc); }




body {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #BBB1AF;
	background-attachment: fixed;

}




#wrapper {
    width: 982px;
	margin: 0px auto;
	position: relative;
	}
#content {
	width: 600px;
	background-image: url(../images/content_trans.png);
	background-repeat: repeat;
	padding: 20px;
	padding-top: 14px;
	padding-bottom: 0px;
	overflow: hidden;
}
	#content img {
		margin-bottom: 20px;
		display: block;
		float: left;
	}
		.margRight {
		margin-right: 20px;
		}

#logo {
	width: 225px;
	right: 8%;
	top: 0px;
	text-align: center;
	position: fixed;
	height: 290px;
}
* html #logo{
    position: absolute;
}
h1 {
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	width: 542px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.8em;
	color: #F5BF21;
	margin-bottom: 8px;
	background-image: url(../images/h2_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 4px;
	clear: both;
}
.h2white {
	font-size: 0.8em;
	color: #FFFFFF;
}
h3 {
	margin-bottom: 8px;
	font-size: 1.4em;
}

h5 {
	height: 121px;
	width: 120px;
	position: absolute;
	left: 560px;
	top: 283px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}


p {
	font-size: 1.2em;
	padding-bottom: 18px;
	line-height: 1.5em;
}
a {color: #FFFFFF;}
a:hover {text-decoration: none;}



#imgMain {
	position: absolute;
	left: 20px;
	top: 80px;
}
#imgSide {
	position: absolute;
	left: 338px;
	top: 340px;
}
#text {
	margin-left: 35px;
	margin-top: 220px;
	width: 280px;
}
#footer {
	width: 640px;
	padding-left: 0px;
	margin-top: 20px;
	font-size: 0.8em;
	padding-bottom: 10px;
}


ul#nav {
	height: 80px;
	padding-top: 50px;
	padding-left: 0;
	margin-left: 20px;
}
ul#nav li {
	float: left;
	display: inline;
	margin-bottom: 0;
	margin-right: 30px;
}
ul#nav a {
	display: block;
	font-size: 1.4em;
	text-decoration: none;
	letter-spacing: -0.05em;
}
#nav a:hover, #nav a#active {
	color: #FABE12;
}

ul#nav li#nav1 a {width: 162px;}
ul#nav li#nav1 a:hover, ul#nav li#nav1 a#active {background-image: url(../images/nav1.png);}

ul#nav li#nav2 a {width: 105px;}
ul#nav li#nav2 a:hover, ul#nav li#nav2 a#active {background-image: url(../images/nav2.png);}

ul#nav li#nav3 a {width: 113px;}
ul#nav li#nav3 a:hover, ul#nav li#nav3 a#active {background-image: url(../images/nav3.png);}

ul#nav li#nav4 a {width: 110px;}
ul#nav li#nav4 a:hover, ul#nav li#nav4 a#active {background-image: url(../images/nav4.png);}
.copy {
	float: right;
}
.ra {
	float: left;
}
.tel {
	position: absolute;
	left: 453px;
	top: 10px;
	font-size: 1.4em;
}
ul {
	font-size: 1.2em;
	padding-left: 27px;
	margin-bottom: 18px;
}
li {
	margin-bottom: 4px;
}


/* ================ random classes ========================== */

.pdf {
	background-image: url(../images/pdficon.png);
	padding-left: 34px;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 16px;
	padding-top: 4px;
}

a img {
	border: none;
}

