/*
Css name: BLOG  DUIAttorney.com, Centered, Main
Version: 8/2008
Author: Stewart Bergman
Author uri: http://www.duiattorney.com.com
Description: Theme matching website
*/

/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/


* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #888888;
	color: #EBEBEB;
	}
	








/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/

	
	
#wrapper {
	width: 970px;
	background-color: #FFFFFF;
	color: #EBEBEB;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	top: 0px;
	border: 1px solid #000000;
	padding: 0px;
	float: none;
	clear: both;
}
#header {
	color: #333333;
	width: 970px;
	float: left;
	height: 125px;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none #000000;
}
#wrapper #header .title div {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

#header img {
	border: none;
}


/*
	NAVIGATION - Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navigation {
	float: left;
	color: #FFFFFF;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	width: 970px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
}

/*
	--- NAV --LEFT COLUMN - Border, background, font and link colors for the left column
	-------------------------------------------------------
*/

#leftcolumn {
	color: #333;
	height: auto;
	width: 15px;
	float: left;
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}


#leftcolumn h6 {
	color: #000000;
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
}

#leftcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftcolumn li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
	padding-right: 10px;
	height: 100%;
}
#leftcolumn strong {
	color:#000000;
}
#leftcolumn blockquote {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 5px;
}
#leftcolumn h1 {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	color: #CC6600;
	background-color: #660000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	height: 20px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#leftcolumn h2 {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
	color: #000000;
}
#leftcolumn a, a:visited {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
#leftcolumn a:hover {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	text-decoration: underline;
	background-color: #DDDDDD;
}
#leftcolumn img {
	border: 0px none #000000;
	margin: 0px;
	padding: 0px;
}
#leftcolumn .headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
#leftcolumn .toplevelheader {
	color: #660000;
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
}
#leftcolumn .highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFF00;
	color: #000000;
	font-weight: normal;
}




/*
	---- MAIN -- RIGHT COLUMN - Border, background, font and link colors for the right column
	-------------------------------------------------------
*/

#content {
	float: left;
	color: #333;
	height: auto;
	width: 670px;
	display: inline;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#content .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content a, a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660000;
	padding: 0px;
	font-size: 14px;
}
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #880000;
	padding: 0px;
	text-decoration: underline;
	font-size: 14px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #663300;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660000;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #000000;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
#content p {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 14px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
}
#content li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
	list-style-type: square;
}
#content ol li{
	font-family: Verdana, Helvetica, sans serif;
	font-size: 12px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 24px;
	list-style-type:disc;
	list-style-position: inside;
}
#content img {
	border: 0px none #000000;
	margin: 0px;
	padding: 8px;
}
#content .highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFF99;
}
#content .hugepic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #003333;
	text-transform: capitalize;
}



/*
	--- NAV --RIGHT COLUMN - Border, background, font and link colors for FAR RIGHT COLUMN
	-------------------------------------------------------
*/

#rightcolumn {
	color: #333;
	padding: 0px;
	height: auto;
	width: 229px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightcolumn img {
	border: 0px none #000000;
	margin: 0px;
	padding: 8px;
}
#rightcolumn .formtable {
	background-color: #D4D0C8;
	color: #000000;
	margin: 5px;
	border: 2px double #000000;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}




/*
	FOOTER - Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer {
	width: 970px;
	clear: both;
	color: #000000;
	border: 0px none #009966;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#leftcolumn h6 {
	color: #660000;
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	font-style: italic;
}
#footer img {
	border: none;
}
#footer a, a:link, a:visited, a:active {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	background-color: #FFFF99;
}




h2 {
	color: #330000;
	font-size: 14px;
	font-style: italic;
}
#rightcolumn .highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #3f2a17;
	color: #EEEEEE;
	font-weight: bold;
	line-height: 20px;
}
#content .nonhtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #000033;
	text-align: center;
}
#content imgborder {
	border: 0px none #000000;
	margin: 0px;
	padding: 8px;
}
