﻿/* This style sheet is for site-wide generic selector styling, not for layout */

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre{margin:0;padding:0;}

/* SET BASE FONT ATTRUBUTES */
*{}
html{font:12px/18px Arial, Helvetica, Verdana, sans-serif;color:#3f3f3f;}
body{padding:0;margin:0;font:12px/18px Arial, Helvetica, Verdana, sans-serif;color:#3f3f3f;}
h1, h2, h3, h4, h5{margin:0;color:#f8981d;}
h1{font-size:18px;line-height:30px;padding:0px 5px 5px 0;}
h2{font-size:16px;line-height:23px;padding:0px 5px 0 0;}
h3{font-size:14px;padding:10px 5px 0 0;}
h4{font-size:13px;padding:10px 5px 0 0;}
h5{font-size:12px;padding:10px 5px 0 0;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a{color:#F8981D;}
a:link{color:#F8981D;}
a:visited{color:#F8981D;}
a:hover{color:#F8981D;}
a:active{}
a img{border:none;}
img{border:none;}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table{border:none;vertical-align:top;}
td{border:none;vertical-align:top;font:12px/18px Arial, Helvetica, Verdana, sans-serif;color:#3f3f3f;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul dir, ul menu, ul dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl{margin-top:0;margin-bottom:0;}

/* HARMONISE LIST-BULLET TYPE */
ul, dl{list-style-type:disc;list-style-position:outside;padding-left:40px;}
ol{list-style-position:outside;list-style-type:decimal;padding-left:20px;}
ul{}
li{}
dl{color:#355265;}
dt{margin-top:5px;text-decoration:none;font-weight:bold;}
dd{padding:0 0 4px 0;}

/* Basic Typography element styles*/
p{padding:5px 0;color:#3f3f3f;}
em{font-style:italic;font-weight:normal;}
strong{font-weight:bold;}
sup{font-size:6px;}
acronym{background:transparent;cursor:help;font-style:normal;}
a acronym{border:none;cursor:pointer;}
small{line-height:normal;font-size:10px;}
blockquote{margin:4px 10px;color:#666;line-height:14px;}
blockquote strong{}
q{color:#666;line-height:18px;font-style:italic;text-align:justify;}
cite{text-align:right;display:block;clear:both;font-style:normal;padding:5px 0 0 0;}

/* Basic Form element styles */
form{}
fieldset{border:none;}
legend{color:#44545c;font-weight:bold;}
input{font-size:11px;}


/*Generic positioning styles*/
.center{text-align:center;}
.right{float:right;}
.textalignright{text-align:right;}
.left{float:left;}
.textalignleft{text-align:left;}
img.left{float:left;margin:0 7px 7px 0;}
img.right{float:right;margin:0 0 7px 7px;}
img.outline{border:4px solid #43362A;}
.clearing{clear:both;height:0;margin:0;padding:0;line-height:0;overflow:hidden;}

