@import "/resource/css/default.css";

body
{
	margin: 5px auto;
	width: 1020px;
	background-color: #FEFEFE;
}

h1, h2
{
	font-family: 'Times New Roman', serif;
	line-height: 2em;
}

#container, #header h1, #maintenance, #footer, #content h1, #content h2, #content p
{
	background-color: #FEFEFE;
}

#header
{
	text-align: center;
}

#header h1
{
	font-style: italic;
	font-size: 2.5em;
	color: #333;
}

#header img
{
	border: 0px;
}

#header a, #header a:visited
{
	text-decoration: none;
}

#separator
{
	height: 52px;
	background: url(/images/im/stretchLeft.gif) repeat-x;
	margin-bottom: 10px;
}

#maintenance, #content
{
	height: 450px;
	padding: 1em 2em;
}

#container > #maintenance, #container > #content
{
	min-height: 450px;
	height: auto;
}

#content h1, #content h2
{
	color: #333;
	font-style: italic;
}

#content p, #content ol li
{
	color: #444;
	line-height: 1.8em;
}

#content p
{
	padding-bottom: 1em;
}

#content a, #content a:visited, #content a:hover, #content li
{
	font-style: italic;
	color: #777;
}

#content a:hover
{
	color: #3085db;
	background-color: #DDD;
}

#content ul, #content ol
{
	padding-bottom: 1em;
}

#content ol li
{
	margin: 1em;
}

#main-column
{
	padding: 0.5em;
}

#maintenance
{
	text-align: center;
	font-size: 120%;
	color: #db2830;
	font-style: italic;
}

#maintenance p
{
	color: #3085db;
	margin: 1em;
}

#map
{
	margin: 1em auto;
	width: 800px;
	height: 400px;
	border: 3px double #999;
}

#footer
{
	padding: 1em;
	border-top: 2px dashed #666;
	text-align: center;
	font-size: 85%;
}

#footer, #footer a, #footer a:visited
{
	color: #555;
	background-color: transparent;
	font-style: italic;
}

#footer a, #footer a:visited, #footer a:hover
{
	text-decoration: none;
}

#footer a:hover, #rss a:hover
{
	color: #111;
}

#footer ul, #rss ul
{
	padding: 0.5em 0;
}

#footer li, #rss li
{
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #999;
}

#footer li:first-child
{
	border-left: 0px solid #999;
}

#rss li, #rss li:first-child
{
	background: #f58822 url(/images/rss-feed.png) no-repeat center left;
	padding-left: 20px;
	border: 3px double #eee;
}

#rss a, #rss a:visited
{
	font-weight: bold;
	color: #dcdcdc;
	background-color: transparent;
}

#rss a:hover 
{
	color: #fff;
	text-decoration: none;
}

/* news module */
.news-content 
{
	list-style: none outside;
	margin-left: 1em;
}

.news-content-summary
{
	list-style: square outside url(/images/double_arrow.png);
}

.news-content img
{
	height: 100px;
	width: 100px;
	margin: 2px 5px 5px 0;
	float: left;
}

.news-content h1
{
	font-family: Arial, Lucida Sans Unicode;
	font-size: 1.2em;
//	padding-top: 5px;
	font-weight: bold;
	margin-left: -1em;
	color: #333;
}


.news-content-summary h3
{
	font-size: 1.1em;
	padding-top: 5px;
	font-weight: normal;
}

.news-content a, .news-content a:active, .news-content a:hover, 
.news-content-summary a, .news-content-summary a:active, .news-content-summary a:hover,
{
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

.news-content a:hover, .news-content-summary a:hover 
{
	color: #000;
}

#main-column em, .news-content em, .news-content-summary em, .news-content em2, .news-content-summary em2
{
	color: #999;
	background-color: transparent;
	font-size: 0.65em;
}

.news-content h3
{
	font-size: 1.2em;
	color: #333;
}

.news-content p
{
	color: #555;
	font-size: 95%;
	margin: 0 0 1em 0;
}

.ad-index-main, .ad-story-top
{
	width: 468px;
	height: 60px;
	margin: 10px auto;
}

.text_center
{
	text-align: center;
}

.clear-float
{
	clear: both;
}

.right-side
{
	float: right;
}

.error
{
	color: #d92e2e;
	background-color: transparent;
}
