@font-face {
	font-family: 'Times New Roman';
	font-weight: normal;
	font-style: normal;
}
body {
	background: url(../img/bg-body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
}
.background {
	background: url(../img/bg.jpg) repeat left top;
}
#page {
	width: 960px;
	margin: 0 auto;
	padding: 156px 0 0;
}
img {
	border: 0;
}


#header {
	width: 100%;
	border-bottom: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
	top: 0;
}
#header .background {
	height: 150px;
	border-bottom: 1px solid #cc0000;
}

#logo {
	background: url(../img/cordellsbanner.jpg) no-repeat; 
	font-size: 36px;
	font-weight: normal;
	line-height: 130px;
	width: 960px;
	height: 150px;
	margin: 0 auto;
}


#navigation {
	background: url(../img/bg-navigation.png) no-repeat;
	height: 49px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 1px 10px;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #636974;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 47px;
	width: 154px;
	border-color: transparent;
	border-style: none solid;
	border-width: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a:hover, #navigation li.selected a {
	background-color: #bebcbc;
	color: #2e3a54;
	border-color: #afafaf;
}

#contents {
	background: #000000 url(../img/bg-content-bottom.png) no-repeat left bottom;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 23px 0 0;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}


#contents p {
	color: #636974;
	font-size: 14px;
	line-height: 24px;
	margin: 25px;
	padding: 0 0 24px;
}



#contents > div:first-child {
	padding: 48px 30px 24px;
}


#contents #mainbox {
	background: url(../img/bg-mainbox-bottom.png) no-repeat left bottom;
	padding: 0 0 19px;
	position: relative;
}
#mainbox > div {
	background-color: #f0f0f0;
	height: 390px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	padding-right: 20px;
}
#mainbox > div:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}

#mainbox img {
	float: left;
	margin-right: 20px;
}





#footer {
	width: 100%;
	border-top: 5px solid #c3c3c3;
	position: absolute;
	left: 0;
}
#footer .background {
	border-top: 1px solid #cc0000;
}
#footer .body {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
#footer .section {
	float: left;
	display: inline-block;
	width: 460px;
	margin: 0 10px 24px;
}
#footer h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 18px;
	text-transform: uppercase;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	border-top: 1px solid #cc0000;
	padding: 12px 0 0;
	vertical-align:top;
}
#footer ul li:first-child, #footer #message ul li {
	border: 0;
	padding: 0;
}
#footer ul li span {
	float: left;
	display: inline-block;
	width: 70px;
	vertical-align:top;
}
#footer ul li strong {
	float: left;
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
}
#footer ul li p {
	float: left;
	display: inline-block;
	width: 370px;
	margin: 0;
	padding: 0 0 12px;
}
#footer img {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#message label {
	float: left;
	color: #c3c3c3;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	width: 96px;
	margin-right: 10px;
	text-align: right;
}
#message input[type='text'] {
	color: #636974;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 342px;
	border: 1px solid #d7d7d7;
	margin: 0 0 11px;
	padding: 0 4px;
}
#message textarea {
	color: #636974;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 95px;
	line-height: 24px;
	width: 342px;
	border: 1px solid #d7d7d7;
	margin: 0 0 4px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
#message input[type='submit'] {
	background-position: 0 0;
	color: #636974;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	width: 52px;
	border: 0;
	margin-left: 106px;
	padding: 0;
}
#message input[type='submit']:hover {
	background-position: -62px 0;
	color: #2e3a54;
}
#footnote {
	clear: both;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

