/* --------------------------------------
Copyright J.Tom Morgan Law, Attorney, LLC
Developed by nuSpace Media LLC
www.nuspacemedia.com
-------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
   font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #70a2ba;
}

hr {
	background: url(../images/bckgrnd-dot-line.gif) left top repeat-x;
	height: 1px;
	margin-bottom: 20px;
}

.clr {
	clear: both;
}


/* Header */

#topbar {
	border-top: #999 8px solid;
}

#logo {
	padding: 28px 0 23px 19px;
}


/* Top Nav */

#topnav {
	background: url(../images/bckgrnd-nav.gif) repeat-x;
	height: 83px;
	padding-top: 3px;
	margin-bottom: 19px;
}

#topnav ul {
	list-style-type: none;
}

#topnav li {
	float: left;
	width: 192px;
	height: 80px;
	background: url(../images/bckgrnd-nav-item.gif) no-repeat;
}

#topnav li a {
	display: block;
	color: #FFF;
	font-size: 18px;
	width: 166px;
	height: 70px;
	padding: 10px 13px 0;
	text-decoration: none;
}

#topnav li a:hover {
	background: #333;
}

.navsubtext {
	font-size: 11px;
	font-style: italic;
	color: #CCC;
}


/* Containers */

#maincontainer {
	width: 960px;
	margin: 0 auto;
}

#leftcolumn {
	width: 706px;
	float: left;
	margin-right: 34px;
}

#rightcolumn {
	background: #EEE;
	width: 172px;
	float: left;
	padding: 18px 24px 9px;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

#rightcolumn p {
	margin-bottom: 15px;
}


/* Homepage */

#homephoto {
	width: 166px;
	padding: 2px;
	border: #CCC 1px solid;
	float: left;
}

#homecontent {
	font-size: 12px;
	width: 500px;
	float: left;
	padding-left: 34px;
}

#homecontent h1 {
	margin-bottom: 15px;
	font-size: 28px;
	color: #999999;
	font-weight: normal;
}

.darktext {
	color: #333333;
}

#homecontent p {
	margin-bottom: 15px;
	line-height: 24px;
}

#homefeatureleft, #homefeatureright {
	width: 330px;
	font-size: 12px;
	float: left;
	line-height: 18px;
}

#homefeatureleft {
	border-right: #CCC 1px solid;
	padding-right: 20px;
}

#homefeatureright {
	padding-left: 20px;
}

#homefeatureleft p, #homefeatureright p {
	margin-bottom: 15px;
}

#homefeatureleft h2, #homefeatureright h2 {
	font-weight: normal;
	color: #333;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}


/* Internal Pages */

#content {
	font-size: 12px;
	line-height: 18px;
}

#content h1 {
	margin: 3px 0 15px 0;
	font-size: 28px;
	color: #333333;
	font-weight: normal;
}

#content h2 {
	margin: 15px 0 5px 0;
	font-size: 18px;
	color: #70a2ba;
	font-weight: bold;
}

#content h3 {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}

#content p {
	margin-bottom: 15px;
	line-height: 24px;
}

#contentlist {
	margin: 0 0 15px 0;
	padding-left: 0;
	list-style: none;
}

#contentlist li  {
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}


/* Footer */

#footer {
	height: 125px;
	background: #999;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 25px;
	line-height: 14px;
	color: #666;
	width: 100%;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #333;
}

#footerinside {
	width: 960px;
	margin: 0 auto;
}

#copyright {
	width: 400px;
	float: right;
	text-align: right;
}

#footerinside h1 {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 5px;
}
