@charset "utf-8";

/* CSS Document */

body {
	background-color: #ffffff;
	background-image:url(../images/back1.gif);
	background-repeat:repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}

p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}

a {
	color: #707173;
	text-decoration: none;
}

a:hover {
	color: #6701ad;
	text-decoration: underline;
}

ul {
	font: 12px Arial, Helvetica, sans-serif;
}

img {
	display: block;
}

/* Popup overlay */

#popup_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1000;
}
#popup_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 540px;
	height: 350px;
	padding: 5px;
	background: black;
	text-align: center;
    z-index: 2000;
}


/* Media box */

.media_player {
	width: 270px;
	height: 170px;

	overflow: hidden;
	position: relative;
}
.media_player2 {
	width: 258px;

	overflow: hidden;
	position: relative;

	border: 6px solid #e1e1e1;
}
.article_player {
	width: 300px;
	height: 170px;

	overflow: hidden;
	position: relative;
}

.player_menu {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 270px;
	text-align: center;
	background: #6701ad;
	height: 19px;
	padding: 10px 0px;
}
.media_player2 .player_menu {
	padding: 5px 0px;
	height: 16px;
}
.player_menu img {
	display: inline;
}
.article_player .player_menu {
	width: 300px;
}


/* Links */

.link1 a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#333;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
	
.link1 a:hover {
	color:#6701ad;
	background-image:url(../images/arrow2.gif);
}

.link2 a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#333;
	background-image:url(../images/arrow1b.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
	
.link2 a:hover {
	color:#6701ad;
	background-image:url(../images/arrow2b.gif);
}

.link3 a {
	font: 13px Arial, Helvetica, sans-serif;
	color:#666;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
	
.link3 a:hover {
	color:#6701ad;
	background-image:url(../images/arrow2.gif);
}

.link4 a {
	font: 13px Arial, Helvetica, sans-serif;
	color:#666;
	background-image:url(../images/arrow1c.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
	
.link4 a:hover {
	color:#6701ad;
	background-image:url(../images/arrow2c.gif);
}

#sitemap {
	padding-left: 20px;
}
#sitemap li {
	list-style-type: disc;
	padding: 2px 0px;
}

/* Main Img */
#main-img {
	float: left;

	width: 840px;
	height: 206px;

	margin-bottom: 25px;
	background-repeat: no-repeat;
	background-color: #ffffff;

	border: 10px solid #e1e1e1;
}

#content-img {
	float:right;
	width:380px;
	padding-top:20px;
	padding-right:50px;
}

#content-img2 {
	float:right;
	width:380px;
	padding-top:35px;
	padding-right:50px;
}

.thumbnail {
	width: 114px;
	height: 114px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
}
.thumbnail2 {
	width: 270px;
	height: 114px;
	overflow: hidden;
	display: block;
}


/* Structure */

#wrapper {
	width: 860px;
	margin: 0px auto;
	text-align: left;
}

#content {
	float: left;
	width: 550px;
	border-right: 1px solid #cccccc;
	padding-right:34px;
}
	
	
#sidebar {
	float: right;
	width:220px;
	padding:0 20px 0 30px;
}

.list-item {
	padding-bottom:20px;
}

.list-item img{
	float: left;
	padding-bottom:5px;
	padding-right:10px;
}

.left {
	float: left;
}	

.right {
	float: right;
}

.clear {clear:both;}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font: 22px Arial, Helvetica, sans-serif;
}

h2 {
	color:#000;
}

.title1 {
	font: 24px Arial, Helvetica, sans-serif;
	padding-bottom:12px;
	color: #6701ad;
	}
	
.title1b {
	font: 20px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
.title2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	}
	
.title3 {
	font: 20px Arial, Helvetica, sans-serif;
	}
	
.title3b {
	font: 26px Arial, Helvetica, sans-serif;
	}
	
.title4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color:#999;
	}
	
.highlight {
	color:#6701ad;
	}
	
.title-sub {
	color:#999999;
	margin-bottom: 0px;
}	

.text1 {
	color:#333333;
	font-size:14px;
}

/* Content */

.home1 {
	float: left;
	width: 270px;
	}
	
.home2 {
	float: right;
	width: 270px;
	}
	
.img1 {
 	padding-bottom:10px;
	}

.line {
	margin:20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
	}

.box1 {
	border: 1px solid #cccccc;
	padding: 20px;
	}
	
.box2 {
	background:#f1f1f1;
	border: 1px solid #cccccc;
	padding: 20px 30px 20px 30px;
	color:#999;
	}
	
.box2 a {
	color:#333;
	}
	
.box2 a:hover {
	color:#6701ad;
	}

.select {
	color:#333;
	}
	
.box2b {
	float:right;
	width:200px;
	}

.box3 {
	background:#eff7fd;
	border: 1px solid #cccccc;
	padding: 20px 30px 20px 30px;
	color:#666666;
	}
	
.box3 a{
	color:#333;
	}

.box3b {
	float:right;
	width:200px;
	}

/* Top Navigation */

#top-nav {
	float:right;
	width:295px;
	margin-top:34px;
}

#top-nav ul {
	margin: 0;
	list-style: none;
	padding: 0px;
}

#top-nav li {
	display: inline;
}

#top-nav a {
	padding: 2px 10px 2px 10px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	color: #333333;
	border-right: 1px #bababa solid;
	border-bottom: none;
}

#top-nav a:hover {
	color: #6701ad;
	text-decoration:underline;
}

#top-nav .last a {
	border-right: none;
	padding-right:10px;
}

/* Main Navigation */

#main-nav {
	float:left;
	width:860px;
	height:41px;
	background-image:url(../images/m1.gif);
	background-repeat:repeat-x;
}

#main-nav ul {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
}

#main-nav li {
	display: inline;
	margin: 0px auto;
}

#main-nav a {
	height:41px;
	padding: 12px 21px 0px 21px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color: #666666;
	border-right: 1px #ffffff solid;
	border-bottom: none;
}

#main-nav a:hover {
	color: #6701ad;
	text-decoration:underline;
	background-color:#e1e1e1;
}

#main-nav .select a {
	color: #6701ad;
	background-color:#e1e1e1;
}

#main-nav .last a {
	border-right: none;
}

/* H1 Image*/	

#logo {
	width:420px !important;
	float: left;
}

h1 a {
	width: 420px;
	height: 85px;
	background: url(../images/places-for-everyone-logo.gif);
	float: left;
}

h1 { margin: 0px;}

.logoReplace {
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}

.logoReplace span {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}

/* Partners Logos */

#partners {
	width: 100%;
	background-color: #e7e7e7;
	float:left;
	margin-top:40px;
}

#partners-frame {
	width: 860px;
	margin:auto;
}


/* Footer */

#footer {
	width: 100%;
	background-color: #6701ad;
	color: #ffffff;
	padding: 50px 0 60px 0;
	float:left;
	font-size:11px;
	line-height:17px;
	text-align: left;
}

#footer-frame {
	width: 860px;
	margin:auto;
}

.footer-f1 {
	float:left;
	width: 200px;
}

.footer-f2 {
	float:right;
	width: 440px;
}

.footer-f3 {
	float:right;
	padding-top:14px;
	width: 220px;
}

.footer-f4 {
	float:left;
	padding-top:14px;
	width: 430px;
}

.footer-f5 {
	float:left;
	padding-top:14px;
	width: 430px;
	text-align:right;
}

#footer-frame a {
	color:#ffffff;
	text-decoration:none;
}

#footer-frame a:hover {
	color:#000000;
	border-bottom: 1px #000000 solid;
}




/* forms.css */
	
fieldset {
	padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;
	}
	
legend {
	font-weight:bold;font-size:13px;
	}
	
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff; border:1px solid #c4c4c4; 
	}
	
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #6701ad;
	}
	
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
	}
	
input.text, input.title {
	width:300px;padding:5px; 
	}
	
input.title {
	font-size:13px;
	}
	
textarea {
	width:390px; height:250px; padding:5px;
	}

.textarea1 {
	width:215px;  padding:5px 2px 5px 4px; color:#666;
	}

.textarea1:focus {
	color:#000;
	}

.textarea2 {
	width:300px;   padding:5px 2px 5px 4px; color:#666;
	}
	
.textarea2:focus {
	color:#000;
	}

.textarea3 {
	width:175px; padding:5px 2px 5px 4px; color:#666;
	}
	
.textarea3:focus {
	color:#000;
	}
	
.textarea4 {
	width:300px;  padding:5px 2px 5px 4px; color:#666;  font: 13px Arial, Helvetica, sans-serif; 
	}
	
.textarea4:focus {
	color:#000;
	}
	
.textarea5 {
	width:300px;  padding:5px 2px 5px 4px; color:#666; height:60px; font: 13px Arial, Helvetica, sans-serif; 
	}
	
.textarea5:focus {
	color:#000;
	}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;top:.25em;
	}
	
form.inline {
	line-height:3;
	}
	
form.inline p {
	margin-bottom:0;
	}
	
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	}
	
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	}
	
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
	}
	
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
	}
	
.error a {
	color:#8a1f11;
	}
	
.notice a {
	color:#514721;
	}
	
.success a {
	color:#264409;
	}
	
.search {
	background-image:url(../images/search-back.jpg); color:#4a1c54; padding-left:5px; padding-bottom:2px;
	}
	
.filter {
	width:380px; color:#4a1c54; padding:1px; border:1px solid #cccccc; margin-left:10px; float: left;
	}
	
.bt1 {
	font: 11px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#333;
	}

.bt2 {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	height:30px;
	padding:0 10px 0 10px;
	}

.p10 {
	margin-left:10px;
	}



