@import url("css/menu.css");

* { margin: 0; padding: 0; outline: 0 }

body {
	background: #fff;
	font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000; /*#666666; */
	text-align: center;
	margin: 15px 0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
/*	position: relative; */
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;

}

#content-wrap {
	clear: both;
	width: 930px;	
	padding: 0; 	
	background: #fff;
	border-top: 5px solid #FFF;
	margin-left: 15px;
}

/* links */
#content-wrap a {
	color: #999963; 
	background-color: inherit;
	text-decoration: none;
}
#content-wrap a:hover {
	color: #999963;
	background-color: inherit;
}

/* headers */
#content-wrap h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
#content-wrap h1 {
	font-size: 145%;	
	padding: 0px 0px 10px 0px;
	margin: 0 0 10px 0;
	color: #000;
	background-color: inherit;
	border-bottom: 1px solid #D4D7BC;		
}
#content-wrap h2 {
	font-size: 125%;
	text-transform: uppercase;
}
#content-wrap h3 {
	font-size: 125%;	
	color: #404040;
}

#content-wrap .grey-block
{
	margin: 0px;
 	padding: 10px;  	
  	background-color: #F6F6EE;
	border: 1px solid #f2f2f2; 

}

#header {
	width: 960px;
	position: relative; 
	height: 110px;
	background: #fff;
	padding: 0;	
	color: #FFF;	
}
#header div#logo {
	position: absolute;
	margin: 0; padding: 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 5px; left: 20px;	
}
#header div#logo img
{
	background-color: Transparent;
	border:0;
	
}


/* header links */
#header #header-links {
	position: absolute;
	width:400px
	top: 20px; right: 20px;	
	color: #838181;
	font-size: 10px;
	text-align:right;
}
#header #header-links a {	
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;

}

#nav 
{
	clear:both;	
	width:930px;
	height:36px;
	padding: 0;		
	background: #E4E4E4 url(images/nav.jpg) repeat-x ;
/*	background: #0E5792 url(images/nav.gif) repeat-x ; */
	
	margin: 0 0 0 15px;
}

.top-pane
{
	clear:both;
	width:930px;
	margin:0 auto;
	border-top: solid 2px #fff;
}

.top-pane .motion-home
{
	width: 930px;
	height: 210px;
	background: url(images/motion-home.jpg) no-repeat;
}

.top-pane .motion-home .blockquote {
	width:310px;
	
	float:right;
	margin: 30px 30px 30px 0px;
	
	font: bold 1.2em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	color: #000;
}

/* Main Column */
.three-col .main {
	margin: 0px 190px 0 200px;
}
.two-col .main {
	margin: 0px 375px 0 0px;
}

.one-col .main
{
	margin: 0px 5px 0px 5px;
}



/* right column */
.rightcolumn {
	float: right;
	width: 190px;
	padding-bottom:5px;
}

.two-col .rightcolumn 
{
	width: 370px;
}

#content-wrap .rightcolumn h1 {

	font: bold 14px 'Trebuchet MS', Tahoma, Sans-serif;
	background: url(images/bg-headline.jpg) repeat-x;
	color: #fff;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform:uppercase;
	margin-bottom:2px;
}

.sidemenu
{

	margin-bottom:15px;
	background-color: #F6F6EE;
}

.sidemenu ul {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0;
	padding: 0;
	text-decoration: none;
	
}

.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(images/arrow.gif) no-repeat 4px 9px;	
	padding: 4px 5px 4px 20px;
	list-style: none;
}

* html body #content-wrap .rightcolumn ul.sidemenu li { height: 1%; }

.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}


/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	height: 60px;
	width: 930px;
	border: solid 1px #91918F;
	margin-top: 5px;
	margin: 0 auto;
	background: url(images/footerbg.gif);
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
	color: #91918F;
}
#footer-content {
	margin: 0 auto;
	/*width: 800px*/
}
#footer-content #footer-left {
	padding: 10px;
	width: 33%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 10px;
	width: 60%;
	float: right;
	text-align: right;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* form elements */
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
}

input.radio{ 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	padding: 2px 3px; 
	background: #FFF;
	color: #75A54B;
	border:1px solid #fff;
}


.accept, #content-wrap .rightcolumn a.accept
{
	background: #FAFBF3 url(images/arrow_right.png) no-repeat 5px center;
	padding-left: 25px; 
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 10px;/*margin: 0 10px 0 5px;*/
	color: #000;
	border: solid 1px #C0B7B0;
	margin-bottom:15px;
	text-transform: uppercase;

}