/* GLOBAL */
body { font:80% Arial, Helvetica, sans-serif; color:#333; line-height:1.5em; background:#45595E url('../images/bg.gif') repeat-x; text-align:center; }

a, a:active, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:focus { outline:dotted 1px; }

h1, h2, h3 { font-family:"Times New Roman",Georgia,serif; font-weight:normal; color:#800c06; }
h1 { font-size:1.875em; }
h2 { font-size:1.5em; }
h3 { font-size:1.2em; }

p { margin-top:1em; }
#content ol { margin:5px 0 5px 40px; list-style:decimal outside; }
#content ul { margin:5px 0 5px 40px; list-style:disc outside; }

/* CONTAINERS */
#container { width:600px; text-align:left; margin:0 auto; margin-bottom:20px; }
#wrapper { margin-top:10px; background:#FFF url('../images/main_top_bg.gif') no-repeat; }

/* HEADER */
#header { text-align:center; }
#sitetitle { margin:0; }
#sitetitle a { display:block; margin:0 auto; width:320px; height:70px; background:url('../images/header_bg.gif') no-repeat; text-indent:-9999em; overflow:hidden; }
#tagline { display:none; }

/* NAVIGATION */
#nav { float:left; padding:30px 0 0 30px; height:100%; }
#nav li a { font:1.5em Arial,sans-serif; line-height:2.2em; color:#333; }
#nav li a:hover { color:#800c06; text-decoration:none; }

/* CONTENT */
#content { margin-left:200px; min-height:300px; padding:30px 30px 0 0; }

#avail { font:1.475em Arial,sans-serif; text-align:center; color:#45595E; }

#alttagline { padding-top:20px; font:1.475em Arial,sans-serif; text-align:center; color:#45595E; }
#alttagline span { color:#800C06; }

/* CONTACT PAGE */
#contactpg dl { margin-top:10px; }
#contactpg dt { float:left; width:100px; height:30px; font-weight:bold; }
#contactpg dd { margin-left:100px; height:30px; }
#contactpg h2 { margin-top:2em; }
#contactform { margin:0 auto; width:286px; }

/* FOOTER */
#footer { position:relative; clear:both; background:url('../images/main_bottom_bg.gif') no-repeat bottom left; overflow:visible; }
#footer a.cert { position:absolute; top:-90px; left:40px; display:block; height:110px; width:110px; text-indent:-9999em; background:url('../images/certification.jpg') no-repeat top left; overflow:hidden; }
#footer a:hover.cert { background:url('../images/certification.jpg') no-repeat bottom left; }
#copyright { text-align:right; padding:10px 30px 0 0; font:0.8em Arial,sans-serif; color:#AAA; }

/* FORM */
form { margin-top:10px; }
form legend { display:none; }
form label { display:block; }
form small { color:#777; }
form .textfield, form .textarea { padding-bottom:5px; }
form .textfield input, form .textarea textarea, form .button button { font:1em Verdana,Arial,sans-serif; }
form .textfield input, form .textarea textarea { width:280px; padding:2px; border:1px solid #000; }
form .textarea textarea { height:140px; }
form .button button { float:right; border:1px solid #800C06; background:#800C06; color:#FFF; }
.textfield input:hover, .textarea textarea:hover { border-color:#800C06; }
.textfield input:focus, .textarea textarea:focus { border-color:#800C06; }
.textfield input:focus:hover, .textarea textarea:focus:hover { border-color:#800C06; }
