/* Cross Current Web CSS Document */


/*----- [universal styles] -----*/

* {
	margin:0;
	padding:0;
}

#clearall {
	clear:both;
	height:1px;
}

body {
	background:#363745;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
}

#top {
	background:url(../images/banner.gif) top repeat-x #3C2B23;
	text-align:center;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}

h2 {
	font-size:1.2em;
	border-bottom:1px solid #000;
}

#rightcol h2 {
	border-bottom:1px solid #FFF5E1;
}

h3 {
	font-size:1em;
	margin-top:5px;
}

p, ul, ol, dl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-bottom:15px;
	margin-top:5px;
}

ul, ol {
	margin-left: 30px;
}

ul li, ol li {
	padding-left: 5px;
}

/*----- [page layout styles] -----*/

#wrapper {
	background:url(../images/bgd_wrapper.gif) repeat-y;
	text-align:left;
	width:760px;
	margin:0 auto;
}


/*----- [main navigation styles] -----*/

#navigation ul {
	margin:0;
	list-style:none;
	margin-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation ul li {
	display:inline;
	margin-right:10px;
}

#navigation a {
	color:#2A201A;
	text-decoration:none;
	line-height:28px;
	font-weight:bold;
}

#navigation a:hover {
	color:#363745;
}


/*----- [banner syles] -----*/

#banner {
	background:url(../images/banner_bgd.gif) top;
	height:136px;
}

#banner img {
	margin-top:7px;
}


/*----- [right column styles] -----*/

#rightcol {
	width:235px;
	float:right;
	color:#FFF5E1;
	font-size:.85em;
}

#rightcol .inner {
	padding:10px;
}

#rightcol a {
	color: #FFF5E1;
}

#rightcol img {
	float:left;
	margin:5px 3px 0 0;
}

#rightcol p.more {
	text-align:right;
}

#rightcol .contact {
	text-align:right;
}

/*----- [left column styles] -----*/

#leftcol {
	margin-right:260px;
}

#leftcol .inner {
	padding:10px;
}

.homeblock {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	width:210px;
}

.homeblock div {
	width:200px;
	background: url(../images/homeblockfooter.gif) no-repeat bottom #FCF7EC;
	margin-right:15px;
}

.homeblock div p {
	padding:10px;
	margin:0 !important;
}

.homeblock a {
	text-decoration:none;
}

.homeblock h3 {
	margin:0 !important;
}

h3 span {
	display:none;
}

h3.missions {
	background:url(../images/homemissionsheading.gif) no-repeat top;
	width:200px;
	height:30px;
}

h3.classroom {
	background:url(../images/homeclassroom.gif) no-repeat top;
	width:200px;
	height:30px;
}

h3.applynow {
	background:url(../images/homeapplynow.gif) no-repeat top;
	width:200px;
	height:30px;
}

/*----- [page bottom styles] -----*/

#footer {
	background:url(../images/pagebottom.gif) repeat-x top;
	padding-top:20px;
	color:#FFF5E1;
	text-align:center;
	font-size:.85em;
	padding-bottom:15px;
}

#footer a {
	color: #FFF5E1;
}

#footer .inner {
	text-align:center;
	width:740px;
	margin:0 auto;
}

#footer .legal {
	text-align:left;
	float:left;
	width:300px;
}

#footer .pixels {
	text-align:right;
}