/*
 * Stylesheet
*/

body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("images/background.jpg") top left repeat-x;
	font: normal 12px/18px Arial, sans-serif;
	color: #7e7e7e;
}

img,
a img
{
	border: 0;
}

a,
a:active,
a:visited
{
	color: #c90047;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font: 14px/24px Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	margin: 0;
	padding: 7px 0;
	line-height: 23px;
}

.container
{
	width: 751px;
	margin: 30px auto;
}

.header h2
{
	height: 131px;
	background: url("images/header2.jpg") top left no-repeat;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

/* Content */

.content_left
{
	float: left;
	width: 6px;
	background: url("images/side_left.jpg") top left no-repeat;
	height: 513px;
}

.content
{
	float: left;
	width: 739px;
	background: #FFFFFF;
	min-height: 513px;
}


.content_right
{
	float: left;
	width: 6px;
	background: url("images/side_right.jpg") top left no-repeat;
	height: 513px;
}

/* Nav */

.nav
{
	background: url("images/nav_repeat.jpg") top left repeat-x;
	height: 48px;
}

.nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav ul li
{
	float: left;
	background: url("images/nav_sep.jpg") top right no-repeat;
}

.nav ul li.last
{
	background: none;
}

.nav ul li a
{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 30px;
	display: block;
	padding: 18px 32px 0 32px;
	font: 9pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.nav ul li a:hover
{
	text-decoration: underline;
}

/* Main Content */

.banner
{
	height: 94px;
	margin: 18px 0 0 18px;
	background: url("images/content_banner.jpg") top left no-repeat;
}

.banner a
{
	display: block;
	height: 94px;
	width: 704px;
}

.content_area
{
	padding: 21px 31px;
}

.left
{
	float: left;
	width: 422px;
	margin-right: 25px;
}

.right
{
	width: 230px;
	float: left;
}

/* Footer */

.footer
{
	background: url("images/footer.jpg") top left no-repeat;
	padding: 24px 20px;
	color: #7e7e7e;
}

/* Tables */

table
{
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}

td
{
	padding: 6px;
	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
}

input,
textarea
{
	padding: 7px;
	border: 1px solid #DDD;
	font: normal 12px/18px Arial, sans-serif;
	color: #7e7e7e;
	margin: 0;
}

input
{
	width: 230px;
}

textarea
{
	width: 230px;
	height: 120px;
}

.checkbox span
{
	margin-right: 7px;
	margin-left: 7px;
}

/* Special css */

a.serv
{
	color: #c90047;
	text-decoration: none;
}

a.servo
{
	color: #7e7e7e;
	text-decoration: none;
}

a.serv:hover
{
	color: #c90047;
	text-decoration: underline;
}

a.servo:hover
{
	color: #7e7e7e;
	text-decoration: underline;
}

/* Other */

.fright
{
	float: right;
}

.red
{
	color: #FF0000;
}

.clear
{
	clear: both;
}

.pic_float
{
	margin-right: 28px;
	float: left;
	padding: 4px;
}

.pic_float_r
{
	margin-left: 28px;
	float: right;
	padding: 4px;
}

.highlight
{
	color: #c90047 !important;
}

.errors
{
	border: 1px dashed #CCC;
	color: #FF0000;
	padding: 12px;
}

/*
*/
