@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/pageback.jpg) repeat-x #13579e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:12px;
	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;
}

p{
	line-height:1.75em;
}

.twoColFixLtHdr #shadow { width:815px;
background:url(../public/css/shadow.png) right top repeat-y; padding:0; margin: 0 auto;}

.twoColFixLtHdr #container { 
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background:url(../images/top-round-content.gif) top no-repeat;
	height:80px;
	width:740px;
	 z-index:1000;
	margin:0 auto;
	padding: 0 0px 0px 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. */
} 

.twoColFixLtHdr #nav {width:315px; height:30px;
margin:0 auto;
padding: 0px 0px 50px 0px;
text-align:center;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
border-top:1px solid #6596d9;
}


.twoColFixLtHdr #nav a.home { background:url(../images/home-button.gif); text-decoration:none; color:#000000; display:block; float:left; width:155px; height:30px; padding: 0px 0px 0 0; margin: 0 1px 0 0;}

.twoColFixLtHdr #nav  a.contact { background:url(../images/contact-button.gif); text-decoration:none; color:#000000; display:block; float:left; width:155px; height:30px; padding: 0px 0px 0 0; margin: 0 1px 0 0;}
.twoColFixLtHdr #nav  a.login {background:url(../images/login-button.gif); text-decoration:none; color:#000000; display:block; float:left; width:155px; height:30px; padding: 0px 0px 0 0; margin: 0 1px 0 0;}




.twoColFixLtHdr #nav a.home:hover {text-decoration:none;  background:url(../images/home-button-over.gif); display:block; float:left; width:155px; height:30px; padding: 0px 0px 0 0; margin: 0 1px 0 0;}

.twoColFixLtHdr #nav a.contact:hover {text-decoration:none;  background:url(../images/contact-button-over.gif); display:block; float:left; width:155px; height:30px; padding: 0px 0px 0 0; margin: 0 1px 0 0;}

.twoColFixLtHdr #nav a.login:hover {text-decoration:none;  background:url(../images/login-button-over.gif); display:block; float:left; width:155px; height:30px; padding: 0px 0px 0 0; margin: 0 1px 0 0;}


.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 #contentContainer {
background:#ffffff; width:730px; padding-bottom:25px; margin:0 auto; z-index:0;}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 5px 5px;
	margin-right:5px;
}


.twoColFixLtHdr .sidebox {
display:block;
width:250px;
border:solid 1px #afc1c8;
padding: 0px 0px 15px 0px;
background:url(../public/css/sidebarbackground.jpg) #FFFFFF no-repeat;

}
.twoColFixLtHdr .sidebox h5{
display:block;
background-color:#afc1c8;
width:240px;
height:2em;

padding: 7px 0 0 10px;
margin:0px 0 0 0;
}

.twoColFixLtHdr .sidebox p{

padding: 0 5px;

}
.twoColFixLtHdr #mainContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width: 500px;
} 


.twoColFixLtHdr #mainContent2 { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 auto;
	width: 680px;
} 
.twoColFixLtHdr #footer { 
	padding: 30px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/bottom-round-content.gif) no-repeat;
	height:75px;
	width:710px;
	margin:0 auto;
} 


#footertext {
font-size:10px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
font: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
padding-top:7px;}

#footertext a { color:#ffffff; text-decoration:none;}
#footertext a:hover { color:#cccccc; text-decoration:none;}



.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;
}