/* Website Title
 * Layout
 *
 * 
*/


/* 														------------- Basic Structure */

body {
	margin:0;
	padding:0;
	background-color: #FFF;
}

a#skipnav{
	 visibility: hidden; 
	 position: absolute; 
	 left: -9999px; 
}

.clear-fix {
	clear:both;
}

#container {
	width: 782px;
	margin:0 auto;
	}

#header {
	}

/* 														------------- Basic Structure Specifics */

/* 												--- Primary */

#primary {
	width:183px;
	float:left;
	padding-top: 48px;
}

/* 												--- Secondary */
#secondary {
	float:left;
	padding-bottom:75px;
	padding-top: 48px;
}

#secondary p, #secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary ul {
	padding-left: 31px;
}

#secondary p.noIndent, #secondary h1.noIndent, #secondary h2.noIndent, #secondary h3.noIndent, #secondary h4.noIndent, #secondary ul.noIndent {
	display:none;
	padding-left: 29px;
}

#secondary h5 {
  display: inline;
}
#secondary .textindent {
	padding-left: 31px;
	width:400px;
}


#secondary p.navigation {
	padding-left: 11px;
}

/* 														------------- Layout Specifc */

/* 												--- Secondary */

/* 										--- Image */

div.image {
	
	background: transparent url(../image/background-image.gif);
	display:block;
	width:592px;
	height: 407px;
	margin-left: 5px;
	margin-bottom: 27px;
	
}

#secondary img {
	/*paddding-left: 6px;*/
}

#secondary div.image img{
	padding-left:6px;
	padding-top:6px;
}

.video{
  margin-left:11px;
}

#secondary div.flashInFrame {
	
	padding-left:6px;
	padding-top:6px;
}

.footerCopyright{
	position: relative;
	top: -45px;
	left: -182px;
}


