

/* -- defaults -- */
html {
	background: #000;
	background-image: url(multicms/images/html_bg.gif);
	background-position: center center;
}
body {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 5px 0px;
}
h1 {
	font: 20px arial;
}
h2 {
	font: bold 15px arial;
}
h3, h4, h5 {
	font: bold 12px arial;
}




/* -- frame -- */
#frame {
	width: 100%;
}
#frame td {
	font: 12px arial;
	color: #fdfdfd;
	text-align: justify;
	vertical-align: top;
}
#frame .header {
	height: 127px;
	background: #FFF;
	background-image: url(multicms/images/header_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#frame .pnl-left {
	background-image: url(multicms/images/pnl_left_bg.png);
	background-position: right 75px;
	background-repeat: no-repeat;
}
#frame .mainmenu {
	width: 866px;
	height: 37px;
}
#frame .pnl-right {
	background-image: url(multicms/images/pnl_right_bg.png);
	background-position: left 230px;
	background-repeat: no-repeat;
}
#frame .content-top {
	width: 866px;
	height: 19px;
	background-image: url(multicms/images/content_top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#frame .content-spacer-v {
	width: 20px;
	background: #383838;
}
#frame .content {
	width: 826px;
	background: #383838;
}
#frame .content-btm {
	width: 866px;
	height: 18px;
	background-image: url(multicms/images/content_btm_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame .spacer-h {
	height: 19px;
}
#frame .footer {
	width: 866px;
	height: 143px;
	/*background: #0e3971;*/
	background-image: url(multicms/images/footer_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}






/* -- HEADER -- */

/* -- logo -- */
#logo {
	width: 252px;
	height: 63px;
	position: relative;
	top: 30px;
	left: -380px;
		border: dashed 1px 000;
}
#logo a {
	text-decoration: none;
}
#logo img {
	width: 252px;
	height: 63px;
	border: none;
}








/* -- CONTENT -- */
#content {
	width: 826px;
}
#content td {
	color: #FFF;
}
#content .content-header {
	height: 170px;
}
#content .content-header-img {
	width: 826px;
	height: 170px;
	background: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#content .content-header-img img {
	width: 826px;
	height: 170px;
	padding: 0px;
	margin: 0px;
}
#content .spacer-h {
	height: 20px;
	line-height: 20px;
}
#content .content-heading {
	height: 65px;
}
#content .content-heading h1 {
	font: 20px arial;
	color: #FFF;
	text-transform: lowercase;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}
#content .content-text {
	height: 500px;
	padding: 0px;
}
#content .content-text .content-image {
	background: #7f7f7f;
	margin: 0px 0px 10px 15px;
	float: right;
	display: inline;
}
#content .content-text .content-image img {
	width: 1px;
	height: 123px;
	margin: 10px;
}
#content .content-sublinks {
	width: 210px;
	background-image: url(multicms/images/dot_v_grey.gif);
	background-position: 20px top;
	background-repeat: repeat-y;
}
#content-text a {
	color: #FFF;
}
#content-text a:hover {
	color: #008aff;
}






/* -- INDEX-CONTENT -- */
#index-content {
	width: 826px;
}
#index-content td {

}
#index-content .slideshow {
	width: 470px;
	height: 470px;
}
#index-content .spacer-v {
	width: 10px;
}
#index-content .content-btns {
	width: 346px;
}
#slideshow-wrapper {
	width: 470px;
	height: 470px;
	clear: none;
}





/* -- FOOTER -- */
#footer {
	
}
#footer h2 {
	font: bold 12px arial;
	color: #cdcdcd;
	padding: 0px;
	margin: 0px;
}
#footer h2 b {
	color: #FFF;
}
/* -- footer-contact-info -- */
#footer-contact-info {
	width: 210px;
	background-image: url(multicms/images/footer_divider_bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #6dadff;
	font-size: 11px;
	text-align: left;
	margin: 20px 0px 0px 20px;
	float: left;
	display: inline;
		/*border: solid 1px #FFF;*/
}
#footer-contact-info a {
	color: #6dadff;
	text-decoration: none;
}
#footer-contact-info a:hover {
	color: #FFF;
}
/* -- footer-menu -- */
#footer-menu {
	width: 260px;
	height: 105px;
	background-image: url(multicms/images/footer_divider_bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 11px;
	margin: 20px 0px 0px 30px;
	float: left;
	display: inline;
		/*border: dashed 1px #FFF;*/
}
#footer-menu ul {
	width: 250px;
	list-style: none;
	padding: 0px;
	margin: 0px;
		/*border: solid 1px #FFF;*/
}
#footer-menu ul li {
	width: 120px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
		/*border: dashed 1px #FFF;*/
}
#footer-menu ul li a {
	color: #6dadff;
	text-decoration: none;
}
#footer-menu ul li a:hover {
	color: #FFF;
}
/* -- social-networks -- */
#social-networks {
	width: 250px;
	height: 105px;
	margin: 20px 0px 0px 30px;
	float: left;
	display: inline;
		/*border: solid 1px #FFF;*/
}
#social-networks a {
	border: solid 1px #0c2e58;
}
/* -- footer-tag -- */
#footer-tag {
	width: 200px;
	font-size: 11px;
	color: #3463a0;
	text-align: right;
	margin: 0px 10px 0px 0px;
	float: right;
	display: inline;
		/*border: solid 1px #FFF;*/
}
#footer-tag a {
	color: #3463a0;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #FFF;
}






/* -- giving ad -- */
#giving-ad {
	text-align: center;
	margin: 30px 0px 0px 0px;
}
#giving-ad img {
	width: 170px;
	height: 30px;
	border: none;
}


/* -- shortlist - events -- */
#shortlist-events {
	margin: 20px 0px 0px 0px;
	clear: both;
}
#shortlist-events h1 {
	color: #c5c2c2;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#shortlist-events h1 b {
	color: #FFF;
}
#shortlist-events .day {
	width: 57px;
	height: 50px;
	background-image: url(multicms/images/events_day_bg.gif);
	background-position: center 5px;
	background-repeat: no-repeat;
	text-align: center;
}
#shortlist-events .month {
	font: bold 11px arial;
	color: #000;
	text-transform: uppercase;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}
#shortlist-events .daynum {
	font: bold 20px arial;
	color: #0c3c79;
	padding: 0px;
	margin: -5px 0px 0px 0px;
}
#shortlist-events .details {
	font-size: 11px;
	padding: 0px 0px 0px 10px;
}
#shortlist-events a.title {
	font-size: 12px;
	font-weight: bold;
	color: #006efe;
	text-transform: lowercase;
	text-decoration: none;
}
#shortlist-events a.title:hover {
	color: #FFF;
}










/* -- forms -- */
#stdform {

}
#stdform div {
	padding: 2.5px 0px;
}
#stdform p {
	width: 150px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#stdform p.text {
	padding: 0px;
}
#stdform .note {
	font: 11px arial;
}
#stdform input, textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform .cb {
	border: none;
}
#stdform .btn_submit {
	background: #4c9702;
	font: bold 11px arial;
	color: #FFF;
}
#stdform select {
	width: auto;
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform option {
	margin: 0px 20px 0px 5px;
}
#stdform .cb {
	border: none;
}
#stdform a {
	background: none;
}






