

@import "blueprint/screen.css";


html { text-align: center;}
body {
	position: relative;
	width: 750px;
	margin: 0 auto ;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg2.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	position: absolute;
	width: 750px;
	min-height: 100%;
	background-color: white;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px auto;
}
.push {
	height: 10px;
}

table.mytable { width: 100%; padding: 0px; border: none; border: 0px solid #FFFFFF;}
table.mytable td {font-size: 10px; padding: 1px 2px 2px 2px; border: none; background-color: #FFFFFF;} 

#branding {
	width: 750px;
}
#branding.home {
	height: 120px;
	background-image: url(../images/bgheader_home.jpg);
	background-repeat: no-repeat;
}
.products {
	height: 120px;
	background-image: url(../images/bgheader_products.jpg);
	background-repeat: no-repeat;
}
.services {
	height: 120px;
	background-image: url(../images/bgheader_services.jpg);
	background-repeat: no-repeat;
}
.news {
	height: 120px;
	background-image: url(../images/bgheader_news.jpg);
	background-repeat: no-repeat;
}
.partners {
	height: 120px;
	background-image: url(../images/bgheader_partners.jpg);
	background-repeat: no-repeat;
}
.customers {
	height: 120px;
	background-image: url(../images/bgheader_customers.jpg);
	background-repeat: no-repeat;
}
.contact {
	height: 120px;
	background-image: url(../images/bgheader_contact.jpg);
	background-repeat: no-repeat;
}
.careers {
	height: 120px;
	background-image: url(../images/bgheader_careers.jpg);
	background-repeat: no-repeat;
}
#nav_primary {
	background-color: #982304;
	height: 21px;
	width: 750px;
}
#nav_primary ul{
	display: block;
	padding: 2px 0 0 0;
	margin: 0 0 0 66px;
	font-size: 10px;
	font-weight: bold;
}
#nav_primary li{
	display: inline;
	height: 21px;
}
#nav_primary li.active a{
	background-color: #581907;
}
#nav_primary a.begin {
	border-left: 1px dotted white;
}
#nav_primary li a{
	color: white;
	padding: 3px 7px 3px 7px;
	margin-left: -3px;
	border-right: 1px dotted white;
}
#nav_primary li a:hover{
	background-color: #581907;
}

#content {
	margin: 17px 0 0 10px;
	width: 556px;
	min-height: 400px;
}
#content h2{
	color: #982304;
	position: relative;
	left: -6px;
	font-size: 20px;
	padding-top: 5px;
}
#content h2 em{
	padding-left: 52px;
	font-weight: bold;
}
#content h3 {
	color: #982304;
	padding-top: 5px;
}
#content p {
	font-size: 11px;
	color: #000000;
	margin-bottom: 8px;
}
#content_secondary.higherupdate {
	top: 150px;
}
#content_update {
	position: absolute;
	top: 144px;
	right: 4px;
	width: 168px;
	font-size: 10px;
}
#content_secondary {
	position: absolute;
	top: 235px;
	right: 4px;
	width: 168px;
	font-size: 10px;
}

#content_secondary.higher {
	top: 220px;
}
#content_secondary ul, #content_secondary ol{
	padding: 4px 0 10px 0;
	margin: 0;
}
#content_secondary ol li {
	list-style: none;
	font-size: 10px;
	padding: 2px 0 4px 0;
}
#content_secondary ol li {
	border-bottom: #982304 dotted 1px;
}
#content_secondary ol li.noline {
	border: none;
}

#content_secondary h4 {
	width: 150px;
	background-color: #569A9A;
	padding: 1px 0 0 4px;
}
#content_secondary p {
	padding: 2px 6px 2px 0;
	font-size: 10px;
	color: #000000;
}
#content_secondary em {
	font-weight: bold;
	color: #000000;
}
#content_secondary ol a {
	font-weight: bold;
	text-decoration: underline;
	color: #982304;
}
#content_secondary ul li {
	color: #982304;
	list-style: square;
	list-style-position: inside;
	font-size: 10px;
}
#content_secondary ul a {
	text-decoration: underline;
	color: #000000;
}
#site_info {
	position: absolute;
	left: 6px;
	bottom: 1px;
	width: 146px;
	text-align: center;
	font-size: 9px;
	color: #666666;
}
#site_info p {
	font-size: 9px;
	padding-bottom: 6px;
	color: #666666;
}
#nav_footer{
	border-top: #999966 solid 1px;
	height: 20px;
	margin-left: 10px;
}	
#nav_footer ul {
	padding: 0;
	margin: 0;
}
#nav_footer li{
	float: left;
	list-style: square;
	color: #982304;
	list-style-position: inside;
	font-size: 10px;
	padding-left: 45px;
}
#nav_footer li a{
	color: #000000;
}
#nav_sub {
	position: absolute;
	top: 141px;
	left: 0;
	width: 158px;
}
#nav_sub ul{
	padding: 0;
	margin: 0;
}
#nav_sub li {
	list-style: none;
	width: 158px;
	border-bottom: 1px dotted #982304;
}
#nav_sub li a {
	display: block;
	padding: 4px 0 4px 12px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
#nav_sub li a:hover, #nav_sub li.active a {
	background-color: #96967E;
	color: #E5E5D9;
}
.breadcrumbs {
	font-size: 9px;
	color: #569A9A;
}
.breadcrumbs a {
	color: #569A9A;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	color: #982304;
}
#content ul {
	color: #982304;
	font-size: 10px;
}
#content span {
	font-size: 11px;
	color: #000000;
}
#content p a, #content li a {
	color: #982304;
}
#content p a:hover, #content li a:hover {
	text-decoration: underline;
}
.cradlefont {
	font-size: 9px;
}
#customefont{
	font-size: 6px;
}
