body
{
	font-family: arial,helvetica;
	font-size: 88%;
	background-color: rgb(230,230,230);
	margin: 0;
	padding: 10px 0 10px 0;
}

p
{
	margin: 0 0 1em 0;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
}

h1
{
	color: #4290D3;
	font-size:1.4em;
}

h2
{
	color: #B6B6B6;
	font-size:2.5em;	
	padding-bottom: 0.25em;
}

h3
{
	color: #4290D3;
	font-size:1.8em;	
	padding-bottom: 0.25em;
}

h4
{
	color: #646464;
	font-size:1em;
	padding-bottom: 0.25em;
}



img 
{
	vertical-align: bottom;
}

ul
{
	margin:0;
	padding:0.5em 0 0 1.5em;
}
li
{
	margin:0;
	padding:0 0 0.5em 0;
}

#page_container
{
	width: 900px;
	margin:auto;
	background-color: white;
}

#headcontainer
{
	width: 100%;
	height:180px;
	background-color: rgb(147,205,241);
}

#header
{
	float: left;
}

#banner
{
	float: right;
}


#navbar
{
	width: 100%;
	background-color: rgb(147,205,241);
}

#navbar a
{
	line-height: 32px;
	margin-left:32px;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#navbar a:hover
{
	color:rgb(196,157,117);
}

#content
{
	padding: 16px 32px 0 32px;
}
#content p
{
	padding-left: 12px;
	font-weight: bold;
}

#maintext
{
	width: 438px;
	float:left;
	display: inline;	
	min-height:400px;
}
.grey
{
	color: #646464
}
.blue
{
	color: #4893C8
}
.ltgrey
{
	color: #B7B7B7
}
.black
{
	color: black;
}


#mainimage
{
	width: 374px;
	float: right;
	margin: 0 -20px 0 0;
	display: inline;	/*fix for ie6*/
}


#boxcont
{
	width: 100%;
	height:204px;
	position:relative;
	clear: left;
	/*float: left;*/
}

#largebox
{
	width: 416px; /*456px*/
	height: 194px; /*204px*/
	margin: 10px 0 0 40px;
	padding: 10px 20px 0 20px;
	background: url(../images/largebox_bg.jpg) no-repeat bottom;
	color: #2391E0; 
	font-weight: bold;
	/*display: inline;*/	/*fix for ie6*/
	position: absolute;
	bottom:0;
}

#smallbox
{
	width: 367px;
	height:126px;
	padding: 10px;
	margin: 0;
	background: url(../images/smallbox_bg.jpg) no-repeat bottom;
	color: #2391E0;
	font-size: 0.85em;
	font-weight: bold;
	position:absolute;
	bottom:0;
	left:505px;
	
}

#footer
{
	width: 880px;
	margin: 30px 0 0 0;
	background-color: #B4B4B4;
	color: white;
	font-size: 0.75em;
	line-height: 34px;
	padding: 0 10px;
	clear:both;
}

#footer a
{

	color: white;
	text-decoration: none;
	font-weight: bold;

}

#footer a:hover
{
	color: #4290D3;
}

#footer span
{
	float: right;
}


.dogbox
{
	margin: 15px 0 0 0;
	width: 829px;
	height: 221px;
	background: url(../images/dogbox_bg.jpg) no-repeat bottom;
}

.dogbox img
{
	margin: 13px;
	float: left;
	display: inline; /*ie6*/
}

.dogbox div
{
	height: 195px;
	width: 517px;
	margin: 13px 0 13px 13px;
	padding: 0 13px 0 0;
	overflow:auto;	
	float: right;
	display: inline; /*ie6*/
}

#content .dogbox p 
{
	margin: 0;
	padding: 0;
	color: #4290D3;
}

.dogbox h3
{
	color: #4290D3;
	font-size:1.2em;
	margin-bottom: 0.6em;
}



#contactimage
{
	/*width: 631px;*/
	margin: 0 0 0 0;
	float:right;
}
#contacttext
{
	width: 289px;
	float:left;
	color: #4290D3;
}

#contacttext span
{
	color: #646464
}

#contacttext a
{
	color: #4290D3;
	text-decoration: none;
}
#contacttext a:hover
{
	color: #C59D75;
}

.blueterms
{
	color: #4893C8
}



/* ADMIN PAGE */

#doglist table
{
	border-collapse:collapse;
	table-layout:fixed;
	width: 836px;
	margin-top: 25px;

	font-size:76%;
}

#doglist th
{
	color: white;
	background-color: rgb(100,160,220);
	text-align: left;
}

#doglist td
{
	overflow: hidden;
	border: 1px solid rgb(100,160,220);
   	padding: 2px;
}

#doglist a
{
	color: rgb(100,160,220);
	text-decoration: none;
	font-weight: bold;
}
#doglist a:hover
{
	color: rgb(196,157,117);
}

#status
{
	margin: 10px 0 0 0;
	color: rgb(100,160,220);
}

.smalltext {
	font-size: 1.3em;
	color: #646464;
	font-weight: bold;
}
.bolder {
	font-size: 1.2em;
}
