body {
	background:;
	padding-top: 0;
	margin-top: 0;
	background: #fff7cc  url(../images/body.jpg) repeat-x top;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;		
}

#site-content {	
	margin: auto;
	width: 980px;
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

#head {	
	background: url(../images/head.jpg) no-repeat;
	margin: auto;
	width: 981px;
	height: 117px;
	padding-top: 15px;		
}

#head h1 {	
	font-size: 32px;
	color: #383838;
}

#menu-left {
	width: 260px;
	/*border-top: 1px solid #c6c9d3;*/
	padding: 5px;
	float: left;
}

#menu-left h2 {
	background: #05143f;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

#menu-left ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;	
}

#menu-left ul li {
	border-left: 5px solid #05143f;
	padding: 7px;
	margin-bottom: 10px;
}

#menu-left ul li:hover, #menu-left ul li.active {
	border-left: 5px solid #f15e28;	
}

#menu-left ul li:hover a, #menu-left ul li.active a {
	color: #f15e28;
}

#menu-left ul li:hover ul li a, #menu-left ul li.active ul li a {
	color: #05143f;
}

#menu-left ul li:hover ul li:hover a, #menu-left ul li.active ul li.active a {
	color: #f15e28;
}

#menu-left ul li a  {
	color: #05143f;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;	
	vertical-align:top;
	margin-top: 13px;	
	font-weight: bold;
}

#menu-left ul li ul li {
	border-left: none;
	margin-top: -10px;
	margin-bottom: -10px;	
}

#menu-left ul li ul li:hover, #menu-left ul li ul li.active {
	border-left: none;	
}

#menu-left ul li ul li ul li {
	margin-left: 20px;
}

#content {
	margin-left: 15px;
	float: left;
	width: 695px;
}

#text {	
	float: left;
	width: 690px;
}

.navigation {
	list-style-type: none;
	height: 40px;		
	padding: 0;
	margin: 0;
}

.navigation li {
	background: url(../images/menu.jpg) repeat-x;
	padding: 10px 30px;
	float: left;
	margin-right: 1px;	
}

.navigation li:hover, .navigation li.active {
	background: url(../images/menu-active.jpg) repeat-x;
}

.navigation li a {
	font-size: 15px;
	color: #fff;
}

#foot {
	background: #05143f;
	border-top: 3px solid #f15e28;
	height: 15px;
	padding: 10px;
	clear: both;
	text-align: center;
	color: #fff;
	width: 960px;
	margin: auto;	
}

#foot p.info {
	margin: 0px;
}

#foot p.info  a {
	display: inline;
	margin-left: 4px;
}

#foot p.right {
	float: right;
	margin-top: -15px;
	margin-right: 10px;
}

#foot a {
	color: #fff;
	text-decoration: underline;
}

#foot a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	text-align: center;
	color: #000;
	margin-top: 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h1 {
	color: #05143f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: left;
}

#content h2 {
	color: #f15e28;	
}

#content h3 {
	color: #000;
}

a img {
	border: none;
}

a {
	color: #05143f;
	text-decoration: none;
}

a:hover {
	color: #05143f;
	text-decoration: underline;
}

#text a {
	color: #f15e28;
	text-decoration: underline;
}

#text a:hover {
	color: #05143f;
	text-decoration: none;
}

p {
	text-align: justify;
}

p.centered {
	text-align: center;
}

ul {
	list-style: square;	
}


div.message {
	margin: 5px;
	padding: 5px;
	border: 1px solid silver;
}

.center {
	text-align: center;
}

.discussion dt {
   float: left;
   margin-bottom: 5px;   
}

.discussion dd {
	margin-bottom: 5px;
	margin-left: 170px;
}

.contact dt {
   font-weight: bold;
   margin-bottom: 2px;
}

.contact dd {	
	margin-left: 0px;
	margin-bottom: 5px;	
}

fieldset {
	border: 1px solid silver;		
	padding: 1em;
	*padding-top: 0;
}

legend {
	*margin-bottom: 1em;
}

form.groups {
	margin-left: -150px;
}

form.groups dt {
   float: left;
   margin-bottom: 5px;   
}

form.groups dd {
	margin-bottom: 5px;
	margin-left: 150px;
}

p.errors, ul.errors {
	clear: both;
	color: #8B0000;
	font-weight: bold;
	margin-top: 5px;	
	border: 1px solid #8B0000;
	background: #ffec7b;	
	padding: 5px;
	width: 300px;
}

ul.errors {
	list-style-position: inside;
	list-style-image: url(../../images/admin/hidden.png);
}

div.success ul, div.error ul {
	clear: both;
	color: #0055a6;
	font-weight: bold;
	margin-top: 5px;	
	border: 1px solid  #0055a6;
	background: #c0e2ed;
	padding: 5px;	
	list-style-position: inside;
	list-style-image: url(../../images/admin/active.png);
	margin-bottom: 18px;
}

div.error ul {		
	color: #8B0000;
	border: 1px solid #8B0000;
	background: #ffec7b;	
	list-style-image: url(../../images/admin/hidden.png);	
}

div.site_map_link {
	 margin-bottom: 7px;
	 background: url(../images/square.jpg) 0px 6px no-repeat;
	 padding-left: 15px;
}

div.hint {
	font-size: small;
}

div.menu_item {
	border-bottom: 1px solid #fff;
	padding: 8px 5px 8px 15px;	
}

div.menu_item a {
	color: #8B0000;
	font-weight: bold;
	font-size: 13px; 
}

p.photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid transparent; 
}

p.photo:hover {
	border: 1px solid #1B75A9;
}

.clear {
	clear: both;
}

ul.site-map ul {
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 3px;
}

ul.site-map li {
	margin-bottom: 5px;
}

div#pages {
    text-align: center; 
}

div#pages a, span {
    font-weight: bold;
}