@CHARSET "ISO-8859-1";

h1 {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	color:#333;
	
	font-size:40px;
	letter-spacing:-2px;
	display:none;
}
#header-tag {
	display:block;
	width:650px;
	margin:0 auto;
}
h3#tagline {
	position:relative;
	color:#000; 
	margin:-22px 0 20px; 
	letter-spacing:1.5px; 
	text-align:center;
	z-index:1000000;
}

#wrapper {
	/*background: #f3f3f3 url(/images/gradient-mapback-top.jpg) no-repeat scroll 0 20px !important;*/
}

/* Wrapper */

.front-page-box {
	width:100%;
	height:300px;
	border:1px solid #ccc;
	margin:0;
	background:#fff;
	
	/* CSS3 tweaks for modern browsers */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	box-shadow:0 5px 10px #999;
	-moz-box-shadow:0 5px 10px #999;
	-webkit-box-shadow:0 5px 10px #999;
}

.intro-right {
	float:right;
}

#learn-more {
	float: right;
	margin: -120px 5px 5px 0;
	
	position:relative;
	z-index:3;
}
	
.login-form {
	background:#ddfcFe url(/images/gradient-login.jpg) no-repeat right bottom;
	padding:10px 25px 10px 25px;
	height:280px;
	width:180px;
	border-left:1px dotted #ccc;
	
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.login-form p {
	font-size:11px;
	letter-spacing:-1px;
	margin:-10px 0 20px;
}

.login-form h2 {
	font-size:18px;
	margin-bottom:5px;
}
/*
.login-form ul {
	list-style-type:none;
	margin:15px 0 0;
	padding:0;
}

.login-form li {
	display:block;
	margin:0;
	padding:0;
}
*/	

#content-wrapper .content-maximum h1 {
	font-size: 2em;	
	margin-bottom:0.5em;
}

.wherever {
	color: #950042;
	font-size: /*1.3333em*/1.6666em;
	line-height: /*1.125em*/24px;
	margin: 0 0 12px;
	text-align: center;
}

.wherever em {
	font-weight:bold;
	font-family:"Times New Roman",serif;
	font-size:1.6em;
}

.preloaded-image {
	display: none;
}


#content-wrapper hr {
	width:85%;
}

/* RSS Feed
 * * * * * * * * * * * */
 
#feed-list
{
	height: 50px;
}
#feed-list li
{
	display: none;
	position: absolute;
}
#feed-list #story-0
{
	display: list-item;
}

/* Image Slide Show 
 * * * * * * * * * * * */

/* Container for slides */
.images {
	background-color:#fff;
	position:relative;	
	height:300px;
	/*cursor:pointer; un-comment when tooltips are used*/
	float:left;	
	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:5px;
	padding:0;
	height:300px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* Tooltip Styling 
 * * * * * * * * * * 
.tooltip {
	float:left;
	height:65px;
	width:700px;
	color:#000;
	margin:0 0 0 0;
}

.tooltip h3 {
	margin-bottom:5px;
}

.tooltip > div {
	display:none;
	position:absolute;
	width:695px;
	
	padding:5px 0 0 8px;
}

.tooltip > div#flags {
	display:block;
}
.tooltip > div img {
	float:left;
}
.tooltip > div ul {
	margin-left:50px;
}
*/