@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
Removed
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

/* CSS Document */

html, body {
	background: #dfe7e9 url(../images/body_bg.jpg) repeat top center;
	font-size:1em;
	color: #616161;
	font-family:Arial, Helvetica, sans-serif;
}

a img {
	border:0;
}
.hidden {
	display:none;
}

.clear {
	clear:both;
}

p {
	margin:0 0 1em 0;
}

small {
	font-size:.7em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	margin:0 0 15px 0;
	text-shadow:1px 1px 0 #fff;
	color:#222;
}

#page {
	width:960px;
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:center;
}

#header {
	position:relative;
	background:url(../images/header_bg.jpg) top center no-repeat;
	min-height:450px;
	clear:right;
}

#site_logo {
	text-align:left;
	display:block;
	position:relative;
	float:left;
	width:377px;
	height:88px;
	background:url(../images/rawlings_logo.png) no-repeat top left;
	margin:10px 0 0 55px;
}

#site_logo a {
	display:block;
	width:377px;
	height:88px;
}
ul#nav {
	display:block;
	position:relative;
	float:right;
	background:url(../images/nav_bg.png) top left no-repeat;
	padding:12px 10px;
	width:354px;
	height:48px;
	margin:0 30px 0 0;
}
#nav li {
	display:inline;
	padding:0px 15px 0 10px;
}
#nav li a {
}
#content {
	text-align:left;
	width:910px;
	margin:0 auto 10px auto;
}
.boxes_left {
	position:relative;
	width:440px;
	padding:0 0 0 5px;
	margin:15px 0 20px 0;
	float:left;
}
.boxes_right {
	position:relative;
	width:440px;
	padding:0 0 0 5px;
	margin:15px 0 20px 15px;
	float:left;
}
.boxes_left p, .boxes_right p {
	position:relative;
	float:left;
	width:200px;
}
.boxes_left img, .boxes_right img {
	position:relative;
	float:right;
	clear:right;
}
.projectInfo {
	background:#e9eaed url(../images/projInfo_bg.png) center left repeat;
	border:1px solid #fff;
	clear:both;
}
.projectInfo span {
	position:relative;
	display:inline;
}
.projectInfo span.moreInfo{
	float:left;	
	width:40.6%;
	clear:left;
	padding:5px 0 5px 40px;
	border-right:1px solid #fff;
	text-align:left;
}
.projectInfo span.moreInfo img {
	text-align:left; padding:0 90px 0 0; margin:0;
}
.projectInfo span.visitSite {
	float:right;
	width:40.6%;
	clear:right;
	padding:5px 40px 5px 0;
	text-align:right;
	border-left:1px solid #a6a6a6;
}


.rightColumn {
	position:relative;
	float:left;
	width:30%;
	margin:0 0 0 15px;
}

.leftColumn {
	position:relative;
	float:left;
	width:65%;
}

/* Contact Page */
/* .contactBox {
	background-color: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000; padding: 10px;
}*/

/* Footer Info */
#footer {
	width:100%;
	position:relative;
	clear:both;
	text-align:center;
	background:url(../images/footer_bg.png) top left repeat-x #cccccc;
}
#footer_container {
	width:910px;
	margin:0 auto;
	position:relative;
	text-align:left;
	color:#a3a2a2;
	padding:15px 0;
	background:transparent;
}