/* ----------------------------------------------------------------------------
    R E S E T
    This file resets commonly used tags and defines some default markup rules.
---------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html { overflow-y: scroll; }

body { background-color:#fff; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }

:focus { outline:0; }

a img { border: none; }


/* ----------------------------------------------------------------------------
    TYPOGRAPHY
    
    This is where we set the basic typography rules of the website.
---------------------------------------------------------------------------- */
body { font-size:62.5%; line-height: normal; color: #333; font-family:Verdana, Arial, Helvetica, sans-serif; }

h1,h2,h3,h4,h5,h6 {
  color:#693; 
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
}

/* font-size */
h1 { font-size: 4.5em; line-height:50px; }
h2 { font-size: 2.6em; border-bottom: 1px dotted #666666; font-style:italic; color: #333; margin-bottom: 10px; padding-bottom: 0.1em}
h3 { font-size: 1.4em; color:#390; }
h4 { font-size: 1.2em; font-weight:bold; }
h5 { font-size: 1.4em; font-style:italic; }
h6 { font-size: 1.6em; color:#333; }


p, li a { font-size: 1.1em; line-height: 1.4}

p           { margin:0; }
img         { margin:0 0 15px; }

.breadcrumb { color:#666; }

a           { outline: 0; color:#693; text-decoration: none; }
a:focus, 
a:hover     { text-decoration: underline; }


ul, ol      { margin:0 0 0 10px; padding:0; }
ul          { list-style-type:none; }
ol          { list-style-type:decimal; }
dl          { margin:0 0 1.5em 0; }
dl dt       { font-weight:bold; }
dd          { margin-left:1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Line header and spacing
-------------------------------------------------------------- */
div.hr { height:1px; margin:0 0 5px; border-bottom:1px dotted #666; }
	div.hr hr { display:none; }
.pad-top { padding-top:10px; }
.pad-bottom { padding-bottom:10px; }


/* Tables
-------------------------------------------------------------- */
table   { }
th      { }
td      { }
th,td   { padding: 2px 10px 2px 0; font-size:1.1em; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */
.clearfix	{ width:auto; overflow:auto; }
.left       { float:left; }
.right      { float:right; } 
.clear      { clear:both; }
.error		{ color:#f00; }
	p.error		{ padding: 5px 0 0 0; }
.hide       { display: none; }
.textbrowser{ position: absolute; left: -999em !important; }
.center-text{ text-align:center; }
.right-text{ text-align:right; }
