@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #500000;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


body#home a#homenav {
	background-color: #FFF;
	color: #000;
}

body#contact a#contactnav {
	background-color: #FFF;
	color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 10px;
	font-size: 30px;
	text-align: justify;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;

	text-align: right;
}

h4 a:link, h4 a:visited {

    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
h4 a:hover, h4 a:active {
	color: #500000;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #500000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: justify;
}



#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 120px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(assets/header.jpg);
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#header ul {
	padding-top: 90px;
}
#header li {
	list-style-type: none;
	display: inline;
}
#header li a {
	text-decoration: none;
	display: block;
	width: 60px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
}

#center {
	background-color: #FFF;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	background-image: url(assets/center_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftContent {
	width: 460px;
	float: left;
	margin-right: 40px;
}

#rightContent {
	width: 340px;
	float: left;
}
#rightContent p {
	font-size: 18px;
}
#rightContent ul {
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#rightContent li {
	padding-bottom: 10px;
}

#footer {
	padding-right: 50px;
	padding-left: 50px;
	background-color: #000;
	color: #CCC;
}
#contactLeftContent {
	width: 375px;
	float: left;
	margin-right: 40px;
}
#contactRightContent {
	float: left;
	width: 425px;
}

#footer ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 140px;
}

#footer li {
	display: inline;
	list-style-type: none;
	float: left;
	padding-right: 15px;
}
#footer li  a{
	height: 125px;
	width: 175px;
	float: left;
	display: block;
	background-repeat: repeat-x;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	text-decoration: underline;
	color: #FFF;
}





.clearFloat {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 10px;
}
#contactLeftContent ul{
	list-style-type: none;
}
#contactLeftContent li{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	font-size: 18px;
	font-style: italic;
}

.footerContent {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 570px;
	float: left;
}
#footerText {
	padding-right: 15px;
}

.footerSubcontent {
	float: left;
	padding-left: 15px;
	padding-top: 30px;
	width: 240px;
	padding-right: 15px;
	padding-bottom: 30px;
}

.footerLinks {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}


.topImg {
	margin-top: 40px;
	margin-bottom: 40px;
}

.valid {
	position: relative;
	top: 10px;
	padding-left: 10px;
}
.jjs {
	position: relative;
	top: 11px;
	padding-left: 10px;
}


.contentBreak {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}


.home a:link, .home a:visited {

	color: #ffb346;
}
.home a:hover, .home a:active {
	background-color: #FFF;
	color: #000;
}
.contact a:link, .contact a:visited {

	color: #ffb346;
}

.contact a:hover, .contact a:active {
	background-color: #FFF;
	color: #000;
}




#content {

}
