body{
	background: #60709a;
	margin: 0;
	/**font-family: georgia, arial, verdana;**/
	font-family: Arial, Helvetica, verdana, sans-serif;
	line-height: 20px;
	font-size: small;
	color:#000;
}
p, ul, ol {
	color: #000000;
	font-family: Arial, Helvetica, verdana, sans-serif;
}
a:link, a:visited {
	color: #011e8a;
	text-decoration: underline;
	font-family: Arial, Helvetica, verdana, sans-serif;
}
a:hover{
	color: #3300FF;
	text-decoration: none;
	font-family: Arial, Helvetica, verdana, sans-serif;
}
input, textarea, select{
	font-family: georgia, arial, verdana;
	font-size: 11px;
}


/**************************Main Elements****************************/

#container{
	margin: 0 auto;
	width: 750px;
}
#banner{
	background: url(/images/banner.jpg) no-repeat;
	width: 750px;
	height: 74px;
	margin: 0 auto;
	position: relative;
}
#flash{
	width: 750px;
	height: 140px;
}
#content{
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: #D4D4D5 url(/images/content_bg.gif) repeat-x;
}
#left_side{
	background: url(/images/left_side.gif) repeat-y;
}
#right_side{
	background: url(/images/right_side.gif) repeat-y;
}
#practice-area-three-sections {
	background-image:url(/images/three_sections_bg.gif);
	background-repeat: repeat-y;
	border: solid red 0px;
	width: 750px;
	position: relative;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
#footer{
	background: url(/images/footer.gif) no-repeat;
	width: 750px;
	height: 64px;
	text-align: center;
	position: relative;
	padding-top: 50px;
}
#footer a:link , #footer a:visited, #footer a:hover, #footer p{
	color: #fff;
	font-size: x-small;
}
#welcome{
	background: #C3C3C7 url(/images/welcome_bg.gif) repeat-x;
}
#welcome p{
	margin: 0 10px 5px 20px;
}
#welcome_left{
	background: url(/images/welcome_left.gif) repeat-y;
}
#welcome_right{
	background: url(/images/welcome_right.gif) repeat-y;
}
/**************************elder****************************/
#elder_left{
	background: url(/images/elder_left.gif) repeat-y;
}
#elder{
	background: #E5E5E8 url(/images/elder_bg.gif) repeat-x;
}
#elder_right{
	background: url(/images/elder_right.gif) repeat-y;
}

/**************************estate****************************/
#estate_left{
	background: url(/images/estate_left.gif) repeat-y;
}
#estate{
	background: #E5E5E8 url(/images/estate_bg.gif) repeat-x;
}
#estate_right{
	background: url(/images/estate_right.gif) repeat-y;
}

/**************************special****************************/
#special_left{
	background: url(elder_left.gif) repeat-y;
}
#special{
	background: #E5E5E8 url(elder_bg.gif) repeat-x;
}
#special_right{
	background: url(/images/estate_right.gif) repeat-y;
}
/**************************newsletter****************************/
#newsletter{
	background: url(/images/newsletter_bg.gif) repeat-y;
}
#newsletter input{
	border: 1px #BCBDBF solid;
	width: 123px;
	margin: 0 0 5px 25px;
}
#newsletter p{
	margin: 0px 20px 5px 23px;
	font-size: 14px;
	padding: 0px;
}
ul.elder{
	list-style-type: none;
	line-height: 17px;
	margin: 0 0 0 5px;
	padding: 0;
}
ul.elder li{
	margin: 0 10px 10px 5px;
	padding: 0;
}
#sub{
	background: #C3C3C7 url(/images/sub_bg.gif) repeat-x;
}
.pad{
	margin: 0 10px 5px 20px;
}

/*****************Nav*******************

#nav {
	list-style-type: none;
	margin: 0;
	margin-left:13;
	padding: 0;
	width: 154px;
	font-weight: bold;
}
#nav li{
	list-style: none;
	background: #fff url(/images/nav_bg.gif) no-repeat;
	width: 154px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#nav li a{
	color: #0D2B6E;
	text-decoration: none;
	Xmargin-left: 30px;
}

*/
#navContainer{
	width:181px;
	margin-left:13px;
	font-family: georgia, arial, verdana;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 155px;
	font-family: georgia, arial, verdana;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height: 1.25em;
	margin-bottom : -1px;
	/*width: 155px;*/
	width: 162px;
	background: url(/images/nav_bg.gif) no-repeat;
	font-family: georgia, arial, verdana;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 156px;
	margin-top: -1.55em;
	text-indent: 0;
	display: block;
	font-family: georgia, arial, verdana;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	font-family: georgia, arial, verdana;
}

/*#nav li a {
	width: 154px;
	display: block;
	color: #0D2B6E;
	font-weight : bold;
	text-decoration : none;
	padding : 2px;
	font-family: georgia, arial, verdana;
} */

#nav li a {
	width: 150px;
	display: block;
	color: #0D2B6E;
	font-weight : bold;
	text-decoration : none;
	padding: 2px 0 2px 4px;
	font-family: georgia, arial, verdana;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}




/***************** Increase or Decrease Type Fonts  ******************/


#type_font{
	background: url(/images/type_bar.gif) no-repeat;
	width: 750px;
	height: 26px;
}

#type_font_buttons {
	position: relative;
	margin:0;
	padding: 0;
	}
#type_font_buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#increase {
	position: absolute;
	z-index: 1000;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	top: 10px;
	left: 450px;
	width: 125px;
	height: 15px;
}
#increase a:link, #increase a:visited, #increase a:hover{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background:  url(/images/increase_type.gif) no-repeat;
}
#decrease {
	position: absolute;
	z-index: 1000;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	top: 10px;
	left: 600px;
	width: 125px;
	height: 15px;
}
#decrease a:link, #decrease a:visited, #decrease a:hover{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background:  url(/images/decrease_type.gif) no-repeat;
}
#homebutton {
	position: absolute;
	z-index: 1000;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	top: 10px;
	left: 25px;
	width: 125px;
	height: 15px;
}
#homebutton a:link, #homebutton a:visited, #homebutton a:hover{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background:  url(/images/homebutton.gif) no-repeat;
}
#sub h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#470100;
	font-size: 20px;
	margin:0;
	margin-bottom: 0.65em;
	padding:0;
}
#sub h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#011683;
	font-size: 17px;
	margin:0;
	margin-bottom: -0.4em;
	padding:0;
}

#sub h3 {
	font-family: Arial, Helvetica, verdana, sans-serif;
	color:#011683;
	font-size: small;
	font-weight: bold;
	margin:0;
	padding:0;
}
#sub a:link, #sub a:visited {
	color: #3300FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, verdana, sans-serif;
}
#sub a:hover{
	color: #3300FF;
	text-decoration: none;
	font-family: Arial, Helvetica, verdana, sans-serif;
}

#navTop7 {border-bottom: 4px solid #470100; display:block; width: 155px;}

