﻿body
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

html
{
	background-color: #afafaf;
}

#center-body
{
	margin: 0 auto;
	width: 912px;
	background: url(../images/body.png) repeat-y;
}

.clear
{
	clear: both;
}

/******************************************
PARAGRAPHS
******************************************/

h3
{
	color: #990033;
	font-size: 12pt;
	font-weight: bold;
	margin: 15px 0px;
}

h2
{
	color: #990033;
	font-size: 20pt;
	font-weight: bold;
}

h4
{
	font-weight: bold;
}

p
{
	margin: 10px 0px;
}

/******************************************
LINKS
******************************************/

img
{
	border: none;
}

a
{
	text-decoration: underline;
	color: #0000FF;
}

a:hover
{
	color: #990033;
}

ul
{
	padding-left: 40px;
}

li
{
	padding-left: 10px;
	line-height: 25px;
	list-style: url(/includes/images/menu_item.png);
}

li a
{
	text-decoration: none;
	color: #666666;
}

li a:hover
{
	text-decoration: underline;
}

/******************************************
CONTROLS
******************************************/

input[type=text]
{
	border: solid #cccccc 1px;
	width: 170px;
}

input[type=button]
{
	color: #990033;
	background-color: #f0f0f0;
	border: solid #cccccc 1px;
	font-size: 8pt;
	padding: 0px 10px;
}

/******************************************
HEADER
******************************************/

#header
{
	padding: 20px 40px 15px 40px;
}

#logo
{
	width: 228px;
	height: 88px;
	float: left;
}

#slogan
{
	margin-top: 20px;
	width: 247px;
	height: 43px;
	float: right;
}

/******************************************
MAIN MENU
******************************************/

#menu
{
	margin: 0px 6px;
	background: url(../images/menu.png) repeat-x;
	text-align: center;
}

#menu table
{
	width: 75%;
	height: 37px;
	margin: 0 auto;
}

#menu td
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
}

/******************************************
SUB-MENU
******************************************/

#sub-menu
{
	clear: both;
	margin: 0px 6px;
	padding: 4px 49px;
	background: url(../images/sub_menu.png) repeat-x;
	height: 32px;
}

#sub-menu ul
{
	display: none;
}

#sub-menu li
{
	display: inline;
}

#sub-menu li
{
	padding-right: 13px;
	border-right: solid #666666 1px;
}
#sub-menu li:last-child
{
	border-right: none;
}

/******************************************
CONTENT
******************************************/

#content
{
	padding: 20px 50px;
}

#content_main
{
	float: left;
	width: 570px;
}

#right_menu
{
	float: right;
	width: 200px;
}

#right_menu_spacer
{
	float: left;
	width: 40px;
}

/******************************************
FOOTER
******************************************/

#footer-top
{
	margin: 0 auto;
	width: 912px;
	height: 23px;
	background: url(../images/footer.png) no-repeat;
}

#footer
{
	margin: 8px 0px;
	text-align: center;
}
