/*
Theme Name: Motion
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://www.sixshootermedia.com">Six Shooter Media</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font: 80% "Arial","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:auto;
	color:#222;
background: url(images/bodyBg.gif);
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}
#header {
	background: url(images/bodyBg.gif);

	cursor: pointer;
	margin: 0 auto;
text-align:center;
width=660px;
}

#footer {
background: #000;
	width:660px;
	margin:0 auto;
	color:#909f7a;


font: 95% Arial;
}

#footer a {
	color:#909f7a;
	text-decoration:none;
	}
 #footer a:hover {
color:#FFF;
text-decoration:underline;
}


#footer .validate {
	float:right;
}

.header:hover{
	background-color:#BBB;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#header h1 a:hover {
	color:#000;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
font:100%;
	background:#BBB;
	padding:5px;
}

.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul.links li {
	background:url(images/link.gif) left no-repeat;
}

input {
	width:180px;
	background:url(images/input.jpg) top no-repeat;
	font: 80% "Arial","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#000;
	border:0;
	padding:7px 10px;
	margin:5px;
	color:#777;
}
textarea {
	width:350px;
	height:105px;
	background:url(images/textarea.jpg) top no-repeat;
	font: 80% "Arial","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color:#000;
	border:0;
	padding:0px;
	margin:5px;
	color:#777;
}

input[type=submit] {
	 cursor:pointer;
	 background:#ff9900;
	 color:#fff;
	 font-weight:bold;
	 width:182px;
	 height:33px;
	 padding:7px 10px;
	 background:url(images/submit.jpg) top no-repeat;
}

blockquote {
	  font: 1.5em/1.8em Arial, "Times New Roman", Times, serif;
	  background: url(images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0;
}

blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.accordion_child ul {
	margin:25px 0 25px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(images/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

table {
	width:100%;
	padding:5px;
}

td {
	background:#BBB;
	padding:4px;
	text-align:left;
	
}

td.footer {
	
	padding:4px;
	text-align:center;
	background:#333;
}

td.footer2 {
	text-align:right;
	padding:4px;
background:#333;
	
	
}


h2 {
clear:both;
}

.accordion_child h2 {
	font:170% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#B02700;
	border-bottom:1px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat;
}

#header h1 {
text-align:center;
font:350% Georgia;
font-style:italic;
color:#232323;
margin-top:50px;
letter-spacing:-1px;
text-transform:uppercase;
}

#header h2 {
text-align:center;
font:100% Verdana;
text-transform:uppercase;
letter-spacing:2px;
color:#bbb;
margin:10px 0 40px;
text-transform:uppercase;
}




#accordian{
	padding:0px;
	width:660px;
	z-index:2;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	background:url(images/item_bg.jpg) top no-repeat;
	color:#000;
	margin-top:2px;
	cursor:pointer;
	font:130% "COPPERLIGHT GOTHIC";
	letter-spacing:1px;
	clear:both;
font-weight:bold;
text-transform:uppercase;
margin-right: 0px;
}

.accordion_headings_contact{
	padding:7px 10px;
	background:url(images/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:130% "COPPERLIGHT GOTHIC";
	letter-spacing:1px;
	clear:both;
font-weight:bold;
text-transform:uppercase;
margin-right: 5px;
}

.accordion_headings:hover{
	background:url(images/item_bg_hover.jpg) top no-repeat;
}

.accordion_child{
	padding:0px 20px 0px 30px;
	background:#909f7a;
	border:2px solid #000;
margin-right:0px;
}

.accordion_child_contact{
	padding:0px 20px 0px 30px;
	background:#909f7a;
	border:2px solid #000;
margin-right:5px;
}

img {
	padding:0px;
	background:#000;
	margin:0 auto;
	border:0px solid #000;

}




p {
	margin:10px 0;
	line-height:17px;
}

.header_highlight{
	background:url(images/item_bg_hover.jpg) top no-repeat;
}

.alignleft {float:left;}
.alignright {float:right;}

.alignleft a, .alignright a {color:#aaa;text-decoration:none;font-weight:bold;}






