@charset "utf-8";

#menu{padding-top:2px; float:right; font-size:14px;}
.tagline {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.copyright {color:#EAEAEA; text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.copyright a, .copyright a:visited {color:#EAEAEA; text-decoration: none;}

html {
	height: 100%;
	background: url('images/back.png') repeat top left;}
body {
	font-family: Georgia, "Times New Roman", Times, serif; background-image:url(images/back-top.png); background-position:top; background-repeat:repeat-x; font-size:14px; line-height:20px; text-align:justify;
	}
a, a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
.footer {height:50px; background-color:#AEDAA3; vertical-align:middle; color:#FFFFFF; padding:10px; line-height:16px; text-align:center;}

.photo, .photo:link , .photo:visited {border-style:solid; border-width:1px; color: #6C6C6C;}


h1 {font-size:24px; font-style:italic; margin-top:0px; margin-bottom:12px;}
h2 {font-size:18px; font-style:italic; margin-top:0px; margin-bottom:6px;}
/************************************************
 Round Corners Button Rollover
************************************************/

.mymenu li {
    display:inline;
    list-style:none;
}

.mymenu li a {
    display:block;
    float:left;
    height:28px;
    margin-right:1px;
	text-decoration:none;
	color:#FFFFFF;
}

.mymenu li a span {
    display:inline;
    float:left;
    height:18px;
    padding:4px 10px 0 0;
    margin-left:10px;
    cursor:pointer;
}

.mymenu li a:hover {
    background-position:0px bottom; color:#fff;  background-color:#EDA25C; 
}

.mymenu li a:hover span {
    background-position:right bottom;
}
/************************************************
 Round Corners Button Rollover
************************************************/

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 2px 6px; 
border-left-style:solid;
border-left-width:1px;
border-left-color:#d0ccac;
}
#active a:link, #active a:visited,#active a:hover   {border-left-width:0px;
}


#navlist a:link, #navlist a:visited
{
color: #818181;
/*background-color: #036;*/
text-decoration: none;
}

#navlist a:hover
{
	color: #BE4747 ;
	/*background-color: #369;*/
text-decoration:none;
}