@charset "UTF-8";
/* CSS Document */

html {
	/* scrollbar always visible - no jump */
	height:100%;
	margin-bottom: 1px;
}

body {
	margin:0px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

a:link, a:visited, a:active {
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer a:hover {
	text-decoration:underline;
}




h1 {
	margin:0px;
	padding:0px;
	padding-left:15px;
	color:#2764A3;
	font-size:18px;
	font-weight:normal;
}


/* center all */
#all {
	position:relative;
	margin:0px auto;
	width:900px;
	padding:0px 18px 0px 18px;
	background-image:url(/themes/simeso/images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/* header styles */
#topLine {
	height:6px;
	background-color:#FAE68B;
}

#header {
	background-image:url(/themes/simeso/images/header_image_001.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:185px;
}

#headerOverlay {
	background-image:url(/themes/simeso/images/header_bg.png);
	background-repeat:no-repeat;
	width:900px;
	height:185px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.simeso.org/themes/simeso/images/header_bg.png', sizingMethod='scale');
	_background:none;

}

#logo a:link, #logo a:visited, #logo a:active {
	position:absolute;
	top:20px;
	left:22px;
	width:190px;
	height:127px;
}

#headerLinks {
	position:absolute;
	top:10px;
	left:796px;
	width:128px;
}

#headerLinks a:link, #headerLinks a:visited, #headerLinks a:active {
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
}

#headerLang {
	position:absolute;
	top:162px;
	left:730px;
	width:180px;
	color:#FFFFFF;
}

#headerLang a:link, #headerLang a:visited, #headerLang a:active {
	color:#FFFFFF;
	margin-left:4px;
	margin-right:4px;
	text-decoration:none;
	text-transform: uppercase;
}

#headerLang a:hover {
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	_text-decoration:underline;
	text-transform: uppercase;
}

#headerLang a.active:link, #headerLang a.active:visited, #headerLang a.active:active {
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	zoom: 1;
}

/* content styles */

#header_content_separator {
	width:900px;
	height:18px;
	background-image:url(/themes/simeso/images/header_content_separator.png);
	background-repeat:repeat-y;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./themes/simeso/images/header_content_separator.png', sizingMethod='scale');
	_background:none;
}

.contentGradient {
	display:block;
	background-image:url(/themes/simeso/images/content_gradient.png);
	background-repeat:repeat-x;
	height:30px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./themes/simeso/images/content_gradient.png', sizingMethod='scale');
	_background:none;
}

#leftCol {
	float:left;
	width:199px;
	background-color:#E7EEF5;
}

#mainCol {
	float:left;
	width:502px;
}

#rightCol {
	float:left;
	width:199px;
	background-color:#FEFCF1;
	background-image:url(/themes/simeso/images/content_gradient_ie_yellow.png);
	background-repeat:repeat-x;
}

#rightCol h2, #header_content_separator h2 {
	height:17px;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-top:1px;
	padding-right:2px;
	padding-bottom:-1px;
	_padding-top:0px;
	_padding-bottom:0px;
	padding-left:5px;
	margin:0px;
	background-image:url(/themes/simeso/images/yellow_gradient.png);
	background-repeat:repeat-x;
}

#header_content_separator h2 {
	float:right;
	width:192px;
}

#rightCol ul {
	list-style-position:outside;
	list-style-image:url(/themes/simeso/images/arrow_yellow.png);
	_list-style:none;
	_list-style-image:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-left:13px;
}

#rightCol li {
	padding:10px 0px 10px 0px;
	_background-image:url(/themes/simeso/images/arrow_yellow.png);
	_background-repeat:no-repeat;
	_background-position:-3px 15px;
}

#rightCol blockquote {
	margin: 0px 0px 0px 10px;
}


#leftCol ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#leftCol li.nav_link a:link, #leftCol li.nav_link a:active, #leftCol li.nav_link a:visited {
	display:block;
	height:1%;
	width:185px;
	padding:3px;
	padding-bottom:5px;
	padding-left:11px;
	font-size:11px;
	color:#333333;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	text-decoration:none;
}

#leftCol li.nav_link a:hover {
	background-image:url(/themes/simeso/images/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:underline;
}

#leftCol li.first a:link, #leftCol li.first a:active, #leftCol li.first a:visited {
	border-top:none;
}

#leftCol li.last a:link, #leftCol li.last a:active, #leftCol li.last a:visited {
	/*border-bottom:none;*/
}

#contentGray {
	display:block;
	height:56px;
	background-color:#F2F2F2;
}

#content {
	padding:10px 15px 10px 15px;
	line-height:1.5;
	font-size:12px;
}

/* footer styles */
#footer {
	display:block;
	border-top:4px solid #FAE68B;
	background-color:#FFFFFF;
	background-image:url(/themes/simeso/images/footer_bg.png);
	background-repeat:repeat-x;
	padding-top:8px;
	height:27px;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
}

/* other styles */

.clear {
	clear:both;
}

.padding {
	padding:13px;
}

/* membertable styles */
#MemberTable {
}

#MemberTable td {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right:0px;
	margin:0px;
	border-bottom:1px solid #ccc;

}

#MemberTable td.picture {
	border-bottom:1px solid #ccc;
}

#MemberTable td.picture img {
	padding: 3px;
	border:1px solid #ccc;
}




/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
img.right {
	float:right;
	margin-left:20px;
}
img.left {
	float:left;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
}
img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.floatLeft{
	float: left;
}



.floatRight{
	float: left;
}
