@charset "utf-8";
/* 
Generic Website Style Sheet 
============================
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:#000000; text-align:justify; background-image:url(../images/template/page-background.jpg); background-position:top center; background-repeat:no-repeat; color:#b1b1b1; margin:0 0 0 0; padding:0; font-size:11px; 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 { 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:22px; margin:0; padding:0 0 10px 0; font-weight:bold; color:#d7d6d6; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:0 0 0 0; font-weight:bold; color:#b1b1b1; }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:11px; margin:0; padding:10px 0 0 0; font-weight:bold; color:#b1b1b1; }
/* */

/* Template Structure */
#container { width:100%; height:100%; }
.main { margin:0 auto 0 auto; padding:0; width:1020px; height:100%; } 
/* -END- */

/* Footer */
#footer { width:100%; background-image:url(../images/template/footer_stroke.png); background-repeat:no-repeat; background-position:top; padding:15px 0 0 0; margin:0px 0 20px 0; clear:both; color:#878787; font-size:10px; line-height:12pt; }
#footer .footer-text { padding:0 50px 0 50px; font-size:11px; }
#footer a:link, 
#footer a:visited { font-weight:normal; color:#878787; font-weight:normal; text-decoration:none; }
#footer a:hover { text-decoration:underline; color:#b1b1b1; }
/* -END- */

