/*-----------------------------------------------------------------------------
Preferred Pets Style Sheet

version:   1.0
author:    nick rathert
email:     nrathert@onlinects.com
website:   http://www.onlinects.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  /*margin: 0;
	padding: 0;*/
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

a:link {color: #FFEA2D; text-decoration: underline; }
a:active {color: #FFEA2D; text-decoration: underline; }
a:visited {color: #FFEA2D; text-decoration: underline; }
a:hover {color: #FFFFFF; text-decoration: none; }

#wrapper
{
	margin: auto;
	margin-top: 2em;
	width: 781px;
}



/* =Typography
-----------------------------------------------------------------------------*/

body 
{
	background-color: #005924;
	background-image: url(images/black2greenBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font: 10pt, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #fff;
}


/* =Headings
-----------------------------------------------------------------------------*/

#brandingDiv
{
	width: 777px;
	height: 160px;
	border: 2px solid #fff;
}



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#navDiv
{
	border: 2px solid #fff;
	width: 20%;
	margin: 10px 1em 1em 0;
	background-image:url(images/transWhite15BG.png);
	float: left;
	padding: 10px;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
}

#navDiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*#navDiv li
{
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 0;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	list-style-type: none;
}*/

/*#navDiv ul li
{
	display: inline;
}*/

#navDiv ul a
{
	display: block;
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px dotted #fff;*/
	padding: 5px 0 5px 0;
}

/*#navDiv li:last-child a
{
	border-bottom: none;
}*/

#navDiv ul a:hover
{
	background-image:url(images/transBlue25BG.png);
}




/* =Sub Nav
-----------------------------------------------------------------------------*/

#subnavDiv
{
	font-size: 11px;
	text-indent: 20px;
}



/* =Main Content
-----------------------------------------------------------------------------*/
#contentDiv
{
	border: 2px solid #fff;
	width: 74%;
	float: right;
}





/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#footerDiv
{
	/*border: 2px solid #fff;*/
	width: 777px;
	/*height: 50px;*/
	margin: 1em 0 2em 0;
	clear: both;
	color: #fff;
	text-align: center;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/
.navBottomBorder
{
	border-bottom: 1px dotted #fff;
}


/* =Misc 2
-----------------------------------------------------------------------------*/



.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

