/* GENERAL STYLES */
* {margin: 0; padding: 0; border: 0;}

body {
	margin:10px;
	text-align: left; 
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	/*min-width: 700px;*/
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
	text-align: left;
	width: 765px;
	margin: 0 auto; 
	/*background: #000 url(sidebar.gif) repeat-y 10px 0;*/
}

#header, #subnav, #footer {
	color: #000;
	clear: both; 
	width: 100%;
}

#header {
	background: #fff; 
	color: #000; 
	height: 165px;
}
#subnav, #footer {
	background: white; 
	padding: 1px 0;
}
#footer {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#footer p {
	color: Gray;
	font-size: 90%;
	text-align: center;
}

#footer A:link, #footer A:visited {
	text-decoration: none; 
	color: Gray;
	font-weight: normal;
}

#footer A:hover	{
	text-decoration: none; 
	color: Silver;
	font-weight: normal;
}



#contentfloatholder {/* right faux column tab */
	/*background: url(sidebar.gif) repeat-y 100% 0;*/
	float: left;
	width: 100%;
}


#contentfloatholder:after {
	/* this is for NN6 to clear floats */
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility: hidden;
}

#center {
	margin: 0 0px 0 175px;
}

#centerwrap {
	float:left;
	width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
	float:left;
	width: 170px;
	margin: 0 0 0 -5%;
	text-align: left;
	background: #fff;
}

#right {
	float:right;
	width: 170px;
	margin: 0;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

h1, h2, h3, p {
	margin: 0 0 1em 0;
	padding: 0; 
}

h1 {
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
p {
	text-align: left;
}
p.Small {
	text-align: left;
	font-size: 90%;
	font-weight: normal;
}
p.Center {
	text-align: center !important;
}

ul, ol {
	margin-left: 1em;
}
li {
	margin-left: 1em;
}
#HomePageNews {
	border-top: 1px solid #0066CC;
}
li.News {
	list-style-type: none;
}

/*
==========================================
  menu classes
==========================================
*/
#list-menu {
	width: 140px; /* 	this width value is also effected by
							the padding we will later set on the links. *//* this width value is also effected by
							the padding we will later set on the links. */
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	word-wrap: break-word;
} 
#list-menu li {
	margin: 0;
	/*font-size: 9pt;*/
	clear: both;
	list-style-type: none;
}
#list-menu a {
	position: relative;
	display: block;
	width: 153px;
	margin-left: 0px;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #0066CC;
	background: #9CBADC;
	color: #0066CC;
	text-decoration: none; /*lets remove the link underlines*/
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #0066CC ! important;
}
#list-menu a:hover {
	display: block;
	width: 153px;
	margin-left: 0px;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #0066CC;
	background: #0066CC;
	text-decoration: none; /*lets remove the link underlines*/
	color: #fff ! important;
} 

/* end menu classes */

/* sub-menu classes */
#list-submenu {
	width: 140px;
	/* this width value is also effected by
	the padding we will later set on the links. */
}
#list-submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	word-wrap: break-word;
} 
#list-submenu li {
	margin: 2px 0 0;
	/*font-size: 9pt;*/
	list-style-type: none;
}
#list-submenu a {
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	display: block;
	width:125px;
	height: 11px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid rgb(255,255,255);
	background: rgb(144,214,242);
	text-decoration: none; /*lets remove the link underlines*/
} 
#list-submenu a:link, #list-submenu a:active, #list-submenu a:visited {
	color: #2e3092 ! important;
}
#list-submenu a:hover {
	padding-bottom: 4px;
	margin-bottom: 4px;
	display: block;
	width:125px;
	height: 11px;
	padding: 0px 0px 0px 8px;
	border-bottom: 1px solid rgb(255,255,255);
	background: #f8941e;
	text-decoration: none; /*lets remove the link underlines*/
} 
/* end submenu classes */


/*
==========================================
  Contact Us Form classes
==========================================
*/

.AutoFormPlus {
	text-align: center;
	background: white;
	}
.AutoFormPlus fieldset {
	border: none;
	text-align: left;
	margin-bottom: 5px;
	}
	
.AutoFormPlus legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: black;
	}
	
.AutoFormPlus fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.AutoFormPlus fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: black;
	clear: both;
	}
.AutoFormPlus fieldset li span {
	}
.AutoFormPlus fieldset li span img {
	}

.AutoFormPlus fieldset li img, .AutoFormPlus fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	}
.AutoFormPlus fieldset li label
{
	width: 200px; 
	float: left; 
	padding-left: 10px;
	padding-top: 5px;
	}
.AutoFormPlus fieldset li.noedit label
{
	width: 500px; 
	float: left; 
	padding-left: 10px;
	padding-top: 5px;
	}
	
.AutoFormPlus fieldset li p {
	color: black;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.AutoFormPlus fieldset li table {
	width: 500px;
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 0px;
	margin-bottom: 3px;
	border: 1px solid silver;
	}
.AutoFormPlus fieldset li table input {
	float: left;
	width: 25px;
	border: 1px solid black;
	margin-bottom: 3px;	
	}

.AutoFormPlus fieldset li table label {
	width: 300px; 
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	}

.AutoFormPlus fieldset p {
	color: black;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.AutoFormPlus fieldset br {
	clear: both;
	}
/*.AutoFormPlus span {
	display: block; 
	height: 25px;
	}*/
.AutoFormPlus fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 205px;
	margin-left: 10px;
	border: 1px solid black;
	margin-bottom: 3px;
	}
.AutoFormPlus fieldset textarea {
	float: left; 
	margin-top: 3px; 
	width: 260px;
	margin-left: 10px;
	height: 85px;
	border: 1px solid black;
	margin-bottom: 3px;
	}
.AutoFormPlus fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 210px;
	margin-left: 10px;
	border: 1px solid black;
	margin-bottom: 3px;
	}
.AutoFormPlus input.button {
	height: auto;
	}
.AutoFormPlus li.required label strong {
	font-weight: bold;
	font-style: normal;
/*	color: #900;
	}
.AutoFormPlus li.required label {
/*	border-bottom: 1px dashed red;*/
	}


/*\*//*/ .AutoFormPlus legend { display: inline-block; } /* IE Mac legend fix */
				

/* EDITOR PROPERTIES */
h1 {
h1 {
	font-size: 150%;
	font-weight: bold;
}
}

h2 {
h2 {
	font-size: 120%;
	font-weight: bold;
}
}

h3 {
h3 {
	font-size: 110%;
	font-weight: bold;
}
}

p {
p {
	font-size: 100%;
	font-weight: normal;
}
}

.Small {
text-align: left;
font-size: 90%;
font-weight: normal;

}

.Center {
text-align: right !important;

}

