/* ------------------------------------------------------------------
Base
Styles to be used globally throughout a site
------------------------------------------------------------------ */


/* Reset CSS
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}


/* Fonts
----------------------------------------------- */
/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}



/* Tags
------------------------------------------------------------------ */
body { background: #fff; } 
p { margin-bottom: 15px; } 
ul { margin-bottom: 15px; margin-left: 30px; list-style-type: square; list-style-image: url(../images/bullet-arrow.gif); }
ol { margin-bottom: 15px; margin-left: 30px; list-style-type: decimal; }
dl { margin-bottom: 15px; }
dl dt { padding-left: 0; margin-top: 10px; }
dl dd { margin-left: 15px; }
blockquote { font-style: italic; font-weight: bold; font-size: 112%; color: #1595d4; margin-bottom: 15px; }
table { font-size: 100%; border-collapse: collapse; border-spacing: 0; }
td, th { text-align: left; vertical-align: top; } 
h1, h2, h3, h4, h5 { margin-bottom: 7px; color: #193974; font-weight: normal; } 
h1 { font-size: 152%; margin-bottom: 15px; line-height: 110%; } 
h2 { font-size: 129%; line-height: 110%; } 
h3 { font-size: 122%; line-height: 110%; } 
h4 { font-size: 114%; line-height: 110%; } 
h5 { font-size: 107%; line-height: 110%; } 
small { font-size: 90%; } 
fieldset { padding: 5px 0; margin-bottom: 15px; }


/* Form Elements
------------------------------------------------------------------ */
.input-text { border: 1px solid #ccc; border-top-color: #999; padding: 1px 0; color: #000; font-size: 11px; }
.input-select { border: 1px solid #ccc; border-top-color: #999; padding: 1px 0; color: #000; font-size: 11px; }

.width-full { width: 100%; }
.width-half { width: 50%; }


/* Links
------------------------------------------------------------------ */
a img { border: 0; } 
a:link, 
a:visited { color: #000; text-decoration: none; } 
a:hover { color: #000; text-decoration: underline; } 

