/* Body Properties */

img { 
border-style: none; 
}


body { 
	border-top: 8px solid #2d2e2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/bg.gif) repeat;
	margin: 0;
	padding: 0;
}

.none {
display: none;	
}

/* END */

/* Wrap Properties */

#wrap {
	margin: auto;
	margin-top: -8px; 
	width: 950px;
	height: 100%;
	clear: left;
}

/* END */

/* Header */

#header_container {
	width: 950px;
	height: 100%;
}

#header_login {
	float: left;
	background: url(../images/header/login.jpg);
	width: 950px;
	height: 52px;
}

	#login_button {
		width: 205px;
		height: 52px;
		float: right;
		display: inline;
		text-indent: -250000px;
		margin-right: 33.5px;
	}
	
#header_loggedin {
	float: left;
	background: url(../images/header/loggedin.jpg);
	width: 950px;
	height: 52px;
}

#members_button {
		width: 289px;
		margin-left: 425px;
		height: 52px;
		float: left;
		display: inline;
		text-indent: -250000px;
	}


	#logout_button {
		width: 205px;
		height: 52px;
		float: right;
		display: inline;
		text-indent: -250000px;
		margin-right: 27.55px;
	}

#header {
	float: left;
	background: url(../images/header/header.jpg) no-repeat;
	width: 950px;
	height: 147px;
}

	#header_trail {
	color: #FFF;
	font-family: Tahoma;
	font-size: 12px;
	float: left;
	display: inline;
	height: 30px;
	width: 950px;
	margin-top: 122px;
	margin-left: 18px;
	}
	
		#header_trail_marquee {
			width: 810px;
			float: right;
			display: inline;
			color: #FFF;
			margin-right: 35px;
		}
		
		#header_trail_strong {
			text-decoration: underline;	
		}
		
		#header_trail_marquee a, #header_trail_marquee a:visited {
			color: #fff;
		}
	
	
	/* NAV */

#nav {
float: left;
width: 100%;
margin: auto;
text-indent: -2500000px;
list-style: none;
}

#nav li {
float: left;
}

#nav a {
display: block;
height: 35px;
}

#nav a:hover, #nav .selected {
background-position: bottom;
}

#nav-home a {
background: url(../images/menu/home.jpg);
width: 109px;
}

#nav-about a {
background: url(../images/menu/about.jpg);
width: 109px;
}

#nav-standard a {
background: url(../images/menu/standard.jpg);
width: 109px;
}

#nav-respect a {
background: url(../images/menu/respect.jpg);
width: 109px;
}

#nav-fasites a {
background: url(../images/menu/fasites.jpg);
width: 109px;
}

#nav-teams a {
background: url(../images/menu/teams.jpg);
width: 109px;
}

#nav-reports a {
background: url(../images/menu/reports.jpg);
width: 109px;
}

#nav-contacts a {
background: url(../images/menu/contacts.jpg);
width: 109px;
}


/* END */

/* Content */

#content_container {
	float: left;
	background: url(../images/content/bg.jpg) repeat-y;
	width: 946.3px;
	clear: right;
}

#content {
display:inline;
float:left;
min-height: 250px;
margin-left:43px;
margin-top:10px;
width:866px;
}

#content_seperator {
display:inline;
float:left;
min-height: 15px;
margin-left:43px;
margin-top:10px;
width:866px;
}

#left_one {
float:left;
display: inline;
margin-top:4px;
min-height:100px;
width:613px;
}

	.greenh2 {
	color: #4d7f08;
	text-decoration: underline;
	margin-top: 0px;
	}
	
	.redh2 {
	color: #F00;
	text-decoration: underline;
	margin-top: 0px;
	}

#right_one {
float: right;
dispaly: inline;
width: 252px;
min-height: 100px;
}

	#right_reports {
	background: url(../images/content/right_reports.gif) no-repeat;
	float: right;
	width: 245px;
	height: 207px;
	}
	
	#right_logos {
	background: url(../images/content/right_logos.gif);
	float: right;
	width: 245px;
	height: 168px;
	}
	
		#right_som_fa {
		display:inline;
		float:left;
		height:110px;
		margin-left:15px;
		margin-top:35px;
		width:120px;
		}
		
		#right_fa {
		display:inline;
		float:right;
		height:162px;
		margin-right:18px;
		margin-top:2px;
		width:75px;
		}
/* END */

/* Footer */

#footer_container {
	float: left;
	background: url(../images/footer/footer.jpg);
	height: 271px;
	width: 950px;
}

#footer_copyright {
	width: 950px;
	color: #FFF;
	float: left;
	margin-top: 14px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

	#footer_copyright a {
		color: #fb0000;
		text-decoration: none;
	}
	
	#footer_copyright a:hover {
		text-decoration: underline;	
	}

#footer_torindul_a {
	float: left; 
	margin-left: 40px;
	margin-top: 15px;
	display: inline;
	width: 250px;
	height: 94px;
}

	#footer_respect_a {
	float:left;
	height:113px;
	margin-left:10.5px;
	width:929px;
	}

#footer_fa_a {
	float: right;
	width: 156px;
	height: 90px;
	margin-right: 46px;
	margin-top: 13px;
	display: inline;
}

/* END */

input {
	padding: 5px;
	font-size: 12px;
	width: 180px;
	border: 1px solid #000;
	margin-top: 2px;
	}
	
legend {
	display: none;
	}
	
textarea {
	padding: 5px;
	width: 450px;
	height: 135px;
	border: 1px solid #000;
	font-size: 12px;
	}
	
.button {
	cursor: pointer;
	border: 1px solid #000;
	height: 25px;
	background: #0F9;
	padding: 3px;
	}
	
.buttonred {
	cursor: pointer;
	border: 1px solid #000;
	height: 25px;
	color: #FFF;
	background: #F00;
	padding: 3px;
	}
	
.none {
	
}

#rightmembers_ui {
margin-left: -38px;
margin-top: -7px;
list-style-type: none;
}


