/* CSS reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}

/* Default Typography */

body {
	font-size: 70%;
	color: #222; 
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
}

/*"FoundryMonoline-Regular", */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 1.7em; line-height: 1; margin-bottom: .9em; }
h2 { font-size: 1.3em; margin-bottom: 0.2em; }
h3 { font-size: 1em; line-height: 1; margin-bottom: .3em; font-weight:bold }
h4 { font-size: .8em; line-height: 1.25; margin-bottom: .2em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: .2em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left, div.left  { float: left; margin: .2em 1.2em .8em 0; padding: 0; }
p img.right, div.right { float: right; margin: .2em 0 1em 1em; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
small { color:#666; font-size:.8em }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/*table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }*/

/* Misc classes
-------------------------------------------------------------- */

	

/*.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }*/
/*.hide       { display: none; }*/

/*.quiet      { color: #666; }
.loud       { color: #000; }*/
/*.highlight  { background:#ff0; }*/
/*.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }*/

/*.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }*/

/* Wrapper that fills entire browser window */
#Canvas {
	width:100%;
}
/* Horizontal Menu */
UL.hlist {
	margin:0;
}
UL.hlist li { 
	list-style: none;
	display:inline;
}
UL.hlist li a { 
	padding-right:1.5;
	line-height:1.5;
	display:inline-block; /* ie6 white space fix */
}
UL.hlist li a:hover,
UL#hlist li a:active {
}
UL.hlist li a.current,
UL.hlist LI a.section {
}

/* vertical menu */
UL.vlist {
	margin:0;
}
UL.vlist li {
	list-style: none;
	/*line-height:2em;*/
}
/*UL.vlist li a {
}
UL.vlist li a:hover,
UL.vlist li a:active {
}
UL.vlist li a.section,
UL#vlist li a.current {
}
UL.vlist UL li UL {
	margin-left:1em;
}*/




/* Search Results */
UL#SearchResults {
	margin: 0;
	padding:0;
}
UL#SearchResults LI {
	list-style: none;
	margin: 1.5em 0 0 0;
	padding:0;
}
UL#SearchResults LI A {
	font-weight:bold;
}


/* Form fields
-------------------------------------------------------------- */
form ul {
	list-style: none;
	margin:0;
}
.typography form ul li {
	margin:0;
	padding:0;
	background:none;
}
input, textarea, select {
	font-size:inherit;
	font-family:inherit;
}
input.text,
textarea, select {
  border:1px solid #bbb;
}
.field {
	margin-bottom:1em;
}
input.text:focus,
textarea:focus,
select:focus {
  border:1px solid #666;
}
input.text,
textarea,
.required,
.message { 
	width: 300px;
	padding:4px;
}
select {
	padding:3px;
	min-width:300px;
}
textarea {
	height:150px;
}
/*** Message Boxs ***/
.message {
	margin: 1px 0 0 0;
	border: 1px solid #F7F8B4;
	background:#FFFFCC;
}
.required {
	margin: 1px 0 0 0;
	border: 1px solid #FF7373;
	background: #FED0D0;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
IMG.right {
	float:right;
	margin-left:20px;
}
IMG.left {
	float:left;
	margin-right:1em;
}
IMG.leftAlone {
	float: left;
	margin-right: 100%;
}
IMG.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}


/* Pagination */
#Pagination {
	margin:0 0 30px;
}
#Pagination .PageNum, #Next, #Prev {
	display:block;
	float:left;
	border:1px solid #ccc;
	margin:2px;
}
#Pagination A, #Pagination .PageNum#Current {
	display:block;
	float:left;
	padding:2px 6px;
	text-decoration:none;
}
