/* CSS Document */
*{margin:0; padding:0;}

body, html{
	background-image: url(../images_common/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	/*
	height:auto;
	height:100%;
	min-height:100%;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
p{margin-bottom:10px;}
p.justify{text-align:justify};
a{text-decoration:none; color:#333333;}
a img{border:none;}
a:hover{color:#0a5c6a;}
#pageHolder{
	display:block;
	width:760px; 
	margin:10px auto 0 auto; 
	background-color:#FFFFFF; 
	height:100%;
	text-align: left;
}
#top{
	background-image:url(../images_common/whitback-top.gif);
	background-repeat:repeat-x;
	width:760px;
	height:100px;
}
#logo{
	padding:5px 10px;
	width:50px;
	float:left;
}
#textLogo{
	padding-top:30px;
	width:295px;
	float:left;
}
#navigation{
	margin-left:80px;
	margin-top:10px;
	padding-left:10px;
	border-left:1px #73797e solid;
	float:left;
}
.floatimage{float:left; margin:0 10px 10px 0;}
.float{float:left;}
#leftImages{width:250px;}
#contentRight{width:460px; margin-left:10px;}
div#links img{border:1px #73797e solid;}
#mainContent{width:760px;}
.redhozline{border-top:1px #ff0000 solid; margin:10px 0;}
.greenhozline{border-top:1px #67b881 solid; margin:10px 0;}
.yellowhozline{border-top:1px #ffb513 solid; margin:10px 0;}
#brand1, #brand2, #brand3{width:90px; margin: 10px 10px 0 0;float:left; text-align:center;}
/*FOOTER*/
#footer{width:740px; margin:20px 10px; border-top:1px #ff0000 solid;}
#footerGreen{width:740px; margin:20px 10px; border-top:1px #67b881 solid;}
#footerYellow{width:740px; margin:20px 10px; border-top:1px #ffb513 solid;}
#legal{float:left; width:440px;}
#designer{width:300px; float:left; text-align:right;}
#legal p{font-size:10px;}
#designer p{font-size:10px;}
.smallPoints{display:block;list-style:square; list-style-type:square; margin-left:15px; margin-bottom:10px;}
.margbot10{margin-bottom:10px;}