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


@font-face {
    font-family: 'TrajanProRegular';
    src: url('t-regular-webfont.eot');
    src: url('t-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('t-regular-webfont.woff') format('woff'),
         url('t-regular-webfont.ttf') format('truetype'),
         url('t-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TrajanProBold';
    src: url('t-bold-webfont.eot');
    src: url('t-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('t-bold-webfont.woff') format('woff'),
         url('t-bold-webfont.ttf') format('truetype'),
         url('t-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	min-height: 685px;
	background-color: #CDAE73;
	width: 800px;
	padding: 15px;
}
#content {
	background-color: #0A1240;
	padding: 15px;
	background-image: url(images/bg.png);
	min-height: 635px;
}
#header {
	height: 120px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: white;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#contentupper {
	width: 100%;
	height: 165px;
	margin-bottom: 15px;
	background-image: url(images/contentupperbg.png);
}
#quotebox {
	float: left;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14pt;
	width: 700px;
	margin-left: 35px;
	margin-right: 35px;
}
#contentlower {
	width: 718px;
	background-color: #FFF;
	height: 264px;
	margin-bottom: 15px;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 36px;
}
#frontcontact {
	float: left;
	width: 428px;
	margin-left: 36px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 36px;
	margin-top: 29px;
}
#contentlower img {
	float: left;
}
#copyright {
	width: 830px;
	height: 15px;
	text-align: right;
	font-size: 9px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
#border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-left: 15px;
	clear: both;
	margin-right: 15px;
}
#navbar {
	height: 27px;
	width: 685px;
	margin-bottom: 0px;
	color: #FFF;
	margin-top: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-left: 15px;
}
#navbar ul {
	list-style-type: none;
	display: inline;
	margin-bottom: 0px;
}
#navbar ul li {
	margin-right: 10px;
	color: #003;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#navbar ul a  {
	text-decoration: none;
	color: #006;
}
#navbar ul li:hover {
	color: #FFF;
	background-color: #333;
}
#navbar ul li:active {
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	margin-top: 15px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-image: url(images/pagebg.jpg);
	font-family: "TrajanProRegular";
}
#about {
	background-color: #FFF;
	padding: 15px;
	font-size: 10pt;
}
h1, h2, h3 {
	margin: 0px;
}
hr {
	margin: 0px;
}
#contact {
	background-color: #FFF;
	padding-top: 105px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 370px;
}
#contactpage {
	float: left;
	width: 360px;
	font-family: "Trajan Pro", "Trajan Pro Bold";
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 18px;
	margin-top: 25px;
	margin-left: 18px;
}
#contact img {
	float: left;
}
#contactpage a {
	text-decoration: none;
	color: #000;
}
