/* Tags */
body {
	background-color: #4D4D4D;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #595959;
	margin: 0px;
}
a {
	color: #3874D1;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #595959;
	background-color: transparent;
}
td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
}
h1,h2,h3,h4 {
	margin: 0px;
}
/* Pseudo Classes */
input.plain,select.plain,textarea.plain {
	color: #2F2F2F;
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
input.search {
	border-top: 1px solid #476CC5;
	border-right: 1px solid #C3D5F1;
	border-bottom: 1px solid #C3D5F1;
	border-left: 1px solid #476CC5;
	background-color: #FCFCFC;
}
input.button {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #2F2F2F;
	background-color: #F2F2F2;
	border: 4px double #CCCCCC;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
}
input.delete {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #D13838;
	background-color: #FFF1F1;
	border: 4px double #FF9C9C;
	cursor: pointer;
	padding: 3px 10px 3px 10px;
}
td.admin {
	border-left: 1px solid #D9D9D9;
	padding: 10px;
}
/* Classes */
.gallery {
	border: 1px solid #BFBFBF;
	background-color: #FFFFFF;
	padding: 10px;
	width: 550px;
}
.debug {
	border: 1px solid #7D7D7D;
	background-color: #FAFAFA;
	color: #7D7D7D;
	padding: 5px;
	font-size: 10px;
}
p,form,blockquote {
	margin:0;
} 
.greybox {
	text-align: left;
	color: #2F2F2F;
	border: 0px solid #FFFFFF;
	width: 325px;
	padding: 10px;
}
.example {
	width: 500px;
	border: 1px solid #7D7D7D;
	background-color: #F2F2F2;
	color: #7D7D7D;
	padding: 15px;
	margin: 20px;
}
.title {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.content {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
hr {
	margin: 10px;
	padding: 0px;
	border-style: none;
	width: 75%;
	background: #cccccc;
	height: 1px;
}
h4 {font-size: 90%;font-weight: normal;}
h3 {font-size: 105%;}
h2 {font-size: 120%;}
h1 {font-size: 135%; line-height: 1.2em;}
.navOff,.navOn,.navHover {
	border: 1px solid #FFFFFF;
	padding: 3px;
	cursor: pointer;
}
.navOff {
	background-image: url('/images/left-nav.gif');
	background-repeat: repeat-y;
	background-color: #F2F2F2;
	}
.navOn {
	background-color: #476CC5;
}
.navHover {
	background-color: #E5E5E5;
}
a.navTextOn {
	color: #FFFFFF;
}
a.navTextOff {
	color: #4D4D4D;
}
a.navTextHover {
	color: #4D4D4D;
}
.topsubnav {
	border-top: 1px solid #FFFFFF;
}
a img {
	border: 0px;
}
.emailimg {
	border: 0px;
	margin: 0px;
	margin-bottom: -1px;
	padding: 0px;
}
/* SLIDESHOW STYLE INFO */
#rotator{overflow:hidden;margin:0;position:relative;width:150px;height:100px;max-height:100px;}
#rotator img{width:150px;height:100px;}