/*
Name: Jean Barlow Training Solutions
Date: June 2009
Design: 572 Web design
*/




/********************************************
   BODY
********************************************/

body {
	margin-top: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) top left repeat-x;
	font-size: 13px;
	font-weight:normal;
	color: #555;
	font-family: Verdana, arial, Trebuchet ms, sans-serif, tahoma;
}


img {  
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF; 

} 

blockquote {
	font-style: italic;
}


html, body{ height: 101%;}



/********************************************
   HEADER
********************************************/

#header{
	width: 780px;
	height: 205px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(images/header.jpg) top center no-repeat;
	border-left: 3px solid #3c9c3b;
	border-right: 3px solid #3c9c3b;
	border-top: 3px solid #3c9c3b;
}


/********************************************
  MENU
********************************************/

#menu{
	margin: 0 auto;
	padding:0;
	height:45px;
	width:780px;
	background: #fff url(images/menu.jpg) no-repeat;
	position:relative;
	display:block;
	font-size:100%;
	font-weight:normal;
	border-left: 3px solid #3c9c3b;
	border-right: 3px solid #3c9c3b;
}

#menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}

#menu ul li{
	display:block;
	float:left;
	margin:0;
}

#menu ul li a{
	display:block;
	float:left;
	color:#555;
	text-decoration:none;
	padding:15px 10px 0 15px;
}

#menu ul li a:hover,#menu ul li a.current{
	color:#0000ff;

}


/********************************************
  CONTENT
********************************************/

#content {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-left: 3px solid #3c9c3b;
	border-right: 3px solid #3c9c3b;
}

.endOfSection { clear: both; } 

/********************************************
  MAIN
********************************************/

#main {
	float: left;
	width: 740px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
	background: #fff url(images/main.jpg) no-repeat;
}

#main h1{
	font-weight: normal;
	font-size:150%;
	letter-spacing: 1px;
	padding: 20px 0 40px 0;
	color: #555;
	text-align: center;
	width: 45%;
}

#main h2{
	font-weight: bold;
	font-size:100%;
	letter-spacing: 0px;
	line-height: 100%;
}

#main h3{
	font-weight: bold;
	font-size:100%;
	letter-spacing: 0px;
	line-height: 100%;
	border-bottom: #c0c0ff 1px solid;
}


#main p {
	letter-spacing: 0px;
	line-height: 140%;
}


.contentbox { 
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	Background: #eff0ff;
	border: #c0c0ff 1px solid;
} 


.endOfSection { clear: both; } 


/********************************************
  FOOTER
********************************************/

#footer {
	width: 780px;
	clear: both;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	color: #fff;
	background: #3c9c3b;
	text-align: center;
	font-size: smaller;
	border: 3px solid #3c9c3b;
}

b {
	line-height: 100%; 
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}


/********************************************
  GALLERY STYLES
********************************************/



#motioncontainer {
	
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */

	width: 100%; /* Set to gallery width, in px or percentage */

	height: 250px; /* Set to gallery height */

}



#motioncontainer a img {

	border: 1px solid #cccccc; /* Set image border color */

}



#motioncontainer a:hover img {

	border: 1px solid navy; /* Set image border hover color */

}



#statusdiv {

	background-color: #fff;
	
border: 1px solid gray;
	
padding: 2px;
	
position: absolute; /* Stop Editing Gallery Styles */

	left: -250px;

	visibility: hidden;

}



#motioncontainer a:hover {
	
color: red; /* Dummy definition to overcome IE bug */

}


