@charset "utf-8";


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;
}
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;
}

/******************************************************************/
/**********************      begin site  	 **********************/
/******************************************************************/


.container {
	margin: 0 auto;
	width: 960px;
}

.hide {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.backgroundswitch {
	background: #e76006 url(images/bg1.jpg) top center no-repeat;
}

.backgroundswitch2 {
	background: #e76006 url(images/bg2.jpg) top center no-repeat;
}
a { 
text-decoration: none;
}
p {
	font-size: 14px;
	line-height: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 15px;
}
body {
	background: #e76006 url(images/bg.jpg) top center no-repeat;
	font-family: Century Gothic, Apple Gothic, Tahoma, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	font-weight: 100;
}

#header {
	padding-top: 75px;
	padding-bottom: 35px;
}
#header a {
	text-decoration: none;
	padding-bottom: 2px;
}

#header ul {
	padding-top: 9px;
}

#header li {
	float: left;
}

#header a:link {
	font-size: 14px;
	color: black;
	text-decoration: none;
}

#header a:visited {
	color: black;
}

#header a:focus {
	color: white;
	border-bottom: thin dotted #e02b01;
}

#header a:hover {
	border-bottom: thin dotted white;
}

#header a:active {
	color: white;
}

#header ul li a {
	display: block;
	margin: 0 10px;
	font-size: 14px;
	color: white;
	border-bottom: thin dotted black;
}

#header ul li a .last-right {
	margin: 0 0 0 10px;
}

#header h1 a:link{
	font-weight: 100;
	color: white;
	font-size: 24px;
}

#header h1 a:visited{
	font-weight: 100;
	color: white;
	font-size: 24px;
}

#header h1 a:focus{
	font-weight: 100;
	color: white;
	font-size: 24px;
}

#header h1 a:hover{
	border-bottom: none;
}

#header h1 a:active{
	font-weight: 100;
	color: white;
	font-size: 24px;
}

#header h1 a span{
	color: black;
	font-size: 14px;
	margin-left: 10px;
}

#feature {
	font-family: Tahoma, Geneva, sans-serif;
	height: 335px;
}

#featuretext {
	padding: 24px 0 20px 20px;
	width: 500px;
}

#featuretext p {
	width: 260px;
}

#featuretext.about p {
	width: 400px;
}

#featuretext a {
	color: white;
	background: rgb(224, 70, 0);
	background: rgba(224, 70, 0, .8);
	padding: 9px;
}

#featuretext a:hover, featuretext a:focus {
	background: rgb(224, 70, 0);
	background: rgba(224, 70, 0, .9);
}


#featuretext img {
	margin: -45px -30px 0 0;
}

#contact #feature #featuretext {
	width: 90%;
}

.newsitem {
	background: white;
	padding: 40px 60px 60px;
	margin-bottom: 50px;
}

.newsitem p {
	width: 540px;
	margin-top: 10px;
}

.newsitem h2 {
	margin-bottom: 10px;
	font-size: 24px;
}

.newsitem p a {
	color: #df4000;
	border-bottom: 1px dotted #df4000;
	
}

.newsitem p a:hover {
	border-bottom: 1px solid #df4000;
}

.date {
	color: white;
	background: #df4000;
	padding: 5px;
	font-weight: 700;
	display: inline;
	font-size: 12px;
	margin: 10px 0;
}

#feature h3 {
	font-size: 14px;
	color: black;
	font-style: italic;
	padding-bottom: 10px;
}

/* ********************* */

#demo {
	margin-right: 5px;
	margin-top: 26px;
}


/* ********************* */

#slideshow {
	width: 200px;
	float: left;
}

#slideshow .slides ul {  
	height: 330px;
}
#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
}            

#slideshow .slides {  
	width: 400px;
}  

#slideshow .slides ul {   
/* 
* total width of all slides - 960px multiplied by 3 in this case  
*/
	width: 500px;
}  
#slideshow .slides li {  
	width: 500px;
}
*/
/* ********************** */

.slides-nav { 
margin: -100px 0 0 -100px;
float: left;

}
.slides-nav li{
	float: left;
	padding: 5px;
}

#feature h2 {
	font-size: 30px;
	color: #de4700;
	font-weight: 500;
	padding-bottom: 10px;
}

.content {
	padding: 40px 60px 40px 20px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 25px;
}

.frontcontent {
	width: 400px;
}

.frontcontent h3 {
	color: white;	
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 10px;
}

.frontcontent ul li {
	padding: 0 20px;
	font-size: 14px;
}

.frontcontent ul li:first-child {
	padding: 5px 20px;
	background: black;
	color: white;
	margin: 5px 0;
	font-size: 14px;
}

.frontcontent a:link {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.frontcontent a:visited {
	color: black;
}

.frontcontent a:focus {
	color: white;
	border-bottom: thin dotted #e02b01;
}

.frontcontent a:hover {
	color: white;
	border-bottom: thin dotted black;
	padding-bottom: 1px;
}

.frontcontent a:active {
	color: #e02b01;
}

.piece {
	padding-top: 20px;
	padding-bottom: 80px;
}

.piece h2 {
	padding-bottom: 10px;
}

.info, .piece ul li {
	float: left;
}

.info {
	color: white;
	padding: 10px 60px 10px 0px;
	width: 250px;
	
}

.piece p {
	width: 250px;
	padding: 10px 0 25px;	
	color: black;
}

.piece ul {
	float: left;
	width: 650px;
}

.piece ul li {
	width: 148px;
	height: 148px;
	border: 2px solid white;
	margin:  0 0px 10px 10px;
}

.piece ul li:hover {
	border: 2px dotted white;
}

.portnav {
	color: white;
	border: 1px dotted #df4000;
	padding: 5px;
	font-weight: 700;
	display: inline;
	font-size: 12px;
	margin-right: 10px ;
}

.portnav:hover {
	color: white;
	background: #df4000;
}


#footer {
	font-size: 12px;
	padding: 50px 0;
}

#footer a {
	margin-left: 0;
	padding: 2px;
}

#footer li  {
		float: left;
}

#footer a:link {
	font-size: 14px;
	color: black;
	text-decoration: none;
}

#footer a:visited {
	color: black;
}

#footer a:focus {
	
}

#footer a:hover {
}

#footer a:active {
}

#footer ul li a {
	display: block;
	margin: 0 10px;
	color: white;
	border-bottom: thin dotted black;
}

#footer ul li a:hover {
	border-bottom: thin dotted white;
}

.navtotop {
	float: left;
	margin: 15px 10px 0 0;
	display: block;
}
.navtotop:link {
	color: white;
	border: 1px dotted black;
	padding: 10px;
	font-size: 10px;
}

.navtotop:visited {
	color: white;
	border: 1px dotted black;
	padding: 8px;
	font-size: 10px;
}

.navtotop:hover {
	border: 1px solid black;
}

.navtotop:focus {

}

.navtotop:active {

}

.copy {
	font-size: 10px;
	float: right;
	padding: 10px 10px 0 0;
}

#footer p.copy a {
	font-size: 10px;
}

/* extras */

#smile {
	float: left;
	height: 29px;
	width: 26px;
	background: url(images/iconsmile.png) top center no-repeat;
	margin-left: -45px;
}
#yearimage {
	float: left;
	height: 58px;
	width: 40px;
	background: url(images/icon2009.png) top center no-repeat;
	margin-left: -55px;
}

#peacesymbol {
	float: right;
	height: 32px;
	width: 27px;
	background: url(images/iconpeace.png) top center no-repeat;
	margin: -40px 30px 0 0;
}

#seemore {
	position: relative;
	float: right;
	right: 120px;
	top: 250px;
	margin-bottom: -79px;
	height: 89px;
	width: 149px;
	background: url(images/iconseemore.png) top center no-repeat;
}