/* CSS Document */
html 
{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	letter-spacing: 0.1em;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
}

a img {
	border: none;
}
a:link, a:visited{
	color: #CA1337;
	text-decoration:none
	}
a:hover{
	color: #FF0000;
	text-decoration:underline;
}
#container{
	/*width: 100%;*/
	max-width:1300px;
	margin: 0px;
	color: #333;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(img/line.gif);
	

}
#container{
 width: expression(document.body.clientWidth < 862 ? "860px"
 : document.body.clientWidth > 1302 ? "1300px" : "auto");

}
#home {
	color: #CA1337;
	width: 460px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 34px;
	padding-left: 435px;
	margin: 0px;
	letter-spacing: -1px;

}
#headerBlock{
	margin: 0px;
	padding-top: 10px;
	width: 850px;
}
#logo {
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-top: 4px;
}
#headline{
	margin-top: 75px;
	margin-left: 350px;
}
#container h1 {
	line-height: 0em;
	font-size: 3.5em;
	letter-spacing: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
h1 {
	font-size: 14px;
}
#home h1 {
	font-size: 22px;
	line-height: 1.25em;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	letter-spacing: -0.05em;
}
#headline   h1{
	color: #CA1337;
	margin: 0px;
	padding: 0px;
}	
#content {
	margin-left: 196px;
	margin-top: 17px;
	height: 358px;
	width: 850px;
	padding: 0px;
}	
#content p, li {
	line-height: 1.5em;
	text-align: left;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 0px;
}
#content li {
	margin-bottom: 0.3em;
}	
#text {
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-left: 8px;

}

#option {
	float: left;
	width: 280px;
	margin-left: 20px;
	padding: 10px;
}
#option img {
	padding-right: 20px;
	float:left;
}
ul {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
}

#navlist{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	padding-top: 41px;
	padding-bottom: 20px;
	padding-left: 218px;
	text-transform: uppercase;
	font-size: 10px;
	
}
#navlist ul, #navlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited{
	float: left;
	line-height: 14px;
	margin: 0 5px 4px 10px;
	text-decoration: none;
	color: #444;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:active, #navlist a:hover{
	border-bottom: 4px solid #CA1337;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}
#navlist a:hover { 
	color: #000; 
}
#footerBlock{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	font-size: 10px;
	padding-top: 10px;
}
#navcontainer{
	width: 100%;
	float: right;
	font-size: 90%;
}
#navcontainer ul{ 
	padding: 0; 
	margin: 0;
}
#navcontainer ul li {
	text-decoration: none;
	float: right;
	border-right: 1px solid #000000;
	text-transform: uppercase;
	display: inline;
	padding: 0.2em 10px;
}
#navcontainer li a, #navlistfooter li a:visited{
	text-decoration: none;
	color: #000;
}
#navlistfooter li a:hover, #navlistfooter li a:active{
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	color: #99CC33;
}
.thumbnail{
	float: left;
	width: 115px;
	padding: 5px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	font-size: 80%;
	height: 120px;
}
.picture {
	border: 1px solid #999;
}
.validate {
	top: 100px;
	height: 30px;
	width: 100px;
	float: right;
	margin-top: 40px;
}
.clearboth{
	clear: both;
}
.vcf{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/vcf.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}
.bulletlink{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/pil.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 15px;
	line-height: 0.5em;
}
li {
	list-style-image: url(img/li.gif);
	
}
ul {
	padding-left: 3px;
}

menu {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.whois {
	line-height: 1.5em;
	text-align: left;
	padding: 0;
	margin-bottom: 1em;
}
label.left {
   float: left;
   text-align: left;
   width: 8em;
   margin-right: .3em;
   }
fieldset {
	border-style: none;
}
input[type=text], select, textarea {
   float: left;
   margin-bottom: 3px;
   }
input.right {
	float: left;
	width: auto;
	clear: both;
	margin-left: 8.3em;
	margin-right: 0.3em;
	margin-bottom: 0.1em;
  }
input[type=checkbox].right,
input[type=radio].right,
input[type=submit].right {
	 margin-left: 7.3em;

	 }
li.extern, ul.extern{
	list-style-image: url(img/bullet.gif);
	list-style-position: outside;
	margin-left: 10px;
	list-style-position:inherit;
}
li.download, ul.download{
	list-style-image: url(img/pdf.gif);
	list-style-position: inside;
	margin-left: 5px;
	list-style-position:inherit;
}
form br {
  clear: both;
 }
.small {
	font-size: xx-small;
}
.table {
	font-size: 80%;
	text-align: center;
}
.tableback {
	background-color: #DDDDDD;
}
.tableyellow {
	background-color: #FFCC66;
}
.tablered {
	background-color: #FF8282;
}
.tableblue {
	background-color: #66CCFF;
}
.tablegreen {
	background-color: #66CC99;
}
.poweredphplist
{
	font-size: 8px;
}.intro {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	padding-left: 120px;
	letter-spacing: 0.03em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
