/* ************************ MAIN ************************ */

body {
	background-color: #f3f3f8;
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 12pt;
	color: #333333;
	text-align: center;
}

H1 { 
	font-family: Myriad Pro, Arial, Verdana;
	color: #5a7683;
	margin: 0px;
}

H2, H3 { 
	font-family: Myriad Pro, Arial, Verdana;
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #122a59;
	}
h2#like {
	font-size: 1.3em;
	color: #f1f1f1;
	padding: 14px 0px 14px 0px;
}

a:link, a:visited	{
	text-decoration: none;
	color: #d86804;
}

a:hover	{
	text-decoration: underline;
	color: #d86804;
}


img.floatleftclear { 
    padding: 0px 12px 0px 25px;
}


.navlinks	{
	padding-right: 14px;
	padding-left: 8px;
	text-align: left;	
}

a.navlinks:link, a.navlinks:visited	{
	color: white;
	text-decoration: none;
}

a.navlinks:hover	{
	color: white;
	text-decoration: underline;
}


div#top-text	{
	color: #a1a1a1;
	font-size: .6em;
}

div#navbar	{
	height: 1.4em;
	background-color: #000000;
	color: #c1c1c1;
	padding: 4px;
	margin-bottom: 26px;
	margin-top: 10px;
}

.align_left	{
	text-align: left;
}


div#logo	{
	margin-top: 10px;
	text-align: center;
}

div#top		{
	margin: 0px 0px 14px 0px;
	padding-top: 8px;
	height: 110px;
	background-image: url('http://www.mninboard.com/images/pattern-stripes.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: left;
	box-shadow:4px 6px 6px #000;
	-webkit-box-shadow:4px 6px 6px #000;
	-moz-box-shadow: 4px 6px 6px #000;
}

.firstcities	{ padding: 2px 30px 2px 0px; }
.cities		{ padding: 2px 98px 2px 98px; }
.lastcities	{ padding: 2px 0px 2px 20px; }

.infobox	{
	text-align: left;
	background-color: #333333;
	color: #c1c1c1;
	padding: 4px 10px 4px 10px;
	border: 1px solid #000000;
}

div#services	{
	text-align: left;
	width: 374px;
	border: 1px solid #d1d1d1;
	padding: 0px;
	line-height: 1.9em;
	background-color: #d1d5ed;
	position: relative;
}

div#inner380box	{
	padding: 20px;
}


div#like-container {
	background-image: url('http://www.mninboard.com/images/pattern-stripes.jpg');
	background-repeat: repeat-x;
	min-height: 360px;
}

div#footer	{
	font-size: .8em;
	padding: 10px 0px 150px 0px;
}




/* ----------- form stylized ----------- */

.spacer{clear:both; height:1px;}

.myform{
text-align: left;
margin:0 auto;
width:400px;
padding:14px;
}

#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input,textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
cursor: pointer;
}
