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

/* GENERAL LAYOUT STYLES */

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

body,td,th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 130%;
}

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

#content p {
	margin-bottom:1em;
}

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

#header {
	position: relative;
	left: 0;
	top: 0;
	height: 188px;
}

#logo {	
	position: absolute;
	left: 0;
	top: 10px;
	width: 825px;
	height: 135px;
}

#top_menu {
	position: absolute;
	right: 0;
	top: 120px;
	text-align: right;
}

#menu {
	position: absolute;
	top: 150px;	
/*	background: #D50909; */
	background: #ee001a;
	width: 825px;
	height: 23px;
	color: #fff;
	border-top: 4px solid #E3E3E3;
	border-bottom: 6px solid #E3E3E3;
}

#main_img {
	width: 825px;
	padding-bottom: 7px;
}

#main_img .content {
	padding: 10px;
}

#logo img,
#main_img img {
	display: block;
}

#wrapper_bg,
#wrapper_bg_in {
	background: url(images/wrapper_bg.gif) no-repeat left top;
	border: 1px solid #ddd;
	border-top: none;
	width: 824px;
}

#wrapper_bg_in {
	background: url(images/wrapper_bg2.gif) no-repeat left top;
}

/* homepage elements */

#left {
	float: left;
	width: 255px;
}

#center {
	float: left;
	width: 295px;
}

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

#left .block,
#center .block,
#right .block {
	margin: 0;
	padding: 0;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#left .block {
	width: 240px;
}

#center .block {
	width: 270px;
}

#right .block {
	width: 255px;
}

/*inside page elements */

#left-in {
	float: left;
	width: 245px;
	padding-top: 40px;
}

#left-in .block {
	padding: 10px;
}

#content {
	float: left;
	width: 550px;
	margin-left: 20px;
	padding: 0;
}

#path {
	margin-top: 13px;
	padding-left: 13px;
}

#content-padding {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#clear, .clear {
	clear:both;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 825px;
	margin-top: 20px;
}

/* GENERAL ELEMENT STYLES */

a img {
	border:none;
}

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

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 10px;
}


/* DRUPAL ELEMENTS STYLES */

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


/* hide titles for menus */

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

/* login window list item styles */

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

/* form styles */

form {
	padding: 0;
	margin: 0;
}

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

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 {
	width: 170px;
	text-align: left;
}

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

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

/* HEADING STYLES FOR THE SITE */

h1, h2, h3, h4 {
	margin: 0;
	color: #333;
	padding: 5px;
	padding-left: 0;
}

h1,
h1.title  {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}

h2,
h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top:1em;
	padding-bottom:1em;
}

#content h2.title a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 13px;
	padding-top:1em;
	padding-bottom:1em;
}

h4 {
	font-size: 12px;
	padding-top:1em;
	padding-bottom:1em;
}

h5 {
	font-size:11px;
}

/* set defaults ul and li styles */

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%;
}

/* block styles (headings, lists, etc.) */

#left h2,
#center h2,
#right h2 {
	font-size: 12px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#left-in h3 {
	padding-left: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

#left-in ul {
	margin-bottom: 10px;
}

#left-in ul {
	margin: 0;
	padding: 0;
}

#left-in ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 140%;
}

#left-in li {	
	list-style: none;
	list-style-image: none;
}

#left-in ul li a, 
#left-in ul li a:link, 
#left-in ul li a:visited {
	text-decoration: none;
	font-size: 11px;
/*	text-transform: lowercase; */
	display: block;
	font-weight: bold;
}

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

#left-in li ul  {
	padding-top: 5px;
}

#left-in li ul li  {
	background: none;
	padding-left: 10px;
}

/* MENU STYLES */

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

#top_menu ul {
	height: 23px;
} 

#top_menu ul li {
	float: right;
	height: 23px;
	line-height:23px;
}

#top_menu a, 
#top_menu a:link, 
#top_menu a:visited {
	color:#666;
	padding-left: 5px;
	padding-right:5px;
	text-decoration: none;
	font-weight: normal;
/*	text-transform: lowercase; */
}

#top_menu a:hover, 
#top_menu a.active {
	text-decoration: underline;
}

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

#menu ul {
	height: 23px;
} 

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

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

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

/* FOOTER MENU */

#footermenu {
	text-align: center;
	height:27px;
	line-height:27px;
}

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

#footer ul {
	height: 27px;
}

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

#footer a {
	color: #999;
}

#footer ul li a, 
#footer ul li a:link, 
#footer ul li a:visited  {
	ont-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
	font-weight: normal;
/*	text-transform: lowercase; */
}

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

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

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

/* drupal elements reset for this theme */

.messages, .error {
	padding: 1em !important;
	margin:0.4em !important;
}

.status {
  border: 1px solid #3D3; /* green - change if site's color scheme is very different */
}

#content table td {
padding:6px;
} /* adds padding to table cells, usually for admins */

ul.tabs.primary li a {
margin-bottom:0;
padding:2px;
}

ul.tabs.secondary li {
margin-left:0px;
}

ul.tabs {
margin-bottom:1em;
} /* three elements above for editing tabs right below content title */
