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

body { font-family: Arial, Helvetica, sans-serif;
		background-color:#FFFFFF; text-align:center; margin:5px; padding:0px; }

p { font-size:14px; line-height:18px; }

#container{ width: 1000px; margin:0 auto; text-align:left; padding:0;
			overflow:visible;
 }

H1 { background:url(../images/mumbles-logo-large.jpg); width:1000px; height:114px; text-indent:-9999px; margin-top:0; margin-bottom:0; }

H2 { color:#0055a5; font-size:18px; position:absolute; width:1000px; top:70px; text-align:center; }

#ApprovedLogo { position:absolute; top:12px; padding:0; margin:0; margin-left:850px; }
#ApprovedLogo a { background:url(../images/came-white.png); width:70px; height:100px; display:block; text-indent:-9999px; }

#wrapper { background:#0055a5; width:970px; padding:10px; margin:0; margin-top:5px; height:auto; min-height:458px; }

/* NAVIGATION */

#navigation { border:1px solid #FFFFFF; width:175px;
		font-size: 13px; font-weight: bold; }

#navigation ul { margin:0; padding:0; list-style:none; }

#navigation li { border-bottom:1px solid #FFFFFF; }

#navigation li.noBorder { border-bottom:none; }

#navigation a { text-decoration:none; color:#0055a5; background:#c6cde8; display:block;
				width:165px; height:17px; padding:4px; padding-left:10px; padding-right:0px;
				 }

#navigation a:visited {
		background-color: #c6cde8; color: #0055a5; }

#navigation a:active {
		background-color: #0055a5; color: #FFFFFF; }
		
#navigation a:hover { background-color: #0055a5; color: #FFFFFF; }	

#NavImage { width:175px; height:91px; border:0px; border-bottom:1px solid #FFFFFF; }


/* MAIN CONTENT */

#maincontent { border:1px solid #FFFFFF; position:absolute; top: 134px; margin-left:187px; width:771px; padding-left:10px; color:#FFFFFF; }

#maincontent a { color: #c6cde8; }
	
#maincontent a:hover { color: #032f59; }

/* FOOTER */

#footer { text-align:center; }
#footer p, #footer a { font-size:12px; color:#004599; text-decoration:none; margin:2px; }
#footer a:hover { color:#000000; }

.hidden { display:none }