/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	font-size: 62.5%;
	background: url(../media/images/body-bg.gif) left top repeat-x #414141;
}

div#header
{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 150px;
	overflow: hidden;
}

div#menubar
{
	position: relative;
	padding: 1px 0;
	margin: 0 auto;
	width: 960px;
	height: 35px;
}

div#outer-highlight-container
{
	position: relative;
	width: 100%;
	min-width: 960px;
	background: url(../media/images/highlight-container-bg.gif) left top repeat-x #ffe306;
}

	div#inner-hightlight-container
	{
		position: relative;
		width: 100%;
		min-width: 960px;
		background: url(../media/images/highlight-bottom-container-bg.gif) left bottom repeat-x transparent;
	}

		div#content-hightlight-container
		{
			position: relative;
			padding: 15px 10px 15px 10px;
			margin: 0 auto;
			width: 940px;
		}
			
			div.formrow
			{
				position: relative;
				padding: 0 0 8px 0;
			}
			
			div#option-container
			{
				position: relative;
				width: 460px;
			}
			
			div.description
			{
				position: relative;
				width: 300px;
				float: left;
			}
			
			div.error-container
			{
				position: relative;
				padding: 0 0 40px 70px;
				background: url(../media/images/icon-warning.gif) left top no-repeat;
			}

div#outer-content
{
	position: relative;
	width: 100%;
	min-width: 960px;
	background: url(../media/images/content-bg.gif) left bottom repeat-x #fff;
}

	div#inner-content
	{
		position: relative;
		margin: 0 auto;
		width: 960px;
		background-color: #fff;
	}
	
		div.half-block
		{
			position: relative;
			padding: 20px 10px;
			width: 460px;
			float: left;
		}
		
		div.block
		{
			position: relative;
			padding: 20px 10px;
			width: 940px;
		}
	
div#outer-footer
{
	position: relative;
	width: 100%;
	min-width: 960px;
	background: url(../media/images/footer-bg.gif) left top repeat-x #414141;
}

	div#inner-footer
	{
		position: relative;
		padding: 20px 10px 0 10px;
		margin: 0 auto;
		width: 940px;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	padding: 10px 0 10px 30px;
	font-size: 26px;
	line-height: 32px;
	color: #00529b;
	background: url(../media/images/heading-bg.gif) left center no-repeat;
	text-shadow: 1px 1px #666;
}

	div#inner-hightlight-container h1
	{
		padding: 0;
		background: none 0;
		text-shadow: 1px 1px #fff;
	}
	
h2
{
	font-size: 19px;
	line-height: 23px;
	color: #00529b;
	text-shadow: 1px 1px #666;
}

	div#inner-hightlight-container h2
	{
		text-shadow: 1px 1px #fff;
	}

h3
{
	font-size: 15px;
	line-height: 19px;
	color: #00529b;
	text-shadow: 1px 1px #fff;
}

	div#inner-hightlight-container h3
	{
		text-shadow: 1px 1px #fff;
	}


p, ul, ol, td
{
	font-size: 13px;
	line-height: 19px;
}

	a
	{
		color: #00529b;
	}
	
		a:hover
		{
			text-decoration: none;
		}

div#inner-content .half-block ul,
div#content-hightlight-container ul
{
	margin: 0;
	list-style: none;
}

div#inner-content .half-block ul li,
div#content-hightlight-container ul li 
{
	height: 1%;
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(../media/images/bullet.gif) left center no-repeat;
}

div#inner-footer p
{
	color: #fff;
	line-height: 21px;
	text-shadow: 1px 1px #000;
}

	div#inner-footer strong
	{
		color: #ffbb02;
	}
	
		div#inner-footer a
		{
			color: #fff;
		}
		
div.description p
{
	font-size: 10px;
	line-height: 12px;
}

div.error-container p
{
	font-weight: bold;
	color: #d60000;
}
		
div#inner-footer p.nb,
div#inner-footer p.copy
{
	margin: 56px 0 0 0;
	font-size: 10px;
	color: #999;
}

div#inner-footer p.nb a,
div#inner-footer p.copy a
{
	color: #999;
}

div#inner-footer p.nb
{
	float: right;
}
		
/*Images*/
img#highlight-image
{
	padding: 6px;
	margin: 0 0 0 20px;
	border: 1px solid #cca603;
	background-color: #fff;
	float: right;
}

img.imgleft
{
	margin: 0 20px 20px 0;
	float: left;
}

img.imgright
{
	margin: 0 0 20px 20px;
	float: right;
}

div#outer-highlight-container img#options-loading
{
	border: none 0;
	background: none 0;
	margin: 60px 0 0 210px;
	float: none;
}

/*Forms*/
label
{
	width: 145px;
	margin: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px #fff;
	float: left;
}

label.nofloat
{
	width: auto;
	float: none;
}

label.option-label
{
	width: 110px;
}

input, textarea, select
{
	padding: 3px;
	width: 300px;
	font-size: 12px;
	border-left: 1px solid #dfa700;
	border-top: 1px solid #dfa700;
	border-right: 1px solid #ffcb2f;
	border-bottom: 1px solid #ffcb2f;
}

select
{
	width: 308px;
}

textarea
{
	height: 100px;
	overflow: auto;
}

input.checkbox,
input.radio
{
	width: auto;
	border: none 0;
	background: none 0;
}

input.radio
{
	margin-right: 10px;
	float: left;
}

input#submit
{
	padding: 0 0 6px 18px;
	width: 148px;
	height: 45px;
	font-weight: bold;
	color: #ffd204;
	text-shadow: 1px 1px #000;
	border: none 0;
	background: url(../media/images/submit-bg.gif) left top no-repeat;
	cursor: pointer;
}