@charset "utf-8";
/* CSS Document 
   Mediated Divorce Solutions
   Copyright 2009-2011 All rights reserved.
   stylesheet created by Tracy Hughes
*/

html,body,div,header {
	margin:0;
	padding:0;
}
body  {
	background:url(../img/bg_main.gif) top center repeat-x;
	background-color:#636363;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: center; 
	color: #1a1a1a;
}
img { border: 0; vertical-align: top;}
img.alignright {float:right; padding: 0 0 0 8px;}

#container { 
	width: 900px;  
	margin: 5px auto;
	background-color:#fafafa;
	text-align: left; 
} 

h1 {
	font-size: 14px;
	margin:11px 0 0 0; 
	padding: 0;
}
h2 {
	font-size: 12px;
	margin:15px 0 0 0; 
	padding: 0;
}
a {color: #1a1a1a; text-decoration: none; border-bottom: 1px #666666 dotted;}
a:active {}
a:link {}
a:visited {}
a:hover {color: #1a1a1a; text-decoration:none; border-bottom: 1px #666666 solid;}

a.strong {color: #2d2b2b;font-weight: bold; text-decoration: none; border-bottom: 1px #666666 dotted;}
a.strong:active {}
a.strong:link {}
a.strong:visited {}
a.strong:hover {color: #1a1a1a;font-weight: bold; text-decoration:none; border-bottom: 1px #666666 solid;}

#header { 
	padding:12px 10px 8px 10px;
	background-color:#ffffff;
	height:80px;
} 

#sidebarRt {
	float: left; 
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 220px;
}

ul.menu {font-size:13px;list-style-type: none; margin: 0 0 0 5px; padding:0; background: url("../img/bg_nav.jpg") 0 0 repeat-y;}
ul.menu li {display: block; margin: 0 0 1px 0; background-color:#50486f;}

ul.menu li.footer {border-top: 1px solid #5e5e60; background-color: #FFF; font-size: 1px; line-height:1px; padding: 0;}

ul.menu li a {display: block; border:none; color: #ffffff; padding: 7px 18px 7px 18px; font-weight: bold; text-decoration:none;}
ul.menu li a:visited {color: #ffffff}
ul.menu li a:hover {border:none; color: #ffffff; background-color:#685c8c; text-decoration:none;}
ul.menu li a.active, ul.menu li.main_section li a.active {color: #ffffff !important; font-weight: bold}

ul.menugreen {font-size:13px;list-style-type: none; margin: 0 0 0 5px; padding:0; background: url("../img/bg_navgreen.jpg") repeat-y;}
ul.menugreen li {display: block; margin: 0 0 1px 0; background-color:#70821f;}
ul.menugreen li.footer {border-top: 1px solid #70821f;; background-color: #FFF; font-size: 1px; height:0; line-height:0px; padding: 0;}
ul.menugreen li a {display: block; border:none; color: #ffffff; padding: 7px 18px 7px 18px; font-weight: bold; text-decoration:none;}
ul.menugreen li a:visited {color: #ffffff}
ul.menugreen li a:hover {border:none; color: #ffffff; background-color:#7c8c2a; text-decoration:none;}
ul.menugreen li a.active, ul.menugreen li.main_section li a.active {color: #ffffff !important; font-weight: bold}

ul.standard {line-height:175%; margin-right:15px;}

#p1Content { 
	margin: 0 10px 0 225px; 
	padding: 0;
} 
#mainText { 
	margin: 0 10px 0 225px; 
	padding: 2px 18px 5px 14px;
	background-color:#ffffff;
	border-width:0 7px 7px 7px;
	border-style:solid;
	border-color:#e0dcdd;
	font: 100% Verdana, Geneva, sans-serif;
	line-height: 160%;
}

#wideSpan { 
	margin: 0 45px 0 45px; 
	padding: 0;
}

#footer { 
	padding: 8px 10px 32px 20px;
	background-image:url(../img/bg_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;	
	text-align:center;
} 
#footer p {
	margin: 0; 
	padding: 2px 0;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#greenblock {
	background-image:url(../img/bg_green.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:18px 18px 22px 22px;
	margin:0 0 0 5px;
}
.large {
	font-size:16px;
}
.small {
	font-size:13px;
	padding-bottom:10px;
}

#thanks {
	background-color:#5a5ab2;
	color:#FFF;
	font-weight:bold;
	padding:12px 12px 36px 24px;
}
#quote {
	background-image:url(../img/openquote.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-style:italic;
	line-height: 175%;
	padding:8px 36px 12px 32px;
}
