/* 
style.css for RotaryGentSite

Copyright: Johan Berlaen, Aug 2008 

*/

html {	
	height: 100%;

}

body {
	background-image: url(background.png); 
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	font-family:Trebuchet MS;
	font-size: 10pt;
	text-align: left;
	line-height: 14pt;
	min-height:101%
}

a {
	border :0px;
	color: #69636b;
	text-decoration: none;
	border-bottom-color: #69636b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a:hover{
	border-bottom-color: red;
	color: red;
}

#wrap {
/*	padding-left: 10px;
	padding-right: 10px; */
	width:870px;
	margin-left: 50px;
	margin-right: 50px;
	text-align:left;
}

#header {
/*	padding: 20px; */
	background-image: url(RotaryHeader.png);
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height:144px;
	width:870px;
}

#leftcontainer {
	float: left;
	color: rgb(2,72,85);
}

#authentication {
	padding: 10px;
	background-color: rgb(185,226,239);
	margin-bottom: 10px;
}

#navigation {
	padding: 10px;
	background-color: rgb(125,199,216);
	margin-bottom: 10px;
}

#messages {
 	padding: 10px;
 	background-color: rgb(225,245,255);
}

#maincontainer {
	float: right;
/*	padding: 10px; */
	width: 710px;
	background-color: rgb(255,255,255);
}

#mainmenu {
	padding: 5px;
	vertical-align: middle;
	background-color: rgb(255,221,204);
}

#maincontent {
  padding: 20px;
}

#footer{
	clear: both;
	color: gray;
	font-size: 80%;
	margin-left: 50px;;
	margin-right: 50px;;
	text-align: center;
	padding: 20px;
}

#label {
	font-weight: bold;
	font-style: italic;
}

.error{
	color: red;
	font-style: italic;
	font-size: 90%;	
}


h1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}

a {
	color: #69636b;
	text-decoration: none;
	border-bottom-color: #69636b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


a:hover{
	border-bottom-color: red;
	color: red;
}


div.menu{
/*	padding: 2px; */
	width: 130px;
	margin-bottom: 2px;
}

div.menu ul {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style: none;
}

div.menu li {
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0px;
	list-style: none;
}

