@charset "utf-8";
/* CSS Document */

/* LINK AT TOP */

#toplink  {
width:750px;
height:24px;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
text-align:right;
}

#toplink a {
color:#FFFFFF;
text-decoration:underline;
}

#toplink a:hover {
color:#FFFFFF;
text-decoration:none;
}


/* MAIN PAGE SETUP */

#genheader {
background-image:url(../images/Genheader.png);
width:900px;
height:150px;
background-repeat:no-repeat;
margin:0 auto;
}

#genheader-content {
width:575px;
height:120px;
padding:15px;
float:left;
}

#genheader-content h1 {
margin-top:0px;
font-size: 28px;
}

#acheader {
background-image:url(../images/ACheader.png);
width:900px;
height:150px;
background-repeat:no-repeat;
margin:0 auto;
}

#menu {
background-image:url(../images/menubg.png);
height:35px;
width:900px;
background-repeat:repeat-x;
margin:0 auto;
}

#container {
width:900px;
margin:auto;
background-color:#FFFFFF;
border:1px solid #d9d9d9;
}


#content {
width:880px;
margin:auto;
padding:10px;
height:1275px;
}

#content-left {
width:550px;
float:left;
}

#content-right {
width:315px;
float:right;
}

#bottomspace {
width:100%;
margin:auto;
height:14px;
}

#feed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top:10px;
}

#feed ul {
padding-bottom: 18px;
}

#feed li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 18px;
	margin-right: 10px;
	margin-left: 0px;
}


#feed a {
	color: #406b98;
	text-decoration: underline;
}

#feed a:hover {
	color: #406b98;
	text-decoration: none;
}

#creditfooter {
	display: none;
}


/* FOOTER OR STUFF AT BOTTOM */

#footer  { padding: 20px 0 60px; font-size: 12px; border-top: 1px solid #d9d9d9; color:#626262; background: #e9e9e9; margin:0 auto; }
#footer .inner  { width: 940px; margin: 0 auto; }
#footer p { float: left; margin: 0; font-size:13px; line-height:19px; }
#footer #credits img{vertical-align:middle;}
#footer a  { color: #2f2f2f; text-decoration: underline; }
#footer .footer-logo  { float: left; margin: 10px 30px 0 0; }
#footer-search form  { width: 300px; }
#footer-search form input.s  { width: 300px; background: #fff url(images/bg-footer-search.jpg) no-repeat 280px center; }
#footer-search form input.submit  { display: none; }

#footer-widgets { border-top:1px solid #e9e9e9; background: #f3f3f3; padding: 30px 0; }
#footer-widgets .block { margin: 0 20px 0 0; width:220px; float:left; }
#footer-widgets .block.last  { margin: 0; }

/* IMAGES */

.imgspace {
padding: 1px 5px 0 5px;
}

.imgfltleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.imgfltrght {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;	
}

/* VIDEO 320 PIXELS WIDE */

.video320-container {
width:320px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}
						   
.video320-box {
width:100%;
margin:auto;
}
						  
.video320-content {
width:100%;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}

/* VIDEO 512 PIXELS WIDE */

.video512-container {
width:512px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}
						   
.video512-box {
width:100%;
margin:auto;
}
						  
.video512-content {
width:100%;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}

/* VIDEO 640 PIXELS WIDE */

.video640-container {
width:640px;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}
						   
.video640-box {
width:100%;
margin:auto;
}
						  
.video640-content {
width:100%;
margin:auto;
padding-top:10px;
padding-bottom:10px;
}