/******************************************************************************/
/*  GENERAL SETTINGS                                                          */
/******************************************************************************/
body, p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
body {
	background: url('../images/bg_body.gif');
	font-family: "Verdana CE", Verdana, "Helvetica CE", Helvetica, "Arial CE", Arial, sans-serif;
	font-size: 12px;
	color: #454545;
	height: 100%;
	text-align: center;
}
td {
	font-size: 12px;
	padding: 0;
}
th {
	font-size: 12px;
	text-align: left;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #23429b;
}
a:hover {
	color: #6083e9;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/******************************************************************************/
/******************************************************************************/

#container {
	width: 930px;
	margin: 26px auto;
	text-align: left;
	background: white url('../images/bg_menu.gif') repeat-y;
}

/******************************************************************************/

#header {
	background: #be2800;
	height: 153px;
	padding: 1px 0 0 0;
}
#header h1 {
	display: block;
	width: 713px;
	height: 113px;
	background: url('../images/logo.gif') no-repeat;
	margin: 21px 0 0 58px;
}
#header h1 span {
	display: none;
}

/******************************************************************************/

#mainPanel {
	background: url('../images/bg_main.gif') repeat-x;
	width: 930px;
}

/******************************************************************************/

#content {
	float: right;
	width: 658px;
	margin-right: 22px;
}

#content h2 {
	color: #be2800;
	font-size: 18px;
	margin: 20px 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #b1b1b1;
}

#content h3 {
	font-size: 15px;
	color: #be2800;
	margin: 15px 0 10px 0;
	clear: both;
}

#content h4 {
	font-size: 13px;
	margin-bottom: 10px;
	clear: both;
}

#content p {
	line-height: 140%;
	margin-bottom: 12px;
}
#content p.smaller {
	font-size: 12px;
}

#content ul, #content ol {
	margin-bottom: 20px;
	list-style: none;
}
#content ul li, #content ol li {
	margin: 0 0 4px 18px;
	line-height: 140%;
	padding-left: 16px;
	background: url('../images/bullet_list.gif') 0 4px no-repeat;
}

/******************************************************************************/

#content table.contactForm td.label {
	padding: 3px 20px 0 0;
}
#content table.contactForm input.text {
	width: 550px;
	margin-bottom: 4px;
}
#content table.contactForm textarea {
	width: 550px;
	height: 120px;
}
#content table tr.buttons td {
	padding: 6px 0 0 0;
}

#content p.error {
	color: red;
}
#content p.success {
	color: #3d749b;
}

/******************************************************************************/

#content .photoGallery {
	background: #e9e9e9;
	padding: 12px 0 5px 12px;
	margin: 0 0 20px 0;
}
#content .photoGallery img {
	margin: 0 7px 7px 0;
}

/******************************************************************************/

#menu {
	float: left;
	margin: 16px 0 32px 0;
	padding: 0 0;
	width: 220px;
	font-size: 13px;
}

#menu ul {
	list-style: none;
	margin-left: 22px;
}
#menu ul li {
	font-size: 12px;
}
#menu ul li a {
	color: #3e3e3e;
	display: block;
	width: 170px;
	padding: 8px 0px 8px 20px;
	text-decoration: none;
	background: url('../images/bullet_menuitem.gif') 0 11px no-repeat;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li a.active {
	font-weight: bold;
}
#menu ul li a.active:hover {
	text-decoration: none;
}

/******************************************************************************/

#footer {
	background-color: #be2800;
	color: white;
	clear: both;
	height: 30px;
	padding: 16px 22px 0 22px;
	font-size: 11px;
}
#footer a {
	color: #ffbe89;
}

#footer p.copyright {
	float: left;
}

#footer p.designby {
	float: right;
}

/******************************************************************************/
