@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5a6b7d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 950px;  /* (was 780) using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #36475b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #36475b;
	border-right: 1px solid #36475b;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #banners {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 10px 0px;
	height: 60px;
	text-align: center;
	
	border: 0px solid #ff0000;
}

.thrColFixHdr #header { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	width: 950px;

} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	vertical-align: top;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ff0000;

}

.thrColFixHdr .nav-left{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	height: 24px;
	background: url('images/left-linktab.jpg') no-repeat; 
	width: 155px;
}

.thrColFixHdr .nav-right{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 24px;
	background: url('images/right-linktab.jpg') no-repeat; 
	width: 155px;
}

.thrColFixHdr .nav-left a:link, .thrColFixHdr .nav-left a:visited {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
}

.thrColFixHdr .nav-left a:hover {
	font-size: 12px;
	color:#fa9221;
	text-decoration:none;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	vertical-align: top;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ff0000;
}

.thrColFixHdr  #sidebar2 img{
	padding-bottom: 5px;
}


.thrColFixHdr .nav-right a:link, .thrColFixHdr .nav-right a:visited {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 22px;
	font-weight: bold;
	height: 30px;
	padding: 0px 0px 0px 30px;
}

.thrColFixHdr .nav-right a:hover {
	font-size: 12px;
	color:#2a333e;
	text-decoration:none;
	line-height: 22px;
	font-weight: bold;
	height: 30px;
	padding: 0px 0px 0px 30px;
}

.thrColFixHdr #mainContent { 
	margin: 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px solid #ff0000;
} 

.thrColFixHdr #home-box-1 { 
	background: #5a6b7b;
	padding-bottom: 10px;
	margin: 5px 0px 10px 0px;
	min-height: 350px;
	background: #5a6b7b;
}

.thrColFixHdr #home-box-2, .thrColFixHdr #home-box-3 { 
	background: #5a6b7b;
	padding-bottom: 10px;
	margin: 5px 0px 10px 0px;
	min-height: 285px;
	height: 100%;
}


.thrColFixHdr #mainContent H1 { 
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	background: url('images/section-header.jpg') no-repeat; 
	padding-left: 30px;
	height:24px;
	line-height: 24px;
	} 
	
.thrColFixHdr #mainContent H2 { 
	font-size: 13px;
	font-weight: bold;
	color:#36475b;
	background: url('images/section-sub-header.jpg') no-repeat; 
	padding-left: 30px;
	height:24px;
	line-height: 24px;
} 

.thrColFixHdr #mainContent H3, .thrColFixHdr #mainContent H4, .thrColFixHdr #mainContent H5, .thrColFixHdr #mainContent H6 { 
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	line-height: 24px;
	padding-left: 10px;
} 
	

.thrColFixHdr #mainContent p, .thrColFixHdr #mainContent { 
	font-size: 12px;
	font-weight: nornal;
	color:#FFFFFF;
	padding: 0px 10px 0px 10px;
	line-height: 18px;
} 

.thrColFixHdr #mainContent a:link, .thrColFixHdr #mainContent a:visited {
	font-size: 12px;
	color:#fa9221;
	text-decoration:none;
	font-weight: bold;
	
}

.thrColFixHdr #mainContent a:hover {
	font-size: 12px;
	color:#ffffff;
	text-decoration:underline;
	font-weight: bold;
	

}


.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#36475b;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: nornal;
	color:#FFFFFF;
	padding: 10px 0px 10px 0px;
	text-align: center;
	line-height: 18px;
}


.thrColFixHdr #footer a:link, .thrColFixHdr  #footer a:visited {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 22px;
	font-weight: bold;
}

.thrColFixHdr #footer a:hover {
	font-size: 10px;
	color:#fa9221; 
	text-decoration:none;
	line-height: 22px;
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.float-right  { 
	float: right;
	margin: 0px 0px 1px 10px;
}
.float-left { 
	float: left;
	margin: 0px 10px 1px 0px;
}

.float-right-border  { 
	float: right;
	margin: 0px 0px 1px 10px;
	border: 1px solid #000000;
}

.float-left-border { 
	float: left;
	margin: 0px 10px 1px 0px;
	border: 1px solid #000000;
}


#changepassword {
	position:absolute;
}


/* AJAX SEARCH STYLING */

#ajaxSearch_form {
            color: #444;
            width: auto;
        }
#ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            background: #fff url(images/input-bg.gif) repeat-x top left;
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            vertical-align: top;
        }
#ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
        }
#ajaxSearch_output {
            border: 0px solid #444;
            padding: 10px;
       
            display: block;
            height: auto;
            vertical-align: top;
        }
.ajaxSearch_paging {
    
        }
.AS_ajax_result {
            color: #ffffff;
            margin-bottom: 3px;
        }
.AS_ajax_resultLink {
            text-decoration: underline;
        }
.AS_ajax_resultDescription{
            color: #ffffff;
        }
.AS_ajax_more {
            color: #ffffff;
        }


#wlpeLogin form, #wlpeLoginForm form, #wlpeUserRegisterForm form, #wlpeActivateForm form, #wlpeUserProfileForm form, #EmailForm form, #wlpeResetForm form, #contactform form {
	border: 0px solid #ff0000;
	text-align: right;
	width: 600px;
}

#wlpeLogin input, #wlpeLoginForm input, #wlpeUserRegisterForm input, #wlpeActivateForm input, #wlpeUserProfileForm input, #EmailForm input, #wlpeResetForm input, #contactform input{
	text-align: left;
	color: #000000; 
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 2px;
}


#sidebarlogin input {
	border: 1px solid #999999;
	width: 120px;
}

#wlpeLogin select, #wlpeLoginForm select, #wlpeUserRegisterForm select, #wlpeActivateForm select, #wlpeUserProfileForm select, #EmailForm select, #wlpeResetForm select, #contactform select{
	float: left;
	text-align: left;
 	color: #000000; 
	font-weight: bold;
	width: 150px;
	margin-right: 0px;
	padding: 0px;
	background-color:#ffffff;
}

#wlpeLogin checkbox, #wlpeLoginForm checkbox, #wlpeUserRegisterForm checkbox, #wlpeActivateForm checkbox, #wlpeUserProfileForm checkbox, #EmailForm checkbox, #wlpeResetForm checkbox, #contactform checkbox{
	float: left;
	text-align: left;
 	color: #000000; 
	font-weight: bold;
	width: 150px;
	margin-right: 0px;
	padding: 0px;
	background-color:#ff0000;
}

#wlpeLogin label, #wlpeLoginForm label, #wlpeUserRegisterForm label, #wlpeActivateForm label, #wlpeUserProfileForm label, #EmailForm label, #wlpeResetForm label, #contactform label {
	clear: left;
	border: 0px solid #ff0000;
	float: left;
  	text-align: left;
	color:#fa9221;
	font-weight: bold;
	padding: 2px;
	width: 100%;
}

#wlpeLogin textarea, #wlpeLoginForm textarea, #wlpeUserRegisterForm textarea, #wlpeActivateForm textarea, #wlpeUserProfileForm textarea, #EmailForm textarea, #wlpeResetForm textarea, #contactform textarea {
	clear: left;
	border: 1px solid #cccccc;
 	color: #000000; 
	float: left;
  	text-align: left;
	font-weight: bold;
	padding: 2px;
	margin: 0px 10px;
	width: 500px;
}

#wlpeLogin submit, #wlpeLoginForm submit, #wlpeUserRegisterForm submit, #wlpeActivateForm submit, #wlpeUserProfileForm submit, #EmailForm submit, #wlpeResetForm submit, #contactform submit {
	clear: left;
	border: 1px solid #ff0000;
 	color: #000000; 
	float: left;
  	text-align: left;
	color:#fa9221;
	font-weight: bold;
	padding: 2px;
}


.error {
	font-size: 12px;
	font-weight: bold;
	color:#fa9221;
	padding: 0px 10px 0px 10px;
	line-height: 18px;
}

p.wlpeMessageText {
	background-color:#fa9221;
	font-weight:bold;
	color:#fa9221;
}	

.nav-right-login {
	padding: 10px;

}

.nav-right-login a:link, .nav-right-login a:visited {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.nav-right-login a:hover {
	color: #fa9221;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
