html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #eae1d6;
	background-image: url(../images/body_bg.jpg);
	background-position: 15px -33px;
	background-repeat: repeat;
	text-align: center;
	margin: auto;
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #56585a;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

.texthighlight {
	color: #b80000;
}

h1 {
	padding: 0;
	margin: 0;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b71f24;
	margin-bottom: 18px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b71f24;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #56585a;
	font-weight: bold;
	text-decoration: none;
}

.siteby {
	float: right;
	display: inline;
}

/* Styling for main template */

#outer {
	text-align: center;
	width: 100%;
	left: 0;
	background-image: url(../images/bg_canvas.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	float:left;
	display:inline;
	
}

#inner {
	margin: auto;
	width: 960px;
}	

#logo {
	margin: auto;
	width: 960px;
	height: 107px;
}	
	
#container {
	text-align: left;
	margin: auto;
	width: 960px;
	background-color: #696a6c;
	left: 0;
	float:left;
	display:inline;
}

#image {
	float: left;
	display: inline;
	width: 960px;
	height: 371px;
	overflow: hidden;
}

#nav {
	float: left;
	display: inline;
	width: 944px;
	height: 67px;
	background-color: #eae1d6;
	margin: 0 8px;
}

#content {
	float: left;
	display: inline;
	width: 916px;
	margin: 0 8px;
	padding: 17px 0 0 28px;
	background-color: #eae1d6;
}

#footer {
	text-align: left;
	width: 944px;
	height: 120px;
	padding: 0 8px;
	font: 11px/48px Georgia, "Times New Roman", Times, serif;
	color: #dedede;
	background-image: url(../images/footer_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	display:inline;
}

#footer a {
	font: normal 11px/48px Georgia, "Times New Roman", Times, serif;
	color: #dedede;
	text-decoration: none;
}

#footer a:hover {
	font: normal 11px/48px Georgia, "Times New Roman", Times, serif;
	color: #b80000;
	text-decoration: none;
}

/* End of styling for main template */

/* Styling for left template */

#heading_left {
	float: left;
	display: inline;
	width: 651px;
	height: 49px;
}

#text_left {
	float: left;
	display: inline;
	width: 651px;
	min-height: 333px;
	height: auto !important;
	height: 333px;
	padding-bottom: 10px;
}

#btns_right {
	float: right;
	display: inline;
	width: 265px;
	height: auto;
}	

/* End of styling for left template */

/* Styling for right template */

#heading_right {
	float: right;
	display: inline;
	width: 651px;
	height: 49px;
	padding-right: 28px;
}

#text_right {
	float: right;
	display: inline;
	width: 651px;
	min-height: 333px;
	height: auto !important;
	height: 333px;
	padding: 0 28px 10px 0;
}

#btns_left {
	float: left;
	display: inline;
	width: 237px;
	height: auto;
}

/* End of styling for right template */

/* Styling for menu frame */

#menucontainer {
	float: left;
	display: inline;
	width: 187px;
	padding: 4px 35px 43px 43px;
}

#menu_top {
	float: left;
	display: inline;
	width: 187px;
	height: 87px;
	background-image: url(../images/menu_frame/frame_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#menu_mid {
	float: left;
	display: inline;
	text-align: center;
	margin: auto;
	width: 114px;
	padding: 0 35px 0 38px;
	min-height: 59px;
	height: auto !important;
	height: 59px;
	background-image: url(../images/menu_frame/frame_mid.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.menu_mid_btn {
	float: left;
	display: inline;
	width: 114px;
	height: auto;
	padding-bottom: 5px;
}

.menu_mid_btn a {
	display: block;
	padding-top: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #696a6c;
	text-transform: uppercase;
	text-decoration: none;
}

.menu_mid_btn a:hover {
	display: block;
	padding-top: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #696a6c;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/menu_frame/menu_hover2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu_bot {
	float: left;
	display: inline;
	width: 187px;
	height: 75px;
	background-image: url(../images/menu_frame/frame_bot.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* End of styling for menu frame */

/* Form Styling */

form {
	margin: 0;
	padding: 0;
}

form p {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	clear: left;
}

label {
	float: left;
	display: inline;
	width: 180px;
}

textarea {
	min-height: 87px;
	height: auto !important;
	height: 87px;
	padding: 0;
	margin: 0;
}

input.formbox, textarea {
	background-color: #eae1d6;
	float: left;
	display: inline;
	padding-left: 2px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #56585a;
	border: #56585a solid 1px;
	width: 195px;
}

select {
	background-color: #eae1d6;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #56585a;
	border: #56585a solid 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	height: 20px;
}

.selectdate {
	width: 70px;
}

.submit {
	background-color: #eae1d6;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: 56585a;
	margin: 0;
	padding: 0;
	border: #56585a solid 1px;
	margin: 3px 0 0 180px;
	height: 21px;
}

/* End of Form Styling */