@charset "utf-8";
/******************************************************
Color Values:
	#3483B1 - dark blue (body background, copyright text)
	#AED2AE - medium green  (container background)
	#C1DBB6 - lighter green  (sidebar background)
	#E5F1DD - light green (side menu and google ads background; if a brighter shade is needed, try #EBFFED)
	#70C0F1 - light blue (border)
	#0C80C4 - medium blue (link -- try 125EAC? doesn't stand out as well from black (used for Google ads) 
	#008000 - green (visited link) darkened from 749987 to make easier to read
	#F00 - red (javascript message)
	#1781C3 - bright blue (h1 text, replaces #329FDA)
	#D16D31 - orangy brown (h2 text)
	#1284B6 - deep blue (breadcrumbs text)
*******************************************************/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #3483B1;
	font-family: "Times New Roman", Times, serif;
	/* tutorial says to use percentages to define font size in body; use ems elsewhere */
	font-size: 100%;
}
/******************************************************
Link Styles
*******************************************************/
a:link {
	text-decoration: none;
	color: #0C80C4;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
/* focus is used for navigation without the mouse, so it should be the same as hover; IE uses active instead of focus */
a:hover, a:focus, a:active {
	text-decoration: underline;
	/*color: #74B487;*/
	/*background-color: #F6F3B0;*/
}
#toparea {
	width: 978px;
	height: 103px;
	margin: 0 auto;
	position: relative;
}
#toparea #search {
	margin: 72px 0 0;
	position: absolute;
	padding-top: 0px;
	width: 333px;
	text-align: right;
	left: 635px;
	background: transparent;
}
#toparea .searchbutton {
	width: 80px;
	height: 26px;
	border: none;
	background: transparent;
}
/******************************************************
Container Styles
*******************************************************/
#container  {
	width: 970px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #AED2AE;
	overflow: hidden;
	border-top: 4px solid #70C0F1;
	border-right: 4px solid #70C0F1;
	border-bottom: none;
	border-left: 4px solid #70C0F1;
} 
/******************************************************
Header Styles
*******************************************************/
#header  {
	margin: 0px auto;
	width: 970px;
	height: 138px;
	background: #AED2AE url(../Graphics/DogAwareBanner_978.jpg) no-repeat;
} 
/******************************************************
TopMenu Styles
*******************************************************/
/* height must take into account text size, padding and border */
#topmenu  {
	padding: 0px;
	margin: 0px;
	height: 2em;
}
/******************************************************
Sidebar Styles
*******************************************************/
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	background-color: #AED2AE;
	margin: 0px 10px 0 0;
	border: 10px solid #AED2AE;
	padding: 0px;
}
#sidebar1 #ads {
	padding: 0 0 10px 0;
	background-color: #AED2AE;
	margin: 10px 0 0 0;
	text-align: center;
}

#sidebar1 .shop {
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 0px;
}
/******************************************************
MainContent styles
*******************************************************/
#mainContent  {
	background-color: #fff;
	margin: 0 0 0 200px;
	padding: 0 20px;
	border: 10px solid #AED2AE;
} 
.noSidebar #mainContent { 
	margin: 0;
}
#mainContent h1 {
	/*color: #329FDA;*/
	color: #1781C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
#mainContent h2 {
	color: #D16D31;
	margin-left: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
#mainContent h3 {
	font-size: large;
}
#mainContent p.contact {
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
p.noScript {
	font-size: .8em;
	color: #F00;
}
#breadcrumbs {
	font-size: 80%;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumbs a  {
	font-weight: normal;
	text-decoration: underline;
	color: #1284B6;
}
#breadcrumbs a:hover, #breadcrumbs a:focus, #breadcrumbs a:active  {
	color: #749987;
}
#mainContent ul.navigationlist {
	list-style: none;
	padding-left: 0px;
	margin: 0;
}
/* bold and enlarge just the link portion of the first-level items */
#mainContent ul.navigationlist a {
	font-weight: bold;
	font-size: large;
}
#mainContent ul.navigationlist li ul li a {
	font-weight: normal;
	font-size: medium;
}
#mainContent ul.navigationlist li ul li {
	list-style: url(../Graphics/DIAMBL2.GIF) none;
	margin: 0px;
	/* using list-style does the same thing, but text is indented more */
}
#mainContent ul.navigationlist li ul li ul li{
	list-style: url(../Graphics/DIAMBL1.GIF) none;
}
#mainContent p.seealso {
	font-weight: bold;
}
#mainContent ul.seealso li {
	list-style:  url(../Graphics/DIAMYL2.GIF);
}
#mainContent ul.seealso a {
	font-weight: bold;
}
#mainContent ul.seealso li ul li {
	list-style:  url(../Graphics/DIAMYL1.GIF);
}
#mainContent ul.seealso li ul li a {
	font-weight: normal;
}
#mainContent p.gotop {
	font-style: italic;
	text-align: center;
}
#mainContent table.products {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	border-collapse: collapse;
	background: #FFF;
}
#mainContent table.products caption {
	/* set caption font, color, text-align left, padding-bottom here. Not all browsers handle these the same way. Keep it simple. */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #1781C3;
	padding-bottom: 0.2em;
}
#mainContent table.products th {
	text-transform: uppercase;
	color: #FFF;
	background: #71C1F2 url(../Graphics/bg-header-blue-gradient.jpg);
	text-align: left;
	padding: 4px 5px 2px 10px;
	border: 1px solid #AED2AE;
}
#mainContent table.products td {
	padding: 2px 2px 2px 10px;
	border: 1px solid #AED2AE;
	vertical-align: top;
}
#mainContent table.update td {
	padding: 2px 2px 4px 10px;
	border: 1px solid #AED2AE;
	vertical-align: top;
}
#mainContent .greenbg {
	background: #E5F1DD;
}
#mainContent .bluebg {
	background: #DBEDFF;
}
#mainContent .yellowbg {
	background: #FFC;
}
#mainContent .redtext {
	color: #F00;
}
#mainContent .redtextbold {
	color: #F00;
	font-weight: bold;
}
#mainContent .greentext {
	color:#090
}
#mainContent .bluetext {
	color: #03F;
}
#mainContent .orangetext {
	color:#F90;
}
#mainContent .articleSidebar {
	border: medium double;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainContent .articleSidebar h3 {
	font-size: large;
}
#mainContent .updateBox {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*margin-right: 5%;
	margin-left: 5%;*/
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}
/******************************************************
Spry Tooltip Trigger Styles
*******************************************************/
.trigger  {
	cursor: help;
	background: #F0F8FF;
}
/******************************************************
Footer Styles
*******************************************************/
#footer  {
	background: url(../Graphics/dogaware-footer.gif) no-repeat center bottom;
	height: 138px;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
} 
#footer p  {
	margin: 0; 
}
#footer .copyright {
	text-align: left;
	font-size: 75%;
	color: #3483B1;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding: 26px 0px 0px 10px;
}
#footer .lastupdated {
	text-align: right;
	font-size: 75%;
	font-family: Verdana, Geneva, sans-serif;
	padding: 26px 150px 0px 0px;
	font-weight: bold;
	color: #3483B1;
}
#footer .jumpmenu {
}
/******************************************************
Float Styles
*******************************************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 #justanswercustom {
	background-color: #AED2AE;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
