@charset "utf-8";
/* CHOICE TRANSLATING COMMON CSS STYLES */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #fdfdfd url(../media/images/bg.jpg) bottom left repeat-x;
	height: auto;
	min-height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

/* COMMON */
a {
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

label {
	color: #7d99b7;
	font-weight: bold;
	font-size: 12px;
}

input, select, textarea {
	border-left: 1px solid #a0c4e8;
	border-right: 5px solid #a7bc51;
	border-top: 1px solid #a0c4e8;
	border-bottom: 1px solid #a0c4e8;
	padding: 5px;	
}

input {
	width: 175px;
}

select {
	width: 191px;
}

input:focus, select:focus, textarea:focus {
	border-top: 1px solid #a7bc51;
	border-bottom: 1px solid #a7bc51;	
	border-left: 1px solid #a7bc51;
}

.clear {
	clear: both;
	height: 20px;
}

p.divider, #divider  {
	margin: 15px 0 20px 0;
	padding: 0;
	display: block;
}
/* END OF COMMON */

/* LINKS */
a.learn-more-green {
	background: transparent url(../media/images/btn_green.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.learn-more-green:hover {
	background: transparent url(../media/images/btn_green-hover.gif) top left no-repeat;
	text-decoration: underline;
}

a.learn-more-blue {
	background: transparent url(../media/images/btn_blue.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.learn-more-blue:hover {
	background: transparent url(../media/images/btn_blue-hover.gif) top left no-repeat;
	text-decoration: underline;
}

input.submit, a.submit {
	background: transparent url(../media/images/btn_green.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
/* END OF LINKS */

/* CONTAINER */
#container {
	background: transparent url(../media/images/bg_container.png) top left repeat-y;
	width: 971px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* END OF CONTAINER */

/* HEADER */
#header {
	width: 965px;
	height: 105px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}

#header #logo {
	background: transparent url(../media/images/logo.jpg) top left no-repeat; 
	width: 311px;
	height: 66px;
	position: absolute;
	top: 20px;
	left: 43px;
	cursor: pointer;
}

#header #logo h1 {
	display: none;
}
/* END OF HEADER */

/* SUB NAV */
#sub-nav {
	background: transparent url(../media/images/bg_sub-nav.jpg) top left repeat-x;
	width: auto;
	height: 38px;
	position: absolute;
	top: 0;
	right: 33px;
	z-index: 9999;
}

#sub-nav  ul li.first {
	background: transparent url(../media/images/bg_sub-nav-left.jpg) top left no-repeat;
	width: 15px;
	height: 38px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#sub-nav span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	margin: 0 9px 0 9px;
	color: #FFFFFF;
	float: left;
}

#sub-nav ul#sub li {
	line-height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
	position: relative;
}

#sub-nav ul#sub li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#sub-nav ul#sub li img {
	float: left;
	display: inline-block;
	margin: 8px 0 0 8px;
}

#sub-nav ul#sub li:hover a {
	color: #839245;
}

#sub-nav ul#sub li:hover ul li a {
	color: #858585;
}

#sub-nav ul#sub li.last {
	background: transparent url(../media/images/bg_sub-nav-right.jpg) top left no-repeat;
	width: 15px;
	height: 38px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#sub-nav ul#sub li ul {
	width: 200px;
	position: absolute;
	top: 31px;
	left: -9999px;
	list-style: none;
}

#sub-nav ul#sub li ul li {
	width: 200px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent url(../media/images/bg_nav-client.png) top left repeat-y;
}

#sub-nav ul#sub li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 21px;
	padding: 0 0 0 20px;
	width: 200px;
	height: 21px;
	display: block;
	text-decoration: none;
}

#sub-nav ul#sub li ul li.client-last {
	background: transparent url(../media/images/bg_nav-last-client.png) top left no-repeat;
	width: 200px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

#sub-nav ul#sub li ul li.client-first {
	width: 200px;
	height: 15px;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

#sub-nav ul#sub li:hover ul, #sub-nav ul#sub li.sfhover ul {
	top: 30px;
	left: -16px;
} 

#sub-nav ul#sub li ul li.client-last:hover, #sub-nav ul#sub li ul li.client-last.sfhover {
	background: transparent url(../media/images/bg_nav-last-client.png) top left no-repeat;
}

#sub-nav ul#sub li ul li.client-first:hover, #sub-nav ul#sub li ul li.client-first.sfhover {
	background: transparent url(../media/images/bg_nav-client.png) top left repeat-y;
	height: 15px;
}

#sub-nav ul#sub li ul li:hover, #sub-nav ul#sub li ul li.sfhover {
	background: transparent url(../media/images/bg_nav-hover-client.png) top left no-repeat;
	width: 200px;
	height: 21px;
	display: block;
	padding: 0;
	margin: 0;
	color: #b5b5b5;
} 

#sub-nav ul#sub li ul li a:hover, #sub-nav ul#sub li ul li a.sfhover {
	color: #FFFFFF;
	line-height: 21px;
}
/* END OF SUB NAV */

/* HELP BUCKETS */
#help-buckets {
	width: 248px;
	float: left;
	clear: right;
	margin: 32px 0 0 0;
	padding: 0;
}

/* CONTACT BUCKET */
#help-buckets #contact-bucket {
	width: 248px;
	margin: 40px 0 0 0;
	padding: 0;
}

#help-buckets #contact-bucket h3 {
	color: #FFFFFF;
	font-size: 12px;
	width: 248px;
	height: 25px;
	line-height: 25px;
	text-indent: 15px;
	border-bottom: 1px solid #ffffff;
	background: transparent url(../media/images/h2_contact-landing.jpg) top left no-repeat;
}

#help-buckets #contact-bucket #middle-bucket {
	width: 248px;
	background: transparent url(../media/images/bg_contact-landing.jpg) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#help-buckets #contact-bucket #middle-bucket table {
	width: 233px;
	margin: 15px 0 0 15px;
}

#help-buckets #contact-bucket #middle-bucket label {
	color: #ffffff;
	font-size: 13px;
}

#help-buckets #contact-bucket #middle-bucket input {
	border: 1px solid #c5c5c5;
	padding: 2px;
	font-size: 12px;
	width: 155px;
}

#help-buckets #contact-bucket #middle-bucket span {
	color: #ffffff;
	font-size: 12px;
}

#help-buckets #contact-bucket #middle-bucket small {
	color: #ffffff;
	font-size: 11px;
}

#help-buckets #contact-bucket #bottom-bucket {
	width: 248px;
	height: 34px;
	position: relative;
	background: transparent url(../media/images/bg_contact-bottom-landing.jpg) top left repeat-y;
}

#help-buckets #contact-bucket #bottom-bucket a {
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 16px;
	left: 181px;
	text-decoration: none;
}

#help-buckets #contact-bucket #bottom-bucket a:hover {
	text-decoration: underline;
}
/* END OF CONTACT BUCKET */

/* QUOTE BUCKET */
#help-buckets #quote-bucket {
	width: 248px;
	height: 158px;
	background: transparent url(../media/images/bg_quick-quote.jpg) top left no-repeat;
	margin: 8px 0 25px 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}

#help-buckets #quote-bucket h3 {
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#help-buckets #quote-bucket p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 35px;
	left: 40px;
	line-height: 13px;
	width: 50%;
}

#help-buckets #quote-bucket p strong {
	font-size: 12px;
}

#help-buckets #quote-bucket a.advisor {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 25px;
	background: transparent url(../media/images/btn_blue.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

#help-buckets #quote-bucket a.student {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 35px;
	background: transparent url(../media/images/btn_blue.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

#help-buckets #quote-bucket a:hover {
	text-decoration: underline;
}
/* END OF QUOTE BUCKET */

/* INTERPRETER BUCKET */
#help-buckets #interpreter-bucket {
	width: 248px;
	height: 128px;
	background: transparent url(../media/images/bg_interpreter.jpg) top left no-repeat;
	margin: 8px 0 0 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}

#help-buckets #interpreter-bucket h3 {
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 6px;
	left: 10px;
}

#help-buckets #interpreter-bucket p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 45px;
	left: 20px;
	line-height: 13px;
	width: 60%;
	height: 65px;
}

#help-buckets #interpreter-bucket a {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 104px;
	left: 152px;
	background: transparent url(../media/images/btn_green-hover.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

#help-buckets #interpreter-bucket a:hover {
	text-decoration: underline;
}

/* END OF INTERPRETER BUCKET */

/* COMMITMENT BUCKET */
#help-buckets #commitment-bucket {
	width: 248px;
	height: 128px;
	background: transparent url(../media/images/bg_commitment.jpg) top left no-repeat;
	margin: 8px 0 0 0;
	padding: 0;
	position: relative;
}

#help-buckets #commitment-bucket h3 {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#help-buckets #commitment-bucket p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 35px;
	left: 20px;
	line-height: 13px;
	width: 90%;
	height: 65px;
}

#help-buckets #commitment-bucket a {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	top: 104px;
	left: 152px;
	background: transparent url(../media/images/btn_red.gif) top left no-repeat;
	width: 76px;
	height: 22px;
	display: block;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

#help-buckets #commitment-bucket a:hover {
	text-decoration: underline;
}

/* END OF INTERPRETER BUCKET */
/* END OF HELP BUCKETS */

/* TESTIMONIALS */
#testimonials {
	width: 248px;
	margin: 50px 0 0 0;
	padding: 0;
	float: left;
}

#testimonials p {
	font-size: 13px;
	line-height: 17px;
	color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
}

#testimonials p span {
	color: #7d99b7;	
	font-size: 13px;
}

#testimonials .name {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
	font-size: 11px;
	color: #8D8D8D;
}

#testimonials .name span {
	color: #7d99b7;	
}

#testimonials a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7d99b7;	
	margin: 15px 0 0 0;
	font-size: 12px;
	text-decoration: underline;
}

#testimonials a:hover {
	text-decoration: none;
}
/* END OF TESTIMONIALS */

/* FOOTER */
#footer {
	background: transparent url(../media/images/bg_footer.png) top left no-repeat;
	width: 971px;
	height: 84px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
}

#footer #sponsor-logos {
	margin: 18px 0 0 27px;
	_margin: 18px 0 0 12px;
	padding: 0;
	width: auto;
	float: left;
}

#footer #sponsor-logos img {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
}

#footer #bottom-nav {
	float: right;
	margin: 18px 45px 0 0;
	padding: 0;
}

#footer #bottom-nav a {
	font-size: 11px;
	color: #858585;
	text-decoration: none;
}

#footer #bottom-nav a:hover {
	text-decoration: underline;
}

#footer #bottom-nav span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b6b6b6;
	margin: 0 3px 0 3px;
}
/* END OF FOOTER */

/* COPYRIGHT */
#copyright {
	width: 971px;
	margin: 10px auto 20px auto;
	position: relative;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	color: #a5a5a5;
	font-size: 11px;
	margin: 0 0 0 45px;
	text-align: left;
}

#copyright #bottom-logo {
	position: absolute;
	top: 0;
	right: 45px;
}
/* END OF COPYRIGHT */