/* Table of Content
==================================================

	#Structure
	#Navigation */
	
		
/* #Structure
================================================== */
	html,body{ 
		/*background:#e0eff6 url('/images/site/bg.jpg') no-repeat top center;*/
		font: 13px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		height: 100%;
		padding: 0px;
		margin: 0px;
		line-height: 18px;
	}
	
	body{
  	background: #ffffff;
	}
	/*
body{
  	background: #ffffff url(../img/annual-bg.png) no-repeat center top;
	}
	body.hover{
  	background: #ffffff url(../img/annual-bg-color.png) no-repeat center top;
	}
	#site-bg-link{
  	display: block; 
  	position: fixed; 
  	left: 0px; 
  	right: 0px; 
  	top: 0px; 
  	bottom: 0px; 
  	z-index: 0;
  	height: 100%;
  	width: 100%;
	}
*/
	
	a img {
		border: 0;
	}
	
	div{
		/*border: 1px solid red;*/
	}
	
	iframe {
		display: block;
		position: relative;
		height: 200px;
		z-index: 1 !important;
	}
	
	#wrapper{
		display: block;
		width: 1120px;
		width: 960px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0px;
		border: 0px;
		min-height: 100%;
		background: url('/img/design/sec-footer.png') bottom left no-repeat;
		overflow: visible;
		position: relative;
/*     z-index: 1; */
	}
	
		.home_wrap {
			background: url('/img/design/home-footer.png') bottom left no-repeat !important;
		}
	
	#header{
		display: block;
		padding: 0px 0;
		height: 75px;
		z-index: 1000;
	}
	
	#bird {
		display: block;
		position: fixed;
		z-index: 1;
		margin-top: -10px;
		margin-left: -80px;
		pointer-events:none !important;
		
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/design/birdL.png', sizingMethod='scale');
		background:none !important;*/
	}
	.home #bird{
	    position: relative;
	    margin-top:0;
	}
	
	.peek { /* raises links on the homepage above the bird for clicking */
		display: block;
		position: relative;
		z-index: 20;
	}
	
	#logo{
		padding: 0 50px 20px;
		float:right;
	}

	#middle{
		/*padding:30px 30px 10px;*/
		overflow: auto;
		padding-bottom: 185px;
		width: 420px;
		padding-left: 520px;
	}
		
			
		#content {
			width: 370px;
			padding-left: 10px;
			padding-right: 10px;
			min-height: 450px;
			float: right;
		}
		.home_content {
			padding-left: 600px !important;
			width: 480px !important;
			min-height: 720px;
			padding-top: 40px;
			padding-right: 40px !important;
		}
		#home_intro {
			height: 160px;
			overflow: hidden;
		}
		
		#home_calls {
			width: 500px;
			height: 305px;
			overflow: hidden;
			padding: 70px 0px 0px;
		}
			.home_calls_col {
				width: 200px;
			}

			
			
		#home_news {
			float: left;
			width: 500px;
			height: 150px;
			padding-top: 40px;
		}
		
			.news_col {
				width: 200px;
				padding-right: 50px;
			}

		
		
	#footer{
		width: 744px;
		position: relative;
		margin-top: -185px; /* negative value of footer height */
		margin-left: auto;
		margin-right: auto;
		padding: 100px 0px 0px 120px;
		height: 55px;
		color: #ffffff;
		clear:both;
		font-size: 12px;
/* 		z-index: 2; */
	}
	
		#copyright{
			float:left;
			padding-top: 36px;
		}
		
		#footer_content {
			width: 490px;
			float: right;
			padding-right: 60px;
		}
		#footer_links {
			width: 490px;
			padding-top: 10px;
			float: right;
		}
	
	
	a:link {
		color: #0e76bc;
		text-decoration: underline;
	}
	a:visited {
		color: #0e76bc;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
	
	
/* #Navigation
================================================== */

	#menu_wrapper {
		width: 100%;
		margin: 0 auto;
		height: 75px;
		background: url('/img/design/menu-bg-grey.png') top left repeat-x;
		overflow: visible;
		position: fixed;
		display: block;
		z-index: 100;
	}
	
	#menu_main {
		position: relative;
		display: block;
		width: 800px;
		margin: 0 auto;
		height: 35px;
		text-align: right;
		clear: both;
		z-index: 50;
	}
	
	
		#menu_main ul, #menu_main ul li{
			display:inline;
			list-style:none;
			padding:0;
			margin:0;
		}
			#menu_main ul li a:link {
				display:inline-block;
				font-size: 12px;
				color:#0e76bc;
				line-height:36px;
				text-decoration:none;
			}
			#menu_main ul li a:visited{
				color: #0e76bc;
			}
			#menu_main ul li a:hover, #menu_main ul li a.here{
				text-decoration: underline;
			}
			
	#menu_sec {
		display: block;
		position: relative;
		width: 820px;
		height: 46px;
		padding-top: 10px;
		margin: 0 auto;
		margin-top: -2px;
		text-align: center;
		background: url(../img/design/menu-sec-bg.png) top left no-repeat;
		z-index: 40;
		text-transform: uppercase;
	}
		#menu_sec ul, #menu_sec ul li{
			display:inline;
			list-style:none;
			padding:0;
			margin:0;
			text-transform: uppercase;
			font-size: 20px;
		}
			#menu_sec ul li a:link {
				display:inline-block;
				color:#ffffff;
				line-height:26px;
				text-decoration:none;
				text-transform: uppercase;
				font-size: 22px;
				
				/*text-shadow:1px 1px 1px #333;
				padding:0 5px;
				margin-left:-4px;
				border-right:#eee 1px solid;*/
			}
			#menu_sec ul li a:visited{
				color: #ffffff;
				text-transform: uppercase;
			}
			#menu_sec ul li a:hover, #menu_sec ul li a.here {
				text-decoration: underline;
				text-transform: uppercase;
				border-bottom: 1px solid #ffffff;
			}
			
			
	
	#menu_tertiary {
			float: left;
			position: fixed;
			width: 200px;
			padding-top: 185px;
			padding-left: 330px;
			z-index: 1;
		}
		
		.title {
			display: block;
			font-size: 20px;
			color: #91278e;
			margin-left: 40px;
			padding: 20px 0px 20px;
			width: 140px;
    		text-transform: uppercase;
			border-bottom: 1px solid #cccccc;
		}
		
		#menu_tertiary ul li.overview a  {
			display: block;
			font-size: 28px;
			width: 100%;
			color: #91278e !important;
			border-bottom: 1px solid #cccccc;
		}
		
			#menu_tertiary ul {
				list-style: none;
				font-size: 14px;
				line-height: 30px;
				top: 0px;
				margin: 0 0 0 40px;
				padding: 0 0 0 5px;
				background:url(../img/design/trans-white.png);
			}
			#menu_tertiary ul li {
				padding-top: 8px;
				width: 145px;
				line-height: 18px;
				text-transform: uppercase;
				font-size: 19px;
				border-right: 1px solid #cccccc;
                letter-spacing:1px;
			}
			    #menu_tertiary ul li.overview {
    				border-right: none;
    				margin-bottom:0;
    			}
				#menu_tertiary ul li ul {
					padding-left: 14px;
				}
			#menu_tertiary ul li a:link {
				color: #006cb4;
				text-decoration: none;
				text-transform: uppercase;
			}
			#menu_tertiary ul li a:visited {
				color: #006cb4;
				text-decoration: none;
			}
			#menu_tertiary ul li a:hover {
				color: #91278e;
				text-decoration: underline;
				border-bottom: 1px solid #006cb4;
			}
			
			#menu_tertiary ul li.here a {
				color: #91278e;
				text-decoration: underline;
				border-bottom: 1px solid #91278e;
			}
			
	
	#footer a:link {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	
	
	#footer_menu{
		float:right;
	}
		#footer_menu ul li{
			display:inline;
			list-style:none;
			padding:0;
			margin:0;
		}		

/* #Typography
================================================== */
h1 {
	font-size: 32px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	border: 0;
}

h2 {
	font-size: 28px;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

/* #Element Formatting
================================================== */
ul {
	list-style-image: url(../img/design/bullet.png);
}


/* #Generic Classes
================================================== */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.purple {
	color: #92278f;
}
.pink {
	color: #e2067a;
}
.blue {
	color: #0e76bc;
}
.more {
	width: 200px;
	text-align: right;
	float: right;
}

