/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size:62.5%;
	width: 990px;
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #046380;
	background-image: url(../../assets/images/back_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
/*Define text styles*/

p {
	font-size: 1.3em;
	color: #046583;
	line-height: 1.5em;
	}
	
h1 {
	font-size: 2.4em;
	margin-bottom: 15px;
	}
	
h2 {
	color: #046583;
	font-size: 1.8em;
	margin-bottom: 15px;
	}
	
h3 {
	color: #046583;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 1.4em;
	color: #046583;
	color: #046583;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 1.3em;
	}
	
a:link {
	color: #f7941d;
	color: #036C8C;
	}
	
a:hover {
	color: #036C8C;
	text-decoration:none;
	}
	
a:visited {
	color: #f7941d;
	color: #036C8C;
	}
	
ul {
	}
	
li {
	}
	
/*Define styles for Content Section*/

#content {
	background-image: url(../../assets/images/content_back.jpg);
	background-repeat: no-repeat;
	min-height:412px;
	height:auto !important;
	height:412px;
	padding-left: 100px;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 25px;
	}
	

	
#right_column {
	float: right;
	width: 225px;
	min-height:412px;
	height:auto !important;
	height:412px;
	margin-left: 30px;
	margin-top: 10px;
	}
	
#right_column p {
	font-size: 1.2em;
	color: #70a0aa;
	}
	
.snippet {
	margin-bottom: 25px;
	margin-left: 25px;
	}
	
.left_photo {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 1.1em;
	color: #037497;
	margin-right: 15px;
	height: 220px;
	}
	
.left_photo img {
	border: 2px solid #FFFFFF;
	float: left;
	margin-bottom: 10px;
	}
	
.left_photo_home {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 1.1em;
	color: #037497;
	margin-right: 15px;
	height: 400px;
	}
	
.left_photo_home img {
	border: 2px solid #FFFFFF;
	float: left;
	margin-bottom: 10px;
	}
	
/*Define styles for Expertise Page */

#expertise_content {
	min-height:412px;
	height:auto !important;
	height:412px;
	padding-left: 100px;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 25px;
	background: url(../../assets/images/content_expertise_back.jpg) no-repeat;
	}

#buyers {
	margin-right: 35px;
	margin-left: 35px;
	}
