@charset "utf-8";
/* 
-------------------------------------------------------
HELLO THERE.

Decided to take a look under the hood, huh? 
Make sure I know what I'm doing? 

Good. That's the kind of company I want to work for. 

Ready to talk? Give me a call at 917.658.2128
or email me: mark@shouldhireme.com

-------------------------------------------------------
*/

/* ---------------------Default Styles Reset--------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	line-height: 1;
	color: black;
	background: white;}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	text-align: left;
	font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

			
/* ---------------------Shared Styles--------------------- */

body {background: url(../images/general_bg.jpg) 50% 0 no-repeat #0A648B;}

.container {
	margin: 0 auto 200px auto;
	width: 670px;}

.content {
	background: #FFFFFF;
	border: 6px solid #D6E1C7;}

.header {
	height: 185px;
	width: 670px;}

h1, h2, h3, h4, p {color: #272226;}		
	
/* ---------------------Homepage Styles--------------------- */	

.home, .intro {font-family: Georgia, "Times New Roman", Times, serif;}

.home .header {background: url(../images/general_hdr.jpg) no-repeat;}

.home .content {
	background: url(../images/content_bg.jpg) 0 100% no-repeat #FFFFFF;
	padding: 6px 4px 60px 8px;}

.home h2, .intro h2 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 4px 0 6px 0;}

.home p, .intro p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 33px;
	padding: 14px 8px 14px 0;}

.home a, .intro a {
	background: #272226;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;}

.home a:hover, .intro a:hover {
	background: #FA6900;
	color: #FFFFFF;}

