/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/motorcycle-shipping-background);
	background-color: #666666;
	
		
}
#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: center;
	border: 1px solid #666666;
	background-color: #000000;	
}

/* Text */

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
	text-align: center;
}

h1 { font-size: 16px; }
h2 {
	font-size: 14px;
}
h3 { font-size: 14px; }
h6 { font-size: 11px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 12px;
}

a:link {
	color: #3366CC;
	text-decoration: none;
}



/* Navigation Bar */

#nav {
	width: 770px;
	height: 28px;
	text-align: center;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	}

#nav p {
line-height: 150%;

}

#nav a {
	color: #039;
	text-align: center;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #000000;
	font-weight: bold;
	
}

#nav a:hover {
	text-decoration: none;
	color: #003;
}

/* Small Banner */

#smallbanner {
	width: 770px;
	height: 75px;
	background-image: url(images/mfi-web-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	
	
}		

#smallbanner h1 {
	text-align: left;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 40px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	}
	
#smallbanner p {

	color:#FFFFFF;
	font-size: 13px;
	padding-left: 30px;
	text-align: left;
	font-style: italic;
}


#smallbanner a {
	
	color: #FFFFFF;
	
}

#smallbanner a:hover {
	text-decoration: none;
	color: #3366CC;
}

/* Smaller Banner */

#smallerbanner {
	width: 770px;
	height: 45px;
	padding-top: 10px;
	background-color: #000000;		
}


#smallerbanner h1 {
	text-align: left;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	}

#smallerbanner a {
	
	color: #3366cc;
	
}

#smallerbanner a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* Vertical Menu */

#menu {
	width: 770px;
	height: 190px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00CC00;
	border-bottom-color: #00CC00;	
	}

#containerright {
	width: 340px;
	height: 165px;
	float: right;
		
}

#containermid {
	width: 250px;
	height: 185px;
	background-image: url(images/find-an-agent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	 
 }

#containerleft {
	width: 450px;
	height: 84px;
	float: left;
	background-image: url(images/commercial-real-estate.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#menu p {

	color:#333333;
	font-size: 11px;

}

#menu h1 {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
		
	}


#menu a {
	
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	
}

#menu a:hover {
	text-decoration: none;
	color: #3366CC;
	background-color: #000000;
}


/* Content */


#content {
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #666666;
	background-color: #000000;
}

#content p {
	font-size: 12px;
	color: #FFFFFF;
}

#content h1 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}


#content h2 {
	font-size: 14px;
	color: #CCCCCC;
	font-style: italic;
	font-weight: bold;

}

#content a {
	font-weight: bold;
	color: #3BACEC;
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
	color: #FF0;
}

#content ol, #content ul {
	margin-left: 3em;
}	
	
#content ul{ 
line-height: 90%;
 
}

/* Images */

.smallrightimage {
	width: 200px;
	float: right;
	clear: left;
	margin: 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebar p {
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#sidebar a {
	font-weight: bold;
	color: #3BACEC;
	text-decoration: none;
		
}

#sidebar a:hover {
	text-decoration: none;
	color: #FF0;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 135px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 10px;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 11px
}

#footer a {
	font-weight: bold;
	color: #3BACEC;
	text-decoration: none;
	
}
#footer a:hover {
	text-decoration: none;
	color: #FF0;
}

