﻿@charset "utf-8";
/* adkpi.org layout CSS */
body{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) top repeat-x #a59480;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}

img{
	border:none;
}

a{
	color:#6b9328;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
 color:#88b837;
 font-weight:bold;
 text-decoration:underline;
}

h1{
}

h2{
	font-size:13px;
	color:#6d6151;
	font-weight:bold;
}

h3{
	font-size:14px;
	color:#6d6151;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

h4{
	font-size:12px;
	color:#555555;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

h5{
	font-size:14px;
	text-align:center;
	color:#555555;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}

/* begin div layout */
#header-top{
	width:975px;
	height:14px;
	margin:10px auto 0 auto;
	background:url(../images/header-top.gif) no-repeat;
}
#container{
	width:973px;
	margin:0 auto;
	border-left:1px solid #7d6c5a;
	border-right:1px solid #7d6c5a;
	background:#fff;
	min-height:200px;
	}
	#header{
		}
		#header img{
			padding-left:8px;
			float:left;
		}
		#header-right{
			float:right;
			text-align:right;
			padding-right:15px;
			}
			#header-right a,
			.disabled{
				font-size:11px;
				color:#555555;
				padding-right:10px;
			}
			#header-right a:hover{
				color:#000000;
			}
		#header-right #headline{
			color:#6b9328;
			font-size:17px;
			font-style:italic;
			}
			#header-right #headline p{
				margin-bottom:0;
				margin-top:20px;
			}
		
	#content-home{
		width:973px;
		background:url(../images/home-content-bg.gif) repeat-y right #fff;
		}
		#content-home-top{
			width:973px;
			height:18px;
			background:url(../images/home-content-top.gif) no-repeat top #fff;
		}
			
		#content-home-holder{
			width:500px;
			float:left;
			margin-left:22px;
			}
			#mailing-list{
				width:137px;
				height:40px;
				}
				#mailing-list a{
					width:137px;
					height:40px;
					background:url(../images/mailing-list.gif) no-repeat top;
					display:block;
				}
				#mailing-list a:hover{
					width:137px;
					height:40px;
					background:url(../images/mailing-list.gif) no-repeat bottom;
				}
			
		#flashhome{
			width:431px;
			height:343px;
			float:right;
			margin:-18px 0px 0 0;
		}
			
		#workshop-background{
			width:431px;
			height:200px;
			float:right;
			background:#CCCCCC;
			margin:0px 0px 0px 0px;
			}
			
			#workshop-image{
				width:200px;
				height:200px;
				vertical-align:middle;
				float:left;
				margin:10px 0px 0px 20px;
			}
						
			#workshop-info{
				width:200px;
				height:200px;
				float:left;
				text-align:center;
				margin:10px 0px -50px 0px;
			}

	#sponsors{
		width:963px;
		background:url(../images/home-sponsors-bg.gif) no-repeat top;
		padding:25px 0 0 10px;
		}
		#sponsors h3{
			font-size:12px;
			font-weight:bold;
			font-style:italic;
			color:#6d6151;
			padding:0px;
			margin:0px;
		}
	
#home-footer{
	width:975px;
	height:139px;
	margin:0 auto;
	padding-top:20px;
	background:url(../images/home-footer.jpg) no-repeat top;
	}
	#contact{
		color:#454545;
		padding-left:25px;
		float:left;
	}
	#copyright{
		font-size:10px;
		color:#fff;
		float:right;
		margin-right:5px;
	}
	#home-footer img,
	#sub-footer img{
		float:right;
		margin-right:10px;
	}
/* end div layout */


/* begin general classes */
.left{
	float:left;
}
.right{
	float:right;
}

.bold{
 	font-weight:bold;
}
.italic{
	font-style:italic;
}
.bolditalic{
 	font-weight:bold;
	font-style:italic;
}

.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.img-border img{
	border:1px solid #6d6151;
}

.red{
 	font-weight:bold;
	color:#800000;
}

/* end general classes */
