﻿body 
{   
    margin: 0;   
    padding: 0;   
    text-align: center; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
} 

#header1 
{   
    background-color:Green;
    margin: 0 auto;   
    width: 1000px;   
    border: 1px solid #D9E2EB; 
} 
 
 #content1 
{   
    text-align:left;
    background-color: #FFFFFF;
    margin: 0 auto;   
    width: 1000px;   
    border: 1px solid #D9E2EB; 
} 
 
.footer1
{
     clear:left;
    background-color: #bbbbbb;
    width: 1000px;
    height: 10px;    
    margin: 0 auto;  
    border-right: #006600 0px solid;
    border-top: #006600 1px solid;
    border-left: #006600 0px solid;
    border-bottom: #006600 0px solid;
}
 
/************* topnav1 styles **************/

.topnav1 {
	border: solid #D9E2EB;
	border-width: 0px 0px 0px 0px;

}

.topnav1 a
{
/*	border-right: green 0px; */
	padding-right: 3px;
/*	border-top: green 0px; */
	display: block;
	padding-left: 10px;
	font-weight: bold;
/*	font-size: 10px; */
    font-size: 1.0em;
	z-index: 10;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
/*	border-left: green 2px; */
	border-left: green 0px;

	color: white;
	line-height: normal;
/*	border-bottom: green 0px; */
/*	font-family: Verdana, Arial, Helvetica, Sans-Serif; */
/*	height: 12px; */
	background-color: #495015;
	text-align: left;
	text-decoration: none;
}

.topnav1 a:link {
    text-decoration: none;
}

.topnav1 a:visited
{
	color: white;
	text-decoration: none;
}

.topnav1 a:hover
{
	color: #495015;
	background-color: #ffffff;
	text-decoration: none;
}

/************* leftnav2 styles **************/

.leftnav2 {
	border: none #D9E2EB;
	border-width: 0px 0px 0px 0px;
}

.leftnav2 a
{
/*	border-right: green 0px; */
	padding-right: 3px;
/*	border-top: green 0px; */
	display: block;
	padding-left: 10px;
	font-weight: bold;
/*	font-size: 10px; */
    font-size: 1.0em;
	z-index: 10;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
/*	border-left: green 2px; */
	border-left: green 0px;

	color: #495015;
	line-height: normal;
/*	border-bottom: green 0px; */
/*	font-family: Verdana, Arial, Helvetica, Sans-Serif; */
/*	height: 12px; */
	background-color: #ffffff;
	text-align: left;
	text-decoration: none;
}

.leftnav2 a:link {
    text-decoration: none;
}

.leftnav2 a:visited
{
	color: #495015;
	text-decoration: none;
}

.leftnav2 a:hover
{
	color: #ffffff;
	background-color: #495015;
	text-decoration: none;
}

/************* leftnav3 styles **************/

.leftnav3
{
    border: none #D9E2EB;
    border-width: 0px 0px 0px 0px;
    font-size: 12px;
}

.leftnav3 a
{
    /*	border-right: green 0px; */
    padding-right: 3px; /*	border-top: green 0px; */
    display: block;
    padding-left: 10px;
    font-weight: bold; /*	font-size: 10px; */
    font-size: 1.0em;
    z-index: 10;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0px; /*	border-left: green 2px; */
    border-left: green 0px;
    color: #333300;
    line-height: normal; /*	border-bottom: green 0px; */ /*	font-family: Verdana, Arial, Helvetica, Sans-Serif; */ /*	height: 12px; */
    background-color: #ffffff;
    text-align: left;
    text-decoration: none;
}

.leftnav3 a:link {
    text-decoration: none;
}

.leftnav3 a:visited
{
	color: #333300;
	text-decoration: none;
}

.leftnav3 a:hover
{
	color: #ffffff;
	background-color: #495015;
	text-decoration: none;
}



/*   */
UL.BLUE
{
    margin-left: 30px;
    margin-top: 5px;
    list-style: url(images/bullet.jpg) disc;
    font-size: 0.85em;
    list-style-position: outside;
    text-align: left;

}

UL.BLACK
{
    font-size: 1.0em;
    list-style-position: outside;
    text-align: left;
}

.clothing
{
    float: left;
    text-align: left;
    margin: 20px;
}
    
.clothing h3
{
    font-size: 1.2em;
    color: #495015;
    margin-top: 10px;
    margin-left: 10px;
}

/**** LEFT ****/

.leftcontent
{
    width: 199px;
    height: 600px; 
    font-size: 1.0em;
    float: left;
    background-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #495015;
  /*  padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;*/
}


.leftcontent p
{
  /*  padding-right: 10px;*/
    margin-right: 0px;
    margin-left: 10px;
    color: #000000;
    font-size: 1em;
    border: 1px;
    border-color:Black;
}

.leftcontent a:link
{
    color: #000080;
    font-weight: 500;
    text-decoration: none;
}

.leftcontent a:visited
{
    color: #000080;
    text-decoration: none;
}

.leftcontent a:hover, a:active
{
    color: #495015;
    text-decoration: none;
}

.leftcontent h3
{
    font-size: 1.2em;
    color: #495015;
    margin-top: 10px;
    margin-left: 10px;
}

/* Left Content 2 */

.leftcontent2
{
    width: 199px;
    height: 700px; 
    font-size: 1.0em;
    float: left;
    background-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #495015;
  /*  padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;*/
}


.leftcontent2 p
{
  /*  padding-right: 10px;*/
    margin-right: 0px;
    margin-left: 10px;
    color: #000000;
    font-size: 1em;
    border: 1px;
    border-color:Black;
}

.leftcontent2 h3
{
    font-size: 1.2em;
    color: #495015;
    margin-top: 10px;
    margin-left: 10px;
}



/**** CENTER ****/

.centercontent
{
    width: 549px;
    height: 520px;
    font-size: 1.5em;
    background-color: #ffffff;
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #495015;
}

/**** RIGHT ****/

.rightcontent
{
    width: 250px;
    height: 520px;
    font-size: 1.0em;
    float: left;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.rightcontent p
{
    padding-right: 10px;
    margin-left: 10px;
    color: #000000;
    font-size: 1em;
    text-align: left;
}

.interviewimage1
{
    margin: 2px;
    width: 350px;
    border: 0px;
}


.events
{
    width: 900px;
}

.events p
{
    margin-left: 10px;
}

.events h3
{
    font-weight: bold;
    color: #495015;
}

.huts
{
    width: 750px;
}

.huts p
{
    margin-left: 10px;
}

.huts h3
{
    font-weight: bold;
    color: #495015;
}


.telegreenbold 
{
    font-weight: bold;
    color: #495015;
    }


	/* INVENTORY PAGES */
/*	#inventory { background:#9FAAB3 url(../images/eu_bg_page.png) left top repeat-x fixed ; color:#000 }
	#inventory #wrap1 { background:#FFF url(../images/eu_bg_wrap1.png) center bottom no-repeat ; color:#191219 }
		#inventory #contentInside { background:#FFF url(../images/inventory_bg_contentInside.jpg) top left no-repeat ; color:#191219 }
			#inventory #contentInside h2 { background:#F1F1F1 ; color:#19203C ; margin-bottom:0 ; padding-bottom:12px }
			#inventory #contentInsideCols input { width:auto }
			#inventoryCols { background:#F1F1F1 ; padding:10px ; width:940px }
				#inventoryCols .col { display:inline ; float:left ; line-height:2em ; padding-right:20px ; width:215px }
					#inventoryCols .col select { width:215px }
					#inventoryCols .col .text { width:205px } */
			.sel_hoodie { height:45px;  text-align:center; background-color:Transparent; }
			/*	.sel_hoodie li { display:inline ; height:60px ; padding:0 4px ; width:80px; background-color:Yellow; text-align:center; border-color:Black; border-style:solid; border-width:1px;}
			*/			.sel_hoodie img { border:0;}
	
	/*			.inv_row { height:60px; width:778px;  margin-left:100px; background-color:Gray; }
				.inv_row li { display:inline ; float:left ; height:50px ; padding:0 4px ; width:80px; background-color:Yellow;text-align:center; border-color:Black; border-style:solid; border-width:1px;}
						.inv_row img { border:0;}
		*/
			#inv_box { background:#FFF url(../images/inventory_bg_desc.png) top left no-repeat ; color:#000 ; height:144px ; width:960px }
				#inv_box #type { height:118px ; margin:13px 0 0 13px ; position:absolute ; width:129px }
				#inv_box #text { height:118px ; margin:13px 0 0 154px ; position:absolute ; width:500px }
					#inv_box #text div { display:none }
					#inv_box #text div#text1 { display:block }
					#inv_box #text p { padding-bottom:12px }
				#inv_box #link1 { margin:30px 0 0 743px ; position:absolute }
				#inv_box #link2 { margin:78px 0 0 743px ; position:absolute }
	/*	#inventory .footerA { background:#031F3D url(../images/eu_bg_footer_bottom.gif) bottom left no-repeat }
			#inventory .footerB { background: url(../images/eu_bg_footer_top.gif) top left no-repeat } */

		/* ACCENTS */
	/*	#inventory .accent1 { background:url(../images/eu_accent1.gif) bottom left no-repeat }
		#inventory .accent2 { background:url(../images/eu_accent2.gif) bottom left no-repeat }
		#inventory .accent3 { background:url(../images/eu_accent3.gif) bottom left no-repeat ; margin-bottom:18px ; padding-bottom:18px }
		#inventory .accent4 { font-style:italic ; font-weight:bold ; padding-left:40px }
*/
