@charset "utf-8";
/* 
Generic Website Style Sheet 
============================
Version:	1.0		
Build:		03/07/08
Author:		John Simpson

Please DO NOT ADD content styles to this style sheet. 
For content styles please include in a seperate style sheet below. ( @import url(".css"); )
*/

/* Other Style Sheets */
@import url("content_styles.css");
@import url("contact_form.css");

/* */

/* Generic */
body { background-image:url(../images/template/background.gif); background-repeat:repeat; color:#878787; margin:0 0 0 0; padding:0; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:18px; }
p { font-weight:normal; padding:10px 0 10px 0; margin:0; }
img { border:none; padding:0px; margin:0px; }
ul { padding:10px 0 10px 0; margin: 0; list-style:none; }
li { background-image:url(../images/template/bullet.gif); background-repeat:no-repeat; padding:0 0 5px 15px; margin:0; }
div.hr { height:1px; background-color:#eaeaea; padding:0; margin:15px 0 10px 0; }
div.hr hr { display: none; }
/* -END- */

/* Header Titles */
h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:10px 0 0 0; font-weight:bold; color:#81836b; }
h2 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:0 0 10px 0; font-weight:bold; color:#81836b; }
h3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0 0 10px 0; padding:10px 0 8px 0; font-weight:bold; color:#81836b; }
/* */

/* Template Structure */
#container { width:100%; height:100%; }
#main { margin:0 auto 0 auto; padding:4px 11px 4px 11px; width:710px; background-image:url(../images/template/shadow-bg.png); background-repeat:repeat-y; height:100%; } 
/* -END- */

/* Footer */
#footer { width:690px; padding:5px 10px 4px 10px; margin:0; clear:both; color:#ffffff; background-color:#acad85; font-size:10px; line-height:11px; }
#footer a:link, 
#footer a:visited { font-weight:normal; color:#ffffff; text-decoration:none; font-size:10px; }
#footer a:hover { text-decoration:underline; }
/* -END- */

