/* page layout
------------------------------------------------------ */

html
{
	height: 100%;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body, #wrapper
{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	border: none;
}

#inner
{
	width: 776px;
	height: 520px;
}

#header
{
	height: 207px;
}

#headerMenu
{
	position: relative;
	width: 258px;
	height: 100%;
	float: left;
	padding-left: 342px;
	text-align: left;
}

#headerMenu div
{
	position: absolute;
	bottom: 15px;
}

#headerLogo
{
	width: 176px;
	height: 100%;
	float: right;
}

#content
{
	width: 665px;
	float: left;
	margin-top: 20px;
	padding-top: 13px;
	padding-bottom: 13px;
	vertical-align: top;
}

#contentHeader
{
	width: 645px;
	float: left;
	padding: 0 10px;
}

#contentHeaderLeft
{
	width: 315px;
	float: left;
	padding: 0 10px;
}

#contentHeaderRight
{
	width: 285px;
	font-weight: bold;
	float: right;
	text-align: right;
	padding: 0 10px;
	padding-right: 25px;
}

#content #contentHeaderRight a
{
	color: #F78F1E;
}

#content #contentHeaderRight a:hover
{
	color: #BDBEC0;
}

#contentMainLeft, .contentMainLeft
{
	width: 312px;
	clear: left;
	float: left;
	text-align: left;
	padding: 10px 10px 0 10px;
}

#contentMainRight, .contentMainRight
{
	width: 313px;
	float: right;
	text-align: left;
	padding: 10px 10px 0 10px;
}

#sidebar
{
	position: relative;
	width: 111px;
	height: 245px;
	float: right;
	background: no-repeat url(../images/right_subtitle.gif);
}

#sidebarMenu
{
	position: absolute;
	bottom: -45px !important;
	bottom: -20px;
	float: right;
	width: 96px;
	padding-left: 15px;
	text-align: left;
}

/* navigation
------------------------------------------------------ */

#headerMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#headerMenu #sub
{
	margin-top: 15px;
}

#headerMenu ul#main li a
{
	font-weight: bold;
	font-size: 12px;
	color: #F78F1E;
	letter-spacing: 1px;
	text-decoration: none;
}

#headerMenu ul#sub li a
{
	font-weight: bold;
	font-size: 12px;
	color: #BDBEC0;
	letter-spacing: 1px;
	text-decoration: none;
}

#headerMenu ul#main li a:hover, #headerMenu ul#sub li a:hover
{
	color: #000000;
	text-decoration: none;
}

#content ul
{
	padding-left: 19px;
	margin: 0;
	list-style: none;
}

#content ul img
{
	margin-left: -19px;
	padding-right: 8px;
}

#content ul li a
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	padding-left: 2px;
	text-decoration: none;
}

#content ul li a:hover
{
	color: #F78F1E;
	text-decoration: none;
}

#content ul li ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#content ul li ul li a
{
	font-weight: normal;
}

#content ul li ul li a:hover
{
	font-weight: normal;
}

#content ul li ul .subitem1
{
	margin-top: 10px;
}

#content ul li ul .subitem1 a, #content ul li ul .subitem2 a
{
	color: #BDBEC0;
}

#content ul li ul .subitem1 a:hover, #content ul li ul .subitem2 a:hover
{
	color: #F78F1E;
}

#sidebarMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebarMenu ul li a
{
	font-weight: bold;
	font-size: 12px;
	color: #BDBEC0;
	letter-spacing: 1px;
	text-decoration: none;
}

#sidebarMenu ul li a:hover
{
	color: #F78F1E;
	text-decoration: none;
}

/* content
------------------------------------------------------ */

#content h1
{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}

#content .subtitle
{
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1px;
}

#content .paragraph
{
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 0;
}

#content #error .error
{
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
}

#content .paragraph img
{
	padding-right: 10px;
}

#content p
{
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
}

#content a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#content a:hover
{
	font-weight: bold;
	color: #F78F1E;
	text-decoration: none;
}

#content table
{
	width: 100%;
	border: none;
}

#content table .leftCell
{
	width: 225px;
	text-align: left;
}

#content table .middleCell
{
	text-align: left;
}

#content table .rightCell
{
	width: 25px;
	text-align: right;
}

/* forms
------------------------------------------------------ */

#content form input, #content form textarea
{
	padding-left: 3px;
	border: 1px solid #BDBEC0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF no-repeat url(../images/bg_field.gif);
}

#content form #contentMainLeft div, #content form .contentMainLeft div
{
	height: 30px;
}

#content form div label
{
	float: left;
	width: 137px;
	padding-top: 3px;
}

#content form .postalcodeField
{
	width: 50px;
}

#content form .cityField
{
	width: 105px;
}

#content form .labelField
{
	width: 165px;
}

#content form .labelTextarea
{
	width: 307px;
	height: 170px !important;
	height: 168px;
	margin-top: 9px;
}

#content form .radioField
{
	border: none;
	background: none;
}

#content form .searchField
{
	width: 232px;
	height: 15px;
}

#content form .fileField
{
	width: 290px;
}

#content form .field
{
	width: 290px;
	height: 15px;
}

#content form textarea
{
	width: 290px;
}

#content form #submit
{
	clear: left;
	padding-top: 10px;
	margin-left: 10px;
}

#content form #button
{
	float: left;
}

#content form #error
{
	float: right;
	margin-right: 27px;
}

#content form .btn
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F78F1E;
	border: 1px solid #BDBEC0;
	background: #FFFFFF repeat-x url(../images/bg_btn.jpg);
}
