/*-------------------------
CSS RESET
--------------------------*/

* { margin: 0; padding: 0; border: none; }
body, html { font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif; font-weight: normal; font-size: 13px; color: #262626; }
ul { list-style: circle; }
form { display: block; }
p, pre,
blockquote, ul, ol, dl, address { font-weight: normal; }
pre, blockquote, ul, ol, dl, address { margin: 0 0 1em 0; }
p { margin: 0px 0px 18px 0px; font-size: 13px; color: #262626; line-height: 21px; }
xmp { padding: 15px; }
cite, em, dfn { font-style: italic; }
sup { position: relative; bottom: 0.3em; vertical-align: baseline; }
sub { position: relative; bottom: -0.2em; vertical-align: baseline; }
li, dd, blockquote { margin-left: 18px; }
code, kbd, samp, pre, tt, var, textarea { font-size: 100%; }
del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; border-bottom-style: dotted; border-bottom-width: 1px; }
a abbr, a acronym { border: none; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

h1 { font-size: 24px; font-weight: normal; color: #F47A28; padding: 0px 0px 9px 0px; font-family:Georgia, "Times New Roman", Times, serif;}
h2 { font-size: 18px; font-weight: normal; color: #4d4d4d; padding: 0px 0px 3px 0px; font-family: Georgia, "Times New Roman", Times, serif;}
h3 { font-size: 18px; font-weight: normal; color: #4d4d4d; padding: 0px 0px 7px 0px; font-family: Georgia, "Times New Roman", Times, serif;}
h4 { font-size: 16px; font-weight: normal; color: #8F4E38; margin: 0px 0px 9px 0px; font-family: Georgia, "Times New Roman", Times, serif;}
h5 { font-size: 14px; font-weight: normal; color: #8F4E38; margin: 18px 0px 4px 0px; font-family: Georgia, "Times New Roman", Times, serif;}
h6 { font-size: 14px; font-weight: normal; color: #121728; margin: 10px 0px 9px 0px; font-family: Georgia, "Times New Roman", Times, serif;}

h1.innerpage_title { font-size: 21px; font-weight: normal; text-transform: uppercase; color: #fff; padding-top: 13px; float: left; width: 500px; }

a, a:link, a:visited { text-decoration: underline; color: #3B7AA7; }
a:hover { text-decoration: none; color: #454545; }
a img { border: none; text-decoration: none; }

img { border: none; text-decoration: none; }

label, button {	cursor: pointer; }
fieldset { border: none; }

