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

html, body, p {    /*always do this*/
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: center; /*centers the website*/
	background-image: url(images/bgbody.jpg);
}

#wrap {
	width: 850px;
	margin: 0 auto;  /*15px for top and bottom margin - auto for right & left margins*/
	text-align: left;
	background-color: #FFFFFF;
	padding: 0;
}

#hdr {
	height: 113px;
	margin: 0;
	padding: 0;
}

#nav {
	float:left;
	padding:0;
	width:208px;
	background-image: url(images/bgnav.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

#nav ul {
	padding: 100px 25px 0 50px;
	margin: 0;
}

#nav ul li {
	list-style: none;
	text-align: left;
}

#nav ul li a {
	display: block; 
	padding: 5px;
	/*background:url('images/nav_bg.gif') no-repeat bottom right;*/
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFFFFF;
	padding: 5px;
	text-decoration: underline;
	font-weight: bold;
}

#contentbg {
	float: right;
	width: 642px;
	background-image: url(images/bgcontent.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding: 0;
}
#content {
	padding: 175px 15px 15px 15px;
}
#content a:link {
	text-decoration: underline;
	color: #122776;
}
#content a:visited {
	text-decoration: underline;
	color: #122776;
}
#content a:active {
	text-decoration: underline;
	color: #122776;
}
#content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #122776;
}
#clientbg {
	width: 850px;
	background-image: url(images/homedivider.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	padding: 0;
}
#client {
	padding: 10px 30px 20px 30px;
}
#client img {
	padding-left: 50px;
}
#footer {
	padding: 10px 25px 0 25px;
	margin: 0;
	background: url(images/bgfooter.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 100px;
}
#footercontent1 {
	text-align: left;
	float: left;
	padding: 0;
}
#footercontent2 {
	text-align: right;
	margin: 7px 0 2px 0;
	float: right;
	padding: 0;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #122776;
	background-color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #122776;
	padding: 0;
}
.clear {
	line-height:1px;
	height: 0;  /*originally 1px;*/
	clear: both;
}
.italicbold {
	font-style: italic;
	color: #122776;
	font-weight: bold;
}
