/* CMS Lounge stylesheet */
/*******************************/ 

/* GENERAL LAYOUT STYLES */

BODY  { 
	margin:0;
	padding:0;
	text-align: center;
}

body,td,th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 130%;
}

.block,
.content {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 10px;
}

#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: 70px;
	width: 212px;
	height: 73px;
}

#top_menu {
	position: absolute;
	right: 0;
	top: 120px;
	text-align: right;
}

#menu {
	position: absolute;
	top: 150px;	
	background: #B2DB00;
	width: 825px;
	height: 23px;
	color: #000000;
	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;
}

#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;
}

#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;
}
#switch_temp {
	margin: 0;
	padding: 0;
}

#switch_temp .block {
	padding:15px;
	
}

#content-padding {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#clear {
	clear:both;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 825px;
	margin-top: 20px;
}

/* GENERAL PURPOSE STYLES */

a img {
	border:none;
}

a:link, 
a:visited {
	color: #117CA4;
	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;
}


/* 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;
}

#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;
}


/* 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;
	color: #333;
	padding: 5px;
	padding-left: 0;
	padding-bottom: 10px;
}

h1,
h1.title  {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #9C9E9B;
	text-transform: uppercase;
}

h2,
h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#content h2.title a {
	font-size: 13px;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

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 h2,
#center h2,
#right h2 {
	font-size: 12px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#top_menu h2 {
	display: none;
}

#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 tags */

#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;
	background: url(/images/menu_bg.gif) right top no-repeat;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;	
	text-transform: uppercase;
}

#menu ul li a:hover, 
#menu ul li a.active {
	text-decoration: underline;
}

#footermenu {
	text-align: right;
	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;
}

.leftsidebar {
	background-image: url(/files/image/fading_background_8.png);
}
