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

/* GENERAL LAYOUT STYLES */



BODY {
	margin:0;
	padding:0;
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 140%;
	text-align: left;
}

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

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

body#front {
	background-color: #E8E8E8;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body#second {
	background: #E8E8E8;
}

#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

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

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

#menu {
	width: 850px;
	height: 31px;
}

#logo {
	margin-top: 25px;
}

#home {
	width: 515px;
	background-image: url(images/home.png);
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 140px;
	margin-top: 32px;
	padding-left: 10px;
	padding-right: 324px;
	border-right: 1px solid #fff;
}

#container {
	float: left;
	width: 850px;
	background: #F3F3F3;
	margin-bottom: 25px;
	margin-top: 25px;
}

#content {
	float: left;
	width: 580px;
}

#content-padding {
	background:url("images/content.gif") repeat-x scroll 0 0 #FFFFFF;
	padding: 15px;
	padding-bottom: 30px;
	padding-top: 0;
}

#right-in {
	background: url(images/right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 40px;
	float: left;
	width: 270px;
}

#lowerpanel {
	background: url(images/lowerpanel.png);
	float: left;
	width: 850px;
}

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

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

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

#left .block,
#center .block,
#right .block {
	margin: 0;
	padding: 15px;
}

#footer {
	float: left;
	width: 850px;
	margin-top: 10px;
}

#clear {
	clear: both;
}

/* GENERAL ELEMENT STYLES */

a img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

#right-in .block {
	padding: 0 25px 10px;
	margin: 0;
}

blockquote {
	margin: 10px;
}

.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

#home p,
#home div {
	font-size: 33px;
	line-height: 120%;
}

#home a,#home  a:link, #home a:visited {
	color: #00b6de;
	text-decoration: none;
}

#home a:hover {
	text-decoration: underline;
}

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

.submitted {
	display: none;
}

/* DRUPAL ELEMENTS STYLES */

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

/* hide titles */

#menu h2,
#home h2,
#left h2,
#center h2,
#footer h2 {
	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;
}

/* HEADING STYLES FOR THE SITE */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	color: #00b6de;
	padding-top: 1em;
	padding-bottom: 1em;
}

h1,
h1.title,
#content h2.title a {
	font-size: 30px;
	font-weight: noemal;
	text-transform: lowercase;
	color: #333;
	padding-top: 0;
	padding-bottom: 0.5em;
	height: 41px;
	line-height: 41px;
}

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

#right h2 {
	color: #00b6de;
	text-transform: lowercase;
	padding-top: 0;
	font-size: 13px;
	padding-bottom: 0.5em;
}

#right-in h2 {
	font-size: 13px;
	text-transform: lowercase;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h4 {
	font-size: 13px;
	color: #00b6de;
	padding-top: 1em;
	padding-bottom: 1em;
}

h5 {
	font-size: 12px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
}

/* set defaults ul and li styles */

ul {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

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

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

/* primary menu - at the top of this site */

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

#menu ul {
	height: 31px;
} 

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

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding-right: 45px;
	text-transform: lowercase;
	padding-top: 0;
	padding-bottom: 0;
}

#menu ul li ul {
	width: 170px;
	padding-top: 0;
	margin-top: 11px;
	margin-left: -10px;
	background: #03c8f3;
}

#menu ul li ul li {
	background: #03c8f3;
	width: 170px;
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
}
#block-views-e65b063bcf98706a544c450acfdcc717 .blockinner h2{
margin-bottom: -24px;
}
.blockinner .view .views-row{

margin-bottom: -20px;
}