/*** MAIN ***/
*{
	margin: 0px;
	padding: 0px;
	font-family: arial,sans-serif; 
	}
body{
	margin: 10px 0;
	background: #E4E4E4 url(bg.jpg) repeat-x;	
	text-align: center;
	font-family: Arial, sans-serif;
	font: 85% arial,sans-serif;
	color: #222222;
	}
.turtle {
	z-index: 5;
	position: absolute;
	left: 5%;
	top: -5px;
	}
iframe, #conash360 {
	display: none;
	z-index: -15;
	}
a:link { 
color: #f00;
}
a:visited {  
color: #E00;
}
a:hover, a:active { 
color: #F00;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, li {
font-size: 12px;
font-family: arial,sans-serif;
margin: 0 0 20px 0;
font-weight: normal;
}
ul {
margin: 10px 0;
padding: 0 0 0 25px;
}

li {
margin: 0;
list-style-image: url(li.gif);
}

h1 {
font-size: 16px;
margin: 0 0 4px 0;
font-family: arial,sans-serif;
}

h2 {
font-family: arial,sans-serif;
line-height: 1.2em;
font-size: 14px;
margin: 0 0 3px 0;
}

h3 {
margin: 0 0 2px 0;
font-family: arial,sans-serif;
font-size: 12px;
}
img, td a img {
border: 0px !important;
border-bottom: 0px !important;
}

/*** DIV SPECIFIC ***/
#wrap{
text-align: left;
width: 760px;
margin: 0 auto;
background: #ffffff;
}
#header{
	width: 100%;
	background: #aaaaaa url("greenheader.jpg") top center no-repeat;

	/*NOTE: Change "greenheader.jpg" above to "blueheader.jpg", "redheader.jpg",
		or "brownheader.jpg" to change the color scheme of this page */

	height: 130px;
	}
#header h1{
	width: 580px;
	height: 96px;
	background: transparent url(h1.png) no-repeat;
	background-position: 25px 5px;
	margin: 0 0 0 155px;
	}
#header h1 span {
	color: #ffffff;
	line-height: 50px;
	display: none;
	}
.noshow{
display: none;
}
#main{
width: 100%;
background: #ffffff url('main.jpg') top left repeat-x;
}
#main h1{
font-size: 20pt;
padding-bottom: 8px;
color: #000000;
}
#main h2{
font-size: 14pt;
padding-bottom: 9px;
margin-bottom: 10px;
color: #222222;
background: url('titles2.jpg') bottom left no-repeat;
}
#main h3{
font-size: 12pt;
padding-bottom: 6px;
color: #222222;
}
#main a{
color: #F00;
text-decoration: none;
border-bottom: 1px dotted #F00;
}
#main td a, #main td a:hover {
border-bottom: none;
}
#main a:hover{
color: #19f;
text-decoration: none;
border-bottom: 1px solid #19F;
}
#submain{
padding: 8px;
}
.last {
	margin-bottom: 30px !important;
	}
#left{
float: right;
width: 560px;
margin-bottom: 5px;
}
#left h1{
margin: 10px 0 0;
padding: 0;
color: #017726;
border-bottom: 1px dotted #2DB65B;
}
#left h3{
margin: 10px 0 5px;
padding: 0;
color: #017726;
font-size: 18px;
}
#left h4{
margin: 10px 0;
padding: 0;
color: #017726;
background: none;
font-size: 14px;
}
#left p, #left table, #left ul {
font-size: 13px;
line-height: 22px;
margin-bottom: 10px;
padding: 8px 0 0 8px;
background: url('titles.jpg') top left no-repeat;
}
.linkers {
	color: #a00;
	font-weight: 700;
	}
#left ul{
padding-left: 20px;
margin-bottom: 15px;
font-size: 13px;
}
#left ul li{
margin-bottom: 5px;
}
#right{
margin-top: 5px;
margin-bottom: 5px;
border-left: 1px solid #e0e0e0;
padding-left: 7px;
padding-top: 130px;
width: 170px;
float: left;
font-size: 11px;
}
#right p{
line-height: 18px;
margin-bottom: 5px;
padding-left: 3px;
}
#right h2{
text-transform: lowercase;
margin-top: 15px;
margin-bottom: 0px;
color: #008443;
font-weight: normal;
}
#right ul{
margin-left: 0px;
font-size: 11px;
}
#right ul li{
margin-left: 0px;
margin-bottom: 5px;
list-style-image: url(li.gif);
}
#totop{
clear: both;
width: 100%;
background: #fff url('footer.jpg') bottom center no-repeat;
}
#totoptwo{
padding: 8px 8px 25px;
}
#subfooter p{
text-align: center;
font-size: 11px;
}
#subfooter a{
color: #FF0000;
text-decoration: underline;
}
#subfooter a:hover{
border-bottom: 1px solid #ffffff;
}

/*** SPECIAL CLASSES & MISC***/
.imgleft, .imgright, .imgcenter{
padding: 3px;
border: 1px solid #e0e0e0;
}
.imgleft{
float: left;
margin: 5px 15px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 15px;
}
.imgcenter{
display: block;
margin: 5px auto;
}


/* FOOTER */

#footer {
clear:both;
color:#FFF;
font: 95% arial,sans-serif;
height:180px;
margin:0;
padding-top:10px;
width:auto;
}

.outerfooter {
background:transparent url(footer.gif) 0 0 no-repeat;
height:165px;
margin:0 auto 15px;
padding:10px 10px 5px 5px;
position:relative;
text-align:left;
width:910px;
}

#footer dl {
float:left;
margin:0 0 0 15px;
padding-right:10px;
width:140px;
}

#footer dl.end {
width:130px;
}

#footer dd {
color:#333 !important;
font-family:arial,sans-serif;
margin-left:5px;
padding:2px 0 !important;
}

#footer dd a {
background:url(a-line.gif) repeat-x 0 100%;
color:#039 !important;
padding-bottom:1px;
text-decoration:none;
text-transform:lowercase;
}

#footer dt {
color:#AE0000 !important;
font-size:120%;
font-weight:700;
line-height:1.2;
text-transform:uppercase;
}

#footer .footer-icon {
position:absolute;
right:-21px;
top:-6px;
}

#footer .footer-icon-ief {
position:absolute;
right:2px;
top:-37px;
z-index:5;
}


.copyright {
	clear:both;
	color:#889;
	font-size:85%;
	padding-bottom:5px;
	text-align:center;
	width:98%;
	}
.copyright a {
	color:#669;
	}
.new  {
color: #c00 !important;
font-size: 11px !important;
font-weight: bold !important;
text-decoration: none !important;
}



/* MENU */
#menu {
	background: url(menu.png) 0 0 no-repeat;
	height: 29px;
	width: 567px;
	margin-bottom: 0 !important;
	margin-top: 4px !important;
	margin-left: 190px !important;
	margin-right: 10px !important;
	padding: 0;
	}
#menu span {
	display: none;
	}
#menu li, #menu a {
	display: block;
	height: 29px;	
	margin: 0;
	padding: 0;
	}
#menu li {
	float: left;
	list-style: none;
	}
#menu-1-button { width: 83px; }
#menu-2-button { width: 120px; }
#menu-3-button { width: 105px; }
#menu-4-button { width: 78px; }
#menu-5-button { width: 91px; }
#menu-6-button { width: 90px; }

#menu-1-button a:hover, #home #menu-1-button a { 
	background: transparent url(menu.png) 0px -28px no-repeat; 
	}
#menu-2-button a:hover, #blog #menu-2-button a {
	background: transparent url(menu.png) -83px -28px no-repeat; 
	}
#menu-3-button a:hover, #write #menu-3-button a { 
	background: transparent url(menu.png) -203px -28px no-repeat;
	}
#menu-4-button a:hover, #trek #menu-4-button a {
	background: transparent url(menu.png) -308px -28px no-repeat;
	}
#menu-5-button a:hover, #bsg #menu-5-button a {
	background: transparent url(menu.png) -386px -28px no-repeat; 
	}
#menu-6-button a:hover, #art #menu-6-button a {
	background: transparent url(menu.png) -477px -28px no-repeat; 
	}
