/* ===global styles=== */

body {
    font-family: "Trebuchet MS", sans-serif;
    background: #1C3448;
	font-size: 80%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #024757;
}

div#outerDiv {
  	width: 900px;
    margin: 0 auto; /*auto centers the image on the page */
    background: #DCDCDC;
	background-image: url(images/Tristate_logoback.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

/* ==== header ==== */

div#header {
    height: 150px;
    position: relative; /* this ensures that whatever gets places inside this element box is positioned according to this element */
	background: url(images/Tristate_logobanner.gif) left no-repeat;
}

.banner {
	font-size: 400%;
	position: relative;
	top: 0.5em;
	left: 3.5em;
	color: #1C3448;
}
.amber {
	position: absolute;
	top: 9em;
	left: 18em;
}

/* ===== main menu ===== */

#header #mainMenu {
    position: absolute;
	top: 150px;
	height: 40px;
	width: 900px;
	font-size: 120%;
	background: #386890;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: right;
	display: inline;
    margin: 0.5em 0 0 0;
    padding: 0 0.5em;
	border-right: 1px solid navy;
	font-weight: bold;
	
}
#mainMenu li.last {
	border-right: 0px;
}

/* styles for top nav links */

#mainMenu li a:link, #mainMenu li a:visited {
    color: #A2C0DA;
	display: inline;
  	text-decoration: none;    
}
#mainMenu li a:hover, #mainMenu li a:active {
  	color: #152736;
}

/* specific styles for nav links */

#mainMenu li a.current {
	color: #152736;
}
#mainMenu li a.current:hover {
    cursor: default;
}

/* === main content ===*/ 

#content div#mainContent { 
	float: left;
	margin: 0 20em 2em 2em;
	padding: 5em 15px;
}

#mainContent p {
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-weight: bold;
	margin: 1em 0 1em -10px;
	border-bottom: 1px solid;
}
#mainContent h4 {
	border-bottom: none;
}

#mainContent h1 {
    font-size: 1.6em;   
}

#mainContent h2 {
    font-size: 1.3em;   
}
#mainContent ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
#mainContent li {
    margin: 0;
    padding: 0;
	height: 30px;
}
#mainContent a {
    color: #024757;
    text-decoration: none;
}
#mainContent li a:link {
	color: #1C3448;
}
#mainContent li a:visited {
	color:#656565;
}
#mainContent li a:hover, #mainContent li a:active {
	background-color: #1C3448;
	color: #EEEEEE;
}
.info {
float: left; 
padding: 0.5em;
text-align: center;
font-size: 90%
}

/* === sideBar styles === */

#content div#sideBar {
	float: right;
	width: 17em;
	text-align: left;
	padding: 1px;
	margin: 8em 1em 4em -20em;
	border-left: 1px solid #1C3448;
}
#sideBar p {
    font-family: "Trebuchet MS", sans-serif;
    color: #666;
    margin: 0 0 1em 0;
}
#sideBar h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    margin: 1ex 0 .5ex 0;
}

#sideBar h4 {
    text-align: right;
}
#sideBar ul {
	list-style: none;
    margin: 0;
    padding: 0;
	width: 200px;
	text-align: right;
	
}
#sideBar div#flickr {
	position: relative;
	left: 4em;
	top: 2em;
}

#sideBar a {
display: block;
text-decoration: none;
background: url(images/paw_button.gif) left no-repeat;
height: 30px;
margin: 0px;
padding:0px;
}

#sideBar a:link {
	color: #1C3448;
}
#sideBar a:visited {
	color:#656565;
}
#sideBar a:hover {
	background-color: #1C3448;
	color: #EEEEEE;
}
#sideBar a:active {
	color: #DCDCDC;
}

.pedigree {
	margin: 4em;
}

/* ===== footer ===== */

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a {
    color: #1b9d95;
    text-decoration: none;
}


/* ===== miscellaneous styles ===== */

.clear { clear: both }


