@charset "UTF-8";
/* CSS Document */

body {
	margin: auto;
	background-color: #1F1F1F;
}

#browser {
	display: none;
}

#page {
	text-align: left;
	width: 960px;
}

#header {
	margin-top: 40px;
	height: 100px;
}

#mhlogo {
	margin-top: -20px;
	width: 550px;
}

a img {border: none;}

a:visited.fix {
	background-image: none;
	margin-left: -51px;
}

a:active.fix {
	outline: none;
}

a:-moz-any-link:focus {
  outline: none;
}

#navbar {
	background-color: #2c2a2a;
	height: 10px;
	width: 100%;
}

#nav {
	width: 940px;
	padding-right: 20px;
	position: absolute;
	margin-top: 10px;
	color: #666;
	font-size: 23px;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	text-align: right;
}

/* home */
a:link.nav_h, a:visited.nav_h {
	background-image: none;
	color: #666;
	padding: 50px 10px 14px 10px;
	text-decoration: none;
}

a:hover.nav_h {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top left;
}
/* home selected */
a:link.nav_h_s, a:visited.nav_h_s {
	color: #CCC;
	padding: 50px 10px 14px 10px;
	text-decoration: none;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top left;
}

a:hover.nav_h_s {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top left;
}

/* services */
a:link.nav_s, a:visited.nav_s {
	background-image: none;
	color: #666;
	padding: 50px 10px 14px 10px;
	text-decoration: none;
}

a:hover.nav_s {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}
/* services selected */
a:link.nav_s_s, a:visited.nav_s_s {
	text-decoration: none;
	padding: 50px 10px 14px 10px;	
	color: #CCC;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}

a:hover.nav_s_s {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}

/* portfolio */
a:link.nav_p, a:visited.nav_p {
	background-image: none;
	color: #666;
	padding: 50px 10px 14px 10px;
	text-decoration: none;
}

a:hover.nav_p {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}
/* portfolio selected*/
a:link.nav_p_s, a:visited.nav_p_s {
	color: #CCC;
	padding: 50px 10px 14px 10px;
	text-decoration: none;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}

a:hover.nav_p_s {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}

/* contact */
a:link.nav_c, a:visited.nav_c {
	background-image: none;
	text-decoration: none;
	padding: 50px 10px 14px 10px;	
	color: #666
}

a:hover.nav_c {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top right;
}
/* contact selected */
a:link.nav_c_s, a:visited.nav_c_s {
	color: #CCC;
	padding: 50px 10px 14px 10px;
	text-decoration: none;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}

a:hover.nav_c_s {
	color: #666;
	padding: 50px 10px 14px 10px;
	background-image: url("../images/nav_roll.png");
	background-repeat: no-repeat;
	background-position: top center;
}
}

.portfolioimg {
	padding: 3px;
}


#email{
	margin-top: 25px;
	float: left;
	width: 51px;
}

#email a:link {
	background-image: url(../images/email.png);;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#email a:visited {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#email a:hover {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#twitter{
	margin-left: 5px;
	margin-top: 25px;
	float: left;
}

#twitter a:link, a:visited {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#twitter a:visited {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#twitter a:hover {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#facebook{
	margin-left: 5px;
	margin-top: 25px;
	float: left;
}

#facebook a:link {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#facebook a:visited {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#facebook a:hover {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#in{
	margin-left: 5px;
	margin-top: 25px;
	float: left;
}

#in a:link {
	background-image: url(../images/in.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#in a:visited {
	background-image: url(../images/in.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#in a:hover {
	background-image: url(../images/in.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 51px;
	padding-top: 20px;
	padding-bottom: 18px;
}

#photoarea {
	height: 250px;
	margin-left: 620px;
	margin-top: -280px;
	margin-right: 20px;
}

#photo {
	width: 325px;
}

#portfolio {
	padding-top: 90px;
	padding-left: 60px;
	width: 170px;
}

#photoemail {
	padding-top: 85px;
	padding-left: 50px;
	width: 220px;
}

#photoservice {
	padding-top: 85px;
	padding-left: 50px;
	width: 200px;
}
	
.line {
	background-image: url('../images/line.gif');
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#introhome {
	font-size: 28px;
	margin-left: 20px;
	margin-right: 20px;
}

#intro {
	margin-left: 20px;
	margin-right: 380px;
}

.largetxt {
	color: #FFFFFF;
	font-family: "Baskerville","Palatino","Book Antiqua",serif;
	font-size: 30px;
}

.largetxthome {
	color: #FFFFFF;
	font-family: "Baskerville","Palatino","Book Antiqua",serif;
	font-size: 28px;
}

.largetxtport {
	float: left;
	color: #FFFFFF;
	font-family: "Baskerville","Palatino","Book Antiqua",serif;
	font-size: 28px;
	width: 300px;
	margin-left: 10px;
}
.largetxtport2 {
	float: right;
	color: #FFFFFF;
	font-family: "Baskerville","Palatino","Book Antiqua",serif;
	font-size: 28px;
	width: 300px;
}
.largetxtport3 {
	float: right;
	color: #FFFFFF;
	font-family: "Baskerville","Palatino","Book Antiqua",serif;
	font-size: 28px;
	width: 305px;
}

.smalltxt {
	color: #FFFFFF;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	line-height: 27px;
	font-size: 16px;
}

.verysmalltxt {
	color: #FFFFFF;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	line-height: 15px;
	font-size: 8px;
}

a:link.pagelink {
	color: #666;
	background-image: none;
}

a:visited.pagelink {
	color: #666;
	background-image: none;
}

a:hover.pagelink {
	color: #06F;
	background-image: none;
}

a:link.pagelinkfix {
	color: #666;
	background-image: none;
	margin-left: -52px;
}

a:visited.pagelinkfix {
	color: #666;
	background-image: none;
	margin-left: -52px;
}

a:hover.pagelinkfix {
	color: #06F;
	background-image: none;
	margin-left: -52px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
a:link.pagelinkfix {
	color: #666;
	background-image: none;
	margin-left: -6px;
}

a:visited.pagelinkfix {
	color: #666;
	background-image: none;
	margin-left: -6px;
}

a:hover.pagelinkfix {
	color: #06F;
	background-image: none;
}
}

.pagelinkblank{
	color: #666;
	text-decoration: underline;
}

#portfolioarea {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

#homeportfolioarea {
	padding-left: 20px;
	padding-right: 20px;
	height: 280px;
}

#port1 {
	margin-top: 15px;
	margin-left: 50px;
	float: left;
}

#port2 {
	margin-top: 15px;
	margin-right: 50px;
	float: right;
}

#port3 {
	margin-top: 15px;
	margin-right: 35px;
	float: right;
}

#homeportfolioarea2 {
	margin-left: 10px;
	height: 100px;
	text-align: center;
}

#port1a {
	width: 250px;
	margin-top: 10px;
	margin-left: 55px;
	float: left;
	color: #fff;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	font-size: 14px;
}

#port2a {
	width: 250px;
	margin-top: 10px;
	margin-right: 70px;
	float: right;
	color: #fff;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	font-size: 14px;
}

#port3a {
	width: 250px;
	margin-top: 10px;
	margin-right: 35px;
	float: right;
	color: #fff;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	font-size: 14px;
}

#servicesarea{
	padding-left: 20px;
	padding-right: 20px;
	height: 220px;
}

#side1{
	margin-top: 15px;
	margin-left: 5px;
	float: left;
	width: 450px;
}

#side2{
	margin-top: 15px;
	margin-left: 10px;
	float: right;
	width: 450px;
	text-align:left;
}

#globepic {
	width: 200px;
	margin-left:200px;
	margin-top: -110px;
}

#penpic {
	width: 140px;
	margin-left:240px;
	margin-top: -180px;
}

#formarea {
	padding-left: 20px;
	text-align: left;
	color: #FFFFFF;
	font-family: "Helvetica Neue","Arial","Helvetica","Calibri",sans-serif;
	font-size: 18px;
}

label {
	float: left;
	margin: 0px 5px 5px 5px;
	width: 100px;
	display: block;
}

.clearAll {
	clear: both;
}

#footerarea {
	background-color: #151515;
	width: 100%;
	margin-bottom: -20px;
	height: 250px;
}

#footer {
	width: 960px;
}

#footer1 {
	position: absolute;
	width: 320px;
	text-align: left;
	margin-left: 30px;
	margin-top: 20px;
}

#footer1a {
	display: none;
}

#footer2 {
	position: absolute;
	margin-left: 320px;
	width: 320px;
	text-align: center;
	padding-left: 20px;
	margin-top: 20px;
}

#footer3 {
	position: absolute;
	margin-top: 20px;
	margin-left: 620px;
	width: 320px;
	text-align: right;
}

.gap {
	display: block;
	height: 20px;
	margin-right: 100px;
	margin-top: -40px;
}

.largetxtfooter {
	color: #FFFFFF;
	font-family: "Baskerville","Palatino","Book Antiqua",serif;
	font-size: 25px;
}

#latest_tweet {  
	color: #999;
}

#latest_tweet small, #latest_tweet a {  
    color: #666;  
}
#latest_tweet a:hover {  
    color: #06F;  
}

.loading {  
    background: url('../images/ajax-loader.gif') center no-repeat;  
    height: 60px;  
}

/* Portfolio Sliding Boxes */
.wrap
{
     float:left;
	 position:relative;
	 width:300px;
	 height:150px;
	 margin:3px;
	 overflow:hidden;
}
img.front
{
	 top:0;
	 left:0;
	 position:absolute;
}
#return
{
     background:#e2cd98;
	 color:white;
}



#behind {
	background-color: #262626;
	height: 150px;
	padding: 15px;
	color: white;
}





div.box {
	margin:0 auto;
	width:500px;
	background:#222222;
	position:relative;
	border:1px solid #1F1F1F;
	margin-bottom: 480px;
}

div.box h1 { 
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px 5px;
}

div.box label {
	width:100%;
	display: block;
	margin-left: -200px;
	padding:10px 0 10px 0;
}

div.box label span {
	display: block;
	color:#bbbbbb;
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
}

div.box .required {
	color: white;
	padding:10px 10px;
	width:200px;
	background:#262626;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}

div.box .required email {
	color: white;
	padding:10px 10px;
	width:200px;
	background:#262626;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
}


div.box .message {
	color: white;
	padding:7px 7px;
	width:350px;
	background:#262626;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333333;
	border-right:1px double #333333;
	overflow:hidden;
	height:150px;
}

div.box .button1
{
	color: white;
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#06F;
	border:0px;
	position: relative;
	top:10px;
	left:120px;
	width:100px;
	border-bottom: 1px double #0028A6;
	border-top: 1px double #0028A6;
	border-left:1px double #0234d0;
	border-right:1px double #0234d0;
}

label.error { 
	float: right; 
	color: red; 
	margin-right: -350px; 
	vertical-align: top; }

.buttonerror
{
	color: white;
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#06F;
	border:0px;
	position: relative;
	top:10px;
	width:100px;
	border-bottom: 1px double #0028A6;
	border-top: 1px double #0028A6;
	border-left:1px double #0234d0;
	border-right:1px double #0234d0;
}

li{ 
list-style:none;
	padding-top:10px;
	padding-bottom:10px;}	

.button, .button:visited {
	background: #222 url(../images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
 
.button:hover {background-color: #111; color: #fff; }
.button:active { top: 1px; }
.small.button, .small.button:visited { font-size: 11px}
.button, .button:visited, .medium.button, .medium.button:visited { font-size: 13px; font-weight: bold;line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }
.super.button, .super.button:visited { font-size: 34px; padding: 8px 14px 9px; }
.blue.button, .blue.button:visited { background-color: #06F; }
.blue.button:hover { background-color: #0000ff; }
