body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #7184A2;
	background-image: url(../_media/backgrounds/bg_horiz.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-size: 13px;
	font-family: font-family: Arial, Helvetica, sans-serif;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
    }
	
* html #wrapmaster {
	height:100%;
	}


/*  BASIC TEXT FORMATING */
p {
	color:#212433;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 125%;
	}

h1 {
	color: #293367;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 170%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #94a4be;
	text-align: left;	
	}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	color: #2c3669;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	}

h3 {
	color:#7487a5; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #5a6e8f;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 100%;
	text-align: center;
	width: 90%;
	}

/*  H-tags as Classes   */	

.h2 {
	color: #2c3669;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	}

.h3 {
	color:#7487a5; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
	}

.h4 {
	color: #5a6e8f;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 100%;
	text-align: center;
	width: 90%;
	}

/*  end  H-tags as Classes   */	

a {
	color: #333;
	}


#content_main ul {
	list-style-image: url(../_media/common_assets/arrow_no_bg.gif);
	font-size: 100%;
	line-height:130%;
	list-style-position: outside;
	}
	
#content_main ul li {
	padding: 6px 8px 6px 0px;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	}
	
a:hover img {
	border: none;
	background:none;
	} 

a:link img {
	border: none;
	}

/*  CSS Classes   */	

.image_left, .image_center, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right {
	border: solid #445267 2px;
	margin-bottom: 5px;
	}
	
.image_right {
	float: right;
	margin-left:10px;
	}
	
.image_left {
	float: left;
	margin-right:10px;
	}

.image_center {
	margin: 0px auto 5px auto;
	border: none;
	}

.module_right {
	float: right;
	width: 250px;
	height: auto;
	background-color:#D8E1F0;
	padding:4px;
	margin-left:10px
	
	}	

.module_right ul {
	padding-left:25px;
}


.module_right h2 {
	background-color: #4a506a;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.float_right{
	float:right;
}

.h1 {
	color: #3e3e3e;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 150%;
	text-align: left;
}

.pull_quote{
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	text-align:left;
	padding: 10px;
	margin: 10px 30px 10px 30px;
	color: #4a506a;
	border-top:#BAC8DE 3px solid;
	border-bottom:#BAC8DE 3px solid;
}

	
/*     TEXT ALIGNMENT    */	
.text_center {
	text-align: center
	}

.text_center a {
	color:#777;
	}

.text_center a:hover{
	background-color:#BAC8DE;
	color:#333;
}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

.center_links{
	text-align:center;
	padding-bottom:10px;
}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	
.dotted_line {
	border-top: 1px dotted #6699FF;
	}

.caption{
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

.content_side_h{
	text-align: left;
	font-size: 140%;
	color: #333366;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
    }

.side_seo{
	border: solid #BAC8DE 2px;
	background-color: #7487a5;
	margin: 60px auto 40px auto;
	padding: 10px 13px 15px 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-style: italic;
	line-height:140%;
	text-align: left;
	}

.cv_indent {
	padding: 0px 5px 0px 25px;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- div section ----------------- */


#header_wrapper{
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	}

#practice_name {
	width:780px;
	height:0px;
	background-image: url(../_media/backgrounds/practice_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: #d7e1ef;
	padding-top: 64px;
	overflow: hidden;
}

#nav_wrapper {
	width:780px;
	height:31px;
	text-align: center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#5a6e8f;
}

#top_nav {
	background-color:#5a6e8f; 
	width:780px;
	height:23px;
	text-align: center;
	margin:0px auto 0px auto;
	padding:8px 0px 0px 0px;
	font-size: 100%;
	text-decoration: none;
}

#top_nav ul {
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

#top_nav ul li {
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline;
	}

#top_nav ul li a {
	color: #fff;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	padding:0px 2px 0px 2px;
	}

#top_nav li a:hover {
	color: #cecece;
	text-decoration: none;
	list-style-type:none;
	}

#photo_wrapper {
	text-align: center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}

#photo_area {
	background-image: url(../_media/backgrounds/photos_names.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width:780px;
	height:292px;
	border-top: 8px #bac8de solid;
	border-bottom: 31px #94a4be solid;
	text-align: center;
	margin:0px auto 0px auto;
}

#portal_wrapper {
	background-image: url(../_media/backgrounds/bg_portal2.gif);
	background-repeat: repeat-y;
	width: 780px;
	height:218;
	text-align: center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	border-top: #bac8de 14px solid;
	border-bottom: #bac8de 12px solid;
	font-family: "Times New Roman", Times, serif;
}

#portal_section {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	line-height:170%;
	width: 732px;
	min-height:182;
	margin:0px auto 0px auto;
	background-image: url(../_media/backgrounds/portal_area.gif);
	background-repeat: no-repeat;
	border-top: white solid 18px;
	border-bottom: white solid 18px;
}

#portal_section li {
	color:#293367;
	list-style-position:inside;
	list-style-image: url(../_media/common_assets/arrow_white_bg18.gif);
	text-align:left;
	padding:0px 0px 0px 15px;
	line-height: 160%;
}

#portal_section li a {
	color:#293367;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

table {
	margin:0px;
	padding:0px;
}

/*------------- stripe ----------------- */

#stripe_wrap {
	width:780px;
	text-align: center;
	margin:0px auto 0px auto;
}

#stripe {
	border-top: #94a4be solid 10px;
	background-color:#293367;
	width:780px;
	height:7px;
	border-bottom: 31px #8495b1 solid;
	text-align: center;
	margin:0px auto 0px auto;
}

#interior_stripe {
	border-top: #94a4be solid 10px;
	background-color:#293367;
	width:780px;
	height:7px;
	border-bottom: 18px #8495b1 solid;
	text-align: center;
	margin:0px auto 0px auto;
}

/*------------- address section ----------------- */

#address_wrapper {
	width:780px;
	background-color: #b1c2da;
	text-align: center;
	margin:0px auto 0px auto;
	padding:0px 0px 20px 0px;
	color: #3e3e3e;
	font-family: "Times New Roman", Times, serif;
}

#address_left {
	text-align:left
	padding:0px 0px 0px 0px;
	width: 376px;
	position: relative;
	left:14px;
	top:14px;
	float: left;
	font-family: "Times New Roman", Times, serif;
}

#address_right {
	text-align:right
	padding:0px 0px 0px 0px;
	width: 376px;
	float: right;	
	position: relative;
	right:14px;
	top:14px;
	font-family: "Times New Roman", Times, serif;
}

#address_right p {
	text-align:right
}

/*------------- content section ----------------- */

#content_wrapper{
	width: 780px;
	height:auto;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-image: url(../_media/backgrounds/bg_content_dual2.gif);
	background-repeat: repeat-y;
	border-top: 8px #bac8de solid;
	border-bottom:#bac8de solid 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	}

/*------------- content main ----------------- */

#content_main{
	width: 548px;
	text-align: left;
	padding: 0px 0px 35px 0px;
	margin: 0px;
	float: right;
	position: relative;
	right: 26px;
	top:12px;
	}

#content_main a {
	font-weight:bold;
	text-decoration:none;
	color: #293265;
	}

#content_main a:hover {
	color:#7487a5;
	text-decoration:underline;
	}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width:154px;
	min-height: 100%;
	margin: 0px;
	padding:0px 0px 0px 0px;
	display: inherit;
	position: relative;
	left: 24px;
	right:12px;
	top:12px;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}


	
#content_side h1 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #1c82b1;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;    
	
	}
	
#content_side ul {
	text-align: left;
	line-height:160%;
	}
	
#content_side li a {
	color: #475771;
	text-align: left;
	font-family: font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 110%;
	}
	
#content_side li a:hover {
	text-decoration: underline;
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	
/*------------- home ----------------- */

#home{
	text-align:left;
	width: 740px;
	background-color: #b1c2da;
	margin: 0px auto;
	position: relative;
	font-family: font-family: Arial, Helvetica, sans-serif;
	top:0px;
	bottom:0px;
	padding: 60px 20px 10px 20px;
	/*border-top:#94a4be solid 6px;*/
	border-bottom:none;
}

#home h1 {
	color: #555;	
	font-size:120%;
	border-bottom: none;
	}

#home h2 {
	font-size:100%;
	}

#home p {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	display:inline;
	}

#home a {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


#home a:hover {
	text-decoration: underline;
}

/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border:0px;
}

#footer{
	text-align: right;
	width: 780px;
	margin: 0px auto 0px auto;
	height: 100px;
	position: relative;
	background-color: #b1c2da;
}

#footer p{
	color: #3e3e3e;
	margin: 0px;
	padding: 0px 10px 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	position: relative;
	top: 40px;
}

#footer a {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}

#float_right{
	float: right;
}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}
#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}

