/* v1.0 */

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;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
}

/** Basic HTML **/

body{
	font: 12px/1.5 Helvetica, Arial, sans-serif;
	color:#565556;
}

a{
	color:#2a3d48;
	text-decoration:none;
}

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

a:focus{
	outline: 1px dotted;
}

hr{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

ol,ul{
	list-style-type:circle;
}

ol ol,ul ul{
	font-style:italic;
}

ol{
	list-style-type:decimal;
}

ol ol{
	list-style-type:lower-latin;
}

ol,ul,blockquote,pre,li{
	margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom: 20px;
}

blockquote{
	padding: 5px 25px 5px 0; font-style:italic;
}

blockquote p{
	border-left: 2px solid #eee; padding-left: 25px;
}

dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
 
dd{
	padding: 0;
}

/** Headings **/

h1, h2, h3, h4, h5, h6{
	font-family: Rockwell, MuseoSlab500, serif;
	font-weight:normal;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 50px;
}

h3{
	font-size: 50px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

/** Clearfix **/

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

* html .clearfix,
*:first-child
+html .clearfix{
	zoom:1
}

/*******************************
		CUSTOM CSS
*******************************/

body{
	background:#dbd9d9 url('bg.png') repeat-x top left;
}

div#wrapper{
	width:960px;
	margin:0 auto;
}

/** Header **/

div#header{
	width:940px;
	margin:0 10px;
	height:170px;
	color:#FFFFFF;
	background:transparent url('header_bg.png') no-repeat top center;
	z-index:1;
}

div#header h1{
	font-size:72px;
	display:inline-block;
	height:56px;
	line-height:56px;
	padding:0 20px 0 0;
	margin:50px 0 0 0;
	background: url('header_divider.png') no-repeat top right;
	zoom: 1;
	*display:inline;
}
	
div#header p{
	font-size:32px;
	display:inline;
	padding:0 0 0 20px;
}
	
/** Content **/

div#content{
	margin:1px 0 0 0;
	background:transparent url('title_bg.png') no-repeat top center;
}
	
/** Title **/

div#title{
	text-align:center;
	height:379px;
	margin:0 0 10px 0;
}

div#title img{
	margin-top:-40px;
	z-index:9999;
}
		
div#title h2{
	color:#565556;
	margin:30px 0 10px 0;
	line-height:50px;
}
		
div#title h3{
	color:#1e2730;
	text-shadow:1px 2px 2px rgba(255,250,250,0.4);
	line-height:50px;
}
	
/** Main Content **/

div#content h4{
	color:#2a3d48;
	margin:40px 0 0 0;
}
	
div#content p{
}

div#phone{
	text-align:center;
	height:22px;
	margin:0 0 10px 0;
}

/** Left Column **/
		
div#left{
	width:460px;
	margin:0 10px;
	display:inline;
	float:left;
	background:transparent url('content_divider.png') no-repeat center right;
	padding:0 0 40px 0;
}
		
form#newsletter{
	background: transparent url('../images/newsletter_bg.png') no-repeat top left;
	height:38px;
	width:420px;
	position:relative;
	margin:0 0 20px 0;
}
			
form#newsletter input[type=text]{
	background:none;
	border:0;
	color:#FFFFFF;
	width:360px;
	height:38px;
	line-height:38px;
	position:absolute;
	top:0;
	left:0;
	padding:0 10px;
	font-size:15px;
}
				
form#newsletter input[type=image]{
	position:absolute;
	top:0;
	right:0;
}
		
/** Right Column **/
		
div#right{
	width:430px;
	margin:0 10px 0 40px;
	display:inline;
	float:left;
	padding:0 0 40px 0;
}
		
/** Twitter **/
			
div#twitter{
}
				
p.date{
	font-weight:bold;
	margin:0;
}
			
/** Connect **/

ul#social{
	list-style:none;
	margin:0 0 20px 0;
}
			
ul#social li{
	display:inline;
	margin:0 20px 0 0;
}
		
		
		
/** Footer **/

div#footer{
	text-align:center;
	background:transparent url('footer_bg.png') no-repeat top center;
	padding:50px 0 0 0;
}

div#footer p{
}
