/* general page holders */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/specular-background.jpg);
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}
p {
	line-height: 15px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-right: 9px;
	padding-left: 9px;
	margin: 0px;
	padding-bottom: 9px;
}
img.border {
	padding-right: 500px;
}
h1 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #009DDC;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
}
h2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #C36827;
	margin: 0px;
	padding-top: 10px;
}
h3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 3px;
	color: #666B15;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
}
h4 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 3px;
	color: #000;
	margin: 0px;
	padding-top: 6px;
}

h5 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
}

/* controls 3 column view */
.container  {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
	color: #C00;
	}
.container a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009DDC;
	color: #009DDC;
	}
.container ul {
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 15px;
	list-style-type: disc;
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
}
.container li {
	list-style-image: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
.container ol {
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
	list-style-type: circle;
}
.sidebar1  {
	float: left;
	width: 391px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
}
.sidebar2  {
	float: right;
	width: 391px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
}
.mainContent  {
	width: 391px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
.footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
	margin-bottom: 10px;
	width: 1200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 187px;
}
.footer li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	height: 177px;
	width: 391px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	list-style-position: inside;
}
.footer li.right {
	list-style-image: none;
	list-style-type: none;
	float: right;
	height: 177px;
	width: 391px;
	list-style-position: inside;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
	position: relative;}
.wl-twocol-sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 795px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 1025px;
}
.wl-twocol-mainContent {
	height: 1025px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 807px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0;
} 
.wlh-twocol-sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 795px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 1400px;
}
.wlh-twocol-mainContent {
	height: 1400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 807px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0;
}
.wr-twocol-sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 391px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 1025px;
}
.wr-twocol-mainContent {
	height: 1025px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 403px;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0;
} 
.sidebar1-twocoleven-short  {
	float: left;
	width: 593px;
	height: 395px;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.mainContent-twocoleven-short  {
	height: 395px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 605px;
	width: 593px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.sidebar1-twocoleven-long  {
	float: left;
	width: 593px;
	height: 570px;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.mainContent-twocoleven-long  {
	height: 570px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 605px;
	width: 593px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.sidebar1-twocoleven-exlong  {
	float: left;
	width: 593px;
	height: 1500px;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.mainContent-twocoleven-exlong  {
	height: 1500px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 605px;
	width: 593px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.mainContent-onecol  {
	padding: 0;
	margin: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.container-onecol ul {
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
	list-style-type: disc;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
.container-onecol li {
	list-style-image: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
.container-onecol a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #666;
	font-weight: bold;
	}
.container-onecol a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2F8CB5;
	color: #2F8CB5;
	font-weight: bold;
	}
/* controls 4 column view */
.four-col-col1  {
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
}
.four-col-col2  {
	float: left;
	width: 290px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
}
.four-col-col3  {
	float: left;
	width: 290px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
}
.four-col-col4  {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 365px;
}
div.confirm {
	width: 300px;
	position: absolute;
	margin-left: 470px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#errormessage {
	color: #C36827;
	width: 300px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#okmessage {
	width: 300px;
	padding-left: 10px;
	color: #009DDC;
	padding-bottom: 20px;
	}
table.table {
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
}
td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
td.blue {
	background-color: #009DDC;
}
td.orange {
	background-color: #C36827;
}
td.grey {
	background-color: #CCCCCC;
}
td.form {
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
td.formmiddle {
	margin: 0px;
	padding: 0px;
}
#form1{
		}
	#form1 fieldset{
	padding:0;
	border:none;
	display:inline;
	width:260px;
	margin-left:25px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
		}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{
	width:252px;
	border:1px solid #ddd;
	padding:3px;
		}		
	#form1 textarea{
	height:50px;
	overflow:auto;
		}					
	#form1 p.submit{
	clear:both;
	padding:0 25px 20px 25px;
	margin:0;
		}	
	#form1 button{
	width:150px;
	height:37px;
	line-height:37px;
	border:none;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	background-image: url(../images/layout/form_button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}		

