/* 
Website: http://www.jonesgrouppi.com
Author: Jeff Golenski, jeffgolenski@yahoo.com
Updated: April 19, 2005
*/



/* ------------------ BODY --------------------- */

body {
	background: #DDDDC0 url(images/bg.gif) top left repeat-x; 
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}


/* ------------------------- NORMAL LINKS  */


a:link, a:active, a:visited {
	font-size: 8pt;
	color: #FF0000; 
	text-decoration: none; 
}

a:hover {
	color: #8C0202; 
	text-decoration: underline; 
}	


a.foot:link, a:active, a:visited {
	font-size: 8pt;
	color: #D5D9E7; 
	text-decoration: none; 
}

a.foot:hover {
	color: #FF0000; 
	text-decoration: underline; 
}	


/* ------------------ TABLE --------------------- */

#main {
	margin: 0 auto;
	width: 765px;
}

#head {
	width: 765px;
	height: 158px;
	background: url(images/headimg.gif) bottom no-repeat;
}

/* ------------------ NAV --------------------- */


#nav {
	width: 150px;
	height: 250px;
	background: url(images/navbg.gif) top repeat-y;
	padding: 5px 4px 5px 15px; 
	text-align: left;
	vertical-align: text-top;
}


/* ------------------ MENU --------------------- */

#menu {
	width: 135px;
	text-align: left;
	padding-left: 8px;
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#menu li a {
	font-size: 10pt;
	height: 19px;
	text-decoration: none;
	padding: 4px 0 3px 2px;
	border-bottom: 1px #B4B4A3 solid;
	}		
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	}
	
#menu li a:hover {
	color: #000000;
	background: #D3D3C3;
	}
	
#menu li a:active {
	color: #000000;
	background: #D3D3C3;
	}




/* ------------------ CONTENT --------------------- */

#content {
	width: 555px;
	height: 230px;
	padding: 10px 26px 10px 15px;
	background: #fff url(images/contentbg.gif) top right repeat-y;
	vertical-align: text-top;
	text-align: left;
}

#content h1 {
	font-size: 12pt;
	color: #011950;
	line-height: 16pt;
	margin:  2px 0 3px 0;
	width: 100%;
	border-bottom: 1px #8C0202 solid;
}

#content h2 {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	margin:  12px 0 2px 0;
}

#content h3 {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	margin:  12px 0 2px 0;
}

#content h4 {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin:  12px 0 2px 0;
}

#content h5 {
	font-size: 10pt;
	color: #A31A1A;
	font-style: italic;
	margin:  12px 0 2px 0;
}


#content p {
	font-size: 10pt;
}

#content .ulborder {
	background: #F3F3F3;
	border 1px #ccc solid;
	padding: 5px;
}

#content ul {
	text-align: left;
}

#content li {
	padding: 2px;
}

#content div.floatright {
	float: right;
	text-align: center;
	font-size: 8pt;
}

#content div.floatright img {
	margin: 2px;
	border: 1px #000 solid;
}

img#floatright {
	float: right;
	margin: 5px;
	border: 1px #000 solid;
}

img#services {
	margin: 5px;
	border: 1px #000 solid;
}

/* ------------------ FOOTER --------------------- */

#footer {
	width: 735px;
	height: 31px;
	text-align: left;
	vertical-align: text-top;
	padding: 4px 15px 4px 15px;
	background: url(images/footerbg.gif) no-repeat;

}

#footer div.copyright {
	float: left;
	width: 260px;
	height: 20px;
	font-size: 8pt;
	color: white;
}


#footer div.plug {
	float: right;
	width: 440px;
	height: 20px;
	text-align: right;
	font-size: 8pt;
	color: white;
}