/* @override http://www.californiamaritalsettlements.com/scripts/global.css */

body {
	margin: 0px 0px 20px;
	background-color: white;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
h1 {
	margin: 0px;
	font-size: 12px;
	color: black;
	text-align: center;
	text-transform: capitalize;
}
h2 {
	font-size: 13px;
	margin: 6px 0px 0px;
	color: #242424;
	background-repeat: repeat-y;
	text-transform: uppercase;
	height: 17px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 15px;
	background-color: #F7F7F7;
	}
img {
    vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
ol {
	margin-top: 10px;
	list-style-type: upper-roman;
	margin-left: 10px;
	padding-left: 20px;
}

a:link {
	color: #A63008;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	background-color: #F0F0F0;
}
a:visited {
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	background-color: #F0F0F0;
}
a:hover {
	color: #670001;
	text-decoration: none;
	background-color: #F7F7F7;
}
.imgright {
	float: right;
	margin-left: 10px;
	border: 6px solid #FFFFFF;
}


#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#header {
	height: 100px;
	background-image: url('../images/newheader.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#header img{
	display: none;
}
#contentcontainer {
	min-height: 500px;
}
#navigation {
	width: 230px;;
	height: 319px;
	float: left;
	color: black;
	font-size: 12px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}
#navigation li {
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: right;
}
#navigation a {
	color: #004EA9;
	text-decoration: none;
	background-color: transparent;
}
#navigation a:visited {
	text-decoration: none;
	background-color: transparent;
}
#navigation a:hover {
	text-decoration: underline;
	background-color: transparent;
}


#content {
	width: 605px;
	float: right;
	font-size: 12px;
	margin-top: 0;
	color: #333333;
	margin-left: 0;
}
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-left: 154px;
	padding-top: 20px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #000000;
	background-color: #F0F0F0;
}
#footer a {
	color: #A4330B;
	text-decoration: none;
	background-color: #F0F0F0;
}
#footer a:visited {
	color: #9B0000;
	text-decoration: none;
	background-color: #F0F0F0;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #F0F0F0;
}
#cent {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
#bottom{
	display: none;
}

