/****************************************************************
   																|
   DESIGNER:  	Chris Chapman - Prodo.com						|
   DATE:    	06-09-2006										|
   DESCRIPTION: Controls Layout and styling of site				|
   															    |																|
 ****************************************************************/


/*html styles*/
body {background-image: url(../images/page_bg.jpg);background-repeat: repeat-x; margin:0;}
body,td,th {font-family: Arial;}
#header h1{font-size:1.5em;}
h1,h2,h3{color:#5BB718;}
li {list-style-image: url(../images/bullet_green.gif);}
a {text-decoration:none; color:#002F86;}
a:hover{text-decoration:underline; font-weight:bold;}


/*layout styles*/
#wrapper{width: 760px; margin-left:40px;}
#header{padding: 6px 5px 6px 40px;}
#preamble_green_flash{background: url(../images/green_flash_bg.jpg) repeat-x #5BB718; color:#FFFFFF; }

#preamble{margin-left:40px; border-left:1px solid #FFFFFF; padding:8px 0 8px 10px; line-height: 2; width: 700px;}
/*#content, #footer, #contact{}*/

#footer, #contact{font-size:0.75em;}
#footer{padding-top:10px;}
#content {font-size:0.9em; padding-top:6px;}
#home_btn, #bottom_logo { float:right; padding: 2px;}

/*Useful classes*/
.blue_text{color:#002F86;}
.newspaper{list-style-image: url(../images/newspaper.gif);}
.event{list-style-image: url(../images/event.gif);}



