@charset "UTF-8";
/* CSS Document */

html {
	background-color:#003333;
	background-image:url(images/bg_header_img.jpg);
	background-repeat:repeat-x;
	}
	
body {
	margin:0;
	padding:0;
	}

#containerMain {
	width:998px;
	height:auto;
	background-color:#003333;
	vertical-align:top;
	margin:0 15%;
	padding:0px;
	}
	
	
#globalNav {
	height:72px;
    width:998px;
	vertical-align:top;
    background-color: #336699;
	background-image:url(images/global_nav_bg.jpg);	
	}
	
#globalNav ul {
	margin: 0px;
    padding: 0px;
	margin-left:58px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
	}
	
#globalNav li {
	list-style-type:none;
	display:inline;
	}
	
#globalNav li a {
	height:72px;
	width:219px;
	display:block;
	float:left;
	text-decoration:none;
	padding-bottom:0px;
	color:#FFF;
	}
	
#contentMain {
	width:100%;
	height:80px;
	background-color:#003333;
	background-image:url(images/header_services.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
.contentHome {
	width:100%;
	height:80px;
	background-color:#003333;
	background-image:url(images/header_home.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
.contentAtt {
	width:100%;
	height:80px;
	background-color:#003333;
	background-image:url(images/header_attorneyProfile.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
.contentContact {
	width:100%;
	height:80px;
	background-color:#003333;
	background-image:url(images/header_contact.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
#contentAtt {
	width:100%;
	height:80px;
	background-color:#003333;
	background-image:url(images/header_attorneyProfile.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
#flashContent {
	width:auto;
	height:100%;
	min-height:320px;
	margin-left:54px;
	}
	
#flashContentTemp {
	width:860px;
	height:320px;
	margin-left:70px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	}
	
#attorneyContentTemp {
	width:534px;
	height:100%;
	float:left;
	margin-left:64px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
	
	
#copy {
	width:584px;
	height:400px;
	margin-left:50px;
	margin-top:50px;
	float:left;
	vertical-align:top;
	background-image:url(images/bg_welcome.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
		}
	
#copyText {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	padding:20px;
	line-height:25px;
	}
	
	
#testimonials {
	width:auto;
	float:left;
	margin-left:50px;
	vertical-align:top;
	background-image:url(images/bg_testimonials.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#testimonialsText {
	height:auto;
	width:220px;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003333;
	}

#footer {
	width:100%;
	height:206px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
	float:left;
	
	}
	
#footerInfo {
	width:998px;
	height:206px;
	vertical-align:top;
	margin:0 15%;
	padding:0px;
	background-image:url(images/footer_info.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	}
	
#footerInfo ul {
	margin-top:100px;
    padding: 5px;
	margin-left:58px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #cf3;
    white-space: nowrap;
	}
	
#footerInfo li {
	list-style-type:none;
	display:inline;
	}
	
#footerInfo li a {
	display:inline;
	float:left;
	text-decoration:none;
	padding-bottom:0px;
	color: #cf3;
	}	
	

