@charset "utf-8";
/* CSS Document */


/*-----Generic-----*/
body{
	background:#F0F0F0 url(../img/generic/bg.jpg) repeat-x;
}
.container{
	min-height:100%;
	background:#fafafa;
	-moz-border-radius: 9px; 
    -webkit-border-radius: 9px;
    border-radius: 9px; 
    border:solid 1px #bbb;
}
.spacer{
	height:20px;
}
/*-----header-----*/
.header{
	min-height:100px;

}
#logo{
	display:block;
	width:380px;
	height:100px;
	background: url(../img/generic/logo.png) no-repeat;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	float:left;
	color:#666;
	font:Arial, Helvetica, sans-serif bold;
	text-decoration:none;
	margin: 25px 3px 0px 3px; 
}
#menu ul li a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:14px;
	text-decoration:none;
}

/*-----hero-----*/

#hero{
	background: url(../img/generic/secondaryHeader.png) no-repeat;
	height:300px;
}

#hero h1{
	font-family:Arial, Helvetica, sans-serif;
	margin:85px 35px;
	letter-spacing: -2px;
	font-size:55px;
	text-decoration:none;
	color:#FFFFFF;
}

.column{
	height:400px;
}

.column h2, #lastText h2{
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 10px 10px;
	font-size:20px;
	color:#333;
}
.column p, #lastText p, .column form table tr td{
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 10px 0px 10px;
	font-size:16px;
	color:#333;
	text-align:justify;
}

.column .textbox, .column textarea{
	width:80%;
    padding:5px;
    outline:none;
    height:18px;
	font-weight:900;
	font-family:Arial, Helvetica, sans-serif;
}

/* BUTTONS */
/* BUTTONS */.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    font-family: Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:300px;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/* POSITIVE */button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
.failure{
	background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
	font-family:Arial, Helvetica, sans-serif bold;
	font-weight:900;
	text-align:center;
}
.success{
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	font-family:Arial, Helvetica, sans-serif bold;
	font-weight:900;
	text-align:center;
}


/*-----footer-----*/
.footer{
	height:100px;
	background: url(../img/generic/footerLogo.png) no-repeat right;
}

.footer p a{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.footer p{
	color:#666;
	font-family:Arial, Helvetica, sans-serif bold;
	text-decoration:none;
	margin:30px 30px;
}


	


