@charset "utf-8";
/* CSS Document */
/* this is the CSS Reset code... from http://rikrikrik.com/reset */
*{margin:0;padding:0;}
iframe,a img,fieldset,form,table{border:0;}
h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal;}
dd,dt,li,dl,ol,ul{list-style:none;}
legend{color:#000;}
button,select,textarea,input{font:100% serif;}
table{border-collapse:collapse;}
caption,th,td{text-align:left;}
* {outline:0;}
/* end CSS Reset */

body{
	width:auto;
	height:auto;
	color:#FFF;
}
.container{
	margin:auto;
	width:960px;
	height:auto;
	background-image:url("images/background.jpg");
	background-repeat:no-repeat;
	margin:auto;
	z-index:-1;
}
.header{
	background-image:url("images/bkg.png");
	height: 118px;
	width:auto;
	z-index:10;
}
.header2{
	background-image:url("images/bkg.png");
	height:118px;
	width:100%;
	z-index:-1;
}
.inner{
	width:960px;
	height:118px;
	margin:auto;
	padding:10px;
}
.logo{
	background-image:url("images/logo5.png");
	background-repeat:no-repeat;
	width:232px;
	height:91px;
	margin:auto;
	float:left;
}
.tagline{
	width:403px;
	height:14px;
	background-image:url("images/tagline.png");
	margin-top:40px;
	margin-left:15px;
	float:left;
}
.headlink{
	margin-top:30px;
	width:185px;
	height:28px;
	float:right;
	padding:5px;
}
.footer{
	margin:auto;
	width:960px;
	height:auto;
	padding-bottom:20px;
}
a.right{
	padding-left:10px;
	padding-right:5px;
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
a.right:hover{
	color:#20387a;
}
a.link{
	padding-left:5px;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.625em;
	text-align:center;
	color:#000;
}
.linkholder{
	margin:auto;
	width:auto;
	height:auto;
	padding-left:350px;
}
.mid,.mid2{
	width:960px;
	height:196px;
	margin:auto;
}
.mid{
	background-image:url("images/mid.png");
	background-repeat:no-repeat;
	margin-top:300px;
}
.mid2{
	padding:20px;
	padding-top:10px;
	padding-left:0px;
	height:277px;
}
	
p.midcopy,p.midcopy2{
	margin-left:20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.063em;
	font-style:oblique;
	color:#FFF;
	text-align:left;
	width:755px;
	line-height:21px;	
}
p.midcopy{
	padding-top:60px;
}
p.midcopy2{
	margin-top:10px;
}

.litainer{
	width:auto;
	height:277px;
	margin:auto;
	padding-left:5px;
}
.first,.second,.third,.fourth,.fifth{
	background-color:#FFF;
}
.first a{
	width:176px;
	height:277px;
	float:left;
	padding-left:15px;
	background-image:url("images/act_bottom_button1.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.second a{
	width:176px;
	height:277px;
	float:left;
	padding-left:15px;
	background-image:url("images/act_bottom_button2.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;

}
.third a{
	width:176px;
	height:277px;
	float:left;
	padding-left:15px;
	background-image:url("images/act_bottom_button3.gif");
	background-repeat:no-repeat;	
	text-indent:-9999px;
}
.fourth a{
	width:176px;
	height:277px;
	float:left;
	padding-left:15px;
	background-image:url("images/act_bottom_button4.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
.fifth a{
	width:176px;
	height:277px;
	float:left;
	padding-left:15px;
	background-image:url("images/act_bottom_button5.gif");
	background-repeat:no-repeat;
	text-indent:-9999px;	
}

.first a:hover, .second a:hover{
	background-position: 0 -278px;
}
.third a:hover,.fourth a:hover,.fifth a:hover{
	background-position: 0 -279px;
}

/** for table**/

.label  {
background-color:#Fff;
color:#5678B5;
padding:10px;
}

table, tr, td {
color:#333333;
font:11px/15px arial,sans-serif;
}

input {
border:1px solid #5678B5;
color:#333333;
font:10px/15px arial,sans-serif;
margin-left:5px;
margin-right:2px;
}
	
input.button  {
background-color:#F2F5FA;
border:1px solid #5678B5;
color:#0072CF;
}

.thanks{
	margin:auto;
	text-align:center;
	height:200px;
}
h1,h2{
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#000;
}

