html {
	min-width: 770px;
	height:100%;
} /*IE7*/
body {
	height:100%;
	color: #393733;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:100.1%;
	font: 83%/1.4 verdana, arial, helvetica, sans-serif;
	line-height:20px;
}
h1, h2{
	margin: 0 0 .2em;
	font-size: 1.5em;
	font-weight:normal;
	letter-spacing: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
h2{
	font-weight:normal;
	font-size: 1.3em;
}
h1, h2, h3, h4, h5, h6, img, a {
	position: relative;
} /*IE6 Hack*/
form {
	display:inline;
}
img{
	border:none;
}
fieldset{
	margin-bottom:40px;
}
#login_box{
	width:150px;
}
#login_box input{
	width:99%;
}
#login_box .button{
	width:80px;
}
#login_link a{ 
	cursor:pointer;
}
.button{
	margin-top:5px;
}
.myCMS_sys_message{
	margin:0;
	padding:0;
}
.myCMS_sys_message p{
	margin:0 0 20px 0;
}
.myCMS_sys_message p.passed{
	border-left:4px solid #99cc66;
	padding-left:3px;
	background-color:#ccff99;
}
.myCMS_sys_message p.failed{
	border-left:4px solid #ff3300;
	padding-left:3px;
	background-color:#ff9999;
}
p.info_box{
	border-right:solid 4px #000;
	padding:0 3px;
	background-color:#ffff66;
}
.left{
	position: relative;
	float:left;
}
.right{
	position: relative;
	float:right;
}
.clear{
	position: relative;
	clear:both;
}
a {	color: #06c; outline: none; }
a:visited { color: #06c; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }

.headline_a{
	color: #000;
	text-decoration: none;
	margin: 0 0 .2em;
	font-weight:normal;
	font-size: 1.5em;
	letter-spacing: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.headline_a a{
	color: #000;
	text-decoration: none;
}
.headline_a a:hover{
	text-decoration: underline;
}
fieldset{
	padding: 0 10px 10px 10px;
	background:#f9f9f7;
	border:solid 1px #b3b9c3;
}
legend{
	padding:0 0 16px 0;
	margin:0;
	border-top:solid 1px #b3b9c3;
}
legend b{
	background:#f9f9f7;
	color:#000;
	border-left:solid 1px #b3b9c3;
	border-right:solid 1px #b3b9c3;
	border-top:solid 1px #b3b9c3;
	padding:5px 10px 0 10px;
}
hr{
	border:none;
	height:1px;
	margin-top:17px;
	border-top:solid 1px #b3b9c3;
	padding-bottom:20px;
	margin-bottom:0;
}
.small{
	font-size:10px;
	display:inline;
}
.img_lnk img{
	border-bottom:5px solid #fff;
	position: relative;
}
.img_lnk a:hover img{
	border-bottom:5px solid #ccff00;
}
#main{
	min-height:100%;
	text-align: left;
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	background-color:#fff;
	padding: 0px 20px;
}
#head{
	padding: 0 0 20px 0;
	height:96px;
}
#head_title {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	width:75px;
	height:75px;
	float:left;
}
#head_title a{
	text-decoration: none;
}
#head_title h1{
	padding: 7px 115px;
	margin:0;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	font-style:normal;
}
#head_login{
	float:right;
	width:500px;
	padding-top: 5px;
}
#head_login form{
	margin:0;
	padding:0;
}

.high_links{
	width: 100%;
	margin: 0;
	padding: 0;
}
.high_links li{
	margin: 0; 
	padding: 0;
	list-style: none;
}
.high_links a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#3399ff;
}
#menu_box{
	display:inline;
}
#menu, #admin_menu{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #36393D;
}

#menu li, #admin_menu li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
}
	
#menu a:link, #menu a:visited {
	float: left;
	line-height: 20px;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	padding-bottom: 2px;
	border-bottom: 4px solid #fff;
}
#menu a.selected:link, #menu a.selected:visited, #menu a:hover {
	border-bottom: 4px solid #36393D;
	padding-bottom: 2px;
	color: #000;
}
 
#admin_menu{
	background-color:#eaeaea;
	font-weight:bold;
	border:none;
}

#admin_menu a:link, #admin_menu a:visited {
	float: left;
	line-height: 22px;
	font-size: 1.0em;
	padding: 0 10px 2px 10px;
	text-decoration: none;
	color: #000;
}

#admin_menu a.selected:link, #admin_menu a.selected:visited, #admin_menu a:hover {
	font-weight:bold;
	color: #fff;
	background-color:#36393D;
}


#content{ 
	clear:both;
	padding:30px 0px;
}
#foot{
	border-top: solid 1px #ccc;
	padding: 10px 0 20px 0;
}
#foot b{
	font-weight:normal;
	color:#ccc;
}
#foot a.selected{
	background-color:#3399ff;
	text-decoration:none;
	color:#fff;
}

#imageflow{
	text-align:left;
}
#imageflow b{
	color:#fff;
}
#images{
	visibility:hidden;
}
#images img { 
	position:absolute; 
	border:none;
}
#loading{
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	position:relative; 
	text-align:center;
	z-index:10000;
}
#captions a:link, #captions a:visited{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#captions a:hover{
	color:#000;
	text-decoration:underline;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #999;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../../imageflow/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#tag_line{
	position:absolute;
	top:19px;
	width:470px;
	margin-left:94px;
}
