@charset "utf-8";
body {
	background: #666666; 
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;

}
.oneColFixCtrHdr #container {
	width: 1100px;
	margin: 5px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #1958b7;;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
	height:100%;
	padding:5px 10px 0px 10px;
	position:relative;	

}
#header {	
	/*background-image:url('../images/logo2.png');
	background-position:top left;
	background-repeat:no-repeat;
	*/
	padding: 5px 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. */
	position:relative;
	margin:5px 0px 0px 0px;
	
}

#breadcrumb {
	margin-bottom:20px;
	width:500px;
}

#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
   margin: 3px 0 0 0;
}
#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 1em;
}


.heading {
	margin:30px 0px 20px 0px;
	color:#2175bc;
	border-color:#2175bc;
	border-style:solid;
	border-width:0px 0px 5px 0px;
	width:600px;
}

.section {
	width:600px;
}

#logo a{
	width:350px;
	float:left;
}

#logo img {
	border:0;
}


#login {
	float:right;
	/* margin-bottom:10px; */
	padding-right:150px;
}

#login table {

}

#login th {
	padding:0px;
}

#login td {
	padding:0px 5px 0px 0px;
}

#login table th {
	font-size:8pt;
	color:#1958b7;
}

#login .input {
	height: 10px;
}

#login .button {
	font-size:6px;
}

#login a {
	padding-bottom:20px;
}

#login p {
	font-weight:bold;
	font-size:10pt;
	/* padding-bottom:20px; */
}

.fb_box {
	border:0px;
	border-style:solid;
	border-color:#6699cc;
	padding-bottom:5px;
	
	margin:10px 0px 0px 0px;
	
	/* width:180px; */
	/* overflow:hidden; */
}

.addthis_box {
	margin-top:5px;
	margin-left:0px;
}

#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.mainPageContainer {
	background: #FFFFFF;
	position:relative;
	font-size:.8em;
	padding:0;
	margin-bottom:40px;
	width:855px;
	/*
	position:relative;
	float:left;
	width:850px;
	margin: 0px 20px 0px 0px;
	padding: 10px 10px 50px 0px;
	*/
}

.rightContainer {
	float:right !important;
	clear:both;
}

.sectionHeader {
	font-size:1.25em;
	font-weight:bold;
}

#footerbar {
	padding: 10px;
	background: #6699CC;
	clear:both;
	margin:10px;

}
#navcontainerBackground {
	background-color: #6699CC;
	 margin-right:3em; 
	/* width:155px; */
}

#navcontainerTopRight {
	background-image:url('../images/navcorner_tr.gif');
	background-position:top right;
	background-repeat:no-repeat;

}

#navcontainerBottomRight {
	background-image:url('../images/navcorner_br.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}

#navcontainer
{
	width: 12em;
	padding: 1em 0 1em 0; 
	margin-bottom: 0em;
	font-weight:bold; 
	color: #333;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	border-bottom: 1px solid #90bade;
	margin: 0 0 0 0;
	 width:180px; 
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size:.9em;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #1c64d1;
	background-color: #2586d7;
	color: #fff;
}

.AjaxError {
	color:#FF0000;
	font-weight:bold;
}
/*******************************************************************************/

#memberBoxTopLeft {
	background-image:url('../images/navcorner_tl.gif');
	background-position:top left;
	background-repeat:no-repeat;

}

#memberBoxBottomLeft {
	background-image:url('../images/navcorner_bl.gif');
	background-position:bottom left;
	background-repeat:no-repeat;

}

#memberBoxContainer {
	width:auto;
	position:relative;
	clear:both;
	padding-bottom:30px;
	margin:0px 0px 0px 350px;
}

#memberBox {
	padding:0px;
	background-color:#6699CC;
}

#memberBox ul {
	padding-left:0px;
	margin:0px 0px 0px 10px;
}

#memberBox li {
	list-style:none;
	display:inline;
	margin-left:0px;
	font-weight:bold;
}

#memberBox li a {
	padding: 5px 5px 5px 0.5em;
	border-top: 5px solid #1958b7;
	border-left: 1px solid #90bade;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	font-size:.8em;
}

#memberBox li a:hover {
	border-top: 5px solid #1c64d1;
	background-color: #2586d7;
	color: #fff;
}

#HomeNav {
	padding-left: 100px;
	margin:0px 25px 5px 10px;
	background-color:#FFFFFF;
}

#HomeNav ul {
	margin:0px;
}

#HomeNav li {
	list-style:none;
	color:#FFFFFF;
	display:inline;
	padding-right: 20px;
}

#HomeNav li a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

#HomeNav li a:hover {
	color:#FF0000;
}

#NavSpacer {
	height:5px;
	background-color:#5B7289;
	width:725px;
	margin-top: 0px;
}

.mainContent {
/*
	position:relative;
	background:#ffffff;
	color:#000000;
	*/
}

.mainContent div {
	position:relative;
}

.roundBoxContainer {
	width:200px;
	margin-right: 5px;
	padding: 10px 0px 10px 0px;
}

.roundBox {

	margin: 10px 0px 5px 0px;
	width: 200px;
	font-weight: bold;
	background-color:#FFCC66;
	padding:7px 0px 1px 0px;
	font-size:.9em;
	text-align:center;
}

.roundSmallBox {
	margin: 5px 0px 5px 0px;
	width: 200px;
	font-weight: bold;
	background-color:#FFCC66;
	padding:1px 1px 1px 1px;
	font-size:.75em;
	text-align:center;
}

.roundBoxContent {
	background-color:#ffffff;
	margin: 5px 2px 2px 2px;
	text-align:left;
	padding:10px 5px 5px 10px;
	font-weight:normal;
	overflow:hidden;
}

.roundSmallBoxContent {
	background-color:#ffffff;
	margin: 2px 2px 2px 2px;
	text-align:left;
	padding:10px;
	font-weight:normal;
}

.roundBoxContent form {
	width:157px;

	font-size: 10pt;	
}

.News {
	float:left; 
	width:150px;
	height:600px;

}

.copyright {
	color:#CCCCCC;
	text-align:left;
	padding-bottom:10px;
}

#footer {
	text-align:left;
	padding: 5px;
	font-size:0.7em;
	clear:both;
	margin: 0px 20px 0px 10px;
	
}

#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: 2px 0;
	
}

#newsDiv {
	width:350px;
}

.voteImage {
	margin:15px 0px 10px 10px;
	border:0;
}
