body {
	background:url(../images/inner_bg.jpg) repeat;
	font-family: 'OpenSansRegular';
	font-size:13px;
}
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
 @font-face {
 font-family: 'OpenSansRegular';
 src: url('fonts/OpenSans-Regular-webfont.eot');
 src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Regular-webfont.woff') format('woff'),  url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'OpenSansSemibold';
 src: url('fonts/OpenSans-Semibold-webfont.eot');
 src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),  url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Semibold-webfont.svg#OpenSansRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
h1 {
	font-size:32px;
	font-weight:normal;
	padding-bottom:25px;
}
#header {
	float:left;
	height:104px;
	width:100%;
}
.logo {
	float:left;
	margin:18px 0 0 30px;
	font-size:30px;
	color:#71d5ff;
	text-transform:uppercase;
}
.logo img {
	border-right:1px solid #fff;
	margin-right:18px;
}
.logout {
	float:right;
	margin:20px 35px 0 0;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
.logout span {
	color:#000;
}
.logout .btn {
	float:right;
	margin-top:10px;
}
.logout .btn a {
	color:#333333;
	text-decoration:none;
}
#menu {
	float:left;
	height:108px;
	background:url(../images/menu_bg.jpg) repeat-x;
	width:100%;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	float:left;
	display:inline;
	border-right:1px solid #c3c6c8;
	margin:1px 0;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	position:relative;
}
#menu ul li img {
	display:block;
	margin:auto;
	padding-bottom:3px;
	position:relative;
}
#menu ul a {
	color:#272727;
	text-decoration:none;
	padding:23px 20px;
	display:block;
}
#menu ul a:hover {
	color:#189ad0;
}
/* dropdown */

#menu ul li:hover > ul {
	display: block;
}
/* level 2 list */

#menu ul li ul {
	display: none;
	margin: 0;
	padding: 10px 0;
	width: 196px;
	position: absolute;
	top: 106px;
	left: 0;
	background: #fff;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
#menu ul li ul li {
	float: none;
	margin:0;
	border-right:none;
	display:block;
	text-align:left;
}
#menu ul li ul li a {
	display:block;
	padding:8px 10px;
}
#menu ul li ul li a:hover {
	background:#189ad0;
	color:#fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#container {
	float:left;
	background:#dee1e3;
	width:100%;
}
#container .container_inner {
	float:none;
	padding:30px 50px;
	margin:20px auto;
	text-align:left;
	background:#CCC; overflow:hidden;
	border:solid 1px fcfcfc; max-width:800px; width:100%;
}
input.btn.btn-success {
    margin-left: 225px;
    text-align: center;
    float: none;
}
.checkbox input[type="radio"] {
    margin-right: 5px;
    vertical-align: top;
}
.dash_box {
	float:left;
	width:325px;
	height:130px;
	background:#fff;
	border:1px solid #bfc2c3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:20px 40px 20px 0;
}
.dash_box .dash_left {
	float:left;
	margin:29px 0 0 16px;
	border-right:1px solid #c3c6c8;
}
.dash_box .dash_right {
	float:left;
	margin:29px 0 0 15px;
	width:190px;
	font-size:13px;
	color:#5a5b5b;
	line-height:18px;
}
.dash_box .dash_right h1 {
	font-size:18px;
	font-weight:normal;
	color:#494949;
	line-height:20px;
	text-transform:uppercase;
	margin:0;
	padding:0 0 6px 0;
}
#footer {
	float:left;
	border-top:1px solid #fff;
	width:100%;
	height:40px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
}
.pgn_align {
	float:right;
	clear:both;
}
/*Form Styles*/



label {
	font-size:14px;
	width:225px;
	float:left;
	line-height:30px;
}
label span.star {
	color:#F00;
}
.calendar_icon {
	background: url(../images/calendar_icon.png) no-repeat 195px center;
}
.btn {
	font-size: 15px;
	text-transform:uppercase;
	padding:20px;
}
.error {
	float: none;
	color: red;
	padding-left: 0px;
	vertical-align: top;
}
.success {
	float: none;
	color: green;
	padding-left: 0px;
	vertical-align: top;
}
#contactForm input.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm .calendar_icon.error {
	background: url(../images/calendar_icon.png) #f8dbdb no-repeat 195px center;
	border-color: #e77776;
}
p {
	clear: both;
}
.submit {
	margin-left: 12em;
}
em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
.btn-mini a {
	color:#fff;
	text-decoration:none;
}
