@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:#ee3c23; text-align:left; color:#f2d2d2; margin:0 0 0 0; padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:16px; }
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-image:url(../images/template/divider.gif); padding:0; margin:20px 0 20px 0; }
div.hr hr { display: none; }
div.hr2 { height:1px; background-image:url(../images/template/divider.gif); padding:0; margin:10px 0 0px 0; }
div.hr2 hr { display: none; }
div.hr-related { height:1px; background-image:url(../images/template/divider.gif); padding:0; margin:20px 0 10px 0; }
div.hr-related hr { display: none; }
/* -END- */

/* Header Titles */
h1 { font-family: "cooper-black-std-1","cooper-black-std-2",sans-serif; font-size:18px; margin:0; padding:0 0 10px 0; font-weight:normal; color:#ffffff; }
h2 { font-family: "cooper-black-std-1","cooper-black-std-2",sans-serif; font-size:14px; margin:0; padding:10px 0 5px 0; font-weight:normal; color:#ffffff; }
h3 { font-family: "cooper-black-std-1","cooper-black-std-2",sans-serif; font-size:12px; margin:0; padding:0 0 0 0; font-weight:bold; color:#ffffff; }
h3 span { color:#ffffff; }
/* */

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

/* Footer */
#footer { width:100%; padding:10px 0 0 0; margin:0px 0 20px 0; clear:both; color:#ffffff; font-size:10px; line-height:12pt; }
#footer a:link, 
#footer a:visited { font-weight:normal; color:#ffffff; font-weight:normal; text-decoration:none; }
#footer a:hover { text-decoration:underline; color:#ffffff; }
/* -END- */


