@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-color:#ededed; color:#878787; margin:0; padding:0; font-size:12px; font-family: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/arrow.gif); background-repeat:no-repeat; background-position:3px; 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:Arial, Helvetica, sans-serif; font-size:18px; margin:0; padding:0 0 10px 0; font-weight:bold; color:#676867; line-height:25px; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:10px 0 5px 0; font-weight:bold; color:#d72426; }
h3 { font-family: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:0; width:959px; height:100%; background-color:#ffffff; clear:both; position:relative; } 
.white-span { width:100%; background-color:#ffffff; clear:both; }
.grey-span { width:100%; background-color:#d0cfce; clear:both; }
.light-grey-span { width:100%; background-color:#f1f0ef; clear:both; }
/* -END- */

/* Footer */
#footer { width:939px; padding:10px 0 0 20px; margin:10px 0 0 0; clear:both; color:#ffffff; background-color:#6d6e6d; position:relative; 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- */

