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

body {
	/*background-image: url('images/bg.jpg');
	background-repeat:repeat-x;*/
	background-color:#eeeeee;
	margin:20px;
}

h1 {
font-size: 24px;	
	color: #EE8A18;
}

h2 {
font-size: 18px;	
	color: #EE8A18;
}

a {
color: #EE8A18;
}

#wrapper {
	width: 974px;
	margin: 0 auto;
}

#nav {
	position:relative;
	height: 121px;
}

#logo {
	position: absolute;
	/*left: 41px;*/
}

#loginBox {
	position: absolute;
	background-image:url(images/loginBox.jpg);
	background-repeat: no-repeat;
	width:495px;
	height:121px;
	right:0;
}

#loginBox form {
	margin-top:50px;
	margin-left: 40px;
	font-weight: bold;
}

#loginPassword, #loginEmail {
	width: 120px;
}


#accountBox {
	position: absolute;
	background-image:url(images/accountBox.jpg);
	background-repeat: no-repeat;
	width:495px;
	height:121px;
	right:0;
}

#accountBox p {
	margin-top:40px;
	margin-left: 80px;
	font-weight: bold;
}

#accountBox #accountLnk {
	text-decoration:none; 
	font-size: 42px;
	position: absolute;
	width:155px;
}

#accountLinks {
	position: absolute;
	right:20px;
}

#badge {
	position: absolute;
	top: 0;
	right: 30px;
}

#navDiv {
	margin: 0 20px;
	
}

#navbottom {
	background-image: url(images/mainMenuBtm.jpg);
	background-repeat: no-repeat;	
}

#navDiv a {
	color: #fff;	
	font-size: 18px;
	padding: 0 12px;
}
#middle {
	background-image: url('images/mainSlice.jpg');
	background-repeat: repeat-y;
}
#content {
		
	background-image: url('images/mainTopSect.jpg');
	background-repeat: no-repeat;
}

#contentTop {
	height:26px;
	background-image: url('images/mainTop.jpg');
	background-repeat: no-repeat;

}

#contentBottom {
	height: 14px;
	background-image: url('images/mainBtm.jpg');
	background-repeat:no-repeat;
}

#contentInner {
	margin: 10px 30px 0;
}

#copyright {
	text-align: center;
	margin:0 auto;
	font-size: 80%;
}

.registertable {
	margin: 0 auto;
}

.msgInput {
	width: 280px;

}

/* account page additions */
#groupsList {
	float: left;
	width: 242px;
	padding: 5px;
	margin-right: 10px;
	background: #FFF;
}

#contactsList {
	width: 590px;
	float: left;
	padding: 5px;
}

#contactsList .thin {
	width: 90px;
	font-size: 12px;
}
