@charset "UTF-8";

/* Main styles for action site */
div#mainContainer {
	background-color: #000000;
}
#action {
	width: 735px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	float:right;
	padding:0;
	margin:0;
	border:none;
}
#action p {
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.75em;
}

#action td {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

#action a, a:visited, a:active {
	display:inline-block;
	color: #facb0e;
	font-weight: bold;
	text-decoration: none;
}

#action-buttons .action-btnlarge a, a:visited, a:active {
	display:block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#action a:hover {
	text-decoration: underlined;
}
	
#action h1,h2,h3,h4,h5,h6,h7 { font-weight: bold; color: #ff7100; }
#action h1 { font-size: 2em; line-height: 1; margin-bottom: 0em; }
#action h2 { font-size: 1.5em; margin-bottom: 0.10em; }
#action h3 { font-size: 1.2em; line-height: 1; margin-bottom: 0.20em; margin-top:0em}
#action h4 { font-size: 1.2em; line-height: 1; margin-bottom:1em;margin-top:0em  }
#action h5 { font-size: 1em; font-weight: bold; margin-bottom: 0em; }
#action h6 { font-size: 1em; font-weight: bold; }
#action h7 { font-size: 2em; line-height: 1; margin-bottom: 0em; margin-top:0em}
	
#action ul { list-style-type: none;margin-left: 0px;padding-left: 0px;}
	
#action li { background: url(/action/images/yellow-arrow.gif) left center no-repeat; padding-left: 15px; margin-bottom:10px; }

#action-list2 ul { list-style-type: none;margin-left: 0px;padding-left: 0px;}
	
#action-list2 li { background: url(/action/images/custom-bullet.gif) left top no-repeat; padding-left: 15px; margin-bottom:15px; }

#action-list3 ul { list-style-type: none;margin-left: 0px;padding-left: 0px;}
	
#action-list3 li { background: url(/action/images/custom-bullet2.gif) left top no-repeat; padding-left: 15px; margin-bottom:15px; }

#action .action-question-box ol { color: #ff7100; margin-left: 0px;padding-left: 15px; }

#action .action-question-box li { background: none; padding-left: 0px; margin-bottom:10px;  color: #ffffff; }


.action-btnlarge {
	text-align:center;
	width:180px;
	background: url(/action/images/btn-bg.gif) no-repeat;
	margin-bottom:10px;
	padding-top: 4px;
	padding-bottom: 4px
}

/* Page regions */

#action-navigation {
	height: 10px;
	width: 695px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(/action/images/nav-background.gif);
	background-repeat: repeat-x;
}

#action-visual {
	height: 279px;
	width: 735px;
}
.action-margin-bottom-1 {
	margin-bottom: 20px;
}
#action-header {
	height: 95px;
	width: 735px;
	background-image: url(/action/images/action-header.gif);
	background-repeat: no-repeat;
}
#action-content {
	width: 655px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
#action-leftcol {
	width: 374px;
	float: left;
	padding-right: 40px;
}
#action-rightcol {
	float: right;
	width: 240px;
}
.action-clearfloat-all {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#action-footer {
	width: 655px;
	background-image: url(/action/images/action-footer-background.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	height:30px;
}

#action-footer-left {
	float:left;
}

#action-footer-right {
float:right;
}
.action-do-box {
	background-image: url(/action/images/tick.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 25px;
}
.action-do-heading {
	font-weight: bold;
	color: #00c400;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.action-form-box {
	background-color: #353535;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.action-form-alert {
	padding: 20px;
	background-color: #ffcc00;
}
.action-gradient-rule {
	background-image: url(/action/images/gradient-rule.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 735px;
}

.action-dont-box {
	background-image: url(/action/images/cross.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 25px;
}

.action-dont-heading {
	font-weight: bold;
	color: #d40000;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.action-complete {
	color: #00c400;
	font-weight: bold;
}
.action-incomplete {
	color: #d40000;
	font-weight: bold;
}

.action-form-heading {
	font-weight: bold;
	color: #ff7100;
}
.action-question-box {
	background-color: #353535;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#action-questions {
	padding-top: 16px;
	padding-right: 38px;
	padding-left: 38px;
}
#action-apply-nav {
	height: 34px;
}
#action-apply-nav img {
	float:left;
}
#action-question-count {
	font-weight: bold;
	color: #ff7100;
	margin: 5px 0;
}
#action-thankyou-text {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	width: 290px;
}

#action div.overview {
	background-image: url(../images/notcomplete.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 25px;
}
#action div.overview-active {
	background-image: url(../images/complete.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 25px;
}

#action-list3 {
	padding-left:2px;
}

#action-uploadcv {
	margin-top: 15px;
	margin-right: 15px;
	width: 250px;
	float:left;
	text-align:center;
}

#action-uploadphoto {
	margin-top: 15px;
	margin-right: 15px;
	width: 250px;
	float:left;
}

#action-thankyou-box {
	background-color: #353535;
}
#action-thankyou-image {
	background-color: #ff7100;
}
.floatLeft {
	float: left;
}