@charset "utf-8";
/* CSS Document */

/* All css contruction is contained in this document, except the spry menu widget controlling the top nav drop down menu */
* {
	padding: 0em;
	margin: 0px;
}
body {
	background: url(../images/leftpanel_top.jpg);
}
#wrapper {
	position: relative;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	background:url(../images/leftpanel_top.jpg);
	width: 100%;
	height: 1100px;
}
#header {
	width: 100%;
	height: 90px;
}
#main {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	background:url(../images/leftpanel.jpg) repeat-x;
	min-height: 700px;
}

/* Top navigation bar, About Family Law, Court Process and Mediation */
#topNav {
	width: 100%;
	height: 36px;
}
#topNav li a {
	font-size: .75em;
}

/* Center Column, the page is a one column flex layout, the single center column has a faux 2 column layout all contained in the centerCol div */
#centerCol {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	height: auto;
}
#centerColContent {
	background-repeat:no-repeat;
	width: 800px;
	height: 318px;
	float: left;
	background:url(../images/blakemain.jpg);
}

/* Bottom nav, displayed only on the main page - swap(0) - contains About Blake, Contact, Fees and Links */
#bottomNav {
	height: 40px;
	width: 100%;
	float: left;
}
#bottomNav ul {
	list-style: none;
	line-height: 40px;
	margin-right: 0px;
}
#bottomNav li {
	display:inline;
	padding: 0px;
	margin-left: -4px;
}
#bottomNav ul li a {
	padding: 0px;
	text-decoration: none;
	border:0px;
}

/* Right menu is the right side of the center column content.  This menu is displayed only on the main page - Swap(0) */
#rightMenu {
	width: 200px;
	height: 317px;
	float: right;
	padding-right: .5em;
}
#rightMenu ul {
	list-style: none;
	line-height: 25px;
	margin-left: 8px;
}

/* Footer - obviously */
#footer {
	float: left;
	width: 100%;
}

/* Right side menu for all the child pages, though the content pages aren't separate files, just hidden divs */
#childRight {
	width: 200px;
	height: 317px;
	float: right;
	background: url(../images/menuSidebarBG.jpg);
}
#childRight ul {
	list-style: none;
	line-height: 25px;
	float: right;
	padding-top: 1em;
}
#childRight li {
	padding-right: 3.3em;
}
#childRight img {
	border: 0px;
	padding-top: 1em;
}
#childRight a {
	text-decoration: none;
	color: #FFF;
}
#childContentHeader {
	height: 50px;
	float: left;
	width: 580px;
}
#childLeft {
	width: 520px;
	float: left;
	padding: 2em;
}
/* This function hides all divs save the main div - swap(0).  Each div is revealed when it's corresponding button is pressed, while all others become hidden. */
#swap1, #swap2, #swap3, #swap4, #swap5, #swap6, #swap7, #swap8, #swap9, #swap10, #swap11, #swap12, #swap13, #swap14, #swap15, #swap16, #swap17, #swap18, #swap19, #swap20 {
	background-repeat:no-repeat;
	width: 800px;
	float: left;
	background: url(../images/childContentBackground2.jpg) repeat;
	display: none;
}

/* Header content, recoded for use */
h3 {
	color: #530202;
	font-size: 1em;
	padding-top: .5em;
}
h4 {
	color: #530202;
	font-size: 1.1em;
	padding-top: 1em;
}
h5 {
	font-size: 1em;
}

/* Classes built for limited use throughout the site */
.email {
	color: #530202;
	text-decoration: none;
}
.MM {
	color: #530202;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 700;
}
.address {
	color: #530202;
	text-decoration: none;
}
.rightMenuText {
	font-size: 1em;
	color:#FFFFFF;
	padding-top: 1.5em;
}
.childImage {
	margin-left: -100px;
	margin-top: -30px;
	padding: 1em;
}
.childImageRight {
	padding: 1em 1em 0em -2em;
}
.map {
	padding-left: 6em;
}
.mapText {
	padding-left: 12em;
	color: #530202;
	font-size: .8em;
	text-decoration:none;
	text-align: center;
}
.location {
	padding-left: 9em;
}
.largeType {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 700;
	padding-top: .6em;
}
.smallType {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 100;
	line-height: 15px;
	margin-left: 16px;
	font-family: garamond;
}
.rightMenuLink {
	text-decoration:none;
	color:#530202;
	font-weight: 700;
	font-size: .9em;
}
.footerText {
	color:#333;
	font-size: 12px;
	font-weight: 100;
	font: garamond;
	text-align:center;
	padding-top: .5em;
}

.bulletsList {
	list-style-type: disc;
}