/*CSS for CBU 2012*/

html {
		margin:0;
		padding:0;
	}
	
body {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 11px;
		background-image:url(../images/cbuBG.png);
		margin: 25px 0 25px 0;
		padding: 0;
		color: #000;
		height: 100%;
	}
	
#container {
		width:1024px;
		margin: auto; 
		background-color: #FFF;
		text-align:left;
 		/*border-style: solid;
		border-width: 2px;
		border-color: #000000;*/
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	
.formtitle {
		color: #00AE9D;
    	font-size: 23px;
		font-weight:bold;
}
	
#header {
    	background-image:url('../images/headerBG.png');
		height: 100px;
		width: 1024px;
		/*border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #000000;*/
	}
	
#headerlogo	{
		width: 724px;
		float: left;
		padding-left: 30px;
}

#header h1{
		height:100px;line-height:100px;margin:0;
		/*margin-left:10px;
		width: 724px;*/
		background-image:url('../images/NewHeaderLogo.png');
		background-repeat:no-repeat;
		}

#header a{
		position:left;
		height:80px;
		width: 724px;}

#search	{
		width: 300px;
		float: right;
		height: 100px;
}
	

	
#breadcrumbs {
	padding:5px 0 5px 8px;;
	background-color: #FFFFFF;
    	font-size: 80%;
    	height: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	clear: both;
}
	
/* Beginning of Content */

#content	{
	margin: 0 auto;
	padding: 0 auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C7C8CA;
	overflow: hidden;
	width: 980px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C7C8CA;
}

	
#article {
	float:left;
	width:900px;;
	padding:10px 40px 10px 50px;
	
	/*border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;*/
}
	
/*#right {
	float:right;
	width:290px;
	height: 100%;
	padding:10px 50px 0 0;
	margin-right: 5px;
}*/

/* indent sub items a bit more */
#right ul li ul li {
margin-left: 10px; 
} 
	
#right h3	{
	background-color:#000;
	color: #FFF;
	text-indent: 20px;
}


	
#right1	{
	width: 272px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-bottom: 15px;
	padding: 0 10px 0 10px;
}

#right2	{
	
	width: 272px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-bottom: 15px;
	padding: 0 10px 0 10px
}

#right3	{
	
	width: 272px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000
}
	
/* End of right styles */	
	
#makeFooter {
		clear:both;
		background-image:url('../images/footerBG.png');
		height: 100px;
		font-size: 10px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #C7C8CA;
	}
	
#makeFooter p {
		margin:0;
		font-size: 10px;
    }
	
#makeFooter a {
	text-decoration:none;
    }
	
* html #makeFooter {
		height:1px;
	}
	
#footerleft{
	float:left;
	width: 250px;
	height: 65px;
	padding: 20px 0 10px 15px;

}

/*#footermiddle{
	text-align:center;
	float:left;
	width: 500px;
	height: 60px;
	background-color: #FFF;
	background-image: url('../images/footer-middle.png');
	background-repeat: no-repeat;
	margin-top: 10px;

}*/

#footerright{
		float:right;
		width: 250px;
		padding: 20px 0 10px 15px;
}
	
/*Typography General */	
	
h1 {
	 margin:0;
    }
	
h2 {
	margin:0 0 1em;
	}
	
.name	{
	font-weight:bold;
	color:#8F1925;
	font-size: 13px;
}

a img {
	text-decoration: none;
	border: 0 none;
	}
	
a:link	{
	color:#8F1925;
}
	
a:hover	{
	color: 00AE9E;
}
.hidden {
	display:none !important;
}	
