@charset "utf-8";
body {
	margin:0;
	padding:0;
	background:#fff url(images/home/bg-no-repeat.jpg) top center no-repeat;
	font:12px/18px sans-serif;
	color:#214161;
	text-align:center;  /*for IE5 to center block level elements*/
	}

.oneColFixCtrHdr #container {
	width: 937px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	padding-top:64px;
}
.oneColFixCtrHdr #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. */
}
.oneColFixCtrHdr #header h1 {
display:block;
color:#006699;
padding:5px;
padding-left:190px;
font-size:14px;
margin:0px;
margin-bottom:10px;
}
.oneColFixCtrHdr #mainContent {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #mainContent h1{
display:block;
color:#333333;
padding:5px;
font-size:14px;
margin:0px;
}
.oneColFixCtrHdr #mainContent h2{
display:block;
clear:both;
background:url(images/home/h1a.png) repeat-x top;
color:#333333;
padding:5px;
font-size:14px;
margin:0px;
}
.oneColFixCtrHdr #mainContent p{
padding:5px;
margin:0px;
}
.oneColFixCtrHdr #footer {
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin:0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}













/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
padding:0px;
padding-bottom:5px;
background:url(images/home/h1.png) repeat-x bottom;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #666666; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color:#FFCC00;
}



#BoxTitle{
background:url(images/home/box.png);
border:1px #CCCCCC solid;
margin:5px;
padding:5px;
width:622px;
font-weight:bold;
}

#BoxBox{
background:url(images/home/box.png);
border:1px #CCCCCC solid;
margin:5px;
padding:5px;
width:306px;
float:left;
}
#BoxBox h3{
font-size:14px;
color:#006699;
padding:0px;
margin:0px;
}

#BoxBox ul{
margin:0px;
padding:0px;
list-style:outside;
margin-left:20px;
}








/* ADMIN */
#AdminControlPanel{
width:100%;
height:50px;
background-image:url(background.jpg);
background-repeat:repeat-x;
border:0px #333333 solid;
border-bottom:#666666 solid 1px;
position:static;
overflow:hidden;
}
#AdminControlPanel ul{
display:inline;
float:left;
}
#AdminControlPanel li{
display:block;
float:left;
padding:5px;
margin:2px;
background-color:#CCCCCC;
}
#AdminControlPanel a{
color:#000000;
text-decoration:none;
}
#AdminControlPanel a:hover{
color:#666666;
text-decoration:none;
}
#AdminControlPanel img{
border:0px;
}
/* ADMIN */




















#AdminPopup2{
border:3px #999999 solid;
width:430px;
z-index:2000;
height:400px;
background-color:#FFFFFF;
position:absolute;
margin-left:240px;
margin-top:40px;
padding:5px;
}
#AdminPopup2 p{
padding:5px;
}

#AdminBox2Textbox{
display:block; margin:0px; margin-left:3px; margin-top:5px;
}

#AdminPopup2 h1{
}
#AdminPopup2 h1 a{
color:#FFFFFF;
}




#AdminPopup{
border:3px #999999 solid;
width:430px;
z-index:2000;
height:400px;
background-color:#FFFFFF;
position:relative;
margin-top:40px;
padding:5px;
}
#AdminPopup p{
padding:5px;
}

#AdminBoxTextbox{
display:block; margin:0px; margin-left:3px; margin-top:5px;
}

#AdminPopup h1{
}
#AdminPopup h1 a{
color:#FFFFFF;
}

