/***********************************************/
/* 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 {
	/*width:95%; */
	min-width: 750px;
	max-width: 1200px;
	margin: 0 auto;
}

#masthead {
	background-image: url(../images/750_blk_fade.gif);
	background-color:#000;
	background-repeat: repeat-y; 
	padding:4px 0 4px 0;
}


#mainpic {
	clear:both;
	background-color:#000;
	margin:0px auto;
}

#mainpic img {
	padding: 65px 0 80px 0;
	display:block;
	margin:0px auto;
}

#contentbox {
	clear:both;
	background-color:#fff;
	padding:12px; 
}
#content {
		float:left;
		padding:12px; 
		border:1px solid #0ff;
		background-color:#0f0;
		width:640px;
}
#sidebar {
		float:right;
		padding:12px; 
		border:1px solid #ff0;
		background-color:#f00;
		width:280px;
}


#footer { 
	clear:both;
	color: #999; 
	font-size: 11px; 
	line-height: 1.5em; 
	padding: 11px;  
	text-align: center; 
}


/***********************************************/
/* Menu styles                                 */
/***********************************************/ 
#topnav {
	float:right;
	color: #333; font-size: 12px;  margin-top: 8px; padding:2px 12px 2px 12px; 
	width: 90px;

}
	#menu a:link, #menu a:visited { color: #999; text-decoration: none; }
	#menu a:hover, #menu a:active { color: #ccc; text-decoration: underline; }

#menu {
	clear:both;
	color: #333; font-size: 12px; background-color: #dfdfdf; margin: 0px; padding:2px 12px 2px 12px; 

}
	#menu a:link, #menu a:visited { color: #666; text-decoration: none; }
	#menu a:hover, #menu a:active { color: #f00; text-decoration: underline; }
	
#submenu {
	clear:both;
	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                                 */
/***********************************************/ 
#search {
	float:right;
	font-size: 12px;
	width: 195px;
	margin:0 12px 0 auto;	
}

#companybox {
	clear:both;
	height:40px;
}

.separator {clear:both;}

#companyname {
	
	float:left;
	color: #333;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	margin:4px 180px 4px 12px;
	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 {
	float:right;
	color: #ccc;
	font-size: 12px;
	margin:16px 12px 0 auto;	
	width: 210px;
}


#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; }

/***********************************************/
/* Content styles                                 */
/***********************************************/
.couter3{
width:100%;
/* border:1px solid #000; */
float:left;
/*margin:15px 0 15px 0;*/
display:none; /*wcp TEMPORARY */
}
.cleftcol3{
float: left;
width: 33%;
background:#809900;
}
.cmiddlecol3 {
overflow:hidden;
background:#eff2df;
}
* html .cmiddlecol3{float:left}
* html .cmiddlecol3 .cinner3{width:100%;}

.crightcol3 {
float:right;
width: 33%;
background:#d2da9c;
position:relative;
}

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

