/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.6;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}


/*Elements Developed by Ben Henschel*/
/*Typography.css*/

body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea
{
	font-family:"Lucida Grande",Verdana,Tahoma, Arial, sans-serif;
	line-height:1.6; 
	font-size:12px;
	color:#333333;
}

ul {list-style-type: square;
	list-style-position: outside;	
	}
	
li {margin-bottom:5px;
	}
	
ol {list-style-type:decimal;}

h1 {font-size:18px; padding:20px 0 5px 0; font-family:"Lucida Grande",Verdana,Tahoma, Arial, sans-serif; line-height:1.3;}

h2 {font-size:18px;
	color: #6c5e8c;
	background: transparent url(../images/interface/hr01.jpg) no-repeat left bottom;
	display: block;
	width:564px;
	font-weight: bold;
	padding: 20px 0 5px 0;
	font-family:"Lucida Grande",Verdana,Tahoma, Arial, sans-serif;
	line-height:1.3;
	}

h3 {font-size:16px; margin-bottom:5px; font-family:"Lucida Grande",Verdana,Tahoma, Arial, sans-serif; line-height:1.3;}
h4 {font-size:14px; margin-bottom:5px; font-weight:bold; font-family:"Lucida Grande",Verdana,Tahoma, Arial, sans-serif; line-height:1.3;}
h5 {font-size:15px; margin-bottom:5px; font-family: Georgia, Times, serif; line-height:1.3;}


blockquote.quote  { 
	margin: 10px 0 0 45px;  
	}
	
.bqstart {
    background-image:url(../images/interface/quote_open.gif);
	background-repeat:no-repeat;
	min-height:25px;
	padding-left:14px;
	padding-top:0px;
 	}

.bqend {
    background-image:url(../images/interface/quote_close.gif);
	background-repeat:no-repeat;
	min-height:25px;
	padding-left:25px;
	padding-top:2px;
	background-position:2px 3px;
	}
	
strong {font-weight: bold;}
em     {font-style:italic;}

a:link, a:visited {
	color: #e36a3f;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;	
	}

/*Paragraph Presets*/
.small, .small p {font-size:10px;}
.large, .large p {font-size:14px;}
.soft, .soft p  {color:#D3D3D3;}
.hide            {display:none;}
p.last           {margin-bottom:0px;}


/*Floats*/
.left {float:left;}
.right {float:right;}
.clearThis  {clear:both;}

a img, :link img, :visited img {border:none;}

.purpleCallout {
background: #dad4e9;
padding: 20px;
}

.yellowCallout {
background: #e8f2b8;
padding: 20px;
}

.greyCallout {
background: #eae9e1;
padding: 20px;
}


.leftside {
float:left;
width: 200px;
}

.rightside {
float: left;
width: 390px;
}

.serif {
 font-family: Georgia, Times, serif; 
}

.purple {
color: #6c5e8c;
font-weight: bold;
}

img.border {
	border: 2px #555 solid;
}

.imageRight {
margin: 5px 0 10px 10px;
border: 2px #555 solid;
float:right;
}

.imageLeft {
margin: 5px 15px 10px 0;
border: 2px #555 solid;
float:left;
}
