/* 
	Designed by Andy Amiri
*/
html
{
	font-family:"Lucida Grande","Lucida Sans",Verdana;
	font-size: 12px;
}
body
{
	padding: 0;
	margin: 0;
}
img {
   behavior: url("pngbehavior.htc");
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#hdr
{
	height: 150px;
	width: 100%;
	background: #f98a16 url(/Common/IMG/hdr_bkgd.jpg) no-repeat top left;
}
h1
{
	display: none;
	font-size: 21px;
	line-height: 24px;
	color:#333;
}
h2
{
	font-size: 21px;
	line-height: 24px;
	color:#333;
	padding: 0;
	margin: 0;
}
h3
{
	font-size: 18px;
	line-height: 20px;
	color: #888;
	padding: 0;
	margin: 0;
}
#nav1
{
	float: left;
	height: 30px;
	text-align: center;
	background: #f7991a url(/Common/IMG/nav1_bkgd.jpg) repeat-x top left;
	margin: 0 0 10px 0;
}
#nav1_ul
{
	float: left;
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #4790d4;
}
#nav1_ul li
{
	float: left;
	height: 30px;
	width: 100px;
	display: block;
	margin: 0;
	padding: 0;
}
#nav1_ul li a
{
	color: white;
	float: left;
	height: 25px;
	width: 95px;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	border-right: 1px solid #4790d4;
}
#nav1_ul li a:hover
{
	background: url(/Common/IMG/nav1_ul_li_a-hover_bkgd.jpg) no-repeat top left;
}
#nav2
{
	text-align: center;
	float: left;
	background: #d94704 url(/Common/IMG/nav2_bkgd.jpg) no-repeat top left;
	width: 200px;
	margin: 0 10px 0 10px;
}
#nav2 *
{
	padding: 0;
	margin: 0;
}
#nav2 h3
{
	color: #1764b2;
	margin: 10px 5px 15px 5px;
}
#nav2_ul
{
	list-style-type: none;
	border-top: 1px solid #ffc18a;
}
#nav2_ul li a
{
	color: white;
	height: 25px;
	width: 200px;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #ffc18a;
}
#nav2_ul li a:hover
{
	background: url(/Common/IMG/nav2_ul_li_a-hover_bkgd.jpg) no-repeat top left;
	background: url(/Common/IMG/nav2_ul_li_a_bkgd.jpg) no-repeat top left;
}
#cnt
{
	float: right;
	padding-bottom: 200px;
}
#cnt p 
{
	font-size: 12px;
	color: #333;
	padding: 0;
	margin: 10px;
}
#disclaimer p
{
    float: left;
    padding-top: 50px;
    color: #888;
    font-size: 10px;
    font-weight: bold;
}
#ftr
{
	clear: both;
	bottom:-1px;
	display:block;
	font-size:1em;
	/* height:265px; */
	height:100px;
	margin:0pt;
	position:fixed;
	text-align:right;
	width:100%;
	z-index:4;
	background: url(/Common/IMG/ftr_bkgd.gif) repeat-x bottom left;
}
#ftr_logo
{
	margin: 183px 0 0 0;
}

#formContainer 
{
    position: relative;
    width: 500px;
}
div.row 
{
    clear: right;
    padding-top: 10px;
}
div.row span.label 
{
    float: left;
    width: 150px;
    text-align: right;
}
div.row span.formField 
{
    float: right;
    width: 335px;
    text-align: left;
}