/*
The Muller Firm, LTD. 
CSS Stylesheet
*/

body {
	margin: 0;
	padding: 0;
	/*background: #000000 url(images/img01.gif) repeat-x;*/
	background: #000000;
	font-size: 13px;
	color: #ffffff;
	-webkit-text-size-adjust: 100%;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1 {
	letter-spacing: -2px;
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

.maintext ul, ol {
	line-height: 50%;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #000000;
	color: #FFFFFF;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #D52F23;
}

a:hover {
	text-decoration: none;
}

a.white {
	color: #FFFFFF;
}
ul.homenav {
	list-style-type: none;
	margin: auto;
	width: 880px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
ul.homenav li{
	float: left;
	margin: 3px;
}
a.nav {
	display: block;
	width: 200px;
	border: 2px solid #ededed;
	background-color: #3C3C3C;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}

a.nav:hover {
	text-decoration: none;
	background-color: #FF1000;
	color: #ffffff;
}
a.navtop {
	display: block;
	width: 95px;
	height: 55px;
	border: 1px solid #ededed;
	/*background: url('images/imgbtn.gif') repeat-x top left; #000000;*/
	background: #3C3C3C;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

a.navtop:hover {
	text-decoration: none;
	background: #FF1100;
	background-color: #FF1100;
	color: #ffffff;
}
a.navtopb {
	/*display: block;*/
	display: table-cell;
    vertical-align: middle;
	line-height: 20px;
	width: 95px;
	height: 55px;
	/*border: 1px solid #ededed;
	background: #3C3C3C;*/
	border: 1px solid #323232;
	background-color: #252525;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

a.navtopb:hover {
	text-decoration: none;
	background-color: #FF1100;
	color: #FFFFFF;
	/*background-color: #323232;*/
}
.navtd {
	width: 95px;
	height: 45px;
}
fieldset.contact {
	background-color: #3C3C3C;
	border-top: 3px solid #464646;
	border-right: 3px solid #464646;
	border-bottom: 3px solid #464646;
	border-left: 3px solid #464646;
}
/* Header */

#header {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: url(images/mullawlogo.jpg) no-repeat center;
	background-color: #000000;
}
#header-new {
	width: 676px;
	margin: 0 auto;
	/*background: url(images/mullerlogorepc.jpg) repeat-x;*/
	background-color: #000000;
	text-align: left;
	padding-bottom: 10px;
}
#subhead {
	width: 760px;
	height: 290px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo a {
	color: #FFFFFF;
}

#search {
	float: right;
	width: 200px;
	padding: 135px 0 0 0;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/*Navigation*/
#navigation {
margin-right: auto;
margin-left: auto;
width: 880px;
}
#navigation-alt {
margin-right: auto;
margin-left: auto;
width: 800px;
}
#subnav {
	width: 600px;
	margin: auto;
}
/* Page */

#page {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 520px;
}

#content-home {
	text-align: left;
}
/*Home Page Contact Form and Address styles*/
#homefloat {
	width: 340px;
	float: right;
	text-align: center;
}
#homefrm {
	margin-top: 10px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#homefrm input, #homefrm textarea{
	border: 2px solid #504D4D;
	background-color: #1A1A1A;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	width: 250px;
	font-size: 1em;
}
#homeaddy {
	/*float: right;*/
	text-align: center;
}
#homefrm input {
	width: 253px;
}
#homefrm input.imageinput{
	border: 0px;
	width: 107px;
}
/* Sidebar Menu Contact Form styles */
#menufrm {
	margin-top: 30px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
#menufrm input, #menufrm textarea{
	border: 2px solid #504D4D;
	background-color: #1A1A1A;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 5px;
	width: 220px;
	font-size: 1em;
}
#menufrm input {
	width: 223px;
}
#menufrm input.imageinput{
	border: 0px;
	width: 107px;
}

.headquote{
	background-color: #3C3C3C;
	text-align: center;
	font-style: italic;
}
.clscenter {
	text-align: center;
	line-height: 150%;
}
.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.ilimage {
	float: right;
	padding: 5px;
}
.dhead {
	border-top: 3px solid #3C3C3C;
}
.home-indent {
	padding-left: 20px;
}
.subtext {
	font-weight: bold;
	text-align: center;
	/*border-bottom: 1px solid #FF1100;*/
}
.boldnum {
	font-weight: bold;
	color: #FF1100;
	font-size: 16px;
}
.home-first {
	font-weight: bold;
	font-size: 18px;
}
/* Sidebar */

#sidebar {
	float: left;
	padding-bottom: 15px;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
}

#sidebar li li {
	background: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#sidebar li li.first {
	background: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	padding-left: 10px;
	width: 230px;
	display: block;
	text-decoration: none;
}

#sidebar a:hover {
	padding-left: 10px;
	color: #fff;
	display: block;
	width: 230px;
	background: url(images/img06r.gif) no-repeat left center;
	background-color: #3C3C3C;
}

/* Footer */

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #ffffff;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}


