/*

		A.F.C | Master CSS File | Erik Smith | erik@pdgcreative.com | www.pdgcreative.com
		
*/




/* Global Elements */

	* {
			margin:0px;
			padding:0px;
	}
		
	body {
			font-size:12px;
			font-family: "Lucida Grande", "Verdana";
			background-image:url('../../images/bg.jpg');
			background-repeat:repeat-x;
			
			margin-bottom:20px;
	}
	
	div.clear {
		clear:both;
	}
	
	div.height10 {
		height:10px;
	}
	
	div.height20 {
		height:20px;
	}
	
	h1 {
	
	}
	
	h2 {
		color:#206CE0;
		font-size:16px;
		font-weight:normal;
		background:#fff url('../../images/ruler.jpg') no-repeat bottom left;
		padding: 0 0 5px 0;
		margin:0 0 10px 0;
	}
	
	h3, h4, h5 {
		color:#EF9000;
		font-size:18px;
		font-weight:normal;
	}
	
	img { 
				border:none; 
			}
	
	
	
/* Structural Elements */
	
	#container {
		width:1200px;
		position:relative;
		margin:0px auto;
	}
	
		#bg_left {
			float:left;
			width:125px;
			height:870px;
			background-image:url('../../images/bg-left.jpg');
			background-repeat:no-repeat;
			background-position:25px 0;
		}
		
		#bg_right {
			float:left;
			width:125px;
			height:870px;
			background-image:url('../../images/bg-right.jpg');
			background-repeat:no-repeat;
		}
		
	#wrapper {
		width:926px;
		float:left;
		margin-top:20px;
		background-image:url('../../images/hive.jpg');
		background-repeat:repeat-y;
		background-position:563px 0;
		position:relative;
		
		min-height:776px;
		height:auto !important; /* ie6 fix */
		height:776px;
		
	}
	
	
	
	
	
	
	/* Header & Navigation */
	
		#header {
			height:115px;
			background:#fff;
			width:563px;
		}
		
			#search {
				position:absolute;
				right:90px;
				top:40px;
				width:300px;
				z-index:999;
			}
			
				#search input.search {
					background:#fff url('../../images/search-box.jpg') no-repeat;
					border:none;
					padding:3px 5px;
					color:#555;
					float:left;
				}
				
				#search input.submit {
					float:left;
					margin-top:-10px;
					margin-left:10px;
					width:40px;
					height:40px;
					border:none;
					background:transparent url('../../images/go.png') no-repeat;
				}
		
			#logo {
				width:149px;
				height:115px;
				background-image:url('../../images/logo.jpg');
				background-repeat:no-repeat;
				float:left;
			}
			
			#header h1 {
				float:left;
			}
			
			#nav {
				width:778px;
				height:40px;
				background-image:url('../../images/nav.jpg');
				position:absolute;
				top:95px;
				left:274px;
				z-index:9999;
			}
			
				#nav ul {
					float:right;
					margin-right:10px;
				}
			
				#nav li {
					float:left;
					list-style-type:none;
				}
				
					#nav li.last a {
						background:none;
					}
				
					#nav li a {
						display:block;
						height:20px;
						padding:10px 18px 9px 18px;
						color:#fff;
						text-decoration:none;
						font-size:14px;
						margin-top:1px;
						background:transparent url('../../images/nav-line.png') no-repeat right center;
						float:left;
					}
					
						#nav li a:hover{
							background:transparent url(../../images/hover_back.gif) repeat-x;
							background-color: #216ee1;
							border: 1px solid #1f54bc;
							padding:9px 17px 8px 17px;
						}
					
					#nav li.topCurrent a {
						background:transparent url('../../images/nav-active.jpg');
						border-left:1px solid #1F54BC;
						border-right:1px solid #1F54BC;
					}
			
			
			
			
			
					
		/* Left, Right, and Content */
		
		#left {
			width:563px;
			background:#fff;
			float:left;
			min-height:746px;
			height:auto !important;
			height:946px;
			position:relative;
			left:1px;
			
		}
		
			#content {
				float:left;
				margin:10px 20px 0 10px;
				color:#464646;
				line-height:20px;
			}
			
				#content p {
					margin:0px 0px 17px 0px;
				}

		#right {
			width:360px;
			float:left;
			padding-bottom:20px;
		}
		
			/* Sub Navigation */
			
			#subnav {
				float:right;
				margin:0 15px 20px 0;
				clear:both;
			}
			
				#subnav-left {
					float:left;
				}
				
				#subnav-right {
					float:left;
				}
				
				#subnav-mid {
					float:left;
					height:35px;
					background:transparent url('../../images/transparent.png');
				}
				

					#subnav-mid ul li {
						float:left;
						list-style-type:none;
						position:relative;
						z-index:999;
					}
					
					#subnav-mid ul li a {
						color:#fff;
						position:relative;
						z-index:99;
						top:-5px;
						text-decoration: none;
						border-right:1px solid #fff;
						padding-right:10px;
						padding-left:4px;
					}
					
						#subnav-mid ul li.last a {
							border-right:none;
						}
		
		
		
			/* Right, transparent callouts */
		
			#right div.callout {
				float:left;
				clear:both;
				margin:20px 0 0 0;
			}
			
			#right div.callout-mid {
				background: transparent url('../../images/transparent.png');
				position:relative;
			}
			
				#right div.callout-top {
					height:18px;
					width:350px;
					background: transparent url('../../images/callout-top.png');
				}
				
				#right div.callout-bottom {
					height:17px;
					width:350px;
					background: transparent url('../../images/callout-bottom.png');
				}
			
			
			#right div.callout-content {
				position:relative;
				left:16px;
				width:349px;
			}
			
				#right div.callout-content div.item {
					text-align:center;
					float:left;
					width:142px;
					margin-left:30px;
				}
				
					#right div.callout-content div.item img {
						float:left;
						margin-bottom:10px;
						padding:3px;
						background:#fff;
					}
				
					#right div.callout-content div.item span {
						display:block;
						clear:both;
						font-style: italic;
						color:#fff;
					}
						#right div.callout-content div.item span.name, #right div.callout-content div.item span.org, #right div.callout-content div.item span.quote {
							text-align:right;
						}
			
				#right div.callout-content h2 {
					padding-bottom:10px;
				}
			
				#right div.callout-content p {
					font-size:11px;
					color:#fff;
					line-height:18px;
					width:300px;
					position:relative;
					top:5px;
				}
				
					#right div.callout-content p.float {
						float:left;
						width:133px;
					}
				
			#right ul {
				position:relative;
				left:-5px;
				top:10px;
			}
			
				#right a.more {
					background: transparent url('../../images/more.png') no-repeat right center;
					padding-right:25px;
					color:#EF9000;
					text-decoration: none;
					float:right;
					margin-top:10px;
					margin-right:70px;
				}
			
				#right ul li {
					list-style-type:none;
					float:left;
					margin:5px;
				}
				
			#right ul.list {
				float:left;
				width:170px;
				margin-left:10px;
			}
				
			#right ul.list li {
				clear:both;
				margin:0px;
				padding:0px;
			}
			
				#right ul.list li a {
					display:block;
					width:170px;
					padding:2px 7px 4px 7px;
					background-image: url('../../images/em-li.jpg');
					background-repeat:repeat-x;
					border:1px solid #aaa;
					border-bottom:none;
					font-size:12px;
					color:#444;
					text-decoration: none;
				}
				
					#right ul.list li a em {
						color:#EF9000;
						font-style: normal;
					}
			
		
		
		
		
		
		
	/* Footer */
	
	#footer {
		clear:both;
		height:26px;
		background:transparent url('../../images/footerBG.gif') repeat-x;
		xbackground:transparent url('../../images/bg-footer.png') no-repeat;
		position:relative;
	}
	
		#footer div.leftCorner{
			height:26px;
			width:10px;
			display:block;
			background:transparent url('../../images/footerBG_left.gif');
			position:absolute;
			top:0px;
			left:0px;
		}
		
		#footer div.rightCorner{
			height:26px;
			width:10px;
			display:block;
			background:transparent url('../../images/footerBG_right.gif');
			position:absolute;
			top:0px;
			right:0px;
		}
	
	#footer p {
		position:relative;
		top:6px;
		text-align: center;
		color:#fff;
		font-size:11px;
	}
	
		#footer p a {
			color:#fff;
		}
	
	
	
	