@charset "UTF-8";
/* CSS Document */

/***********************************************
Reset Styles
***********************************************/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	}
a {
	color: #f60;
	text-decoration: none; 
}
a:hover {
	color: #ccc;
}
a:focus { 
	outline: none;
}
img {
	border: 0;
}

/***********************************************
Global Styles
***********************************************/

html, body {
	height: 100%;
}
body {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.2em;
	line-height: 1em;
	background: url(../images/nav_bkgd.gif) top repeat-x;
}
#container {
	margin: 0px auto -80px auto;
	text-align: left;
	width: 940px;
	min-height: 100%;
	position: relative;
}
#leftColumnHome {
	float: left;
	width: 350px;
}
#rightColumnHome {
	float: right;
}
.recentWork {
	border: solid 2px #999;
	padding: 2px;
}
h2 {
	margin: 35px 0;
	font-size: 1.8em;
	font-weight: 500;
	color: #FF6600;
}
h3 {
	margin: 0 0 15px 0;
	color: #FF6600;
}
h5 {
	background: #FF6600 url(../images/client.gif) no-repeat scroll left bottom;
	border: 0 none;
	height: 16px;
	margin: 50px 0 6px;
	text-indent: -9000px;
}
#home ul {
	padding: 0 0 10px 15px;
}
li {
	color: #FF6600;
	line-height: 1.8;
	list-style: square;
}
.darkType {
	color: #666;
}
#clientWork {
	margin: 0 0 0 60px;
	width: 820px;
}
#clientWork p, h2 {
	width: 500px;
}
#clientWork img{
	margin-top: 20px;
}
.highlightColor {
	color: #FF6600;
	font-weight: bold;
}
.logo {
	margin-left: 210px;
}
#contact h3{
	margin-bottom: 0;
	/* color: #666; */
}
#contact p{
	margin-bottom: 20px;
}

/***********************************************
Header Styles
***********************************************/

#header {
	margin: 0px auto;
	width: 940px;
	height: 150px;
	text-align: left;
}
h1 {
	padding: 19px 0 15px 20px;
}

/***********************************************
Navigation Styles
***********************************************/

#navigation {
	float: right;
	position: relative;
}
#navigation li  {
	list-style-type: none;
	float:left;	
}
#navigation a, .link1_on, .link2_on, .link3_on, .link4_on, .link5_on {
	display: block;
	text-indent: -9000px;
	background: url(../images/navigation.gif);
	height: 30px;
}
#navigation a.link1 {
	width: 64px; 
	background-position:0px 0px;
}
#navigation a.link1:hover, .link1_on {
	width: 64px; 
	background-position: 0px 30px;
}
#navigation a.link2 {
	width: 151px; 
	background-position:-64px 0px;
}
#navigation a.link2:hover, .link2_on {
	width: 151px; 
	background-position:-64px -30px;}
#navigation a.link3 {
	width: 128px; 
	background-position:-215px 0px;
}
#navigation a.link3:hover, .link3_on {
	width: 128px; 
	background-position:-215px -30px;
}
#navigation a.link4 {
	width: 142px; 
	background-position:-343px 0px;
}
#navigation a.link4:hover, .link4_on {
	width: 142px; 
	background-position:-343px -30px;
}
#navigation a.link5 {
	width: 70px; 
	background-position:-485px 0px;
}
#navigation a.link5:hover, .link5_on {
	width: 70px; 
	background-position:-485px -30px;
}

/***********************************************
Footer Styles
***********************************************/

#footer { 
	background: url(../images/footer_bkgd.jpg) no-repeat top center;
	height: 80px;
	text-align: center;
}
h4 {
	padding: 20px 0 0 0;
	font-weight: 500;
	font-size: .5em;
	color: #999;
}
.clearfooter {
	height: 100px;
	clear: both;
}

/***********************************************
Website Page Styles
***********************************************/

.text {
	margin: 50px 0 0 75px;
}