/* CSS Document */

body{
    background-color:#a5a5a5;
    padding:0;
    margin:0;
    text-align:center;
    background-image:url(img/body.jpg);
    background-repeat:repeat-x;
    font-size:10pt;
    font-family:Verdana,Arial,Sans-serif;
	position:relative;
}

#wrap{
  width:1000px;
  
  margin:0 auto;
  text-align:left;
}

#banner{
  height:300px;
  background-image:url(img/banner.jpg);
  background-repeat:no-repeat;
}

#link{
  height:30px;
  background-image:url(img/link.jpg);
  background-repeat:no-repeat;
  padding:2px 50px 0 50px;
}

#link ul, #link ul ul {
	margin:0;
	list-style: none;
	line-height: 31px;
	font-size:13px;
	padding:0 20px;
	z-index:999;
	color:#000;
}

#link ul a {
	display: block;
	color: #000;
	text-decoration: none;
}

#link ul a:hover{
	color: #fff;
	background-color:#a5a5a5;
	
}

#link ul li {
	float: left;
	padding: 0 15px 0 0;
}

#link ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	font-size:1em;
	padding:0.2em;
	width:200px;
	border:1px solid #cecece;
	background-color:#ececec;
}

#link ul li li {
	padding-right: 1em;
}

#link ul li ul a {
	text-align:left;
	display:block;
	width:200px;
}

#link ul li ul a:hover {
	background-image:url('img/arrow.jpg');
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
}

#link ul li ul ul {
	margin: -1.2em 0 0 12em;
}

#link ul li:hover ul ul, #link ul li:hover ul ul ul, #link ul li.sfhover ul ul, #link ul li.sfhover ul ul ul {
	left: -999em;
}

#link ul li:hover ul, #link ul li li:hover ul, #link ul li li li:hover ul, #link ul li.sfhover ul, #link ul li li.sfhover ul, #link ul li li li.sfhover ul {
	left: auto;
}

#wrapcontent{
  position:relative;
  margin:0;
  padding:20px 60px;
  min-height:300px;
  background-image:url(img/wrap.jpg);
  background-repeat:repeat-y;
}

#sidebar{
	width: 270px;
	margin: 10px 0 0 0;
	float:right;
	min-height:100px;
	position:relative;
}

#sidebar .widget{
	border:1px solid #ccc;
	background-color:#ececec;
	margin:10px 0;
}


#sidebar .widget .menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#sidebar .widget .menu ul li{
	line-height:30px;
	display:block;
	text-indent:15px;
}

#sidebar .widget .menu ul li a:link, #sidebar .widget .menu ul li a:visited{
	display:block;
}

#sidebar .widget .menu ul li a:hover{
	display:block;
	background-color:#a5a5a5;
	color:#fff;
	text-decoration:none;
	background-image:url('img/arrow.jpg');
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
}

#content{
	margin:0 290px 0 0;
	position:relative;
}


#footer{
  background-image:url(img/footer_motif.jpg);
  position:relative;
  padding:10px 60px;
  
}

#footer_bottom{
  height:34px;
  background-image:url(img/footer_bottom.jpg);
  background-repeat:no-repeat;
  clear:both;
  
}

#copy{
  text-align:right;
  color:#fff;
}


form{
	padding:15px;
	background-color:#f6efdf;
	border:1px solid #b8a781;
}

label{
	display:block;
	margin:10px;
}

textarea{
	width:100%;
	border:1px solid #ccc;
	height:150px;
	color:#707070;
	padding:2px;
}

input[type="text"]{
	width:100%;
	border:1px solid #ccc;
	color:#707070;
	padding:2px;
}

input[type="submit"]{
	display:inline;
	border:1px solid #ccc;
	margin:10px 0;
}

input[type="reset"]{
	display:inline;
	border:1px solid #ccc;
	margin:10px 0;
}

ul.errors{
	background-image:url(img/error.png);
	background-repeat:no-repeat;
	text-indent:none;
	margin:0 0 0 5px;
	padding:5px 0 0 35px;
	list-style-type:none;
	color:red;
	font-size:8pt;
}

h1,h2,h3,h4,h5,h6{
	color:#fff;
	background-color:#a5a5a5;
	padding:3px;
}

h1{
	font-size:12pt;
}

h2{
	font-size:11pt;
}

h3{
	font-size:10pt;
}

h4{
	font-size:9pt;
}

h5{
	font-size:8pt;
}

h6{
	font-size:7pt;
}

a:link, a:visited{
	color:#4c5a77;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}


img{
  border:none;
}

table.calendar{
		border:1px solid #ccc;
		border-collapse:collapse;
		width:100%;
	}
	
	table.calendar td{
		border:1px solid #ccc;
		width:70px;
		text-align:center;
	}
	
	table.calendar tr.weekdays{
		background-color:#322e2d;
		height:20px;
		line-height:20px;
		color:#fff;
		font-weight:bold;
	}
	
	table.calendar td.today{
		
		background-color:#ccc;
		color:#000;
		font-weight:bold;
	}
	
	table.calendar td.dayLink{
		background-color:#b93a33;
		color:#fff;
		font-weight:bold;
	}
	
	table.calendar td.dayLink a:link, table.calendar td.dayLink a:visited{
		
		color:#fff;
		font-weight:bold;
	}
	
	table.calendar td.today a:link, table.calendar td.today a:visited{
		
		color:#fff;
		font-weight:bold;
	}