@charset "UTF-8";


/* IE PNG FIX */

img, div { behavior: url(iepngfix.htc) }

/* DESIGN ELEMENTS */

#header {
	height: 178px;
	background-image: url(../img/header.jpg);
}
#wrapper {
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
}
.nav_button {
	height: 50px;
}
#first_nav {
	height: 50px;
}
#last_nav {
	height: 50px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
	color: #553883;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A3B8B;
	margin-left: 10px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	margin: 0px;
	color: #677700;
	line-height: 14px;
}

/* IMAGE WRAP */

img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
}

/* BACKGROUN */

body {
	background-image: url(../img/bg_repeat.png);
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
	color: #C05127;
}
.small_text {
	font-size: 12px;
	color: #6E7D0C;
}
.home_contact_div {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	background-color: #3A255A;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.home_contact_links {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
}
.home_contact_links:hover {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
}
.home_contact_div:hover {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	background-color: #848F4B;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a {
	color: #8F9B44;
	text-decoration: none;
}
a:hover {
	color: #553883;
	text-decoration: none;
}
