/* ##################    Catchall Styles     ################## */
.png
{
	behavior:url('/app_includes/css/iepngfix.htc');
}
/* ##################    Catchall Styles     ################## */
*
{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
}

/* ##################    Page Styles     ################## */
body
{
	margin:0px 0px 40px 0px;
	padding:0px 0px 20px 0px;
	background-image:url('/app_media/images/bg.gif');
	background-repeat:repeat-x;
}
p
{
	margin-top:0;
	padding:0 0;
	color:#666666;
}
p.last
{
	margin-bottom:0;
}
.pagewrapper
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
/* ##################    Heading Styles     ################## */
h1,h2,h3
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:normal;
}
h1
{
	font-size:24px;
}
h2
{
	font-size:16px;
	font-weight:bolder;
	color:#f47526;
}
h3
{
	font-size:12px;
	font-weight:bolder;
	color:#f47526;
}
/* ##################    Link Styles     ################## */
a
{
	color:#424242;
	text-decoration:underline;
}
a:hover
{
	color:#424242;
	text-decoration:underline;
}
/* ##################    Form Styles     ################## */
.textfield,select,textarea
{
	background-color:#fff;
	border:solid 1px #cccccc;
	font-weight:bold;
	margin:0;
	width:200px;
	line-height:normal;
}
.checkbox
{
	width:auto;
	background-color:transparent;
	border:none;
}
.formrow
{
	margin:5px 0;
}
.formlabel	
{
	color:#666;
	float:left;
	width:100px;
}
.formfield
{
	float:left;
	width:210px;
}
.formvalidationrow
{	
}
.formvalidationsummary
{
	background:#ececec url('/app_media/images/iconwarning.gif') no-repeat 7px 3px !important;
	padding:10px 10px 5px 44px;
	margin-bottom:7px;
}
.footerp
{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	color:#424242;
	line-height:normal;
	width:400px;
	margin-top:5px;
}
 .footerp a
 {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	color:#3366cc;
	line-height:14px;
	width:400px;
}
/* ##################    Generic Object Styles     ################## */
a img
{
	border:0;
}
hr
{
	border:0;
	height:1px;
	color:#000000;
	background-color:#000000;
}
.linetop
{
	border-top:1px solid #000000;
}
.lineright
{
	border-right:1px solid #000000;
}
.linebottom
{
	border-bottom:1px solid #000000;
}
.lineleft
{
	border-left:1px solid #000000;
}
.outline
{
	border:1px solid #000000;
}
.clear
{
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
.ucase
{
	text-transform:uppercase;
}
.sitemappath *
{
	font-size:11px;	
}
strong
{
	color:#666666;
}
/* ##################    Lists     ################## */
.bullet1
{
	margin:0;
	list-style-type:none;
	padding:0;
}
.bullet1 li
{
	background:url('/app_media/images/bullettype1.gif') 0 6px no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}
/* ##################    Positioning     ################## */
.floatleft
{
	color:#666666;
	float:left;	
}
.floatright
{
	color:#666666;
	float:right;	
}
.pad5
{
	padding:5px;
}
.pad10
{
	padding:10px;
}
.pad20
{
	padding:20px;
}
.pad25
{
	padding:25px;
}
.padbottom
{
	margin-bottom:20px;
}
/* ##################    Box Styles     ################## */
.roundedbox
{
	background-image:url('/app_media/images/cornerbox.png');
	background-repeat:no-repeat;
	background-position:center top;
	width:710px;
	height:329px;
	position:absolute;
	margin-top:260px;
	margin-left:200px;
}
.whiteboxtop
{
	width:985px;
	height:10px;
	background-image: url('/app_media/images/whitetop.png');
	background-repeat:no-repeat;
}
.whiteboxmiddle
{
	width:985px;
	background-image: url('/app_media/images/whitemiddle.png');
	min-height:500px;
}
.whiteboxbottom
{
	width:985px;
	height:26px;
	background-image: url('/app_media/images/whitebottom.png');
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.titlebar
{	
	height:30px;
	background-image:url(/app_media/images/titlebar.png);
	background-repeat: no-repeat;
	width:880px;
	font-weight:bolder;
	color:#666666;
	font-variant:small-caps;
	padding:5px 10px;
	margin:10px 0px;
}
.boxpad
{
	padding:20px 30px;
}

/* ##################    Specific Object Styles     ################## */
.navwrapper
{
	float:right;
	width:440px;
}
.navitem
{
	float:left;
	margin:0 0;
}
.onethirdscolumn
{
	color:#666666;
	width:270px;	
}
.halfcolumn
{
	width:275px;	
}
.twothirdscolumn
{
	color:#666666;
	width:610px;
}
.subtitle
{
	margin:20px 0px;
}
.orangebox
{
	border:1px solid #f7a476;
	background-color:#ffecce;
	padding:25px;
	text-align:center;
	font-weight:bolder;
	font-size:18px;
	color:#e5671f;
}