
/* --------------------------------------------/ INITIALIZATION \-------------------------------------------- */

ol,ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left; }

body { 
text-align:left; 
color:#3a3a3a; 
font-family:Arial, Helvetica, sans-serif;
font-size:16px; 
background-color:#fff; margin:0px;}

p { padding:12px; color:#3a3a3a; padding-bottom:0px; padding-top:0px; line-height:19px; }

h1 {padding:5px; color:#048c5e; font-size:20px; padding-left:12px; padding-bottom:0px;}

h2 {padding:5px; color:#000; font-size:16px; padding-left:12px; padding-bottom:0px; padding-bottom:0px;}

a:link { color:#0c73d3; text-decoration:none;}

a:visited { color:#0c73d3; text-decoration:none;}

a:hover {text-decoration:underline; color:#0455a1;}




/* --------------------------------------------/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

#container_header { width:100%;
margin:0 auto;
background:#fff; }
	
	#header { 
	position:relative; 
	width:931px;
	height:66px;
	margin:0 auto;
	background:url(../images/bodybg.gif) repeat-y #fff; color:#878e8f; font-size:48px; padding-left:20px; padding-top:10px;
	 }
	
	.llc { font-size:30px; color:#41c0d6;}
/* --------------------------------------------/


/* --------------------------------------------/ NAV \-------------------------------------------- */

#container_nav {
width:100%;
height:20px;
background-color:#65939b;
}
	
	#nav { 
	position:relative;
	width:951px;
	display:block;
	margin:0 auto;
	background:#65939b; 
	
	 }
	
		#nav ul { 
		padding-top:0px;
		margin-left:10px;
		float:left;
		margin-top:0px;
		margin-bottom:0px; padding-bottom:0px;
		}

		#nav li {
		display:inline;
		list-style:none;
		margin-right:40px;
		font-size:16px; 
				margin-bottom:0px; padding-bottom:0px;
		}

		#nav a { 
		text-decoration:none; 
		color:#fff; 
		padding:0px 4px 0px 4px; 
				margin-bottom:0px; padding-bottom:0px;
		}
		
		#nav a:hover { background:#48737b;}


/* --------------------------------------------/

/* --------------------------------------------/ FLASH \-------------------------------------------- */

#container_flash {

height:158px;
width:100%;
margin:0px;
padding:0px;
background:url(../images/flash-bg.gif) repeat-y center #666666;
}

	#flash { position:relative;  
		margin:auto; 
		height:100%; 
		width:951px; 
		background:url(../images/flash-placeholder.jpg) no-repeat;}
	
	#flash-home {
	position:relative;
		height:158px; 
		width:951px;
		margin:0 auto;
		}
/* --------------------------------------------/


/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_bottombar {width:100%;
margin:0 auto;
background:#64929a;
}

#bottombar { position:relative;  
		width:951px;
		height:22px;
		margin:auto; 
background:url(../images/greenbar-bottom.gif) no-repeat #64929a;}

.address {font-size:16px; color:#000000; float:left; margin-left:10px; padding-top:3px;}

.phone { font-size:20px; color:#FFFFFF; font-style:italic; float:right; margin-right:10px; font-weight:bold; }

#container_content { 
width:100%;
margin:0 auto;
background:#fff;
 }

	#content { 
		position:relative;  
		width:951px;
		height:100%;
		margin:auto; 
	background:url(../images/bodybg.gif) repeat-y #fff;
}	
	
	
	
	
/* --------------------------------------------/ LEFT-CONTENT \-------------------------------------------- */
		#left-content { 
		position:relative; 
		float:left; 
		width:290px;
		height:100%;
		}		
		
	
		#left-content ul { padding-top:0px; margin-left:5px; padding-left:0px;}

		#left-content li { list-style:none; font-size:16px;}

		#left-content a { text-decoration:none; color:#527e85;  padding-left:15px; }
		#left-content a:hover { text-decoration:none; color:#039ecb; }
		
		#left-content h1 { color:#039ecb; font-size:20px; padding-left:12px;padding-bottom:0px;}
		
		
/* --------------------------------------------/ RIGHT-CONTENT \-------------------------------------------- */
		#right-content { 
		position:relative; 
		float:right;
		width:650px;
		height:100%; border-left: 1px solid #b0b8b9; padding-right:10px; padding-bottom:5px;
		}
			
		.min-holder { float:left; width:0px; height:500px;  }

		.clear {clear:both;}
		
		
		#right-content li { list-style:disc ; color:#4e4e4e; font-size:14px; padding-bottom:5px;}
		
		.title {color:#4e4e4e; font-size:14px; font-weight:bold; padding-left:12px;}
		
		.bios li {line-height:12px; }
		
		.bios ul { margin-top:5px; }
		
		

/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both;width:100%;
margin:0 auto;
 background:#fff;
 }

	
	#footer { 
	position:relative; 
	margin:auto;
	height:84px;
	width:951px;
	 background:url(../images/footer-bg.gif) repeat-x; }

		#footer ul { text-align:center;padding-top:20px; font-size:12px;}

		#footer li { display:inline; list-style:none; margin-left:10px; }

		#footer a { text-decoration:none; color:#1c1c1c; }

		#footer a:hover {  color:#548087; }
		

