/* Start of CMSMS style sheet 'mystyle' */
@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-align: center;
	background-color: #FFFFFF;
}
a img {
	border: none;
}

#container {
  width: 940px;
  margin: 0px auto;
  background: url(uploads/images/main-background.png) repeat-y;
  overflow: hidden;
  padding: 0px 10px;
}

#twitface {
  width: 960px;
  height: 58px;
  background: url(uploads/images/top-shaddow.png) no-repeat;
  margin: 0px auto;
  text-align: right;
}

#twitface img {
  position: relative;
  top: 20px;
  padding-right: 20px;
}

#left-bar {
  float: left;
  width: 280px;
  text-align: left;
}

#left-bar img.logo {
  position: relative;
  left: 50px;
  top: 20px;
}

#left-bar ul#lnav {
  clear: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 8px 25px;
  list-style: none;
  background-color: #f2f0e5;
  color: #5c5c5c;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  height: 240px;
}

#left-bar ul#lnav li {
  line-height: 1.5em;
  margin: 8px 0px;
  clear: both;
}

#left-bar ul#lnav li a {
  text-decoration: none;
  color: #5c5c5c;
}

#left-bar ul#lnav li a:hover {
  text-decoration: underline;
}

#lnav li ul { /* second-level lists */
	position: absolute;
	background-color: #f2f0e5;
        list-style: none;
	width: 126px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	padding: 0px 10px;
	margin: 0px;
        border: 1px solid #c3bc98;
	z-index: 100;
}

#lnav li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
        position: absolute;
        float: left;
        top: 35px;
	left: 140px;
}

#left-bar h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #5c5c5c;
  background: url(uploads/images/news-background.png) repeat-x;
  margin: 0px;
  padding: 25px;
}

#news {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  list-style: none;
  margin: 0px;
  padding: 0px 10px 10px 10px;
}

#news li {
  display: block;
  height: 80px;
  margin-bottom: 20px;
}

#news li img {
  float: left;
  border: 10px solid #f2f0e5;
  margin-right: 10px;
}

#news li a {
  text-decoration: none;
  color: #5c5c5c;
}

#news li a:hover {
  color: #000;
}

#content {
  float: right;
  width: 660px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  background: url(uploads/images/city-background.jpg) 0px 100px no-repeat;
  font-size: 14px;
}

#wrapper {
  margin: 20px 30px;
}

#content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  color: #5c5c5c;
  font-weight: normal;
  margin-bottom: 0px;
}

#content p.intro {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1.6em;
  margin-top: 10px;
}

#content h2 {
  color: #4f4f4f;
  font-size: 14px;
  margin-bottom: 0px;
}

#content p {
  margin: 8px 0px;
}

#content blockquote {
  background-color: #e4af12;
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #25458A;
  font-style: italic;
  font-weight: bold;
  display: block;
  padding: 20px 50px;
  margin: 30px 0px 0px 0px;
}

#nav {
	overflow: hidden;
	width: 900px;
	text-align: left;
	margin: 0px auto;
	display: inline-block;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	width: 10em;
}
#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

p.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #25458A;
}

p.footer a {
  color: #25458A;
  text-decoration: none;
}

p.footer a:hover {
  text-decoration: underline;
}





#content-inside {
  float: right;
  width: 660px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f5f8ff;
  font-size: 14px;
  text-align: left;
}

#wrapper {
  margin: 20px 30px;
}

#content-inside h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  color: #5c5c5c;
  font-weight: normal;
  margin-bottom: 0px;
}

#content-inside p {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1.6em;
  margin-top: 10px;
}

#content-inside ul {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1.6em;
}

#content-inside h2 {
  color: #4f4f4f;
  font-size: 14px;
  margin-bottom: 0px;
}

#content-inside p.zero {
  margin: 8px 0px;
}

#content-inside blockquote {
  background-color: #e4af12;
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #25458A;
  font-style: italic;
  font-weight: bold;
  display: block;
  padding: 20px 50px;
  margin: 30px 0px 0px 0px;
}

#content-inside h3 {
  font-size: 14px;
}








form.wufoo{
	margin:20px 20px 0 20px;
	padding:0 0 20px 0;
}

form.wufoo ul {
list-style-type:none;
margin:0;
padding:0;
width:100%;
}

label {
border:medium none;
color:#222222;
display:block;
font-size:95%;
font-weight:bold;
line-height:150%;
margin:0;
padding:0 0 3px;
}

.info {
border-bottom:1px dotted #CCCCCC;
clear:both;
display:inline-block;
margin:0 0 5px;
}



.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

/* End of 'mystyle' */

