/* GENERAL EDITIOR STYLES
-------------------------------*/
html{
}
a, a:visited{
}
	a:hover{
	}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}

blockquote{
}

ul{
}
	ul li{
	}
ol{
}

img{
}

legend{
}
form fieldset label{
}
form .buttons .button{
	background: #4D4E53 url(../images/gloss.png) repeat-x scroll 0 50%;
	border: .167em outset #4D4E53;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: .333em .667em;
}

form .buttons input.submit:hover {
	background-color: #FFA20F;
	border-color: #FFA20F;
}

* html form .buttons input.button {
	background-image: none;
}
* html form .buttons input.submit {
	background: #FFA20F;
	border-color: #FFA20F;
}


/* GENERAL LAYOUT STYLES
-------------------------------*/
body{
	padding: 0;
	font-size:12px;
}
	#wrap{
	}
		#header{
			height:300px;
		}
			#logo{
				height:auto;
				right:10px;
				text-align:right;
				top:15px;
				width:auto;
			}
				#logo a{
					color:#FFF;
					font-family:Garamond,serif;
					font-size:34px;
					height:inherit;
					letter-spacing:0.1em;
					overflow:visible;
					text-decoration:none;
					text-indent:0;
					width:inherit;
				}
			#search{
			}
		#content{
			width: 100%;
		}
			#main{
			}
				.layout-navtop-1col #main{
				}
				* html .layout-navtop-1col #main{
					float: none;
				}
				#crumbs{
				}
					#list{
					}
						#list a, #list a:visited{
						}
						#list a:hover{
							color:#3A1D19;
						}
					#email{
					}
						#email a, #email a:link, #email a:active, #email a:visited{
						}
						#email a:hover{
							color:#3A1D19;
						}
					#print{
					}
						#print a, #print a:link, #print a:active, #print a:visited{
						}
						#print a:hover{
							color:#3A1D19;
						}
				#pagetitle{
				}
					#pagetitle h1{
					}
				#modules{	
				}
				#sub{
				}
				#local{
				}
					#local li{
					}
						#local li a{
						}
						#local li a:hover{
						}
						#local li.selected a{
						}
					#local ul ul{
					}
					#local li li{
					}
						#local li.selected li a{
						}
							#local li li a:hover, #local li li.selected a{
							}
				#nav{
				}
					#wrapper{
					}
						#wrapper h3{
						}
						#wrapper ul{
						}
							#wrapper ul li{
							}
								#wrapper a{
								}
							#wrapper ul li.selected{
							}
								#wrapper a:hover,
								#wrapper li.selected a{
								}
								
								/* Drop Down Menu */
								#wrapper li li{
								}
									#wrapper li li a{
									}
										#wrapper li li a:hover{
										}
		#footer{
		}
			#footer p.copyright{
			}
				#footer p.copyright span{
				}
			#footer p.poweredby{
			}
				#footer p.poweredby a, #footer p.poweredby a:link, #footer p.poweredby a:active, #footer p.poweredby a:visited{
					font-weight: bold;
				}
	#extra1{}
	#extra2{}
		

.fckeditor{
	background:#FFF;
	margin:0;
	padding:0;
}

.zebra{
	border:1px solid #000;
	border-collapse:collapse;
}
	.zebra td{
		border:1px solid #000;
		padding:7px;
	}

.zebra .even { background:#c99329; }
.zebra .odd { background:#FFFFE6; }

#p1 #pagetitle,
#p1 #list {
	display: none;
}

#p1 #modules {
	margin-top: 30px;
}

/* VERY BASIC CSS
-------------------------------*/
/**/
body{background-color:#FFF;}
#wrap{background-color:#A1BDD3;border:2px solid #3A1D19;}
#nav{background-color:#3A1D19;}
#nav li a,#nav li.selected li a,#nav li li a{background:#3A1D19;color:#ffffff;}
#nav li a:hover,#nav li.selected a,#nav li li a:hover{background:#B34838;color:#FFF;}
#local li a{background:#3A1D19;color:#FFFFFF;}
#local li a:hover,#local li.selected a{background:#B34838;color:#FFF;}
#local li.selected li a{background:#211c73;}
#local li.selected li a:hover, #local li li.selected a{background:#000000;color:#ffffff;}
#footer{background:#3A1D19;color:#ffffff;}
/**/
	