/* main stylesheet */

* {padding:0px; margin:0px; border:0px}
html {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
td.smaller{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
vertical-align:top;
}
body {
background-image:url(../images/bg.gif);
background-repeat: repeat;
min-width: 775px;
text-align:center;
}

input {
	border: 1px solid #666666;
}
select {
	border: 1px solid #666666;
}
textarea {
	border: 1px solid #666666;
}
.blueborder
{
	border-color:#BBBBFF;
	background-color:#FFFFFF;
	color:#000000;
}
.blackborder
{
	border-color:#A47A4A;
	background-color:#EFEFEF;
	color:#000000;
}
.redborder
{
	border-color:red;
	background-color:#FFDDDD;
	color:#000000;
}
.noborder
{
	border:0;
}
.blacktext
{
	color:black;
}
.redtext
{
	color:red;
}


#container {
margin: 0 auto;
background-color: #fff;
width: 90%;
text-align:left;
vertical-align:top;
z-index:1;
}

#left_banner {
padding: 0 0 0 10px;
float: left;
}

#right_banner {
padding: 0 10px 0 0;
float: right;
}

.clear {
clear: both;
}

#banner {
background-image: url(../images/banner_bg.jpg);
background-repeat: repeat-x;
height: 173px;
margin: 0 9px 0 9px;
clear:left;
}

#banner_left {
float: left;
}

#banner_right {
float: right;
}

#content_left {
padding: 10px 10px 0 9px;
width: 205px;
float: left;
border-right: 1px solid #000;
clear:both;
vertical-align:top;
}

h1 {
font-size: 15px;
font-weight: 100;
color: #3333CC;
text-decoration: underline;
}

ul
{
	margin-left:15px;
}

ul li.news {
margin: 10px 0 0 30px;
}

.news {
font-size: 11px;
font-weight: bold;
list-style: url(../images/paw.gif);
}

.news_text {
list-style: none;
margin: 0 0 0 30px;
}

#content_right {
padding: 10px 10px 0 0;
float: right;
width: 195px;
vertical-align:top;
text-align:center;
}

#content_middle{
padding: 10px 15px 0 0;
margin-right: 20px;
left: 10px;
border-right: 1px solid #000;
vertical-align:top;
position: relative;
}
.with_news{
margin-left:230px;
}

#google {
margin: 10px 9px 0 9px;
padding: 0 10px 0 10px;
border-top: 1px solid #B2A887;
border-left: 1px solid #B2A887;
border-right: 1px solid #B2A887;
border-bottom: 10px solid #B2A887;
}

#bottom_nav {
text-align: center;
}

#bottom_nav ul {
list-style: none;
}

#bottom_nav ul li {
display: inline;
}

#bottom_nav ul li a {
color: #000;
text-decoration: none;
font-size: 9px;
}

#copyright {
font-size: 9px;
font-family: Arial MT, Arial, Helvetica, sans-serif;
color: #666;
text-align: center;
}

td.pedigree {
	color: #000;
	border-top: 1px solid #B2A887;
	border-left: 1px solid #B2A887;
	border-right: 1px solid #B2A887;
	border-bottom: 10px solid #B2A887;
	font-weight: bold;
}
