/* @charset "utf-8";
CSS Document */


body
{
	background:#78b0d2 url(images/bg.jpg) repeat-x top center;
	margin:0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	color:#000;
	line-height:21px;
}

a
{
	text-decoration:none;
	color:#abd06d;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:none;
}

.alignright 
{
	float:right;
}

.alignleft
{
	float:left;
}

#divContainer
{
	width:950px;
	margin:0px auto;
}


input,textarea
{
	border:1px solid #bcbaba;
	color:#666;
}

.contactform
{
	width:375px;
	margin-left:50px;
}
/***************************************************************************** HEADER ******************************************************************************/

h1, H2, H3
{
	margin-left:10px;
	text-transform:uppercase;
	margin-top:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#abd06d;
	font-size:16px;
	border-bottom:1px solid #ddd;
}

H3
{
	font-size:13px;
}

#divHeader
{
	background-color:#FFF;
	height:70px;
	
	
	
}

#headNav
{
	margin-left:270px;
	color:#45578d;
	text-transform:uppercase;
	font-size:11px;
	
}

#divNav 
{
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	height:50px;
}

#divNav ul 
{
	float:right;
	width:700px;
}

#divNav ul li
{
	display:block;
	float:left;
	margin-right:10px;
	margin-top:0px;
	list-style-type:none;
	font-size:14px;
	width:80px;
	text-transform:uppercase;
	color:#FFF;
	text-align:center;
	
	
	
}

#last
{
	width:150px;
}

#divNav ul li a
{
	color:#FFF;
}
	
.page-item-15
{
	border:2px solid #000;
}


/***************************************************************************** CONTENT AREA ************************************************************************/
#divMainImage
{
	
}


#divMainContent
{
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	float:left;
	
}

#divMainContent #top
{
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
}


#divMainContent #bottom
{
	background-image:url(images/content_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

#leftSide
{
	width:180px;
	
	float:left;
	
}

#leftSide p
{
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}

#rightSide
{
   width:762px;
   
   float:left;
  
   margin-left:08px;
}

#rightSide p
{
	margin-left:10px;
}

#rightSide div
{
	margin-left:15px;
	margin-right:15px;
}

#px1 td
{
	padding:06px;
}

/***************************************************************************** FOOTER ******************************************************************************/

 .sociable ul li
 {
	 display:block;
	 float:left;
	 list-style-type:none;
	 margin-right:08px;
	  margin-bottom:20px;
	
 }


#divFooter
{
	height:20px;
	background-image:url(images/Web-Design-Jules-Ferroe-004_23.png);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:both;
	border:1px solid #000;
	
}

#divlinks
{
	margin-top:-10px;
	color:#0e76bc;
	text-transform:uppercase;
	font-size:10px;
	clear:both;
	
}

#divlinks ul li
{
	display:block;
	float:left;
	width:100px;
	list-style:none;
	margin-top:0px;
	color:#0e76bc;
	
	
}
#divlinks ul li a { color:#0e76bc; }

#divSignature 
{
	color:#CCC; font-size:10px; margin-top:0px; margin-right:10px; text-align:right; width:240px; float:right;
}

#divSignature a {color:#CCC;}

