@charset "utf-8";
body  {
	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: #3b3d40;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(assets/images/layout/bgImage2.jpg);
	line-height: 20px;
}
#topSpace {
	height: 15px;
}
.twoColFixLtHdr #container {
	width: 1052px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E9EDED;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #FFFFFF;
	height: auto;
	position: fixed;

} 
#topMenu {
	background-color: #daecf6;
	height: 50px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #DDDDDD;
	background-image: url(assets/images/layout/bannerImage1.jpg);
	height: 195px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #daecf6;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: 1010px;
}
.twoColFixLtHdr #mainContent {
	background-color: #daecf6;
	background-position: right top;
	width: 690px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	clip: rect(auto,auto,auto,350px);
	vertical-align: top;
	left: 40px;
	top: 15px;
	right: 40px;
	bottom: 15px;
	margin-left: 280px;
} 

#bottomBanner {
	background-image: url(assets/images/layout/BottomBannerImages3.jpg);
	height: 48px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	top: auto;
}

#bottomMenu {
	background-color: #daecf6;
	height: 50px;
	padding-right: 40px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: bottom;
	width: 1000px;
	clip: rect(auto,auto,auto,350px);
	vertical-align: bottom;
}

#top {
	background-color: #FFFFFF;
	height: 20px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
body,td,th {
	font-family: Tw Cen MT, Verdana, sans-serif;
	font-size: 14px;
	color: #3b3d40;
	background-position: top;
}
h1 {
	font-size: 24px;
}
a:link {
	text-decoration: none;
	color: #3b3d40;
}
a:visited {
	text-decoration: none;
	color: #3b3d40;
}
a:hover {
	text-decoration: underline;
	color: #663366;
}
a:active {
	text-decoration: none;
	color: #666699;
}
/*----------------------apDiv styles----------------------*/
#apDiv1 {
	position:relative;
	width:590px;
	height:40px;
	z-index:1;
	left: 430px;
	top: 10px;
}
#apDiv2 {
	position:absolute;
	width:246px;
	height:178px;
	z-index:1;
	left: 163px;
	top: 274px;
}
#apDiv-login {
	position:relative;
	width:246px;
	height:178px;
	z-index:1;
	background-image: url(assets/images/layout/loginBG.jpg);
	left: 0px;
	top: 0px;
}
#apDiv-browse {
	position:relative;
	width:246px;
	height:230px;
	z-index:2;
	left: 0px;
	top: 20px;
	background-image: url(assets/images/layout/browseBG.jpg);
}
#apDiv5 {
	position:relative;
	width:246px;
	height:150px;
	z-index:3;
	top: 60px;
	background-image: url(assets/images/layout/linksBG.jpg);
	left: 0px;
}
#apDiv6 {
	position:relative;
	width:246px;
	height:140px;
	z-index:4;
	top: 80px;
	left: 0px;
	background-image: url(assets/images/layout/contactBG1.jpg);
}
#apDiv7 {
	position:relative;
	width:246px;
	height:246px;
	z-index:5;
	top: 40px;
	background-image: url(assets/images/layout/addBG.jpg);
}
#apDiv8 {
	position:relative;
	width:246px;
	height:120px;
	z-index:6;
	top: 100px;
	background-image: url(assets/images/layout/blueBG2.jpg);
	top: 858px;
	top: 860px;
}
/*----------------------form styles----------------------*/
#formWrap {
	background: #DAECF6;
	padding: 1em 0;
	}
form#frmMembershipRegistration {
	width: 505px;
	margin: 1 auto;
	}
form#frmSupport {
	width: 505px;
	margin: 1 auto;
	}
form#frmCommentAndSuggestions {
	width: 505px;
	margin: 1 auto;
	}
fieldset {
	background:#EFF8FF;
	border-color:#CEE1F2;
	margin: 1em 0;
	padding-bottom: .5em;
	padding-right: 1em;
	padding-left: 1em;
	}
legend {
	font-family: "Tw Cen MT", Verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#3B3D40;
	line-height: 1.4;
	background:#EFF8FF;
	padding: 0.2em .5em;
	margin-left: 0.5em;
	}
#formWrap p {
	font-family: "Tw Cen MT", Verdana, sans-serif;
	color: #3B3D40;
	font-size: 14px;
	line-height: 1.2;
	margin: 1.4em 0;
	}
input.text {
	width: 250px;
	}
text area {
	width: 300px;
	margin-top: 0.5em;
	}
input:focus, textarea:focus {
	border: 2px solid #3B3D40;
	}
input:focus, textfield:focus {
	border: 2px solid #3B3D40;
	}
/*----------------------line styles----------------------*/	

hr {
	color:#333333;
	height: 1px;
}
