/* leftnav
------------------------------------------------------------*/

.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


.leftmenu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	white-space: normal;
	margin: 0;
	padding: 0px;
	left: 0px
}
.leftmenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display:inline
}
.leftmenu ul.level1 {
	left: 25px;
	position: absolute;
	width: auto;
	text-indent: 0em;
}
.leftmenu ul ul.level2 {
	width: auto;
	position: absolute;
	visibility: hidden;
	border: thin solid #FFF;
}
.leftmenu a {
	color: #CCC;
	background-image: url(../images/navbtn1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	height: 32px;
	width: 152px;
	padding: 7px 0 0 12px;
	margin: 0 0 0 0;
}
.leftmenu :hover > a {
	color: #E0412A;
	background-image: url(../images/navbtn2.png);
	background-repeat: no-repeat;
}
.leftmenu ul li:hover > ul {
	margin: -33px 0 0 -15px;
	padding: 0;
	display: block;
	left: 100%;
	visibility: visible;
}

.leftmenu li li a.flyout {
	background-color: #FFF;
	background-image: url(../images/wht_bkgnd.gif);
	width: 125px;
	background-repeat: repeat;
}
.leftmenu li li a.flyout:hover {
	background-image: url(../images/ylw_bkgnd.gif);
	background-repeat: repeat;
}

.nav-button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #052C89;
	background-color: #92C4D3;
	padding: 5px 2px 5px 5px;
	margin-bottom: 5px;
	border: thin solid #FFF;
}
.nav-button a {
	font-family:Arial, Helvetica, sans-serif;
	color: #052C89;
	text-decoration:none;
}
.nav-button a:hover {
	color:#C00;
}
.nav-button:hover {
	background-color: #92C4D3;
	font-family:Arial, Helvetica, sans-serif;
	color: #C00;
}
form
{
	width:80%;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding-right: 10%;
	padding-left: 10%;
}

form *
{
	margin: 0;
	padding: 0;
}

form p
{
	margin: .5em 0;
}

form fieldset
{
	display: block;
	position: relative;
	background-color: #eee;
	border: 1px solid;
	border-color: #fff #ccc #999 #ccc;
	padding: 40px 20px;


}

form legend
{
	display: block;
	position: absolute;
	margin-left: 5px;
	margin-top: -25px;
	height: 14px;
	background-color: #eee;
	border: 1px solid;
	border-color: #fff #ccc #eee #ccc;
	padding: 5px 10px;
	color: #444;
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
	text-shadow: 0.1em 0.1em #fff
}

form input[type=text],
form input[type=password],
form textarea,
form select
{
	background: #fff url(shadow.png) top repeat-x;
	border: 1px solid;
	border-color: #999 #ccc #eee #ccc;
	color: #666;
	font-size: 1em;
	padding: .2em;
	margin: .5em .5em .5em 3em;
	-moz-border-radius-topright: .8em;
	-moz-border-radius-bottomleft: .8em;
	-webkit-border-top-right-radius: .8em;
	-webkit-border-bottom-left-radius: .8em;
	border-top-right-radius: .8em;
	border-bottom-left-radius: .8em;
	width:300px;
	
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus,
form select:focus
{
	background-color: #ffe;
	color: #000;
}

form select
{
	padding-top: 5px;
}

form select[multiple]
{
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

form input[type=submit],
form input[type=reset],
form input[type=button],
form button
{
	background: #ddd;
	border: 1px solid;
	border-color: #eee #ccc #999 #ccc;
	color: #555;
	padding: 5px;
	margin:5px;
	-moz-border-radius-topright: .8em;
	-moz-border-radius-bottomleft: .8em;
	-webkit-border-top-right-radius: .8em;
	-webkit-border-bottom-left-radius: .8em;
	border-top-right-radius: .8em;
	border-bottom-left-radius: .8em;
}

form input[type=submit]:hover,
form input[type=reset]:hover,
form input[type=button]:hover,
form button:hover
{
	background: #ffe;
	color: #C00;
}

form p
{
	margin: .5em 0;
}

form label[for]
{
	font-size: 1.2em;
	font-style: bold;
	color: #000;
}

form ol li
{
	list-style: none;
}

form ol li
{
	margin: 5px 0;
}

form ol li label
{
	display: block;
	color: #052C89;
	letter-spacing: 0.1em;
	font-weight: bold;
}

form ol.table
{
	list-style: none;
	display: table;
}

form ol.table li
{
	display: table-row;
}

form ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: 10px;
}

form div.col2 label
{
	float: left;
	width: 50%;
}

form div.col3 label
{
	float: left;
	width: 33%;
}
form .pmargin {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	padding: 0px;
}


form div.col4 label
{
	float: left;
	width: 25%;
}

