/**
 * @author Tom Galloway
 * @version 1.0
 * @copyright  Copyright (c) 2008 Saratoga Trading Company
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body { background: url(../images/bg.gif) #617836; font-family: verdana, arial, sans-serif; font-size: 12px; color: #000; text-align: center; }

/* Anchors */
a { color: #003399; }
a:hover { color: #007096; text-decoration: none; }
a img { border:0;}
:focus { outline:0; }
a.newsubc  { color: #243606; }
a.newsubc:hover  { color: #243606; }

/* Tables */
td { vertical-align: top; }

/* Form */
form { padding: 0; margin: 0; }
input, textarea, select { color: #333; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }

/* Heading */
h1 { font-size: 24px; color: #CD783F; line-height: 21px; }

/* Lists */
li {margin-left: 15px;}
li.subc { list-style: none; line-height: 17px; margin-left: 20px; }
li.subc2 { list-style-image: url('/image/green_arrow.jpg'); }

/* Paragraph */
P.breakhere {page-break-before: always}

/* Header */
.header { border-top:5px solid #0d2131; }
.header_container { border-bottom:1px solid #415966;}
.header-top { padding:10px; background-color: #fff }
.header-nav-container { background:url(../images/nav_bg.jpg) repeat-y 50% 0 #0a263d; }
.middle-container { background:url(../images/main_container_bg.gif) no-repeat 50% 0 #fbfaf6; }
.middle { background:url(../images/main_bg.gif) no-repeat #fffffe;  padding:25px 25px 80px 25px; }
/*
/* Heading *
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.5em; }
h3 { font-size:1.35em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table *
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph *
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form *
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists *
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size *
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }*/
