/* CSS Document */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	text-decoration:none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

p {
margin-bottom:10px;
}

ul {
margin-top:10px;
margin-bottom:10px;
list-style-type:disc;
list-style-position:inside;
}

strong {
font-weight:bold;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

.peach {
background:#fbb167;	
}

.divider {
width:100%;
height:4px;
}

#main_container {
width:972px;
border:1px solid #000000;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
-moz-box-shadow: 5px 5px 8px #000;
-webkit-box-shadow: 5px 5px 8px #000;
box-shadow: 5px 5px 8px #000;
}

#header {
width:100%;
height:200px;
}

#header_navigation {
width:240px;	
margin-left:20px;
margin-top:10px;
float:left;
}

#header_logo {
float:right;
margin-top:25px;
margin-right:30px;
}

.menu {
width:220px;
height:44px;
}

.menu a {
display:block;
width:220px;
height:44px;
text-decoration:none;
}

.welcome {
background:url(assets/templates/mjc/images/welcome_inactive.png);
}

.welcome:hover {
background:url(assets/templates/mjc/images/welcome_active.png);
}

.services {
background:url(assets/templates/mjc/images/services_inactive.png);
}

.services:hover {
background:url(assets/templates/mjc/images/services_active.png);	
}

.contact {
background:url(assets/templates/mjc/images/contact_inactive.png);
}

.contact:hover {
background:url(assets/templates/mjc/images/contact_active.png);
}

.about {
background:url(assets/templates/mjc/images/aboutus_inactive.png);	
}

.about:hover {
background:url(assets/templates/mjc/images/aboutus_active.png);
}



#main_content {
width:100%;
height:733px;
}

#main_content_body {
background:url(assets/templates/mjc/images/transparent_bg.png);
float:left;
margin-top:80px;
}

.normal {
width:400px;	
}

.wide {
width:575px;	
}

#footer {
width:100%;
height:120px;
}

#logobar {
float:left;
margin-left:20px;
margin-top:30px;
}

#logobar img {
margin-right:15px;
text-decoration:none;
border:none;
}

#smalllogo {
float:right;
margin-right:20px;
margin-top:15px;
}

.copy {
padding:40px;
color:#FFF;
}

.copy a {
color:#FFF;
text-decoration:underline;
font-weight:bold;
}

.copy a:hover {
color:#FFF;
font-weight:bold;
text-decoration:none;
}

.copy a:visited {
color:#FFF;
text-decoration:underline;
font-weight:bold;
}

.heading {
margin-left:-20px;	
}

#right_column {
display:inline;
float:right;
margin-top:65px;
margin-right:25px;
width:350px;
}

#right_column img {
float:left;
margin-right:15px;
margin-bottom:15px;
}

.clear {
clear:both;
display:block;
}