/* Cross Culture on Campus (C3) */
/* Created: May 2008            */
/* Design by heynina.com        */

@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: small;
	background: #000000 url(../images/background.gif) repeat;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a {
	color: #000000; border-bottom: 1px dotted #000000; text-decoration: none;
} 
a:hover {
	color: #000000; text-decoration: none; border: none;
}
img {
	padding: 2px;
	border: #000000 1px;
}
.c3-style #container {
	width: 799px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.c3-style #headercontent { 
	background: #660000;
	background-image:url(../images/header.gif);
	height:202px;
} 
.c3-style #headertop a {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom: none;
}
.c3-style #headertop a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	border-bottom: none;
}
.c3-style #headertop h1 {
	margin: 0;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:right;
	padding:6px 25px 0 0;
}
.c3-style #headermenu {
	margin: 153px 0 0 0;
	padding: 0 0;
}
.c3-style #sidebar1 {
	float: right;
	width: 190px;
	background: #FFF;
	margin: 0 10px 50px 0;
	padding: 35px 0 0 0;
	_padding: -5px 0 0 0;
}
.c3-style #sidebar1 ul {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

.c3-style #sidebar1 ul li {
	margin: 0 15px 0 0;
	padding: 5px 0 5px 0;
	border-top: dotted 1px;
	border-bottom: none;
	font-size: 11px;
}
.c3-style #sidebar1 ul li a {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 11px;
}
.c3-style #sidebar1  ul li a:hover {
	background: #EEEEEE;
	text-decoration: none;
	font-size: 11px;
	border-bottom: none;
}
.c3-style #sidebar1 a {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 11px;
}
.c3-style #sidebar1 p {
	width: 190px;
	background: #FFF;
	margin: 0 15px 5px 0;
	padding: 5px 0 5px 0;
	border-top: solid 3px;
	border-bottom: none;
	font-weight: bold;
}
.c3-style #sidebar2 p {
	width: 190px;
	background: #FFF;
	margin: 0 15px 5px 0;
	padding: 5px 0 5px 0;
	font-weight: normal;
	border-top: none;
	border-bottom: none;
}
.c3-style #mainContent-home { 
	margin: 0 0 0 0;
	padding: 260px 20px 25px 130px;
	background-image:url(../images/welcome.png);
	background-repeat: no-repeat;
} 
.c3-style #mainContent-about { 
	margin: 0 250px 0 0;
	padding: 125px 20px 25px 100px;
	background-image:url(../images/about.png);
	background-repeat: no-repeat;
} 
.c3-style #mainContent-resources { 
	margin: 0 200px 0 0;
	padding: 100px 5px 25px 140px;
	background-image:url(../images/resources.png);
	background-repeat: no-repeat;
} 
.c3-style #mainContent-community { 
	margin: 0 250px 0 0;
	padding: 125px 20px 25px 145px;
	background-image:url(../images/community.png);
	background-repeat: no-repeat;
} 
.c3-style #mainContent-support { 
	margin: 0 250px 0 0;
	padding: 125px 20px 25px 145px;
	background-image:url(../images/support.png);
	background-repeat: no-repeat;
} 
.c3-style #mainContent-contact { 
	margin: 0 250px 0 0;
	padding: 150px 20px 25px 145px;
	background-image:url(../images/contact.png);
	background-repeat: no-repeat;
} 
.c3-style #footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD;
	font-size:x-small;
} 
.c3-style #footer p {
	margin: 0;
	padding: 10px 0;
}
.c3-style #footer a {
	border: none;
}
.c3-style #footer a:hover {
	border-bottom: dashed 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}