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

/* GENERAL LAYOUT STYLES */

BODY  { 
	margin:0;
	padding:0;
	text-align: center;
	background: #000;
}

body,td,th, tr, p, div {
	font-family: georgia, times new roman;
	font-size: 11px;
	color: #333;
	line-height: 145%;
}

#home_module div,
#home_module p {
	color: #666;
}

#right div,
#right p {
	color: #fff;
}

.block,
.content {
	padding: 0;
	margin: 0;
}

p {
	margin:0;
	padding: 10px;
	padding-left: 0;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 160px;
}

#logo {
	position: absolute;
	top: 53px;
	left: 105px;
	width: 210px;
	height: 120px;
}

#menu {
	position: absolute;
	left: 20px;
	bottom: 30px;
}

#wrapper_content {
	float: left;
	width: 537px;
	background: #fff;
	padding-top: 10px;
}

#right {
	width: 190px;
	float: left;
}

#right .block {
	padding-top: 180px;
	padding-left: 0;
}

#right .content {
	padding-left: 10px;
}

#right p {
	padding: 10px;
}

#home_img {
	width: 535px;
	height: 388px;
	text-align: center;
}

#home_module {
	float: right;
	width: 300px;
}

#home_module .block {
	padding:10px;
}

#in_img {
	height: 115px;
	padding: 10px;
	padding-top: 0;
}

#left {
	float: left;
	width: 5px;
	text-align: right;
	padding-top: 0;
}

#left .block {
	text-align: left;
	padding-left: 10px;
	padding-top: 33px;
}

#content {
	float: right;
	width: 517px;
}

#content-padding {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer {
	text-align: left;
	width: 537px;
	float: left;
}

#footer_module {
	float: left;
	width: 230px;
	text-align: right;
}

#footer div,
#footer p {
	color: #999;
	font-size: 11px;
}

#footermenu {
	float: left;
	width: 537px;
}

#footermenu .block {
	padding: 10px;
	padding-left: 0;
	padding-top: 5px;
}

#logo img {
	display: block;
}

.space {
	height: 50px;
	clear: both;
}

.clear {
	clear: both;
}


/* GENERAL PURPOSE STYLES */

a img {
	border:none;
}

a:link, 
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 10px;
}


/* DRUPAL ELEMENTS STYLES */

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


/* calendar styles */

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

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


/* block styles */

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


/* login window list item styles */

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


/* form styles */

form {
	padding: 0;
	margin: 0;
}

#left form {
	text-align: right;
}

label {
	padding: 0;
	margin: 0;
}

#user-login-form {
	text-align: right;
	float: left;
	padding: 0;
	margin: 0;
	width: 170px;
	padding-right: 10px;
	padding-bottom: 20px;
}

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

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

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

#user-login-form ul {
	padding: 0;
	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 {}

/* new tags */

h1, h2, h3, h4 {
	margin: 0;
	padding: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

h1,
h1.title  {
	font-size: 13px;
	color: #9D5A5D;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	text-transform: capitalize;
}

h2,
h2.title {
	font-size: 12px;
}

#content h2.title a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: none;
	color: #E13D0C;
	font-weight: normal;
	text-transform: lowercase;
}

#home_module_content h2 {
	color: #fff;
	font-size: 20px;
}

#home_module_content h3 {
	display: none;
}

#left h2 {
	padding-bottom: 5px;
	padding-top: 0px;
	text-transform: lowercase;
}

#right h2 {
	background: url(images/right_h3.jpg) no-repeat left top;
	padding: 5px;
	padding-left: 10px;
	text-transform: capitalize;
	height: 24px;
}

#footer h2 {
	display: none;
}

h3 {
	font-size: 12px;
	padding-bottom: 5px;
}

h4 {
	font-size: 11px;
}


/* NAVIGATION MENU */

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

ul li {
	margin-left: 30px;	
	list-style: none;
	list-style-image: url(images/arrow.png);
	padding-left:1px;
	line-height:160%;
}

#left ul {
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: right;
}

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

#right ul li a, 
#right ul li a:link, 
#right ul li a:visited {
	text-decoration: underline;
	line-height: 20px;
	font-size: 11px;
}

#left ul li a, 
#left ul li a:link, 
#left ul li a:visited {
	text-decoration: underline;
	line-height: 20px;
	font-size: 11px;
	color: #666;
}


#left ul li a:hover,
#left ul li a.active {
	color: #E13D0C;
}

#right ul li a:hover,
#right ul li a.active {
	color: #9C5A5C;
}

#left ul li ul {
	margin: 0;
	padding: 0;
	padding-right: 10px;
}



/* menu tags */

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

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

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

#menu a, 
#menu a:link, 
#menu a:visited  {
	font-size: 11px;
	color: #C9C0A3;
	padding-left: 0px;
	padding-right: 20px;
	line-height: 30px;
	/***** text-transform: capitalize; (commented out)*****/
}

#menu ul li a:hover,
#menu ul li a.active {
	text-decoration: underline;
}

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

#footer ul {
	height: 27px;
}

#footer ul li {
	float: left;
	height: 27px;
	line-height: 27px;
}

#footer a {
	color: #999;
}

#footer ul li a, 
#footer ul li a:link, 
#footer ul li a:visited  {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999;
	text-transform: lowercase;
}

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

#footer ul li a.active {
	text-decoration: underline;
}

#content .left {
margin:0;
}