/* CSS Document */

body {
	font-family: "Century Gothic", Arial, Verdana;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.MaxWidth {
	width: 750px;
}

.Divider {
	height: 10px;
}

.MainTop {
	height: 5px;
	background-color: #F3AE22;
	background-image: url(../../images/MainUpperBg.jpg);
}
.Main {
	background-color: #F3AE22;
	background-image: url(../../images/MainMiddleBg.jpg);
}
.MainBottom {
	height:5px;
	background-color: #F3AE22;
	background-image: url(../../images/MainBottomBg.jpg);
}
.MainLeft {
	width: 5px;
}
.MainRight {
	width: 5px;
}

.Side {
	width: 130px;
	vertical-align: top;
}

.ContentTop {
	width: 610px;
	height: 5px;
	background-color: #FFF7E4;
	background-image: url(../../images/ContentUpperBg.jpg);
}
.Content {
	width: 600px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFBF0;
	background-image: url(../../images/ContentMiddleBg.jpg);
}
.Content #content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ContentBottom {
	height:5px;
	background-color: #FFF7E4;
	background-image: url(../../images/ContentBottomBg.jpg);
}

a:link {
	text-decoration: none;
	color: #204151;
}
a:visited {
	text-decoration: none;
	color: #356B86;
}
a:hover {
	text-decoration: underline;
	color: #4B95B8;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

.Link {
	cursor: pointer;
}

.PageFooter {
	font-size: 11px;
	text-align: right;
}

.MainMenu {
	background-color: #4E5BFF;
	width: 750px;
	border: none;
}
.MainMenuDivider {
	background-image: url(../../images/ButtonDivider.jpg);
	width: 2px;
}

.SideParentMenu {
	background-image: url(../../images/SideMenuLogo2.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	padding-left: 30px;
}
.SideChildMenuRow {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 100;
	padding-left: 35px;
}
a.SideChildMenu {
	color: #FBE3B3; 
}
a.SideChildMenu:link {
	/* color: #FFFFFF; */
	color: #FBE3B3; 
}
a.SideChildMenu:visited { 
	color: #FBE3B3; 
}
a.SideChildMenu:active { 
	color: #FF0000; 
}
form.SideForm {
	width:100%;
	margin:0;
}
.SideFormTxtBox {
	width: 80px;
	height: 19px;
	background-color: #FFFFFF;
	border: 2px solid #E39E12;
	color: #C37E02;
	font-size: 15px;
}
.SideMenuDivider {
	height: 15px;
}

/* Information Bar (IB)*/
.HiddenIB {
	height: 0px;
}
.ActiveIB {
	height: auto;
	padding-bottom: 5px;
}
.RedInformationBar {
	background-color: #FFA366;
}
.RedInformationBar #ibmaintxt{
	font-size: 20px;
	color: #000000;
	padding-left: 20px;
}
.RedInformationBar #ibsecondtxt{
	font-size: 14px;
	color: #204151;
	padding-left: 20px;
}
.RedInformationBar #ibclosetxt{
	font-size: 14px;
	color: #204151;
	text-align: right;
	vertical-align: top;
	text-decoration: underline;
}
.RedInformationBar #ibupper{
	background-image: url(../../images/RedUpperBg.jpg);
}
.RedInformationBar #ibmiddle{
	background-image: url(../../images/RedMiddleBg.jpg);
}
.RedInformationBar #iblower{
	background-image: url(../../images/RedBottomBg.jpg);
}

.GreenInformationBar {
	background-color: #AADC55;
}
.GreenInformationBar #ibmaintxt{
	font-size: 20px;
	color: #000000;
	padding-left: 20px;
}
.GreenInformationBar #ibsecondtxt{
	font-size: 14px;
	color: #204151;
	padding-left: 20px;
}
.GreenInformationBar #ibclosetxt{
	font-size: 14px;
	color: #204151;
	text-align: right;
	vertical-align: top;
	text-decoration: underline;
}
.GreenInformationBar #ibupper{
	background-image: url(../../images/GreenUpperBg.jpg);
}
.GreenInformationBar #ibmiddle{
	background-image: url(../../images/GreenMiddleBg.jpg);
}
.GreenInformationBar #iblower{
	background-image: url(../../images/GreenBottomBg.jpg);
}

.YellowInformationBar {
	background-color: #FFE658;
}
.YellowInformationBar #ibmaintxt{
	font-size: 20px;
	color: #000000;
	padding-left: 20px;
}
.YellowInformationBar #ibsecondtxt{
	font-size: 14px;
	color: #204151;
	padding-left: 20px;
}
.YellowInformationBar #ibclosetxt{
	font-size: 14px;
	color: #204151;
	text-align: right;
	vertical-align: top;
	text-decoration: underline;
}
.YellowInformationBar #ibupper{
	background-image: url(../../images/YellowUpperBg.jpg);
}
.YellowInformationBar #ibmiddle{
	background-image: url(../../images/YellowMiddleBg.jpg);
}
.YellowInformationBar #iblower{
	background-image: url(../../images/YellowBottomBg.jpg);
}
.Loading {
	background-color: #DDFFFF;
	border: 1px solid #99FFFF;
	position: absolute;
	height: 75px;
	width: 150px;
	top: 150px;
	left: 150px;
}
.news-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #204151;
}
.news-title a {
	color: #204151;
	font-size: 20px;
	text-align:left;
}
.NewsHeader {
  padding-left: 10px;
  font-style: italic;
	font-size: 10px;
	color: #333333;
	text-align:left;
}
.news {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #ffe45f;
	text-align:left;
  margin: 5px 0px;
}
.flickr-dog-photos {
  float:right;
  width: 90px;
  border: 1px solid #999;
}
.flickr-dog-photos img{
  padding: 5px;
  border: 0px;
}
.breed-list {
  display: none;
}
/*
 thick yellow: #ffe45f
 blue: #5562fe
*/

