/* --------- GENERIC STYLES -------------*/
body  {
	font: 100% "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background-color:#0c4279;
	background-image: url(../images/body.png); background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
}
#notice {
	font-size: 18px;
	color: #FFF;
	font-weight: bolder;
	text-align: center;
	background-color: #C00;
	padding-top: 3px;
	padding-bottom: 3px;
	width: auto;
	margin-top: 15px;
}
#notice a, a:visited, a:active
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#notice a:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.tbBorder {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-top: 1em;
	margin-top: 0.6em;
	padding-bottom: 1em;
	margin-bottom: 0.6em;
}
.signup {
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: medium outset #9c5fb5;
	font-size: 0.75em
}
#header {
	background-position: center top;
	width: 860px;
}
#2col {
	width: 690px;
}
	#2col img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ----------- MAIN CONTENT STYLES ------------------*/
#mainContent {
	padding-right: 20px;
	padding-left: 20px;
	width: 440px;
	float: left;
	clear: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-top: 15px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#mainContent #slideshow {
	height: 238px;
	width: 425px;
	float: left;
	background: #CCC;
}
#mainContent p {
	font-size: 9pt;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left;
	margin-right: 15px;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	margin-bottom: -0.7em;
	color: #7D7D7D;
	text-align: left;
	line-height: -1em;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -0.7em;
	color: #000;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	border-top-width: medium;
	border-top-color: #ccc;
	padding-top: 0.5em;
	width: 400px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: -0.7em;
	font-weight: bold;
	text-transform: none;
	color: #000;
	line-height: -1.5em;
	font-variant: normal;
}
#mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-style: italic;
	font-weight: normal;
	color: #002244;
	text-align: left;
	vertical-align: middle;
	line-height: 1.25;
}
#mainContent h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #005d55;
	text-align: left;
	line-height: 1.15;
}
#mainContent .eventHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #c45155;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	margin-bottom: 0.5em;
	padding: 0px;
	margin-top: 0px;
}
#mainContent ul{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.75;
}
#mainContent ol {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.75;
}
#mainContent img{
}
#mainContent img.fullImage{
	border: 0px;
	width: 440px;
}
#mainContent img.leftImage {
	display: block;
	border: 1px solid #ccc;
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 0em;
	padding: 2px;
}
#mainContent img.leftImageNoBrd {
	display: block;
	border: 0px;
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0em;
	padding: 2px;
}
#mainContent .bottom {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-bottom: .5em;
}
#mainContent a, a:visited, a:active
{
	color: #00877c;
	text-decoration: none;
	font-style: normal;
}
#mainContent a:hover
{
	color: #005d55;
	text-decoration: underline;
}
#mainContent blockquote {
	border : 1px solid #600;
	background-color: #002244;
	color: #FFF;
}
#mainContent .top {
	padding-top: 0.5em;
}
#mainContent .topBtm {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#mainContent .topBorder {
	padding-top: .05em;
	padding-bottom: 0.5em;
	border-top: 1px solid #ccc;
}
#mainContent .btmBorder {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	float: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}
#mainContent .tpbtmBorder {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#mainContent #leftContainer {
	float: left;
	width: 200px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #ccc;
}

#mainContent #rightContainer {
	float: right;
	width: 200px;
	border-top-width: medium;
	border-top-style: dotted;
	border-left-style: none;
	border-top-color: #ccc;
	position: absolute;
}

/* ----------- NAV STYLES ------------------*/
#nav {
	width: 165px;
	float: left;
	background-color: #5B1F69;
}
#nav #container {
	margin-top: 5px;
	float: left;
	width: 175px;
}
#nav p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #fff;
	text-align: center;
	padding-left: 0.3em;
}
#nav h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: -0.8em;
	padding-left: 0.3em;
}
#nav h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #fff;
	margin-bottom: -0.8em;
	text-align: center;
	padding-left: 0.3em;
	padding-top: 0.1em;
}
#nav .fetch {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #9c5fb5;
	border: medium outset #9c5fb5;
	font-size: 0.75em;
	margin-top: 0.5em;
	margin-bottom: 1em
}
#nav .sidebarsearch {
	font-family: Verdana, Arial, sans-serif, "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #fff;
	text-align: right;
	vertical-align: top;
}
#nav a, a:visited, a:active{
    color: #fff;
    text-decoration: none;
}
#nav a:hover{
	color: #fff;
	text-decoration: underline;
}
/* ----------- SIDEBAR STYLES ------------------*/
#sidebar{
	width: 185px;
	background: #fff;




	padding: 15px 10px 15px 20px
	float: right;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
#sidebar p {
	font-family: "Trebuchet MS", Verdana, sans-serif, Arial;
	font-size: 9pt;
	line-height: 1.5em;
	text-align: left;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	margin-bottom: -0.7em;
	color: #7d7d7d;
	text-align: left;
	line-height: -1em;
	font-weight: bold;
	margin-left: 10px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #000;
	text-align: center;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	font-style: italic;
	line-height: 1.65em;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: -1em;
}
#sidebar h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: -0.7em;
	font-weight: bold;
	text-transform: none;
	color: #000;
	line-height: -1.5em;
	font-variant: small-caps;
	margin-left: 10px;
}
#sidebar p img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar p.caption {
	font-style: italic;
	text-align: center;
}
#sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar img.center {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-bottom: 10px;
}
#sidebar img.gallery {
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 10px;
}
#survey {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-color: #4D6883;
	background-image: url(../images/index-images/sign-up-bkg.gif);
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
#survey p{
	font-size: 9pt;
	line-height: 1.2em;
	color: #FFF;
	margin: 0px;
	padding-top: 85px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
}
#sidebar #video {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
#homebuddy {
	width: 172px;
	height: 190px;
	color: #FFF;
	border: thin solid #ccc;
	padding-left: 6px;
	background-image: url(../images/index-images/homebuddies.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-bottom: 10px;
}
#petpick h1 {
	color: #002244;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 2.5px;
}
#petpick h1 a {
	color: #002244;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
#petpick h1 a:hover
{
	color: #002244;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
#sidebar ol {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ccc;
	margin-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#sidebar ol li {
	margin-bottom: 0.6em;
	margin-left: 20px;
}
#sidebar a, a:visited, a:active
{
	color: #00877c;
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:hover
{
	color: #005d55;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------- OTHER STYLES ------------------*/
#sponsor {
	text-align: center;
	font-size: 0.75em;
	background-color: #FFF;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
} 
#sponsor img {
	border: 0px;
	}
#sponsor img.brd {
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 5px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ----------- SOCIALMEDIA STYLES ------------------*/
#facebook {
	border: thin none #ccc;
	text-align: center;
	font-size: 0.85em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
#facebook img {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
/* ----------- FOOTER STYLES ------------------*/
#footer{
	background-color: #0c4279;
	padding-bottom: 8px;
	}
#footer a, a:visited, a:active{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
} 
#footer a:hover{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
} 
#footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
