  /****************/
 /* global stuff */
/****************/
h1, h2, h3, h4, p, a, form, input, li, ul, body{
	margin:0;
	padding:0;
	
	font-family: Arial, Helvetica, sans-serif;		
}

a{
	outline: none;	
	text-decoration: none;
	color: #4EAAD3;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	color: #0099FF;
}

p, form{
	color: #999999;
	padding-bottom: 11px;
}

img, div { behavior: url(iepngfix.htc); }

h1, h2, h3, h4{
	font-family: Impact, Arial, Helvetica, sans-serif;
	color: #5AA1DF;
	font-weight: normal;
	padding-bottom: 12px;
}

  /******************/
 /* specific stuff */
/******************/
html,body{
	text-align: center;
	background-color: #55A5E4;
	height:100%;
	background-image: url(images/bg-blue.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#body2{
	height:100%;
	background-image: url(images/bg-grad.png);
	background-repeat: repeat-x;	
}


* html #body2{	
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-grad.png',sizingMethod='scale');
}


#wrapper{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	
	position: relative;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
}

#header{
	height: 350px;
}
#header2{
	height: 120px;
}
#logo{
	position: absolute;
	width: 173px;
	height: 39px;
	left: 11px;
	top: 5px;
	
}



#banner{
	position: absolute;
	left: 25px;
	top: 86px;
}

#main{
	width: 800px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 120px;	
}

#main #lCol{
	float: left;
	width: 350px;
}

#main #rCol{
	float: right;
	width: 450px;
	text-align: left;
	padding-top: 44px;
}


#footer{
	width: 100%;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	text-align: center;
	position: absolute;
	bottom: 0px;
	height: 100px;
	padding-top: 12px;
}

#footer p{
	font-size: 12px;
}


  /**************/
 /* Menu stuff */
/**************/
#menu{
	width: 379px;
	position: absolute;
	left: 446px;
	top: 0px;
	height: 103px;
}

#menu ul{
	list-style-type: none;	
}

#menu li{
	
}

#menu li a span{
	display:none;
}

#menu li#home a{
	background-image: url(images/menu-home.gif);
	background-repeat: no-repeat;
	background-position: center -82px;	
	
	height: 70px;
	width: 75px;	
	
	position: absolute;
	left: 0px;
	top:  0px;
}

#menu li#home a:hover{	
	background-position: top;	
}

#menu li#home .selected{	
	background-position: top;	
}

#menu li#features  a{
	background-image: url(images/menu-feat.gif);
	background-repeat: no-repeat;
	background-position: center -82px;
	
	height: 70px;
	width: 100px;	
	
	position: absolute;
	left: 76px;
	top: 0px;
}
#menu li#features a:hover{
	background-position: top;	
}

#menu li#features .selected{	
	background-position: top;	
}

#menu li#faq  a{
	background-image: url(images/menu-faq.gif);
	background-repeat: no-repeat;
	background-position: center -82px;
	
	height: 70px;
	width: 80px;	
	
	position: absolute;
	left: 168px;
	top: 0px;
}
#menu li#faq  a:hover{	
	background-position: top;	
}

#menu li#faq .selected{	
	background-position: top;	
}

#menu li#contact  a{
	background-image: url(images/menu-cont.gif);
	background-repeat: no-repeat;
	background-position: center -82px;
	
	height: 70px;
	width: 90px;	
	
	position: absolute;
	left: 238px;
	top: 0px;
}
#menu li#contact a:hover{	
	background-position: top;	
}

#menu li#contact .selected{	
	background-position: top;	
}

#menu li a{
	color: #C4E3FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	background-image: url(images/menu-home.gif);
}

#menu .selected a,
#menu .selected a:hover{	
	cursor:default;	
}

#main #userPic{
	float: right;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 6px;

}

/********************/
/* Mail form stuff */
/******************/
.maildiv {
	width: 365px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.maildiv form {
	text-align: left;
}
.maildiv label {
	/* used for right side captions */
	vertical-align: top;
	padding: 0 0 0 3px;
}

.maildiv .sidelbl {
	/* used for left side labels */
	width: 95px;
	text-align: right;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
	display: block;
	float: left;
	clear: left;	
}
.maildiv a {
	
}
.maildiv h2 {
	
	
}
.maildiv input {
	margin-bottom: 10px;
}
.maildiv select {
	margin-bottom: 10px;

}
.maildiv textarea {
	margin-bottom: 10px;

}
.maildiv .ver_img {
	padding: 0;
	margin: 0 0 10px 10px;
	vertical-align:bottom;  
}
.maildiv fieldset {
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.maildiv .legendspacing {
	height: 10px;
}
.maildiv .fmcredits {
	float: left;
	font-size: 90%;
}
.maildiv .fmsubmit {
	float: right;
	padding-right: 19px;
} 
.maildiv .fmrequired {
	
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
.maildiv .fmspacer {
}

.maildiv .fminfofull {
	padding: 0 10px 0 10px;
	margin-bottom: 15px;
	font-weight: bold;
	
}
.maildiv .fminfohalf {
	padding: 0 10px 0 10px;
	
	margin-left: 110px;
	margin-bottom: 15px;
}
.maildiv .fmerrorbox {
	text-align: left;
}
.maildiv li {
	margin: 0 0 4px 0;
}
.maildiv .fmerrortitle {
	
	font-size: 120%;
}
