/* 
	PROJECT TITLE: MAURINEHARRIS.COM
	CODED BY: Justin Harris
*/


body {
	background: #ffffff;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	font: 0.7em, "Verdana", "Arial", Helvetica, Sans-Serif;
}

a { 
	color: #ef4000;
	background-color: inherit;
}

a:hover {
	color: #BF3E17;
	background-color: inherit;
}

h1 {
	font: 160% Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0;
}

h1 a {
	color: #ef4000;
	background: inherit;
	text-decoration: none;
}

h1 a:hover {
	color: #3C6491;
	background: inherit;
	text-decoration: none;
}

h2 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #6f7ef5;
	text-align: center;
	background-color: inherit;
}

h2 a {
	color: #ef4000;
	text-decoration: none;
	background-color: inherit;
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
	padding: 0 0 0 20px;
}

h2 a:hover {
	background: url(images/h2bghover.gif) no-repeat center left;
}

h3 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #6f7ef5;
	text-align: left;
	background-color: inherit;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


#header {
	clear: both;
	width: 780px;
	height: 40px;
	margin: 0 auto;
}

#headerpic {
	clear: both;
	background: url(images/ILM_BP-header.jpg) no-repeat center top;
	width: 780px;
	height: 260px;
	margin: 0 auto;
}

#mblogo {
	background: url(images/logo-mb.jpg) no-repeat center top;
	width: 101px;
	height: 90px;
	margin: 0 auto;
	position: relative; 
	top: 120px;
	left: -20px;
	float: right;
}

#mblogo a:hover {
	border-bottom: 4px solid #edd6c1;
	border-right: 4px solid #edd6c1;
}

#ocglogo {
	background: url(images/logo-ocg.jpg) no-repeat center top;
	width: 89px;
	height: 89px;
	position: relative; 
	top: 120px;
	left: -40px;
	float: right;
}

#logo {
	float: left;
	padding: 10px 0px 0px 0px;
	color: #000000;
	background: inherit;
	width: 300px;
}

.slogan {
	float: right;
	border-left: 3px solid #888888;
	padding: 0 0 0 20px;
}

#hmenu {
	padding: 15px 0px 7px 0px;
	font-size: 100%;
	float: right;
}

#hmenu a {
	padding: 12px 13px 2px 11px;
	text-decoration: none;
	color: #000000;
	background: #edd6c1 url(images/hmenuarrow.gif) no-repeat top center;
	margin: 2px 0 3px 1px;
	border-bottom: 4px solid #6f7ef5;
}

#hmenu a:hover {
	color: #ffffff;
	background: #6f7ef5 url(images/hmenuarrowhover.gif) no-repeat top center;
	border-bottom: 4px solid #edd6c1;
}

.content {
	clear: both;
	background: #FFFFFF;
	color: #000000;
}

#left {
	float: left;
	width: 510px;
	padding: 0 20px 0 0;
}

#leftcol1 {
	width: 240px;
	float: left;
}

#leftcol2 {
	width: 240px;
	float: right;
}

#articles {
	width: 760px;
	padding: 3px 0 0 10px;
	margin: 0 auto 10px auto;
}

#right {
	float: left;
	width: 220px;
}

#rightmenu {
	margin: 0;
	padding: 0;
}

#rightmenu a {
	display: block;
	background: #BF3E18 url(images/vmenuarrow.gif) no-repeat center left;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#rightmenu a:hover {
	color: #FFFFFF;
	background: #822C0F url(images/vmenuarrowhover.gif) no-repeat center left;
}

.rightarticle {
	width 100%;
	background: #edd6c1;
	color: #404040;
	margin: 5px 0 5px 0;
	padding: 15px;
	line-height: 1.5em;
	border-right: 4px solid #6f7ef5;
}

.rightarticle-VIP {
	width 100%;
	background: #edd6c1;
	color: #364cf2;
	font-size: 100%;
	margin: 0 0 0 0px;
	padding: 5px;
	line-height: 1.5em;
	border-right: 4px solid #6f7ef5;
}

.rightarticle-VIP img {
	float: left;
	margin: 0 0px 0 0px;
}

.rightarticle-VIP p {
    padding: 0 10px 0 20px;
	margin: 0 0 0 25px;
}

.rightarticle_ad {
	font: 140% Arial, Sans-Serif;
	font-weight: bold;
	border: 2px solid #EEEEEE;
	color: #808080;
	margin: 2px 0 2px 0;
	padding: 17px;
	width: 182px;
	height: 17px;
	background: #FFFFFF url(images/seoad.jpg) no-repeat;
}

.rightarticle_ad a {
	
	background: transparent; 
	text-decoration: none;
}

#additional {
	clear: both;
	width: 730px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 auto;
	padding: 10px;
}

#links {
	clear: both;
	margin: 0 auto;
	width: 500px;
	font-size: 110%;
	padding: 10px;
	color: #000;
	background: #edd6c1;
	border-top: 4px dashed #6f7ef5;
}

#whiteline {
	margin-top: 10px;
	border-top: 3px solid #FFFFFF;
}

#footer {
	margin: 5px auto;
	text-align: center;
	width: 740px;
	padding: 0 5px 0 5px;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 45px;
	line-height: 1.5em;
	color: #808080;
}

#footer a {
	color: #ef4000;
	background: inherit;
}

form.search { padding: 0; margin: 0; }

#searchform {
	background: #808080;
	color: #FFFFFF;
	padding: 5px 8px 5px 18px;
	margin: 0px;
}

input.text { margin: 0; padding: 0; width: 128px; border: 1px solid #eee; color: #000000; background: #d8d8d8; }
input.text:hover { border: 1px solid #FFFFFF; background: #EEEEEE; color: #000000; }
input.button { margin: 0; padding: 0 0 0 3px; font-size: 100%; font-family: Arial, Sans-Serif; border: none; background: none; color: #FFF; background: #808080; font-weight: bold; }

.date { margin: 5px 0 5px 0; padding: 10px 5px 5px 0; color: #000; text-align: left; }
.date a { color: #ef4000; }