@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }
body { font-family: Arial, Helvetica, sans-serif; background-color:#333333; }
#wrapper { margin: auto; width: 822px;}

#header, #leftcolumn, #rightcolumn, #content, #footer {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header, #footer { width: 822px; }

#leftcolumn, #rightcolumn, #content { float: left; padding: 10px; }

#header { 
	float: left;
	border-bottom: 10px solid #fff;
	height: 250px;
}

#leftcolumn { width: 175px; padding-left: 0px; }
#content { width: 410px; display: inline; }
#rightcolumn { width: 196px; padding-right: 0px;}
#footer { 
	clear: both; 
	border-top: 1px #fff solid;
	padding-bottom: 5px;
}

#box {
	width: 380px; height: 60px;
	position: absolute;
	text-align:center;
	vertical-align: middle;
}

.clear { clear:both; }

div#resources, div#home, div#campaigns, div#ents, div#contact, div#news { height: 48px; padding-left: 60px; margin-bottom: 10px;}
div#resources div, div#home div, div#campaigns div, div#ents div, div#contact div, div#news div { padding-top: 15px; }
div#home {	background:url(/scty04/new-images/home.png) left no-repeat; }
div#campaigns {	background:url(/scty04/new-images/campaigns.png) left no-repeat; }
div#ents {	background:url(/scty04/new-images/ents.png) left no-repeat; }
div#contact {	background:url(/scty04/new-images/contact.png) left no-repeat; }
div#news {	background:url(/scty04/new-images/news.png) left no-repeat; }
div#resources {	background:url(/scty04/new-images/resources.png) left no-repeat; }

h2 { font-size: 300%; }

h3 { font-size: 200%; margin-bottom: 15px; }

p { color: white; font-size: 100%; margin-bottom: 20px; }

#footer p {padding: 10px 10px 0px 10px; }

a { color:#fff; font-weight:bolder; text-decoration:none; }

#content a { font-weight:normal; text-decoration:underline; }

a:hover { color:orange; text-decoration:underline; }

a:visited { color:#fff; text-decoration:underline; }

a:active { color:orange; text-decoration:underline; }

#rightcolumn a, #rightcolumn a:visited, #rightcolumn a:active, #footer a, #footer a:visited, #footer a:active { text-decoration: none; }

/*Navigation*/
div#nav ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
}

div#nav li {
	border-bottom:1px solid #fff;
}

div#nav li a {		
	display:block;
	padding-left: 40px;
	padding-top: 10px;
	font-weight:normal;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	height:28px;
	vertical-align: middle;
}

div#nav li.home  a{ background-image: url(/scty04/new-images/home.png); }
div#nav li.ents a { background-image: url(/scty04/new-images/ents.png); }
div#nav li.campaigns a { background-image: url(/scty04/new-images/campaigns.png); }
div#nav li.resources a { background-image: url(/scty04/new-images/resources.png); }
div#nav li.news a { background-image: url(/scty04/new-images/news.png); }
div#nav li.guide a { background-image: url(/scty04/new-images/guide.png); }
div#nav li.contact a { background-image: url(/scty04/new-images/contact.png); }

div#nav li a{ font-weight: bold; }

ul#breadcrumb{
	overflow: hidden;
	list-style: none; 
	margin-bottom: 1em;
	margin-top:-.4em;
	padding-bottom: 6px;
}

ul#breadcrumb li{
	float: left;
	margin: 5px .8ex 0 0;
	border-right: 1px solid #333;
	padding-right: .8ex;
}

ul#breadcrumb li.last{ border: 0; }

a#join-en { background:url(/scty04/new-images/join_us_en.png) no-repeat center; text-indent: -2000px; height:103px; width:133px; display:block; margin: 25px;}

#content ul { padding-left: 25px; }

h3#news {
	background:url(/scty04/new-images/newsBig.png) no-repeat left center;
	padding-left: 45px;
	font-size: 170%;
}

div#newslist ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

div#newslist li {
	border-bottom:1px solid #fff;
	padding: 5px;
}

div#newslist li.last {
	border-bottom:none;
}

div#newslist li span {
	font-weight: bold;
}

p.cloud { text-align: center; padding-top:25px; padding-right: 10px; }

span.largeone { font-size: 120% }
span.largetwo { font-size: 140% }
span.largethree { font-size: 160% }

a#facebook { width:184px; height:80px; background:url(/scty04/new-images/facebook.png) no-repeat center; text-indent: -2000px; display:block; }

#summary, #logo {
	height: 85px;
	width: 820px;
		text-indent: -3000px;
	font-size: 1px;	
}

#logo { background:url(/scty04/new-images/aplogo.png) no-repeat 95% 100%; }
	
	
.right {
	float: right;
}

#homemenu { padding-left: 20px; }
	
