/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	border-top: 2px solid #F69D3F;
}

p {
	line-height: 150%;
}

ul {
	line-height: 150%;
}

a {
	color: #DF811D;	
}

a:visited {
	color: ##801A40;
}

a.active {
	font-weight: bold;
}

a.activeoff {
	color: #333333;
	font-weight: bold;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size:11pt;
	color: #88294D;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
}

hr {
	border-bottom: 1px solid #D1D1D1;
}

#container {
	width: 732px;
	margin-left: auto;
	margin-right: auto;	
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;	
}


/******** FOOTER **********************/
#footer {
	clear: both;	
	padding-bottom: 80px;
}

#footer a {
	color: #666666;	
	text-decoration: underline;
}

/********************************/
/** HOME CONTENT AND ELEMENTS **/
#splash {
	height: 395px;
	margin-left: 35px;
}

#splash .text {
	padding-top: 40px;
}

#splash ul {
	list-style-type: none;
 	margin: 0px;
	padding: 0px;	
}

#splash li {
	background: url(../images/icon_star.gif);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  margin: 0px;
	padding: 0px 0px 10px 15px;
}

#homenav {
	text-align:center;
	padding-bottom: 40px;
}

#homecontent {
	width: 732px;
	background-color: #ffffff;
	border-top: 1px solid #E0DCDC;
}

#homecontent .left {
	float: left;
	padding-top: 10px;
	width: 350px;
}

#homecontent .right {
	float: left;
	padding-top: 10px;
	width: 382px;
}


/***** INNER PAGES ****/
#containerInner {
	width: 770px;
	margin-left: auto;
	margin-right: auto;	
}

#containerInner .header {
	height: 100px;
	padding-bottom: 20px;	
	background:url(../images/bg_cityscape.gif) no-repeat;
}

#containerInner .nav {	
	padding-top: 10px	
}

#innerContent, #innerContentBg {
	width: inherit;	
}

#innerContent .verticalspacing {	
	padding-top: 80px;
}

#innerContent .verticalspacing250{
	padding-top: 250px;
}

#innerContent .left {
	float: left;
	width: 203px;
	text-align: right;
	padding-right: 14px;
}

#innerContent .right {
	float: left;
	width: 550px;
	height: 600px;
	background: none;
}

#innerContentBg .left {
	float: left;
	width: 203px;
	text-align: right;
	padding-top: 130px;
	padding-right: 14px;
}

#innerContentBg .right {
	float: left;
	width: 550px;
	height: 600px;
	background: url(../images/bg_dancing.gif) no-repeat;

}

