/* A & D Inspirations CSS - Adam Clark */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	background: #000 url(images/bg_waveyline2.gif) repeat-x center 0;
	font: normal 12px/18px arial, helvetica, sans-serif;
	}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 768px;
	}

#masthead {
	height: 190px;
	}

#topnav {
	float: right;
	width: 150px;
	/*border: 1px solid #000;*/
	margin-right: 10px;
	margin-top: 20px;
	}

#logo {
	height: 130px;
	background: transparent url(images/logo_adhi_left.gif) no-repeat left 0;
	}

#content {
	width: 340px;
	margin-left: 200px;
	margin-top: 20px;
	}	

#imagelinks {
	float: left;
	text-align: center;
	width: 200px;
	margin-left: 4px;
	margin-top: 28px;
	padding-bottom: 20px;
	background: #000 url(images/bg_cat_img.gif) no-repeat center 0;
	}

#leftcol2 {
	color: #fff;
	float: left;
	text-align: center;
	width: 200px;
	margin-left: 4px;
	margin-top: 28px;
	padding-bottom: 20px;
	background: #000 url(images/bg_cat_img.gif) no-repeat center 0;
	}

#rightcol {
	float: right;
	text-align: center;
	width: 200px;
	margin-right: 4px;
	margin-top: 28px;
	padding-bottom: 20px;
	background: #000 url(images/bg_cat_img.gif) no-repeat center 0;
	}

#rightcol2 {
	color: #fff;
	float: right;
	text-align: center;
	width: 175px;
	margin-top: 28px;
	padding-bottom: 20px;
	background: #000 url(images/bg_cat_img.gif) no-repeat center 0;
	}

#thumbs {
	margin: 0 auto;
	padding-bottom: 16px;
	}

#imagelinks img {
	border: 1px solid #fff;
	}

#rightcol img {
	border: 1px solid #fff;
	}
	
#footer {
	background: #FFF url(images/bg_footer2.gif) repeat-x 0 0;
	clear: both;
   width: 100%;
	margin: 0;
	text-align: center;
	height: 24px;
	padding-top: 81px;
	}

#masthead #topnav a:link, #masthead #topnav a:hover, #masthead #topnav a:visited, #masthead #topnav a:active {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	}

#masthead #topnav a:hover {
	color: #ccc;
	}

#topnav ul li {
	list-style-type: none;
	}

#topnav ul li {
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
	}
	
#content h1, #content h2 {
	/* background: url(images/bullet.gif) no-repeat 0 0px; */
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFCC33;
	padding-left: 10px;
	padding-bottom: 15px;
	}

#content h3 {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #003366;
	padding-left: 10px;
	margin-bottom: 14px;
	}

#content p {
	color: #fff;
	padding-bottom: 14px;
	padding-left: 10px;
	}

#content ul {
	list-style-type: square;
	color: #999;
	}
	
#content ul li {
	padding: 0 0 12px 0;
	margin-left: 50px; 
	}

#thumbs img, #thumbs2 img {
	border: 1px solid #fff;
	}

#form {
	width: 280px;
	margin: 0 0 14px 10px;
	}

td {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	}
	
a:link, a:active, a:visited, a:hover{
	font-weight: bold;
	color:#FFF;
}

a:hover{
	color:#CCC;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#000;
}

#footer a:hover{
	color:#CCC;
}
