body{
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	
}

h1{
	color: #ff9933;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 24px;
}
h2{
	color: #ff9933;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size:16px;
}
h3{
	color: #ff9933;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size:14px;
}
#container{
	width: 900px;
	margin: auto;
}
#ctiaLogo{
	margin-top: 6px;
	width: 100px;
}
#girl{
	margin-top: -25px;
	margin-left: -30px;
	width: 275px;
	height: 331px;
	position: relative;
}
#greyGradient{
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(/images/greybg.jpg);
	background-repeat: repeat-x;
	height: 180px;
	width: 897px;
	
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}
	#greyGradient #leftSide{
		float: left;
		width: 570px;
		height: 180px;
		font-size: 12px;
		padding-left: 40px;
		font-size:12px;
		line-height:180%;
		color: #333333;
		overflow: hidden;
	}
	#greyGradient #rightSide{	
		float: left;
		width: 260px;
		height: 180px;
		font-size: 12px;
		line-height: 180%;
		margin-left: 20px;
		color: #333333;
		overflow: hidden;
	}
	#greyGradient #rightSide h3{
		font-size: 12px;
	}
	#greyGradient #rightSide a{
		text-decoration: none;
		color: #ff9933;
	}
	#greyGradient #rightSide a:hover{
		color: #333333;
	}

#logo{
	float: left;
}
#logoLarge{
	float: right;
	position: relative;
	padding-top: 60px;
	padding-right: 65px;
	width: 321px;
	
}
#main{
	font-size: 12px;
	color: #333333;
	line-height:180%;
}
#main h1{
	font-size: 30px;
	padding-top: 5px;
	margin: 0px;
}
	#main a{
		text-decoration: none;
		color: #23aae2;
	}
	#main a:hover{
		color: #333333;
	}
#main ul li{
	margin: 0 0 10px 0;
}
	#main ul li ul li{
		margin: 0 0 10px 0;
	}
#nav{

	float: right;
	margin:45px 1px 0 0px;
	
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
	#nav ul{
		font-size: 12px;
		padding: 0px;
		padding-bottom: 8px;
		margin: 0px;
		background: url(/images/nav_gradient.png) repeat-x 0 7px;
	}
	#nav ul li{
		display: inline;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
		
		border-right-style: solid;
		border-right-color: #CCCCCC;
		border-right-width: 1px;
	}
	
	#nav ul li.last{
		border: none;
	}
	
	#nav ul li.current, #nav ul li:hover {
		background: #ccc;
		}

	#nav ul li.current.first, #nav ul li.first:hover  {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
	#nav ul li.current.last, #nav ul li.last:hover  {
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	#nav ul li a{
		text-decoration: none;
		color: #333333;
		display: block;
	}
	#nav ul li a:hover{
		text-decoration: none;
		color: #444444;
	}
	#nav ul li ul {
		display: none;
		
		
	}
		#nav ul li:hover ul{
			display: block;
			position:absolute;
			z-index:1;
			background: #FFFFFF;
			padding: 0px;
			margin-top: 8px;
			margin-left: -11px;
		}
		#nav ul li:hover ul li{
		display:block;
		float:none;
		padding-top: 8px;
		padding-bottom: 8px;
		
		border-style:solid;
		border-color:#CCCCCC;
		border-width:1px;
		
	}
	
	
	#nav ul li ul li.current.first, #nav ul li ul li.first:hover  {
		-moz-border-radius-topleft: 0px;
		-webkit-border-top-left-radius: 0px;
	}
		
	#nav ul li ul li.current.last, #nav ul li ul li.last:hover  {
		-moz-border-radius-topright: 0px;
		-webkit-border-top-right-radius: 0px;
	}
	
	
#mainLeft{
	float: left;
	background-image: url(/images/greenbg.jpg);
	background-repeat: no-repeat;
	width:657px;
	height: 292px;
}
#mainRight{
	width:242px;
	float: right;
}
#pageContainer{
	width: 897px;
	
	background-image: url(/images/bg_large_gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;

	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	
	-moz-border-radius-bottomleft: 10px; 
	-moz-border-radius-bottomright: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#pageLeft{
	float: left;
	background-color: #E8E8E8;
	width: 242px;
	vertical-align: top;
}
#pageRight{
	float: right;
	width: 604px;
	padding: 25px;	
	
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}
#sideNav{
	top: 0px;
	margin:0px;
	padding: 0px;
}
#sideNav ul{
	top:0px;
	margin: 0px;
	padding: 0px;
	}
#sideNav ul li{
	list-style: none;
	margin-left: 0px;
	background-color: #8Ec740;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	
}
#sideNav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right:5px;
}
#sideNav ul li a:hover{
/*	color: #333333; */
}
	#sideNav ul li ul{
		margin-top: 5px;
		background-color: #e8e8e8;
		
	}
	#sideNav ul li ul li{
		font-weight: normal;
		background:url(/images/bullet_orange.gif) 225px center no-repeat;
		font-size: 14px;

		padding-right: 25px;
		background-color:  #e8e8e8;
		padding-bottom: 5px;
		padding-top: 5px;
		
		border: none;
	}
	
	#sideNav ul li ul li.level-2.current, #sideNav ul li ul li.level-2:hover {
		background-color: #ccc;
		}
		
		#sideNav ul li.topCurrent {
			background: #ccc;
			}
		
	
	#sideNav ul li ul li a{
		color: #333333;
	}
	#sideNav ul li ul li a:hover{
		color: #333333;
	}
.clear{
	clear: both;
}
.callout{
	margin: 0px;
	margin-bottom: 2px;
	text-decoration: none;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

.footer ul{
	font-size: 12px;
	padding-top: 10px;
}
.footer ul li{
	display: inline;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer ul li.last{
	border: none;
}
	.footer ul li a{
		text-decoration: none;
		color: #333333;
	}
	.footer ul li a:hover{
		text-decoration: none;
		color: #cccccc;
	}
	

.footer2 ul{
	font-size: 10px;
	padding-top: 0px;
}
.footer2 ul li{
	display: inline;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
}
.footer2 ul li.last{
	border: none;
}
	.footer2 ul li a{
		text-decoration: none;
		color: #333333;
	}
	.footer2 ul li a:hover{
		text-decoration: none;
		color: #cccccc;
	}

	
	
.homeLinks a{
	color: #ff9933;
	text-decoration: none;
}
.homeLinks a:hover{
	color: #333333;
}







