body{
	background:#004a6d url(images/bg.gif) repeat-x;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
 *{
	margin:0;
	padding:0;
}
ol, ul, p, blockquote {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 140%;
}

/*Div Styles
------------------------------*/
#wrapper{
	margin:0 auto;
	width:653px;
}
	#top{
		width:653px;
		height:111px;
		display:inline;
		float:left;
	}
		img#logo{
			margin-left:-55px;
			display:inline;
			float:left;
			height:111px;
			width:242px;
			position:relative;
		}
		img#tag{
			display:inline;
			float:left;
			margin:78px 0 0 35px;
		}
	#middle{
		background-color:#fff;
		width:573px;
		display:inline;
		border-bottom:5px solid #00aeef;
		float:left;
		padding: 5px 40px 30px;
		margin-bottom: 15px;
	}
		body.home #middle {
			border-top:5px solid #00aeef;
		}
	
	
/*Button Styles
------------------------------*/
		a.button{
			text-decoration:none;
			background:url(images/button_left.gif) no-repeat;
			display:inline;
			float:left;
			height:33px;
			color:#fff;
		}
			a.button:hover {
				margin-left: 5px;
				color: #fff;
			}
			a.button span {
				background:url(images/button_right.gif) no-repeat right;
				height:29px;
				padding:4px 16px 0;
				float:left;
				display:inline;
			}
		
			
/*Font Styles
-------------------------------*/
	#middle p, blockquote, li, td, th {
		color:#212f36;
		font-size:0.8125em;/*13px*/
	}
	blockquote {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border:1px solid #E9E9E9;
		font-family: Georgia, Times, serif;
		font-style:italic;
		margin-top: 10px;
		padding: 10px 15px;
	}
	blockquote small {
		display: block;
		font-size: 0.75;
		font-weight: bold;
		font-style: normal;
		padding-top: 7px;
	}
	h1{
		text-indent:-10000px;
		display: block;
		margin: 30px 0 10px;
		font-size:0;
		height: 26px;
		background-repeat: no-repeat;
	}
	body.home h1 {
		height: 65px;
	}
	body.questions h1 {
		height: 49px;
	}
	h2{
		color:#212f36;
		font-size: 1em;
		padding:15px 0 5px;
	}
	h3 {
		color:#00aeef;
		padding: 5px 0;
		font-size: 0.8125em;
	}
	.highlight{
		background-color:#f5ffdc;
		padding:0 1px;
	}
	strong.green{
		color:#7daf08;
	}

/* Image styles
-------------------------------------*/
img.right{
	display:inline;
	float:right;
	margin:0 0 10px 10px;
}	
img.left{
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}

/*Link Styles
-----------------------------------*/
a {
	color:#00aeef;
}
a:hover, a:active{
	color:#00aeef;/*#004a6d;*/
}


/*List Styles
--------------------------------------*/
ol, ul {
color:#212f36;

}
	li {
		margin: 2px 0 6px;	
	}
	
ul{
margin:0 0 0 20px;
}	
		ul li{
		}
ol{
	margin: 0 0 0 30px;
}
		ol li{
		}
		
		
/*Menu Styles
--------------------------------------*/		
	ul#menu {
		display:inline;
		width:643px;
		float:left;
		padding: 0 0 0 10px;
		background-color:#7daf08;
		margin:0;
	}
		body.home ul#menu {
			margin-bottom: 15px;
		}
		ul#menu li {
			list-style-type:none;
			display:inline;
			float:left;
			margin:0;
			padding: 0;
			line-height: 120%;
		}
		ul#menu li a {
			background-color: #7daf08;
			padding: 9px 9px 11px;
			height: 15px;
			float: left;
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		ul#menu li a:hover, ul#menu li a:active {
			background-color:#6a9700;
		}
		
		
/*Our Work styles
--------------------------------------*/

div.workitems {
	float: right;
	display: inline;
	padding-top: 10px;
	width: 300px;
	position: relative;
}
div.workitems img {
	float: left;
	display: inline;
	margin-left: -270px;
	border: 3px solid #e9e9e9;
}
div.workitems h2 {
	font-size: 1.125em;
	padding-top: 0;
	color: #7daf08;
}
div.workitems h3 {
	padding: 0 0 10px;
	margin: -3px 0 0 0;
}
div.workitems h3 a {
	color: #00aeef;
}
div.workitems p.last {
	padding-bottom: 30px;
}
div.workitems blockquote.last {
	margin-bottom: 30px;
}
div.workitems strong {
	color: #7daf08;
	background-color:#f5ffdc;
	padding:0 1px;
}
blockquote {

}

/*Services & Pricing styles
--------------------------------------*/

table.pricing {
	border-collapse: collapse;
	margin-top: 10px;
}
table.pricing th {
	text-align: left;
	color: #7daf08;
	background-color:#f5ffdc;
	white-space: nowrap;
	border-right: 1px solid #fff;
}
table.pricing th, table.pricing td {
	vertical-align: top;
	padding: 5px 5px 6px;
}
table.pricing td.cost {
	white-space: nowrap;
}