html {
	padding: 25px;
	margin: 0px;
}
body {	
	font-size: 12px;
	font-family: Tahamo, Arial, Sans-Serif;
/*	font-weight: bold;*/
	color: #626262;
/*	background: #7f7364 url(../img/background3.jpg) top center repeat-x;*/
	background:url(../img/background.png) top center;
}
h1{
	margin:0px;
	font-size:24px;
}
h4{
    margin: 0px;
    font-size: 24px;
    background: #F79239;
    padding: 1%;
    width: 96%;
    color: #F8F8F5;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 2px solid #56A1D5;
    /* margin-bottom: 10px; */
    margin: 1%;
}
h4.closed{
	background:gray;
	border:2px solid #444;
	color:#444!;
	cursor:default;
	cursor:default;
}
h3{
	font-size:18px;
	color:#f79239;
	
}
h5 {
    font-size: 18px;
    color: #f79239;
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin: 0px;
}
.clickable:hover{
	text-decoration:underline;
}
.errors{
	width:100%;
	text-align:center;
	color:#f00;
	padding-top:15px;
	padding-bottom:15px;
	font-size:20px;
}
.wrapper{
	width:662px;
	margin-left:auto;
	margin-right:auto;
}
#visualContainer{
	width:630px;
	padding:14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border:4px solid #f8f8f5;
	overflow:hidden;
	min-height:800px;
}
#visualContainerFlex{
	width:630px;
	padding:14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	border:4px solid #f8f8f5;
	overflow:hidden;
}
.shadow {
  -moz-box-shadow:    0px 0px 20px 0px #989085, #e7e7e5 0px 0px 40px inset;
  -webkit-box-shadow: 0px 0px 20px 0px #989085, #e7e7e5 0px 0px 40px inset;
  box-shadow:         0px 0px 20px 0px #989085, #e7e7e5 0px 0px 40px inset;
}
a{
	color: #626262;
	text-decoration:none;
}
.btn{
	cursor:pointer;
	font-size:14px;
	color:#fff;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border-radius: 			5px;
	-khtml-border-radius: 	5px;
	background:#56a1d5;
	width:60px;
	text-align:center;
	margin-left:550px;
	border:2px solid #fff;
	-moz-box-shadow:    0px 0px 10px 0px #ddd1c2;
  	-webkit-box-shadow: 0px 0px 10px 0px #ddd1c2;
  	box-shadow:         0px 0px 10px 0px #ddd1c2;
}
#closed_btn{
	color:#999;
    background: #444;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	border-radius: 			5px;
	-khtml-border-radius: 	5px;
	text-align:center;
	border:2px solid #999;
	-moz-box-shadow:    0px 0px 10px 0px #ddd1c2;
  	-webkit-box-shadow: 0px 0px 10px 0px #ddd1c2;
  	box-shadow:         0px 0px 10px 0px #ddd1c2;
    width:100%;
    padding:5px;
}
.blue{
	
	color:#f79239;
}
.orange{
	color:#56a1d5;
}
.button:hover{
	background:#56A1D5;
}
.choice{
	color:#56a1d5;
	margin-bottom: 50px;
/*	padding-left:60px;*/
	cursor:pointer;
	font-size:14px;
    text-align: center;
}

#navigation{
	float:left;
	position:relative;
	width:100%;
	height:40px;
}
.navItem{
	float:right;
	position:relative;
	margin:16px;
	top:92px;
	font-weight: bold;
	font-size:14px;
	
}
.navItem:hover{
	color:#56a1d5;
}
#navLogo{
	position:absolute;
	float:left;
	width:419px;
	height:147px;
	top:-10px;
	left:-70px;
	background:url(../img/topLogo.png) top left no-repeat;
}
.out-of-state{
    float: left;
    width:100%;
    padding-left:120px;
    line-height:14px;
    display: none;
}
#pre{
	margin-left:80px;
	background:url(../img/btn_pre.jpg) top left no-repeat;
}
#post{
	margin-left:140px;
	background:url(../img/btn_post.jpg) top left no-repeat;
}
#pre:hover{ 
	background:url(../img/btn_pre_over.jpg) top left no-repeat;
	color:#f79239;
}
#post:hover{ 
	background:url(../img/btn_post_over.jpg) top left no-repeat;
	color:#f79239;
}
#promoFooter{
	text-align:center;
	font-size:12px;
	margin-bottom: 38px;
}
#toAce{
	float:left;
	position:relative;
	background:url(../img/takeMeToAce.png) top left no-repeat;
	width:500px;
	height:130px;
	top:-45px;
	left:66px;
	border:0px;
}
.stackedButton{
	position:relative;
	float:left;
	text-align:center;
	width:50%;
}
input {
    margin: 0px;
}