/* General layout */
body {	
	/* background:#7B5749; */
	/* background:#A7BCD1; */
	background:#718C33;
	color:#303030;
	font-size: 1em; 
	font:80% Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:15px 0 0;}

#container {
	background:#E8DC9D; 
	margin:0 auto 20px; 
	padding:5px 20px 20px; 
	width:730px;}

/* Site title */
#logo { 
	margin:15px 0 15px 0;
	height:100px;
	background:#E8DC9D url(images/header.png) bottom left repeat-y;
	}
#logo h1 a {
	border:none; 
	/* color:#718C33; */
	color:#991A00;
	font-weight:bold;
	}
#logo h1 a:hover {
	border:none; 
	/* color:#718C33; */
	color:#991A00;
	text-decoration:none;
	}
#logo p {
	font-size:1.4em;  
	/* color:#718C33; */
	color:#991A00;
	margin:0 0 20px 0;
	}

/* Tags */
a {border-bottom:1px dotted #7B5749; color:#303030; text-decoration:none;}
a:hover {border-bottom:1px solid #7B5749; color:#303030; text-decoration:none;}
a img {border:0;}
h1 {
	/* color:#718C33; */
	color:#718C33;
	font-size:2.4em; 
	font-weight:400; 
	margin:0 0 5px; 
	padding:0;
	}
h2 {
	/* color:#718C33; */
	color:#718C33;
	font-size:1.9em; 
	font-weight:400; 	
	margin:0 0 12px;
	}
h3 {
	/* color:#718C33; */
	color:#718C33;
	font-size:1.5em; 
	font-weight:400; 
	margin:0 0 10px;
	}

h4 {
	/* color:#718C33; */
	color:#718C33;
	font-size:1.3em;
	font-weight:400;
	}

p {line-height:1.5em; margin:0 0 15px; text-align:left;}
ul,ol {margin:0 0 15px 15px; padding:0;}
li {margin:0 0 3px 0;}


/* Navitabs menu */
#navitabs {clear:both;}
.navitab {
	height:1.8em;
	background:#C1B576 url(images/corner2.gif) top right no-repeat; 
	font-size:1.1em;
	padding:6px 10px;
	/*font-weight:bold;*/
	}
.navitab:hover {
	background:#7B5749 url(images/corner2.gif) top right no-repeat;
	color:#fff;
	border:none;
	}
.activenavitab {
	height:1.8em;
	background:#7B5749 url(images/corner2.gif) top right no-repeat; 
	padding:6px 10px;
	/* color:#fff; */
	font-size:1.1em;
	}
.activenavitab:hover {
	color:#fff; 
	}

.activenavitab a {
	color:#fff; 
	text-decoration:none; 
	} 

/* Dropdown menu */
/* style the outer div to give it width */
.menu {
	margin: auto;
	position:relative; /*Make the container moveable*/
	font-size:1em;
	padding-bottom:0; /*Padding between the bottom of the mainbar and the rest of your page */
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	text-decoration:none;
	margin:0 4px 0 0;
	border:0;
	height:1.6em;
	padding-bottom:2px;
	width:auto;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	text-decoration:none; 
	height:1.2em; /*How tall your cells are*/
	border:0;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {	width:135px; 	w\idth:139px;	} 

/* style the top level hover */
/* .menu a:hover, .menu ul ul a:hover { text-decoration:none; 	} */

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	padding-top:.3em;
	padding-bottom:.6em;
	left:0;
	top:2.2em;
	width:13.5em;   /* Size of the daughter cells */
	background:#C1B576;
	size:.9em
	}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:2.2em;
	t\op:1.65em; /* IE gap between main bar and the dropdown items */
	}

*/ .menu ul ul :hover > a.navitab {background:#7B5749;} */

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	height:1.2em; 
	line-height:auto; 
	padding:5px 10px;
	border:0;
	width:11.5em;
	text-align:left;
	/* color:#7B5749; */
	color:#303030;
	}

.menu ul ul a:hover {
	display:block;
	background:#7B5749;
	color:#fff;
	border:none;
	text-decoration:none;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width:10em;
	w\idth:10.5em;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
	}




/* Header description area */
#desc {
	clear:both; color:#fff; 
	height:195px;
	/* height:282px; */
	margin:5px 0 15px; 
	padding:0 0 5px 0;
	}
#desc p {font-size:1.1em; line-height:1.3em; padding:0 0 0 15px; width:290px;}
#desc h2 {color:#fff; padding:15px 15px 0;}
#desc h3 {color:#fff; padding: 15px 15px 0; }
#desc a {border-color:#fff; color:#fff; text-decoration:none;}

/* Main content */
#main {
	border-right:none; 
	float:left; 
	margin:0; 
	padding:0 15px 0 0; 
	width:550px;
	}

/* Sidebar */
#sidebar {float:right; width:150px;}
#sidebar p {font-size:1.1em; line-height:1.3em; margin:0 0 15px;}
#sidebar ul {margin:0 0 15px 0; padding:0;}
#sidebar li {list-style:none;}
ul.sidelink li {list-style:none; margin:0 0 3px; padding:0;}
ul.sidelink li a{
	background:#C1B576 url(images/corner2.gif) top right no-repeat; 
	border:none; 	
	display:block; 
	margin:5px 10px 5px 0; 
	padding:3px 4px 3px 8px; 
	text-align:left; 
	width:140px;
	}
ul.sidelink li a:hover {
	background:#7B5749 url(images/corner2.gif) top right no-repeat; 
	border:none; 
	color:#fff;	
	text-decoration:none;}

/* Footer */
#footer {
	background:#C1B576; 
	clear:both; 
	margin:0; 
	padding:0;
	}
#footer a {
	color:#7B5749;
	text-decoration:none;
	}
#footer a:hover {
	color:#7B5749;
	}
#footer p {
	color:#7B5749;
	font-size:0.85em; 
	line-height:1.3em; 
	margin: 0; 
	padding:10px 10px 10px 10px;
	}

/* Additional classes */
.photo {
	background-color:#C1B576;
	border:none; 
	margin:0 0 15px; 
	padding:2px;
	}
.right {margin:-8px 0 8px 0; text-align:right;}
.block {
	background:#C1B576; 
	padding:10px;
	}
.hide { display:none;}

/*picutres*/
#pictures a { border:none; }


