/*
         Cody Law Firm CSS
*/
/*
	RESET & BASIC SETUP
*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
	background-repeat: repeat;
}

body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
}
/* 
	END RESET
*/


/*
	TYPOGRAPHY
*/
h1 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	margin-bottom: 0.6em;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
	white-space: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}
a {
	outline: none;
	color: #212121;
	text-decoration: none;
}


a:hover {
	color: #900;
	text-decoration: none;
}
#content li a {
	font-size: 14px;
	text-decoration: underline;
}

/*
	STRUCTURE
*/
#page-wrap {
	width: 923px;
	margin: 10px auto 0 auto;
}

#header {
	width: 923px;
	height: 125px;
	background: url(../images/header.png) no-repeat center;
}

#main-content {
	background-image: url(../images/flash-main-content-bg.png);
	height: 292px;
	width: 913px;
	padding: 4px;
}

#flash {
	height: 257px;
	width: 330px;
	float: left;
	background: #F00 url(../images/body-bg.jpg) repeat left;
}

#content {
	padding: 15px;
	float: right;
	width: 553px;
	height: 262px;
	background: #EFD7B3 url(../images/body-bg.jpg) repeat;
	overflow: auto;

}

#footer {
	color: #212121;
	text-align: center;
	margin: 10px 0;
}

#footer li {
	display: inline;
	font-size: 12px;
}

#nav {
	background: url(../images/button-bg.png) no-repeat left top;
	width: 923px;
	height: 233px;
}

ul #nav {
	list-style: none;
	width:923px;
	height: 146px;
	display: inline;
}

#nav li {
	display:inline-block;
	float:left;
	margin-top:65px;
	padding:70px 3px 0;
	text-align:center;
	font-size: 16px;
}

#nav a {
	margin-top: 10px;
	color: #212121;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}
dl {
	font-size:11px;
}
dt {
	font-weight: bold;
}
dd {
	background:none no-repeat left top;
	padding: 0 0 15px 50px;
}

/*BEGIN BUTTONS*/
.btn1 {
	background: url(../images/btn1.png) no-repeat;
	height: 146px;
	width: 144px;
	margin-left: 12px;
}

.btn2 {
	background: url(../images/btn2.png) no-repeat;
	height: 146px;
	width: 144px;
}

.btn3 {
	background: url(../images/btn3.png) no-repeat;
	height: 146px;
	width: 144px;
}

.btn4 {
	background: url(../images/btn4.png) no-repeat;
	height: 146px;
	width: 144px;
}

.btn5 {
	background: url(../images/btn5.png) no-repeat;
	height: 146px;
	width: 144px;
}

/*
	END BUTTONS
*/

/*
	DISPLAY VALUES
*/
.hide { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }

.bulleted_list_indent {
	text-indent: 1.2em;
	list-style-type: disc;
	list-style-position: inside;
}

/*
	UTILITY
*/
.clear { clear: both; }

.floatleft { float: left; }

.floatright { float: right; }

.layoutCenter { margin: 0 auto; }

.textCenter { text-align: center; }

.textRight { text-align: right; }

.textLeft { text-align: left; }

