/* Top & Bottom Navigations */
@import url("top-bottom-navigation.css");
@import url("leftcolumn.css");

/* Page Specific CSS */
body
{
	background-color: #36104B;
	color: #FFF;
	margin: 0px 7px;
}

#outerWrapper
{
	width: 957px; /*952*/
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px solid #cc0;
	background-image: url(../images/decoration/faux-col-left.gif);
	background-repeat: repeat-y;
}



/* --- Main body layout --- */




/* Right Col */
#rightColumn
{
	width: 759px;
	margin-left: 193px;
	/* Debug */
	/*border: 1px solid #00c;
	background-color: #aaa;*/
}

#rightColumn #titleBar
{
	width: 759px;
	height: 30px;
	background-image: url(../images/decoration/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #36104B;
	padding: 1px;
	border: 0px solid #fff;
	margin-bottom: 4px;
}

#rightColumn #titleBar h1
{
	background-color: Transparent;
	color: #EF861B;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	/*padding: 7px 5px 5px 10px;*/
	margin: 0px;
	padding: 7px 5px 0px 5px;
	width: 561px;
	float: left;
}

#rightColumn #titleBar #backLink
{
	display: block;
	text-align: right;
	margin-left: auto;/*561px;*/
	width: auto;/*177px;*/
	padding: 7px 10px 7px 0px;
}

#rightColumn #titleBar #backLink a
{
	font-weight: bold;
	font-size: 11px;
	color: #ef861b;
	background-color: inherit;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
	background-position: left 2px;
	background-image: url(/images/decoration/solid-left-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

#rightColumn #titleBar #backLink a:hover
{
	text-decoration: underline;
}

#rightColumn #mainDescription
{
	width: 570px;
	height: auto;
	float: left;
}

#rightColumn #mainDescription .inputRow
{
	display: block;
	width: 555px;
	clear: both;
}

#rightColumn #mainDescription .inputRow #btn_submit
{
	margin: 13px 200px;
}

label{display: block;}

#rightColumn #mainDescription .inputRow .cLeft
{
	width: 220px;
	margin-right: 10px;
	float: left;
	
}

#rightColumn #mainDescription .inputRow .cRight
{
	width: 220px;
	margin-left: 230px;
	text-align: left;
}

#rightColumn #mainDescription .inputRow .stdTextbox,
#rightColumn #mainDescription .inputRow .medTextbox,
#rightColumn #mainDescription .inputRow .bigTextbox,
#rightColumn #mainDescription .inputRow .stdDrop
{
    font-family: Arial;
	width: 200px;
	border: 1px solid #1C1C1C;
	margin-bottom: 15px;
}

#rightColumn #mainDescription .inputRow .medTextbox,
{
    width: 343px;
	height: 53px;
}

#rightColumn #mainDescription .inputRow .bigTextbox
{
	width: 430px;
	height: 150px;
}

#rightColumn #mainDescription .inputRow .stdDrop
{
    width: auto;
}

#rightColumn #mainDescription .inputRow #chk_subscribe
{
	float: left;
	height: 30px;
	margin-right: 10px;
}


#rightColumn #descriptionWrapper
{
	border: 0px solid #c00;
	background-color: #2a2a2a;
	color: inherit;
	width: 759px;
}

#rightColumn #mainDescription
{
	width: 550px; /* 556px */
	background-color: #2a2a2a;
	color: #fff;
	font-size: 11px;
	font-family: Arial;
	padding: 0px 7px;
	border: 0px solid #fff;
	overflow: hidden;
}

#rightColumn #mainDescription h2
{
	background-color: inherit;
	color: #EF861B;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 13px 0px;
}

#rightColumn #mainDescription p
{
	display: block;
	margin: 0px 0px 13px 0px;
}


#rightColumn #infoPane
{
	width: 181px; /* 181px */
	margin-left: 570px; /* 570px;*/
	margin-bottom: 0px; /* was 6px */
	text-align: right;
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding: 0px 0px 5px 5px; /* 0px 3px 5px 5px; */
	overflow: hidden;
}

/* IE6 Hack - IE 6 will ignore this css*/
* > #rightColumn #infoPane
{
	width: 181px; /* 181px */
	margin-left: 570px; /* 570px;*/
	margin-bottom: 0px; /* was 6px */
	text-align: right;
	background-color: #000;
	color: #FFF;
	text-align: left;
	padding: 0px 3px 5px 5px; /* 0px 3px 5px 5px; */
	overflow: hidden;
}

#rightColumn #infoPane .label
{
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #ef861b;
	font-family: Arial;
	margin-top: 0px;
}

#rightColumn #infoPane .description
{
	display: block;
	font-size: 11px;
	color: #fff;
	font-family: Arial;
	margin-bottom: 15px;
}

#rightColumn #infoPane .description a{
text-decoration: none;
}

#rightColumn #infoPane .description a:hover{
text-decoration: underline;
}

#rightColumn #infoPane .hyperLink
{
	width: 450px;
	height: 12px;
	margin-right: 300;
	background-color: #000;
	font-size: 11px;
	font-family: Arial;
	padding: 0px 6px;
}

#rightColumn #descriptionWrapper #mainDescription p a
{
	background-color: inherit;
	color: #EF861B;
	text-decoration: none;
}

#rightColumn #descriptionWrapper #mainDescription p a:hover
{
    text-decoration: underline;
}




