/* 

This style sheet contains all image text declarations.

text.css
*/


body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.25em;
}

p {
	font-size: 12px;
	line-height:16px;
	margin-bottom: 10px;
}

#dialog_content {
	font-size: 11px;	
}

#header_logo {
	color: #000;
	font-weight: 600;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#header_tag {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1em;
	color: #333;
}

#header_contact {
	color: #333;
	font-size: 11px;
	font-weight: 500;
	line-height: 1em;		
}
	
h1 {
	margin: 4px 0 0 0px;
	font-weight: 700;
	font-size: 2em;
}

h2 {
	margin: 12px 0 6px 0px;
	font-weight: 600;
	font-size: 1.8em;
	color: #666;
}


#header_tag h2 {
	font-style: italic;
	margin: 12px 0 6px 0px;
	font-size: 1.4em;
	font-weight: bolder;
	color: #000;
}

h3 {
	margin: 10px 0 6px 0px;
	padding-bottom: 0px;
	font-weight: 700;
	line-height: 10px;
	font-size: 1.2em;
	color: #666;
	display: block;
}

#column_second ul {
	margin: 8px 0px 4px 10px;
	padding-left: 8px;
	font-size: 11px;
	list-style-image: url(../images/green_bullet.gif);
}

#column_second li {
	margin: 2px 0px 4px 6px;
	padding: 2px 0px;	
}

.address {
	margin: 0 1px;
	font-weight: 700;
}

.footer_text {
	color: #666;
	margin: 0 4px;
	float: none;
}

.emphasize {
	font-weight: 700;
	line-height: 1.25em;
}
