/* CMS Lounge stylesheet */
/*******************************/ 

/* GENERAL LAYOUT STYLES */

#wrap {
	width: 100%;
	background-color: #ffffff;
}

#wrap2 {
	margin: 0 auto;
	width: 800px;

}

#fronthead {
	padding-top: 20px;
	height: 266px;
	width: 100%;
	background: white;
/*	background-image: url(images/bgtop.jpg);
*/	background-position: bottom;
	background-repeat: repeat-x;
}

#head {
	padding-top: 20px;
	height: 140px;
	width: 100%;
	background: white;
/*	background-image: url('images/bgtop.jpg');
*/	background-position: bottom;
	background-repeat: repeat-x;
}

#fronthead2 {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 266px;
}

#head2 {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 140px;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
    background: #fff url('images/logobig.jpg') no-repeat left bottom;
	width: 407px;
    height: 307px;
}

#logoin {
	position: absolute;
	right: 115px;
	top: 30px;
	z-index: 3;
	background: #fff url('images/logoin.jpg') no-repeat left bottom;
	width: 153px;
    height: 125px;
}

#message {
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 3;
	padding-left: 20px;
	width: 300px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
}

#content {
	float: left;
	width: 420px;
	padding-top: 20px;
	margin-left: 14px;
	display: inline;
}

#right {
	float: left;
	width: 240px;
	margin-top: 42px;
	margin-left: 50px;
	display: inline;
}
 
#right-content {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer {
	clear: both;
	height: 30px;
	padding-bottom: 20px;
}

#clear {
	clear: both;
}


/* GENERAL PURPOSE STYLES */

BODY {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	background-color: #ffffff;
}

body,td,th, tr, p, div {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
	line-height: 18px;
}

hr  {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}

a:link, 
a:visited {
	color: #3592AE;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #576C75; 
}

#content img {
	margin:5px;
	border: 6px solid white;
}


#content a:link, 
#content a:visited {
	text-decoration: underline;
}

h1, h2, h3 {   /* h2 is style for page titles */
	font-family: Helvetica, Arial, sans-serif;
	color: #466771;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
} 

h1.title {   /* style for page titles */
	font-family: Helvetica, Arial, sans-serif;
	color: #466771;
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
}

h2.title,
h3.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B4249;
} 



#content h2.title a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
letter-spacing: -0.05em;
}

#content li {	
	list-style-image: url(images/bullet.jpg);
}

blockquote {
	margin: 10px;
}


/* DRUPAL ELEMENTS STYLES */

.links {
  margin: 0em 0em 2em 0;
  padding-top:  6px;
  text-align: right;
 }


.block {
  padding-bottom: 1em;
}


/* NAVIGATION MENU */

ul, 
ul li {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul li {
	padding-left: 5px;
	margin-left: 30px;
}

#menu ul,
#menu li,
#right ul,
#right li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu ul {
	height: 34px;
	width: 715px;
}

#menu li {
	float: left;
	height: 29px;
	line-height: 29px;
}

#menu a:link,
#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-right: 8px;
	padding-left: 16px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.9px;
	text-transform: lowercase;
	color: #333333;
	text-align: left;
	text-decoration: none;
	line-height: 175%;
	height: 30px;
}

#menu a:hover,
#menu a.active {
	color: #CC0000;
}

#right ul {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
	padding-left: 5px;
}

#right li {	
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-type: none;
	text-color: #666;
	background: url(images/menubg.jpg) no-repeat left bottom; 
}


/* calendar styles */

.calendar td, 
.calendar th, 
.calendar tbody {
	border: 1px solid gray;
	font-size: 11px;
}

.calendar table {
	width: 160px;
	margin: 3px;
}


/* block styles */

#footer .block {
	padding-left: 30px;
}

#menu .block h2 {
	visibility: collapse;
	display: none; 
}

/* login window list item styles */

.item-list ul li {
	list-style-type: none;
}


/* form styles */

#user-login-form {
	width: 170px;
	text-align: left;
}

input.form-text, 
select {
	border: 1px solid #333;
	background: white;
	padding: 2px;
}

#content input.form-text {
	width: 250px;
}

input.form-text:hover {
	background: #F9F9F9;
}

#user-login-form {
	width: 170px;
	text-align: left;
}

#user-login-form ul {
	padding-top: 8px;
}

#user-login-form ul li {
	margin-left:0;
}


/* UNUSED STYLES */

#header .title {}
#header .title a {}
#header .title a:hover {}
#header .site-slogan {}
.node .title {}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {}
.node .title a:hover {}

#content .left, 
#content .right {
margin:0;
}
