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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: 	none;
}
del {
	text-decoration: 	line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}

body {
	background-color:	#D4D4D4;
	font-family:		"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
h2 {
	font-size:			18px;
	padding-top: 		5px;
	padding-bottom: 	10px;
}
div.frame {
	margin: 			0 auto;
	overflow: 			hidden;
	width: 				960px;
	border:				1px solid #000;
}
div.footer {
	float: 				left;
	width:				100%; 
	background:			url(../img/header_background.jpg);
	text-align:			center;
	padding-top:		20px;
	padding-bottom: 	20020px; 
  	margin-bottom: 		-20000px;
	overflow:			show;
	font-size:			10px;
}
div.side{	
	float: 				left;
	width:				205px;
	padding:			10px;
	background:			url(../img/header_background.jpg);
	background-repeat:	repeat-y;
	border-right:		1px solid #000;
	padding-bottom: 	20010px;
	margin-bottom: 		-20000px;
}
div.content_main{	
	float: right; 
	width:				694px;
	height:				100%;
	padding:			20px;
	background-image:	url(../img/content_background.png);
	background-repeat:	repeat-x;
	background-color:	#fff;
	font-size:			14px;
	line-height:		140%;
	border-bottom:		1px solid #000;
  	padding-bottom: 	20020px; 
  	margin-bottom: 		-20000px;
}
div.content_family{
	padding:			5px 15px 10px 15px;
	border:				1px solid #000;
	background:			#fff;
	background-image:	url(../img/content_background.png);
	background-repeat:	repeat-x;
	font-size:			12px;
	line-height:		130%;
}
div.content_rotary{
	margin-top:			10px;
	padding:			10px;
	border:				1px solid #000;
	background:			#fff;

	font-size:			12px;
}
div.content_motion{
	margin-top:			10px;
	padding:			10px;
	border:				1px solid #000;
	background:			#fff;
	font-size:			12px;
}
img.logo {
	margin: 			10px 0 0 50px;
	display:			inline;
	float:				left;
}
img.building {
	margin: 			0 -10px 0 15px;
	display:			inline;
	float:				right;
}
img.building_about {
	margin: 			-25px -10px 0 15px;
	display:			inline;
	float:				right;
}
.content_dropcap {
	font-size:			15px;
	font-weight: 		bold;
}
.side_link{
	color:				#000;
	text-decoration: 	none;	
}
.side_link:hover, .side_link:active {
	color: 				#000;
	text-decoration: 	underline;	
}
.features {
	margin-left: 2em;
	padding-left: 1em;
	text-indent: -1em;
}
form{
	float: left;
	width:  100%;
}

fieldset{
	border: 1px solid #ccc;
	width:  100%;
}
	
legend{
	color: #444444;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}

label{
	width: 15em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding: 5px 0 0 0;
}
	
input, select, textarea{
	color: #333;
	background: #eee;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0 2px 5px;
}

.submit{
	color: #000;
	background: #eee;
	border: 1px outset #333;
	width: 75px;
	margin-left: 220px;
} 

.require{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
} 
