body {
	background: url('images/bkg.gif') repeat-x top left #E5EFF1;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

body#content {
	text-align: left;
	background-image:none;
	background-color:#000;
}

a {
	text-decoration: none;
}

.wraptop {
	background: url('images/bkg-top.jpg') repeat-x top left;
	height: 24px;
}
#wrap {
	background: url('images/bg-footer-swoosh.png') no-repeat bottom center;
}
.wrapfoot {
	background: url('images/bkg-bottom.jpg') repeat-x top left;
	height: 39px;
}

.container_12 {
	/*background: url('images/contain-bkg.jpg') no-repeat bottom left;*/
}

.logo {
	background: url('images/logo.jpg') no-repeat top left #fff;
	height: 60px;
}


.logo h1 {
	float:left;
	margin:0;
	padding:0 5px 0 0;
}

.logo h1 a {
	display:block;
	height:60px;
	outline:medium none;
	text-indent:-9999px;
	width:200px;
}

#apc {
	border-left: 1px solid #7F1E7E;
    padding: 0 0 0 10px;
    position: relative;
    width: 195px;
    float:left;
}
	#apc img {
	    width: 195px;
	}

#bpwm {
	float:right;
}
	#bpwm img {
		width:195px;
	}


.topnav {
	background-color: #834380;
	height:24px;
	margin-bottom: 10px;
}
	.topnav ul#navigation li a {
		padding:7px 5px;
	}

.box1 h2 {
	text-shadow: 0px 0px 2px #333;
	background-color: #C17CBD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 5px 5px 15px;
	color: #fff;
	line-height:100%;
}

.box1 {
	margin-top: 10px;
	text-align: left;
	float: left;
	font-size:11px;
}

.box1 td {
	font-size:11px;
	color: #fff;
}

.box1 td ul li a {
	color: #fff !important;
}

.paddingbox {
	padding:0 10px 10px;
	/*height:150px;*/
}

.learn {
	height: 20px;
	text-align: right;
}

#search_box {
	background:url("images/bg-search.gif") no-repeat scroll 0 0 transparent;
	float:right;
	height:28px;
	position:relative;
	top:15px;
	width:218px;
}

#search_box #go {
	float:right;
	margin:3px 4px 0 0;
}

#search_box #AreaQ {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	color:#999999;
	float:left;
	margin:6px 0 0 8px;
	padding:0;
	width:168px;
}


.content {
	background-color: none;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.content a{
	text-decoration:none;
}

.sideint {
	margin-bottom: 10px;
	background: url('images/bkg-box.jpg') repeat-x top left #834380;
	/*height: 189px;*/
	margin-top: 10px;
	text-align: left;
	float: left;
	font-size:11px;
}

.sideint a{
	color:#fff;
	text-decoration:none;
}

.sideint a img{
	border: 0px;
}

.side td {
	font-size:11px;
}

.news {
	background: url('images/news-bkg.png') repeat top left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.padding {
	padding: 10px;
}

#nav {
	width: 160px;
	float: left;
	position: relative;
	z-index: 2;
}

#foot {	
	font-size: 80%;
	padding: 15px 0px 0px 0px;
	width: 960px;
	margin: 0 auto;
}

.footcopy {
	font-size: 80%;
	width: 960px;
	margin: 0 auto;
}

.footcopy a {
	color: #fff;
}

.footcopy a:hover {
	color: #ccc;
}

ul.team {
	width:100%;
	position:relative;
	right:40px;
	text-align:left;
}

ul.team li {
	width:150px;
	height:250px;
	margin:5px;
	float:left;
	list-style:none;
	text-align:center;
}

ul.team li img{
	width:130px;
}

.topbarnav ul li a {

}

/* footer navigation styles ------------------------------------------------- */

/* the menu itself */
ul#footerNav {
	text-align: right;
	}

/* menu items */
ul#footerNav li {
	display: inline;
}
ul#footerNav li a {
	display: inline;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

/* hover */
ul#footerNav li a:hover {
	color: #ccc;
	background: #72256D;
}

/* main navigation styles --------------------------------------------------- */

/* the menu itself */
ul#navigation {
	float:right;
	margin-right:18px;
	z-index:9999;
	}	

/* sub menu */
ul#navigation li ul {
	/*background-color:#834380;*/
	border-bottom:1px solid #CCCCCC;
	/*left:20px;*/
	top:24px;
	z-index:9998;
}

ul#navigation li ul li ul {
	left:161px;
	top:0;
	z-index:9998;
}

/* menu items */

ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #fff;
	/*background-color: #834380; /* IE6 bug */
	padding: 5px;
	font-size:10px;
}

/* hover */
ul#navigation li a:hover {
	color: #ccc;
	/*background-color: #834380;*/
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
	background-position: center right;
	background-repeat: no-repeat;
}
		
/* sub menu items */
ul#navigation li ul li a {
	background-color: #C17CBD;
	width: 150px;
	display: block;
	border: 1px solid #fff;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}
		
/* should not need to be changed */
ul.nav, ul.nav ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
ul.nav li {
	margin-left:0;
	position:relative;
	text-align:left;
}
ul.nav ul {
	display:none;
	position:absolute;
}
ul.nav li ul {
	z-index:9998;
}
ul.nav li ul li ul {
	z-index:9999;
}
ul.nav li:hover > ul {
	display:block;
}

ul.nav > li {
	float:left;
	padding-left:12px;
	text-align:center;
	z-index:9999;
}

/* element styles -------------------------------------------------------- */

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }

.bordercolor_black { border-color: #000000; }
.bordercolor_dark_gray { border-color: #666666; }
.bordercolor_light_gray { border-color: #cccccc; }
.bordercolor_red { border-color: #ff0000; }


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 55px;}  /* must be same height as the footer */

#footer {
background:url("images/bkg-bottom.jpg") repeat-x scroll left top #72256D;
clear:both;
color:#FFFFFF;
height:55px;
margin-top:-55px;
position:relative;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
