/* HYPERLINK COLORS */
a { text-decoration: underline; background-color: transparent;}
a:link { color: #333366;}
a:visited { color: #000033;}
a:hover  { color: #9999cc;}
a:active, a:focus {
	color: #666699;
	background: #ffffcc;
}

#accessibility {
	position: absolute;
	top: -9000px; /* Move links off-screen */
}

#accessibility a:focus {
	display: block;
	position: absolute;
	top: 9001px;
	color: #666699;
	background: #ffffcc;
	padding: 1em;
	width: 100%;
	border: none;
	z-index: 300;
	white-space: nowrap;
}

/* NAVIGATION BAR */
.navigation ul { margin: 0px; padding: 0px; list-style-type: none;}
.navigation ul li { margin: 10px 0px; padding: 0px;}
.navigation ul li ul { margin: 0px; padding: 0px; list-style-type: none;}
.navigation ul li ul li { padding-left: 1em; font-weight: normal;}
.navigation p { margin: 0px; padding: 0px;}


/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */
body.home #navbar li.home,
body.k911 #navbar li.k911,
body.about #navbar li.about,
body.adoptions #navbar li.adoptions,
body.contact #navbar li.contact,
body.directions #navbar li.directions,
body.iacuc #navbar li.iacuc,
body.links #navbar li.links,
body.regulatory #navbar li.regulatory { font-weight: bold;}


/* REDEFINED HTML TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #A1AB8D;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

td { font-family: Arial, Helvetica, sans-serif;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}
img {
	border: none;
	margin: 0px;
}


/* CUSTOM CLASSES */

.img-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}

.img-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
}

p.img-caption {
	font-size: 80%;
	background-color: #d7dac3;
	margin: 0px;
	padding: 5px;
}

.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}
.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.alert {
	background-color: #FFFFCC;
	padding: 1em;
	clear: both;
	border: 1px solid #999999;
}


/* HEADINGS */
h1 { font-size: 150%; font-weight: bold; color: #993333;}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
	color: #993333;
}

h3 {
	font-size: 130%;
	font-weight: normal;
	color: #993333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
}
h4 {
	font-weight: bold;
	font-size: 120%;
	color: #000000;
}
h5 { font-size: 110%; font-weight: bold; color: #666666;}
h6 {
	font-weight: normal;
	color: #666666;
	font-size: 100%;
}


/* LAYOUT */
#wrapper {
	width: 740px;	/* Center the layout (longhand margin properties kind to Mac/IE) */
	text-align: left;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	height: 72px;
	background-color: #B5C09F;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 16px solid #5B6050;
	background-image: url(../images/background-header.gif);
	vertical-align: middle;
}

#sidebar {
	padding: 0;
	margin: 0;
	float: left;
	width: 190px;
}

#search-box {
	padding: 0;
	margin: 0;
	float: right;
}

#search-box input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: solid 1px #000000;
	background-color: #C2CCB3;
}

#search-box input[type="text"], select, textarea
{
    background-color: #C2CCB3;
	border: solid 1px #000000;
}

#search-box input[type="text"]:focus, select:focus, textarea:focus
{
    background-color: #ffffcc;
}

#search-box input[type="submit"], select, textarea
{
	padding: 1px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}



#content {
	width: 540px;
	float: right;
	padding: 0;
	margin-top: 16px;
	margin-bottom: 16px;
}


/* FOOTER */

#footer {
	clear: both;
	width: 540px;
	float: right;
	padding: 0;
	margin-top: 16;
	margin-bottom: 16px;
	text-align: center;
	font-size: 80%;
}



/* GUTTERS */

#header .gutter {
	padding: 24px 0 0 20px;
	width: 720px;
}

#content .gutter {
	padding: 0 20px;
}

#footer .gutter {
	border-top: 1px solid #5B6050;
	margin-right: 20px;
	margin-left: 20px;
}


#sidebar .navigation {
	padding-top: 6px; /* Align the top navigation link with the page heading <h2> */
	padding-left: 20px;
}


/* 
Logo Image Replacement technique is from CSS: Mastery (page 235-236) by Andy Budd.
Pixy-Style Rollover technique is from CSS: Mastery (page 78-79) by Andy Budd. 
*/


/* GRAPHIC-BASED NAMEPLATE STYLES */

#nameplate-wmrl {
	float: left;
	background: transparent;
}

h1#nameplate-wmrl {
	display: block;
	margin: 0;
	padding: 0;
	width: 444px;
	height: 23px;
	xbackground: transparent url(/admin/wmrl/images/nameplate-wmrl-rollover.gif) no-repeat right top; /* WMRL logo */
	border: none;
	text-indent: -9000px; /* Move text link off-screen */
	text-decoration: none;
	float: left;
}

h1#nameplate-wmrl a {
	display: block;
	width: 444px;
	height: 23px;
	background: transparent url(/admin/wmrl/images/nameplate-wmrl-rollover.gif) no-repeat left top; /* WMRL logo */
	border: none;
}

h1#nameplate-wmrl a:hover {
	display: block;
	width: 444px;
	height: 23px;
	background: transparent url(/admin/wmrl/images/nameplate-wmrl-rollover.gif) no-repeat right top; /* WMRL logo */
	border: none;
}



/* TWO COLUMN LAYOUT */
.columns {
	float: left;
	clear: both;
	width: 500px;
	background-color: transparent;
	margin-bottom: 1em; /* See end of style sheet from IE fix*/
}

.columns-1 {	
	float: left;
	clear: left;
	width: 240px;
}
.columns-2 {
	float: right;
	clear: right;
	width: 240px;
}

.columns h3 {
}



/* BOXES - Dan Cederholm's Indestructible Boxes */
.box-wide {
	clear: both;
	background: url(../images/box-wide-bottom.gif) no-repeat left bottom;
	text-align: left;
	width: 500px;
	padding: 0;
	margin: 0;
	display: block;
	height: 165px;
}

.box-wide p {
	background: url(../images/box-wide-top.gif) no-repeat left top;
	margin: 0;
	padding: 20px;
}

.box-wide img {
	margin: 0;
	padding: 0 0 13px 13px;
	float: right;
}



/* DATA TABLES */

.data-table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

.data-table td {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #000000;
	font-size: 0.8em;
}

.data-table th {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color: #EEEEEE;
}

.data-table tr.altrow {
	background-color: #F7EDD4;
}

.data-table td.altcolumn {
	background-color: #F7EDD4;
}


/* Fix IE */
*html .columns { margin-bottom: 0px;}

