/***********************************************************************
	0 - GENERIC
************************************************************************/

body {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
	color:#5d5d5d;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:11px;
}

a { 
	text-decoration:none;
	font-weight:bold;
	color:#fc6311;
}

a:hover {
	text-decoration:underline;
}

div#wrapper {
	width:970px;
	margin:auto;
}

div#header {
	width:970px;
	height:169px;
	background:url(../i/header_background.jpg) center top no-repeat;
	margin:auto;
	margin-top:5px;
}

div#footer {
	float:left;
	background:url(../i/footer_background.gif) no-repeat left;
	width:970px;
	height:22px;
	font-size:10px;
	text-align:left;
	padding:5px 0px 5px 20px;
}

/**********************************************************************************
										NAV
**********************************************************************************/

div#nav {
	width:970px;
	height:60px;
	padding-top:120px;
	font-size:13px;
	text-align:left;
	margin:auto;
}

div#nav ul {
	margin:0px 10px;
	padding:1em 0em 0em 0em;
	list-style:none;
	float:left;
}

div#nav li {
	display:inline;
	float:left;
}

div#nav a {
	float:left;
	background:url(../i/menu_left.gif) no-repeat left top;
	text-align:left;
	padding-left:4px;
	margin-left:7px;
	text-decoration:none;
	font-size:13px;
	line-height:24px;
}

div#nav a span {
	float:left;
	background:transparent url(../i/menu_right.gif) no-repeat right top;
	padding:0px 10px 0px 7px;
	display:block;
	cursor:pointer;
	font-size:13px;
}

div#nav a:hover {
	font-size:13px;
	background-position:0% -24px;
	color:#fc6311;
}

div#nav a:hover span {
	font-size:13px;
	background-position:100% -24px;
	color:#fc6311;
}

/***********************************************************************
	1 - LAYOUT
************************************************************************/

div#main-right {
	float:right;
	text-align:left;
	width:215px; /* -20px */
	padding:8px 0px 8px 10px;
}

div#main-left {
	float:left;
	text-align:left;
	width:215px; /* -20px */
	padding:8px 10px 8px 0px;
}

div#main-main {
	text-align:left;
	width:730px; /* -20px */
	padding:8px 0px 8px 8px;
}

div#main-pad {
	float:left;
	text-align:left;
	width:940px; /* -40px */
	padding:8px 20px 15px 20px;
}

/***********************************************************************
	5 - CONTENT
************************************************************************/

h1 {
	color:#2a96b2;
	font-weight:bolder;
	font-size:12px;
}

h2 {
	font-weight:bold;
}

h3 {
	font-weight:normal;
}

.textarea {
	padding:0px 20px;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
	padding-right:40px;
}

/***********************************************************************
	6 - FORMS
************************************************************************/

div#request_header {
	background:url(../i/request_header.gif) center top no-repeat;
	color:#2a96b2;
	font-weight:bold;
	padding:10px 0px 10px 18px;
}

div#request_wrapper{
	background:url(../i/request_fill.gif) center top repeat-y;
	padding:none;
}

div#request_cap {
	background:url(../i/request_cap.gif) center top no-repeat;
	font-size:9px;
	margin-bottom:-11px;
}

label {
	margin:0px 0px 0px 8px;
	font-weight:bold;
	color:#2a96b2;
}

div#notification {
	margin:0px 20px 0px 20px;
}

fieldset input, fieldset textarea, fieldset select  {
	color:#5d5d5d;
	border:1px solid #d2eaef;
	margin:2px 0px 2px 8px;
	width:170px;
}

fieldset .submit {
	font-weight:bold;
	width:57px;
	background:url(../i/submit.gif) center top no-repeat;
	color:#fc691b;
	border:none;
	padding:3px 0px 5px 2px;
	cursor:pointer;
}

fieldset {
	border:none;
}

form {
	width:212px;
	margin-bottom:none;
	padding-bottom:none;
}