/**
 * ALAPAHA CONNECTION KENNELS common.css
 *
 */
 
 @import "headers.css";
 
body {
	margin: 0;
	padding: 0;
	background: #162261 url(../images/body_bg.gif) repeat-y;
	font: normal 0.80em/1.1em Verdana, Arial, Helvetica, Sans-serif;
	color: #fff;
}
hr, .screenhide { display: none; }

a:link, a:active, a:visited { color: #fff; }
a:hover { color: #e7e7e7; text-decoration: none; }
a img { border: 0; }

:focus { outline: 0; }


#wrapper {
	width: 990px;
}

#left_column {
	width: 305px;
	float: left;
	background: transparent url(../images/left_column_bg.jpg) no-repeat;
}
#left_column h1 {
	margin: 0;
}
#left_column h1 span {
	margin-left: -9999px;
	margin-bottom: 14px;
}
#left_column h1 a:link, #left_column h1 a:hover, #left_column h1 a:active, #left_column h1 a:visited {
	display: block;
	width: 305px;
	height: 190px;
	background: transparent url(../images/logo.gif) no-repeat;
}
#left_column ul {
	width: 246px;
	list-style-type: none;
	margin: 0 0 0 59px;
	padding: 0;
}
#left_column ul li a:link, #left_column ul li a:hover, #left_column ul li a:active, #left_column ul li a:visited {
	display: block;
	width: 246px;
	height: 29px;
	background-color: transparent; 
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}
a#m01:link, a#m01:active, a#m01:visited  { 					background-position: 0 0; 		}
a#m01:hover, a#m01.active:link, a#m01.active:visited   {	background-position: 0 -29px;	}

a#m02:link, a#m02:active, a#m02:visited  { 					background-position: 0 -58px; 	}
a#m02:hover, a#m02.active:link, a#m02.active:visited  {		background-position: 0 -87px;	}

a#m03:link, a#m03:active, a#m03:visited  { 					background-position: 0 -116px; 	}
a#m03:hover, a#m03.active:link, a#m03.active:visited  {		background-position: 0 -145px;	}

a#m04:link, a#m04:active, a#m04:visited  { 					background-position: 0 -174px; 	}
a#m04:hover, a#m04.active:link, a#m04.active:visited  {		background-position: 0 -203px;	}

a#m05:link, a#m05:active, a#m05:visited  { 					background-position: 0 -232px; 	}
a#m05:hover, a#m05.active:link, a#m05.active:visited  {		background-position: 0 -261px;	}

a#m06:link, a#m06:active, a#m06:visited  { 					background-position: 0 -290px; 	}
a#m06:hover, a#m06.active:link, a#m06.active:visited  {		background-position: 0 -319px;	}

a#m07:link, a#m07:active, a#m07:visited  { 					background-position: 0 -348px; 	}
a#m07:hover, a#m07.active:link, a#m07.active:visited  {		background-position: 0 -377px;	}

a#m08:link, a#m08:active, a#m08:visited  { 					background-position: 0 -406px; 	}
a#m08:hover, a#m08.active:link, a#m08.active:visited  {		background-position: 0 -435px;	}

a#m09:link, a#m09:active, a#m09:visited  { 					background-position: 0 -464px; 	}
a#m09:hover, a#m09.active:link, a#m09.active:visited  {		background-position: 0 -493px;	}

a#m10:link, a#m10:active, a#m10:visited  { 					background-position: 0 -522px; 	}
a#m10:hover, a#m10.active:link, a#m10.active:visited  {		background-position: 0 -551px;	}

#left_column address {
	width: 246px;
	height: 170px;
	margin-left: 59px;
	background: transparent url(../images/left_column_address2.gif) no-repeat;
	
}
#left_column ul li a span, #left_column address span {
	display: block;
	margin-left: -9999px;
}


#content_column {
	width: 646px;
	float: left;
	margin-left: 17px;
}

#content_column.cc_home {
	width: 367px;
}
.home_intro_img { border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin-bottom: 15px; }

#home_news {
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	margin-bottom: 11px;
}

#home_news_container {
	width: 357px;
	height: 150px;
	padding-right: 10px;
	overflow-y: scroll;
}
#content_column p {
	margin: 0 0 1em 0;

}
#content_column p.emphasized {
	padding: 0 10px;
	border-left: 10px solid #fff;
}
#content_column hr {
	display: block !important;
	border: 0;
	height: 1px;
	background-color: #fff;
	margin: 10px 0;
}

.dog_container {
	margin-bottom: 30px;
}
.dog_container img {
	border: 1px solid #000;
}

#home_news_container div em {
	font-size: 80%;
}

#home_side_image {
	float: left;
	margin-left: 10px;
}

.content_img_container {
	float: left;
	text-align: center;
	margin: 10px 20px 0 0;
}


#dog_list {
	margin-top: 30px;
}
.dog_detail {
	clear: left;
	margin-bottom: 30px;
}
.dog_detail:after { display: block; visibility: hidden; content: ""; clear: left; }
#dog_list a span {
	margin-left: -9999px;
}
#dog_list div img {
	border: 1px solid #000;
	float: left;
	margin-right: 18px;
}
#dog_list div dl {
	width: 315px;
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
}
#dog_list dt {
	width: 150px;
	height: 22px;
	clear: left;
	float: left;
	background-repeat: no-repeat;
}
#dog_list dt span {
	margin-left: -9999px;
}
#dog_list dd {
	height: 21px;
	padding-top: 1px;
}
.puppies_links {
	float: left;
}
.reference_item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}

.hrtop {
	clear: both;
	border-top: 1px solid #fff;
	padding-top: 1em;
}
a.pdfdownload:link, a.pdfdownload:hover, a.pdfdownload:active, a.pdfdownload:visited {
	display: block;
	height: 20px;
	background: transparent url(../images/pdfbutton.gif) no-repeat;
	padding: 13px 0 0 40px;
	margin: 6px 0 10px 0;
	float: left;
}
.contract_img {
	text-align: center;
	float: left;
	margin: 0 5px 0 0;
}
#pictures img { 
	margin: 0 7px 7px 0;
}

form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form ol {
	width: 1%; /* stupid ie6 */
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sendmail, #sendmail ol li {
	position: relative;
}
#sendmail, .sentmail {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #fff;
}
#sendmail ol li {
	clear: left;
	float: left;
	width: 198px;

}
/* in case javascript is disabled, display the labels properly */
#sendmail label {
	display: block;
}
#sendmail label.overlay {
	display: inline;
	height: 1.2em;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1;
	color: #333;
}
.inspace {
	margin-left: -9999px;
}
#sendmail input, #sendmail textarea {
	width: 190px;
	border: 0;
	background-color: #fff;
	font: normal 100%/1.1em Verdana, Arial, Helvetica, Sans-serif;
	padding: 4px;
	margin: 0 0 6px 0;
}
#sendmail input#submit { width: auto; float: right; }
.form_error {
	color: #f00000;
	margin-bottom: 6px;
}

/*** lightbox ***/

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
