/***********************************************/
/* motion.css                                  */
/* Copyright Motion Marketing, Inc.            */
/***********************************************/
/* * { color: #00C; }  */
* { margin: 0px; padding: 0px; }

/***********************************************/
/* HTML styles                                 */
/***********************************************/ 
body {
	color:#666; 
	font-size: 83%;
	font-family: arial, helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image: url(../images/background.gif);
}

h1, h2, h3, h4, h5, h6 { color: #333; font-weight: bold; margin: 0px; padding: 0px; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }
h4 { font-size:   1em; }
h5 { font-size: .93em; }
h6 { font-size: .86em; }
h1 a:link, 		h2 a:link, 		h3 a:link 		{ text-decoration: none; }
h1 a:visited, 	h2 a:visited, 	h3 a:visited 	{ text-decoration: none; }
h1 a:hover, 	h2 a:hover, 	h3 a:hover 		{ text-decoration: underline; }
h1 a:active, 	h2 a:active, 	h3 a:active 	{ text-decoration: underline; }

a:link, a:visited { color: #333; text-decoration: underline; }
a:hover, a:active { color: #f00; text-decoration: underline; }

p { color: #666; line-height: 1.2em; margin: 0 0 0 6px; padding: 0px; }

ul { color: #666; font-size: 1em; margin: 5px 16px 5px 20px; list-style-type: disc; }
ul ul { color: #666; font-size: .93em; list-style-type: square; }
ul ul ul { color: #666; font-size: .86em; list-style-type: circle; }

ol { color: #666; font-size: 1em; margin: 5px 16px 5px 25px; }
ol ol { color: #666; font-size: .93em;  }
ol ol ol { color: #666; font-size: .86em;  }

hr { color: #ccc; height: 1px; }

table tr, td, th { margin: 0px; padding: 0px; } 

img { border: none; }

/***********************************************/
/* Layout styles                               */
/***********************************************/ 
#page {
	position:relative;
	width: 95%; 
	min-width: 750px;
	max-width: 1200px;
	margin: 0 auto;
}

#masthead {
	position: relative;
	background-image: url(../images/750_blk_fade.gif);
	background-color:#000;
	height: 75px;
	background-repeat: repeat-y; 
}

.contentbox {
	background-color:#FFF;
	padding:12px; 
}
.content {
	padding:12px; 
}
.contentpic {
	background-color:#000;
}
.contentpic img {
	padding: 8px 0px 8px 0px; 
}

#footer { 
	position: relative;
	color: #999; 
	font-size: 11px; 
	line-height: 1.5em; 
	border: 0px solid #ccc; 
	padding: 11px;  
	text-align: center; 
}

/***********************************************/
/* Menu styles                                 */
/***********************************************/ 
.menu {
	color: #333; font-size: 12px; background-color: #dfdfdf; margin: 0px; padding: 2px; 
}
	.menu a:link, .menu a:visited { color: #666; text-decoration: none; }
	.menu a:hover, .menu a:active { color: #f00; text-decoration: underline; }
	
.submenu {
	color: #333; font-size: 12px; background-color: #DCDEE4; margin: 0px; padding: 2px; text-align: center; 
}
	.submenu a:link, .submenu a:visited { color: #666; text-decoration: none; }
	.submenu a:hover, .submenu a:active { color: #f00; text-decoration: underline; }

/***********************************************/
/* Text styles                                 */
/***********************************************/
#companyname {
	position: absolute;
	color: #333;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	left: 12px;
	top: 37px;
	width: 250px;
}
	#companyname a:link, #companyname a:visited { color: #333; text-decoration: none; }
	#companyname a:hover, #companyname a:active { color: #f00; text-decoration: none; }

#companytagline {
	position:absolute;
	color: #FFF;
	font-size: 12px;
	padding-right: 4px;
	top: 45px;
	width: 185px;
	right: 0px;
}

.copyright { color: #999; }
	.copyright a:link, .copyright a:visited { color: #999; text-decoration: none; }
	.copyright a:hover,.copyright a:active { color: #f00; text-decoration: underline; }

/***********************************************/
/* Table and Cell styles                       */
/***********************************************/
.hometable td { padding: 8px; }
.c1 { background-color: #d8d8d8; }
.c2 { background-color: #e8e8e8; }
.c3 { background-color: #F8F8F8; }

/***********************************************/
/* Form styles                                 */
/***********************************************/
form { color:#333; margin: 0px; padding: 4px; }
input, select, textarea, option	{ color:#00c; font-size: 12px; font-family: Verdana, Arial, Helvetica; }

#search {
	position: absolute;
	font-size: 12px;
	top: 10px;
	width: 195px;
	right: 0px;
}

