/* CSS Document */

/* ----------------------------------------------------- 
	Project Name: Joe Moody
	Created Date: 06/13/2008
	Version: 1.0.0
	Copyrights:  copyright 2008. Sonisa Managed Communications
-------------------------------------------------------*/

			
/***********************************
	General CSS
************************************/

body { margin:opx auto; background-color:#f68b1f; background:url(../Images/MoodyBg.jpg); background-repeat:no-repeat; text-align:center; font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif; }

h1 { margin:opx; padding:0px; margin-bottom:2px; font-family:Helvetica, Arial, Tahoma, Verdana; font-size:16px; color:#666666; }

.title { font-size:30px; }
.contentFont { font-family:Helvetica, Arial, Tahoma, Verdana; font-size:15px; color:#666666; }

/***********************************
	Main Layout CSS
************************************/

#outer {margin:0px auto; width: 100%; height:100%; text-align:center; }
#outer  #outerheadbg { text-align:center; }
#outer  #outerheadbg #main { width:100%; }
#outer  #outerheadbg #main #header { margin:0px auto; width:100%; height:180px; text-align:center; }
#outer  #outerheadbg #main #header #global { width:100%; height:25px; }

#outer  #outerheadbg #main #header #logodiv  { width:800px; height:125px; margin:0px auto; text-align:center; }
#outer  #outerheadbg #main #header #title  { margin:0px auto; width:400px; height:44px; margin-top:-18px; text-align:center; font-size:19px; font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif; color:#fff; }

#outer  #outerheadbg #main #bridge { width:100%; height:59px; margin-top:60px; }
#outer  #outerheadbg #main #bridge #menu { margin:0px auto; text-align:left; width:820px; height:59px; background:url(../Images/menu-bg.gif); }
#outer  #outerheadbg #main #bridge #menu #items { margin:0px auto; width:680px; height:35px; padding-top:18px; font-family: Helvetica, Arial, Tahoma, Verdana; color:#666666; font-size:16px; font-weight:bold; }
#outer  #outerheadbg #main #bridge #menu #items a:link { color:#666666; text-decoration:none; font-weight:bold; }
#outer  #outerheadbg #main #bridge #menu #items a:visited { color:#666666; text-decoration:none; font-weight:bold; }
#outer  #outerheadbg #main #bridge #menu #items a:hover { color:#666666; text-decoration:underline; font-weight:bold; }

#outer  #outerheadbg #main #middleFlash { margin:0px auto; width:820px; height:360px; text-align:center; }
#outer  #outerheadbg #main #middle #contentFlash { margin:0px auto; width:730px; text-align:justify; font-family:Helvetica, Arial, Tahoma, Verdana; font-size:15px; color:#666666; }

#outer  #outerheadbg #main #middle { margin:0px auto; width:820px; height:580px; text-align:center; background:url(../Images/content-bg.gif) no-repeat center top;  }
#outer  #outerheadbg #main #middle #content { margin:0px auto; width:730px; text-align:justify; font-family:Helvetica, Arial, Tahoma, Verdana; font-size:15px; color:#666666; }
#outer  #outerheadbg #main #middle #content a:link { color:#000; }
#outer  #outerheadbg #main #middle #content a:hover { text-decoration:underline; }
#outer  #outerheadbg #main #middle #content a:visited { color:#000; }

#outer  #outerheadbg #moodyFooter { margin:0px auto; width:800px; height:35px; text-align:center; font-family:Tahoma, Verdana, Arial; font-size:14px; font-weight:normal; text-decoration:none; color:#fff; padding:0px 0px 0px 0px; background:url(../Images/footer_bg.jpg) repeat-x top; }

#outer  #Footer { width:786px; height:30px; margin:0px auto; text-align:right; font-family:Tahoma, Verdana, Arial; font-size:10px; font-weight:normal; text-decoration:none; padding:0px 0px 0px 0px; background:url(../images/footer.jpg) no-repeat right top; }
#outer  #Footer a:link { color:#000; text-decoration:none; }
#outer  #Footer a:visited { color:#000; text-decoration:none; }
#outer  #Footer a:hover { color:#000; text-decoration:underline; }


