/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}
	
body 
{
	line-height: 1; 
}
		
ul,ol 
{
	list-style-type:circle;
	margin:13px 0 13px 25px;
	padding:0; 
}

ul li, ol li 
{
	line-height:1.7em;
	margin:0 0 2px 0;
	padding:0; 
}

ul.nolist li, ol.nolist li 
{
	list-style-type:none; 
}
	
:focus 
{
	outline: 0; 
}

ins 
{
	text-decoration: none; 
}
	
del 
{
	text-decoration: line-through; 
}

/* tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: collapse;
	border-spacing: 0; 
}

a:link			{ color: #1364F7; text-decoration: none; }

a:visited		{ color: #494949; text-decoration: none; }

a:active		{ color: #494949; text-decoration: none; }

a:hover			{ color: #494949; text-decoration: underline; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix 
{ 
	display:inline-block; 
}

.clearfix:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
}
	
/* Hide from IE Mac \*/
.clearfix 
{ 
	display:block; 
}
/* End hide from IE Mac */

.clear 
{
	clear:both;
} 

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html 
{
	font-size: 100%; 
}

body 	
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
}

table 		
{ 	
	color: #494949; 
	font: 12px "Droid Sans Bold", sans-serif;; 
	font-weight: normal; 
	background-color: #FFFFFF;
	line-height:25px;
}

.paragraph 		
{ 	
	color: #494949; 
	font: 14px "Droid Sans Bold", sans-serif;; 
	font-weight: normal; 
	background-color: #FFFFFF;
	line-height:25px;
}

.imgborder    {padding:10px; border:solid 1px #d6d6d1; background-color:#FFFFFF; margin-top:5px; margin-bottom:5px;} 



/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p 
{
	font-size:13px;
	margin: 0 0 5px 0;
	line-height: 25px; 
}

p.large 
{
	font-size:16px;
	margin: 15px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 
{ 
	font-family: "Droid Sans Bold", sans-serif;
	color: #323231;
	letter-spacing:-1px; 
}
 
h1 
{
	font-size:30px;
	margin: 0 0 5px 0;
	line-height: 34px; 
}
 
h2 
{
	font-size:26px;
	margin: 0 0 5px 0;
	line-height: 30px; 
}
 
h3 
{
	font-size:22px;
	margin: 0 0 5px 0; 
}

h3 span 
{
	font-family: "Droid Sans Regular", sans-serif;
	font-size:14px;
	margin: 0 0 20px 10px; 
}

h4 
{
	font-family: "Droid Sans Regular", sans-serif;
	font-size:18px;
	line-height: 55px;
	margin:0;
	padding:0; 
}

h4 span 
{
	font-family: "Droid Sans Regular", sans-serif;
	font-size:14px;
	margin: 0 0 20px 10px; 
}

h4.title
{
	padding:0px 0px 0px 5pxpx;
	font-family: "Droid Sans Regular", sans-serif;
	font-size:18px;
	line-height: 55px;
	background: transparent no-repeat 0 0;  
}

}

	
