@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}
body{
	font:normal 14px/20px Arial, Helvetica, "sans-serif 14px";
	padding: 40px;
	}

 a{
	color:#FF6600;
	text-decoration:none;
}
 a:hover{text-decoration:underline;}
 
 


h1 {
	font-size: 18px;
	line-height: 36px;
}h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight:normal;
	line-height:36px;
}

.center{text-align:center;}
.clear{clear:both;}

#masthead{
background:#222;
width:100%;
}
#masthead img{
padding-right:18px;
}
#masthead h1{
	color: #F9D01B;
}

.topNav li{
	list-style-type: none;
}

.right{text-:right;}
.fr{float:right;}
.fl{float:left;}
.clearer{
	line-height:36px;
	clear:both;
}


.homeCol{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

.homeCol p{}

.textField{font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;line-height:24px;padding:3px;}


/* NEW ADMIN CSS BY RON SHUFF JR. */
div.ErrorMessage {
	color: red;
	text-align: left;
	padding-left: 20;
}

img.ErrorMessage{
	vertical-align: bottom;
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#ffdede;
    padding:5px;
    border:1px solid #fff;
    width:400px;
}

.tooltip p{
	text-align: left;
    margin:0;
    padding:0;
    color:red;
    font-weight: bold;
    background-color:#ffeeee;
    padding:2px 7px;
}

fieldset.small {
	width: 400px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}

fieldset.small p {
	width: 380px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 5px; 
}

fieldset.small label{
	font-weight: bold;
	float: left;
	width: 150px; 
}

fieldset.small input[type=text]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

fieldset.small textarea{
	width: 200px;
	height: 100px;
}

fieldset.medium {
	width: 600px;
	margin: 0 auto;
}

fieldset.medium p {
	width: 550px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 50px; 
}

fieldset.medium label{
	font-weight: bold;
	float: left;
	width: 200px;
}

fieldset.medium input[type='text']{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 330px;
}

fieldset.medium textarea{
	width: 400px;
	height: 200px;
}

fieldset.large {
	width: 738px;
	margin: 0 auto;
}

fieldset.large p {
	width: 688px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 20px; 
}

fieldset.large label{
	font-weight: bold;
	float: left;
	width: 200px;
}

fieldset.large input[type='text']{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 440px;
}

fieldset.large textarea{
	width: 488px;
	height: 200px;
}

div.formCommandBar {
	width: 738px;
	background-color: #ddd;
	text-align: right;
	border-top: solid 1px #888;
}

table.InfoTable {
	border: solid 2px #333333;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

table.InfoTable th {
	background-color: #dddddd;
	border: solid 1px #333333;
	padding: 0px 5px 0px 5px;
}

table.InfoTable td {
	border: solid 1px #777777;
	padding: 0px 5px 0px 5px;
}

centerDiv {
	margin: 0px auto;
}
/* END NEW ADMIN CSS BY RON SHUFF JR. */


