/* ------------------------------------------------------------------
Base
Styles to be used globally throughout a site
------------------------------------------------------------------ */




/* Resets CSS
------------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th {
margin:0;padding:0;
}

fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {margin-left:0;}
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:11px arial,helvetica,clean,sans-serif;*font-size:71%;*font:x-small; line-height:1.42em;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}



/* Tags
------------------------------------------------------------------ */
html {height:99%; margin:15px auto;}
body { background:; height:99%;  } 
p { margin-bottom: 15px; } 
ul { margin-bottom:; margin-left:;
	list-style-type: square;
	float: right;
}
ol { margin-bottom:; margin-left:; list-style-type: decimal; }
dl {}
dl dt { font-size: 140%; font-weight:bold;}
dd { list-style-type: decimal; padding-left:15px}
blockquote { background: #f8f8f8; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; color: #444; font-size: 90%; padding: 15px 15px 0 15px; margin-bottom: 15px; }
h1, h2, h3, h4, h5 { color:#137ABF ; font-weight: bold; margin-bottom: 7px; letter-spacing: 0; } 
h1 {font-size: 175%; margin-bottom: 15px; line-height: 110%;} 
h2 {font-size: 140%; line-height: 110%;} 
h3 {font-size: 130%; line-height: 110%;} 
h4 {font-size: 120%; line-height: 110%;} 
h5 {font-size: 110%; line-height: 110%;} 
small { font-size: 90%; } 
fieldset { padding: 5px 0; margin-bottom: 15px; }


/* Form Elements
------------------------------------------------------------------ */
.input-text { border: 1px solid #929497; padding: 2px; color: #666; font-size: 11px; }
.input-select { border: 1px solid #929497; color: #666; font-size: 11px; }


/* Links
------------------------------------------------------------------ */
a img { border: 0; } 
a, a:link, 
a:visited { color: #0099FF; text-decoration: none; } 
a:hover { color: #000; text-decoration: underline; } 
