/* @group GENERAL STYLE */
body {
	font: 0.75em/1.75em Arial, Helvetica, sans-serif;
	color: #333;
	background: #99CDFF;
}
#left p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
.left {
	float: left;
	padding: 4px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #E5E5E5;
}
.left2{
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
/* @end */

/* @group GENERAL POSITIONING */
#wrapper {
	width: 960px;
	margin: 0px auto;
}
#header, #container {
	width: 960px;
	padding: 10px;
	background: #FFF;
	float: left;
	position: relative;
}
#container {
	margin-bottom: 40px;
}
#content {
	width: 940px;
	padding: 10px;
	float: left;
	background: #EEE;
}
#left {
	width: 588px;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	float: left;
}
#right {
	width: 320px;
	margin-left: 10px;
	float: right;
}
#footer {
	width: 940px;
	background: #EB75A9 url(../images/right_h3_bg.png) no-repeat right center;
	float: left;
	color: #FFF;
	padding: 5px 10px;
}
.separator {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDD;
	margin: 10px 0;
}
button, .button {
	background-color: #2695FE;
	color: #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 20px;
	text-transform: uppercase;
}
button:hover, .button:hover {
	background: #000;
}
/* @end */

/* @group FONTS */
a {
	color: #2695FE;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
h1,h2,h3 {
	letter-spacing: -1px;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 28px;
	color: #EB75A9;
	line-height: 1.2em;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
h2.underline {
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	margin: 10px 0;
	float: left;
	width: 100%;
}
h3 {
	font-size: 14px;
}
span.req {
	font-size: 14px;
	color: #F00;
	line-height: auto;
}
/* @end */

/* @group HEADER */
#main_menu, #top_submenu {
	float: left;
	width: 960px;
	background: #EEE;
}
#main_menu li {
	display: inline;
	float: left;
}
#main_menu li a {
	display: block;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 13px;
	color: #333;
}
#main_menu li a:hover {
	background-color: #DDD;
}
#main_menu li a.selected {
	background:#CCC ;
}
div#error, div#success, div#notice {
	width: 916px;
	padding: 10px 20px;
	float: left;
	margin-bottom: 10px;
}
div#error {
	background: #FFDFDF;
	border: 2px solid #F00;
}
div#success {
	border: 2px solid #32fe29;
}
#top_submenu {
	margin-top: 2px;
	background-color: #56C7F1;
}
#top_submenu li {
	float: left;
	display: inline;
	margin-right: 5px;
	position: relative;
}
#top_submenu li a {
	display: block;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
}
#top_submenu li a:hover {
	text-decoration: underline;
	color: #000;
}
#top_submenu ul {
	position: absolute;
	left: 0;
	top: 31px;
	background: #56C7F1;
	z-index: 10000;
	width: 180px;
	opacity: .9;
	border-top: 1px solid #13a8e0;
	display: none;
}
#top_submenu ul li {
	width: 180px;
	float: left;
	display: inline;
	border-bottom: 1px solid #FFF;
}
#top_submenu ul li a {
	font-size: 11px;
	padding: 2px 10px;
}


/* @end */

/* @group RIGHT */
#right .box {
	border: 1px solid #DDD;
	padding: 10px;
	width: 300px;
	background: #FFF;
	float: left;
	margin-bottom: 10px;
}
#right .box h3 {
	float: left;
	width: 290px;
	padding: 5px 10px;
	margin: -5px 0 0 -5px;
	background: #EB75A9 url(../images/right_h3_bg.png) no-repeat right center;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#testimonials {
	width: 588px;
	height: 270px;
	background-color: #EB75A9;
	overflow: hidden;
	position: relative;
}
.testimonial {
	position: absolute;
	background: #FFF;
	width: 588px;
	height: 270px;
}
.testimonial p {
	position: absolute;
	display: block;
	bottom: 0px;
	left:0px;
	background: url(../images/dot-50.png) repeat;
	color: #FFF;
	padding: 10px;
	width: 568px;
}
h4.blue {
	font-size: 14px;
	margin-bottom: 20px;
	color: #2695FE;
}
ul.job_search li {
	margin-bottom: 10px;
}
.banner {
	float: left;
	margin: 10px;
}
/* @end */

/* @group LEFT */
#left dl {
	width: 100%;
	float: left;
	background-color: #FDE8F1;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left dt {
	width: 30%;
	float: left;
	padding: 5px 0;
	text-align: right;
	margin-right: 10px;
}
#left dd {
	width: 60%;
	float: left;
	padding: 5px 0;
}
dd input.text {
	border: 1px solid #DDD;
	color: #666;
	padding: 5px 5px;
	font-size: 12px;	
}
dd ul {
	float: left;
	width: 50%;
}
.pagination {
	width: 570px;
	float: left;
	padding: 0 10px;
	line-height: 1em;
}
.pagination .pages a {
	border: 1px solid #DDD;
	text-decoration: none;
	padding: 2px 5px;
	color: #333;
}
.pagination .pages a.selected, .pagination .pages a:hover {
	background-color: #56C7F1;
	color: #FFF;
	border: 1px solid #0099AA;
}
.pagination p {
	margin: 0;
}
.apply {
	width: 200px;
	background: #FFC;
	padding: 10px 20px;
	float: right;
	margin-top: -220px;
}
ul.applications {
	width: 578px;
	float: left;
	border: 1px solid #DDD;
	padding: 5px;
	margin-bottom: 3px;
}
ul.applications li {
	float: left;
	display: inline;
	padding: 0 5px;
}
ul.home_box li {
	float: left;
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
}
.home_box img.box_image {
	border: 1px solid #EEE;
	padding: 3px;
	float: left;
	margin:0 10px 10px 0;
}
ul.home_box li h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
h3 a {
	text-decoration: none;
}
.job_row {
	width: 590px;
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
}
.job_row div.job {
	float: left;
	width: 265px;
	padding-right: 10px;
	padding-left: 10px;
}
.job dt {
	font-weight: bold;
}
.job dt, .job dd {
	padding: 0;
	margin: 0;
}
#left h1 {
	border-bottom: 1px solid #EEE;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}
div.costs {
	float: left;
	margin-bottom: 20px;
}
span.cost {
	display: block;
	padding: 5px 0;
	margin: 5px 2px;
	background:  #EB75A9;
	font-size: 16px;
	color: #FFF;
	float: left;
	width: 45px;
	text-align: center;
	cursor: pointer;
}
span.cost:hover {
	background-color: #FDE8F1;
	color: #000;
}
h2.cost {
	background-color: #FDE8F1;
	text-align: center;
	padding: 20px 0;
	font-size: 32px;
	font-weight: bold;
}
#left ul.star{
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}
#left ul.star li {
	margin-bottom: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}
/* @end */
/* */
.modal{background:transparent url(../img/dot-black-75.png) repeat;top:0;left:0;right:0;bottom:0;position:absolute;z-index:10000;display:none;width:100%;height:100%;}
.modalcontent{margin:auto;overflow:hidden;position:relative;background:#ffffff url(../img/ajax-loader.gif) no-repeat center center;}
.modal_skip{position:absolute;display:block;left:-99999px;top:-99999px;}
.close_btn{width:16px;height:16px;position:absolute;top:10px;right:10px;background:url(/img/cross-white.png) no-repeat;z-index:10001;cursor:pointer;}
