@import url('menu.css');
@import url('community.css');
@import url('gallery.css');
@import url('forum.css');
@import url('events.css');
@import url('cmmnt_member_overview.css');

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

h1
{
	display: none;
}

#main
{
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f6f6;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
}

#top_sm
{
	width: 986px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../img/bg_top_sm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	color: #91dbf9;
	padding-top: 5px;
}

#top_sm .links {
	margin-left: 809px;
}

#top_sm a
{
	text-decoration: none;
}

#top
{
	width: 946px;
	height: 111px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#search_top
{
	position: absolute;
	top: 147px;
	margin-left: 810px;
}

#menu
{
	background-image: url(../img/bg_menu.gif);
	background-image: repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 946px;
	height: 31px;
}

#content
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	color: #404040;
}

#content a
{
	color: #ff9901;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	text-decoration: underline;
}

h1,h2,h3,h4
{
	color: #0094d5;
	font-size: 18px;
	border-bottom: solid 1px #c5c5c5;
	padding-bottom: 5px;
	_padding-top: 10px;
	@padding-top: 10px;
}

#footer
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 10px;
	color: #91dbf9;
}

#footer a
{
	text-decoration: none;
	color: #0895ce;
}

#footer a:hover
{
	color: #ff9900;
}

#bottom
{
	width: 986px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
}

.search_field
{
	height: 12px;
	width: 100px;
	font-size: 10px;
	color: #838383;
}

#row1_col1_cell1
{
	border: solid 1px #c5c5c5;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.button
{
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-x;
	border: solid 1px #c5c5c5;
	height: 28px;
	color: #ffffff;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

input, select, textarea
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #404040;
	border: solid 1px #c5c5c5;
	padding: 3px;
}

.borderblock_notice
{
	border: solid 3px #7ab51d;
	padding: 10px 20px 10px 20px;
	color: #7ab51d;
}

.borderblock_error
{
	border: solid 3px #cd1d1d;
	padding: 10px 20px 10px 20px;
	color: #cd1d1d;
}

.borderblock
{
	border: solid 1px #c5c5c5;
	margin-bottom: 15px;
	padding: 10px;
}

.news_list_item
{
	margin-bottom: 10px;
}

.news_list_date
{
	margin-right: 10px;
}

.news_title
{
	font-size: 16px;
	font-weight: bold;
	color: #25719d;
}

#twitter h1, #twitter h2, #twitter h3, #twitter h4
{
	border: 0px;
}
