@charset "UTF-8";
/* CSS Document */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { color:#37C5E0; text-decoration:none }
a:hover{
	color:#333333;
	}


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* 

Put your styles below...

 */

body{

	margin:0;
	padding:0;
	font-family: Arial, helvetica, verdana, sans-serif;
	background-color: #fff;
	background: url(../img/top_span.png) repeat-x;
	
	}

#container{ 
	width: 900px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	background-color: #fff;
	
	color:  #333;
}

#maincontent{
	width:724px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	margin-top: 80px;

}

#masthead{
	width:454px;
	height:158px;
	
	
	margin-top: 10px;
	text-align:center;
}



h1{
	font-size:.8em;
	color:#777777;
	font-weight:normal;
	line-height:18px;
	}

h2{
	font-weight:normal;
	margin-bottom:0;
	}

#footer{
	border-top:1px solid #D3D4D4;
	width: 724px;
	float: left;
	position: relative;
	margin-top:25px;
	padding-top:10px;



}


#email{
	width: 717px;
	float: left;
	position: relative;
	

}


/* Paragraphs and Links Styles */

#maincontent p{
	color: #777;
	font-size: 11.5px;
	line-height:1.2;
	padding-left: 7px;


}

#maincontent p{
	color: #888;
	font-size: 11px;
	line-height:1.2;
	padding-left: 7px;


}


/* Input area & textarea styles */


input {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 15px;
	border: 1px solid #666666;
	margin-top: 2px;
	padding: 7.5px;
	float: left;

}
#email p{
color: #515151;
	font-size: 14px;
	line-height:1.3;
	

}

#email a{
color: #37c5e0;
	font-size: 19px;
	line-height:1.5;


}

#footer .addthis_button{
	float:right;
	}
