@charset "utf-8";
/* CSS Document */

h1 {
	font-size:20px;
}

img {
	border:none;
}

body {
	background-color: #800000;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 0;
}
a:link { color:black; decoration:none;}
a:visited {color:black; decoration:none;}

div.center-this {
	position:absolute;
	float:left;
	left:50%;
	width:780px;
	margin-left:-390px;
}

div#header-top {
	background: #FF0000 url('../images/layout/header-top.jpg') no-repeat scroll 0 0;
    border: 0 none;
    height: 95px;
    width: 780px;	
}

a#homebutton {
	float:left;
	height:55px;
	margin:25px 0 0 35px;
	text-decoration:none;
	width:350px;	
}

div#header-bottom {
	background:url(../images/layout/header-bottom.jpg);
	width:659px;
	height:80px;
	margin-left:-20px;
	margin-top:-20px;
}
div#icons {
background:transparent url('../images/layout/transparent-white-dot.png');
width:65px;
height:20px;
float:right;
padding:5px;
margin:5px 10px 0 0;
}

div#icons p {
	margin:0 !important;
}


div#menu {
	background:#AE9659;
	height:30px;
}

div#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#menu ul li {
	float:left;	
}

div#menu ul li a,
div#menu ul li a:active,
div#menu ul li a:visited {
	display:block;
	color:#000000;
	height:30px;
	line-height:30px;
	margin:0 5px;
	font-weight:bold;
}



	#mainmenu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	#mainmenu li:hover ul,
	#mainmenu li.sfHover ul {
		left:			0;
		top:			2.5em; /* match top ul list item height */
		z-index:		999;
	}
	ul#mainmenu li:hover li ul,
	ul#mainmenu li.sfHover li ul {
		top:			-999em;
	}
	
	div#mainmenu ul li ul {
		background:none;
		left: -1px;
		list-style: none;
		padding:0;
		margin-left:598px;
		margin-top:91px;
		position: absolute;
		top: -999em;		
		z-index:999;
		width:160px;
	}
	
	div#mainmenu ul li ul li {
		background-color:#AE9659;
		float:left;
		list-style-type:none;
		margin:0;
		position: relative;	
		text-align:left;
	}	

	div#mainmenu ul li ul li a {
		border-right: 1px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		display:block;
		float:left;
		margin:0px;		
		padding-left:10px;
		text-decoration:none;
		width:160px;
	}
	#mainmenu ul li ul li a:hover, #mainmenu ul li ul li a:visited:hover {
		color:#800000;
		//background:#000;
		margin:0;
	}





div#content-wrapper {

	background:#EFDFB3 url(../images/layout/curtain.jpg) repeat-y 0 0;
	width:639px;
	height:auto;
	padding-left:141px;
	padding-top:20px;
}


div#column-one {
	float:left;
	width:450px;	
}

div#column-two {
	float:left;
	width:150px;
	margin-left:11px;
}

div#footer {
	height:30px;
	line-height:30px;
	background:#AE9659;
	margin-left:-20px;
	color: #E9E4E8;
    font-size: 10px;
	padding:0 20px;
}

div.form_row {
	margin-bottom:10px;
}

div.form_row label {
	display:block;
	float:left;
	width:125px;
}

div.form_row input {
	float:left;
	width:300px;
}
	/*****************************************************************************************
	** FotoAlbums 																			**
	*****************************************************************************************/	

	div.foto-albums {
		background-color:#800000;
		float:left;
		min-height:65px;
		margin:10px;
		padding:10px;
		width:376px;
	}
	
	div.foto-albums h3,
	div.foto-albums h3 a{
		color: white;
		font-size: 14px;
		text-decoration:none;
	}	

	div.foto-albums-image {
		background-color:#434443;
		float:left;
		height:100px;
		margin:0 10px 0 0;
		overflow:hidden;
		width:150px;		
	}

	div.foto-albums-description {
		color:white;
		height:30px;
		overflow:hidden;
	}

	div.foto-albums-link {
		color:#000000;
		text-align:right;
		margin:5px 0 0 0;
	}
	
	div.foto-albums-link a {
		color:white;
		text-decoration:underline;
	}

	div.foto-album-thumb {
		float:left;
		margin:8px;
		width:130px;
		height:86px;
		overflow:hidden;
	}

	div.foto-album-back {
		margin:10px 0 10px 5px;
		float:left;
		clear:both;
	}

	a.back-link {
		color:#6F6E6E;
		text-decoration:underline;		
	}
	
	a.convbutton, a.convbutton:link, a.convbutton:visited {
		background-color: #800000;
	    border: 1px solid #800000;
	    color: #FFFFFF;
	    cursor: pointer;
	    font-family: Verdana,Arial,Helvetica,sans-serif;
	    font-size: 14px;
	    font-weight: bold;
	    margin: 10px 10px 10px 100px;
	    padding: 10px;
	    text-decoration: none;
	}
	a.convbutton:hover{
		background-color:#FFFFFF;
		color:#800000;
	}

	div#media {
		width:150px;
		height:300px;
	}
	.media {
		background-color:#AE9659;
		text-align:center;
		width:150px;
		padding:5px;
		font-size:12px;
	}


