@charset "UTF-8";

/* global elements */
body { 
	   background-color: rgb(178,198,224);/*rgb(35,47,103)*/
	   margin:0px;
	   text-align:center;
	   font-family:Tahoma;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

img {
	border-style: none; 
}

/* header elements */
#headerContainer {
	width: 780px;
	text-align: center;
	margin: auto;
	height: 211px;
}

#headerContainer img {
	border: none;
}

#headerContainer a {
	text-decoration: none;
}

#hMenuContainer {
	width: 780px;
	height: 45px;
	margin:auto;
	text-align: center;
	background-image:url(Skin/back-menu.gif);
	background-repeat:repeat-x;
}

#hMenuTorn{
	background-image:url(Skin/menu-torn.gif);
	background-repeat:no-repeat;
	float:left;
	height:45px;
	width:780px;
}

#hMenu img {
	height: 43px;
	padding-left: 5px;
	border-style: none; 
	line-height: 45px;
}

.hItem {
	float:left;
	margin-left:60px;
}

/*content elements */
.mainContainer {
	width: 780px;
	min-height:521px;
	text-align: left;
	margin:auto;
	background-image:url(Skin/contentTorn.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
}

.bottomContainer {
	width: 780px;
	margin:auto;
	height:14px;
	background-image:url(Skin/contentTornBottom.gif);
	background-repeat:no-repeat;
}

.leftContainer {
	width: 574px;
	min-height:567px;
	margin-left:8px;
	padding-left:8px;
	float:left;
	background-color:#fffde9;
	text-decoration:none;
	color:#666666;
	font-size:11pt;
}

.leftContainer hr {
	color:#f7e4c0;
	height:2px;
	background-color:#f7e4c0;
	border:0px;
}

.leftContainer a {
	color:#666666;
}

.rightContainer {
	color:#666666;
	width:172px;
	min-height:521px;
	background-color:#ffffff;
	float:right;
	margin-right:8px;
	margin-left:0px;
	font-size:10pt;
}

.rightContainer hr {
	color:#666666;
	height:1px;
	background-color:#666666;
	border:0px;
}

.creditText {
	font-size:7pt;
	margin-left:6px;
}

#petGalleryBottom {
	float:left; 
	font-family:Arial, Helvetica, sans-serif;
}

/*footer */
#footer {
	margin:auto;
	text-align:center;
	height:40px;
	font:Tahoma;
	font-size:12px;
	color:#212e68;
}

#footer a {
	text-decoration:none;
	color:#212e68;
	font-weight:bold;
}

/*page elements*/
#Row{
	float:left;
	margin-left:22px;
}

#Row img {
	margin:auto;
}

.navigation {
	color:#212e68;
	margin-top:-17px;
}

.navigation a {
	color:#212e68;
}

.box {
	border-style:solid;
	border-width:2px;
	border-color:#999999;
	height:185px;/*170px */
}

.boxHeading {
	background-color:#96c2e2;
	text-align:center;
	color:#212e68;
	font-weight:bold;
	padding:2px;
}

.boxContent {
	text-align:center;
	height:84%;
}

.lightBlueHeading {
	color:#96c2e2;
	font-weight:bolder;
	font-family:Tahoma;
	font-size:10pt;
}

.leftSubContainer{
	float:left;
	width:150px;
	margin-top:30px;
}

.rightSubContainer {
	float:right;
	width:371px;
	margin-top:30px;
}
	
/*tables*/
.row {
	margin: 0; 
	padding:0;
	width: 100%;
}

.APcol_a{
	float: left; 
	width: 29%;
	margin: 0 5px 0 0; 
	padding: 0px;

}

.APcol_b{
	float: left; 
	width: 69%;
	margin: 0 5px 0 0; 
	padding: 0px;

}

.cols2{
	float: left; 
	width: 49%;
	margin: 0 5px 0 0; 
	padding: 0px;
}

.cols5 {
	float: left;
	height:170px;
	width: 18.6%;
	margin: 0 5px 0 0;
	padding: 0px;
}

.cols6 {
	float: left;
	width: 15.3%;
	margin: 0 5px 0 0;
	padding: 0px;
}

.cols3, .cols3b {
	float: left; 
	width: 32%;
	margin: 0 5px 0 0; 
	padding: 0px;
}
.cols3b {
	width: 25%;
}

.cols8 {
	float: left;
	width: 11.25%;
	margin: 0 5px 0 0;
	padding: 0px;
}