/************************************
HTML Markup
*************************************/
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #7CA1C5 url(images/sub-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
p {
	margin: 0;
	padding: .5em;
}
h1 {
	margin: 0;
	padding: 1em;
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 15px;
}
img {
	border: 0;
	margin: .5em;
}
.clearboth {
	clear: both;
}
/************************************
Layout Styles
*************************************/
#header {
	width: 780px;
	margin: 0 auto;
	height: 116px;
	background: url(images/sub-header.jpg) no-repeat;
	text-align: left;
}
#header h1 {
	display: none;
}
#header p {
	margin: 0;
	padding: 0;
	position: relative;
	width: 150px;
}
#header a {
	color: #FFFFFF;
	font-weight: bold;
}
#header a:hover, 
#footer a:hover {
	color: #193F71;
}
.menuServices {
	top: 20px;
	left: 250px;
}
.menuArticles {
	top: 30px;
	left: 215px;
}
.menuTestimonials {
	top: 40px;
	left: 170px;
}
.menuClients {
	top: 50px;
	left: 120px;
}
.menuAbout {
	top: 35px;
	left: 580px;
}
.menuContact {
	top: 20px;
	left: 650px;
}
.menuHome {
	top: 5px;
	left: 730px;
}
#content {
	background: #D9D9E3 url(images/sub-container-bg.jpg) repeat-x;
	color: #193F71;
}
#content h1 {
	background: url(images/h1-bg.jpg) no-repeat;
	padding: 15px 0 10px 22px;
	margin: 0;
}
#content h2 {
	background: #FFFFFF;
	padding: .2em;
}
#content a {
	color: #003366;
}
#content a:hover {
	color: #0066CC;
}
#content ul {
	margin: 0;
	_margin-left: 20px;
}
#contentSub {
	width: 750px;
	margin: 0 auto;
	padding: 25px 15px;
	text-align: left;
	background: #EBF1F4 url(images/sub-content-bg.jpg) repeat-x;
}
#footer {
	background: #7CA1C5 url(images/home-footer.jpg) repeat-x;
	color: #FFFFFF;
	height: 68px;
	text-align: center;
}
#footer a {
	color: #006699;
	font-weight: bold;
	margin: 0 .5em 0 .5em;
}
#footerSub {
	background: url(images/sub-footer-bg.jpg) repeat-x;
	width: 780px;
	margin: 0 auto;
}

/***************************
Sub Navigation
****************************/
.subMenu {
	background: #CCDCEB;
}
.subMenu a {
	font-weight: bold;
}
/***************************
Action Buttons
****************************/
.buttonAction a{
	font-weight: bold;
	background: url(images/button.jpg) no-repeat;
	padding: 2px 0px 2px 25px;
}
.menuServices a,
.menuClients a,
.menuArticles a,
.menuTestimonials a {
	font-weight: bold;
	background: url(images/sub-header-button.gif) no-repeat;
	padding: 0 0 0 14px;
}
.menuServices a:hover,
.menuClients a:hover,
.menuArticles a:hover,
.menuTestimonials a:hover {
	background: url(images/sub-header-button-on.gif) no-repeat;
}

/***************************
Services Page
****************************/
#servicesPage td {
	padding: .5em;
}


