/* CSS Document */

body {
	background: #ffffff;
	text-align: center; /* center the layout in IE 5 */
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.clear {
	clear: both;
	display: block;
}

.blue {
	color: #007ac2;	
}

.red {
	color: #a20b35;
}

.red-titles {
	color: #a20b35;
	font-weight:bold; 
	font-size:16px;
}

ul {
	
	margin: 0; padding: 0;
}

li {
	clear: both;
	font-size: 14px;
	color: #000000;
	list-style:none;
}

a {
	text-decoration:none;
}

a:hover {
	color: #007ac2 !important;
	text-decoration: none !important;
}

a img {
border-style:none;
}

#basic-text-wrap {
	clear: both;
	margin: 13px 0 0 0px;
}

#basic-text-wrap p {
	font-size: 12px;
	margin: 10px 0 10px 0px; padding: 0;
}

#site-wrap {
	width: 760px;
	height: auto;
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left; /* put the text back where it should be */
}

#top {
	display: block;
}

#top-left {
	float: left;
}

#top-right {
	float: left;
	width: 133px; height: 81px;
	background: url(../images/top-right-back.jpg);
	text-transform: uppercase;
	color: #ffc932;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

#nav-wrap {
	overflow: hidden;
	clear: both;
	border-right: #439dd3 1px solid; border-left: #439dd3 1px solid;
	width: 757px;
}

#nav-wrap ul {
	list-style: none;
	margin: 0; padding: 0;
}

#nav-wrap li {
	float: left;
	background: url(../images/button-back.jpg);
	width: 149px; height: 29px;
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0 0 0px; 
	margin: 0 0 0 3px; 
	text-shadow: #000000 1px 1px 1px;
	clear:none !important;
}

#nav-wrap li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 149px; height: 29px;
	display: block;
	line-height: 25px;
	font-weight:bold;
}

#nav-wrap li a:hover {
	background: url(../images/button-back-over.jpg);
	color: #94111e;
}

#sub-menu-container {
	width: 757px;
	height: 30px;
	border-left: 1px solid #439DD3;
	border-right: 1px solid #439DD3;
	position: relative;
}

.sub-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	font-size: 11px;
	font-weight: bold;
	color: #94111e;
}

.sub-menu a {
	color: #94111e;
	text-decoration: none;
}

#sub-menu4 {
	position: absolute;
	left: 470px;
	top: 5px;
}

#content-wrap {
	height: auto;
	border-right: #439dd3 1px solid; 
	border-left: #439dd3 1px solid; 
	border-bottom: #439dd3 1px solid;
	width: 757px;
	overflow: hidden;
}

#footer {
	width:525px;
	clear: both;
	text-align: center;
	margin: 10px auto;
	font-size: 5px;
}

#footer ul {
	margin: 0 0 0 25px; padding: 0;
	overflow: hidden ;
}

#footer li {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	border-right: #64564e 1px solid;
	padding: 0 5px 0 5px;
	height: 12px;
	clear:none !important;
	background:none;
	list-style:none !important;
}

#footer li a {
	color: #594a42;
	font-size: 10px;
	text-decoration: none;
}

#content-left {
	float: left;
	
}

#content-right {
	float: left;
	padding: 10px 0 0 18px;
	width: 508px;
}

#member-login {
	clear: both;
	width: 195px;
	margin: 10px 0 0 22px;
}

#login-content a {
	cursor:pointer;	
}

#login-textbox { /*user-name-textbox*/
	float: left; 
	margin: 7px 0 0 0px;
}


#more-information {
	clear: both;
	width: 195px;
	margin: 14px 0 0 22px;
}

#try-out {
	clear: both;
	width: 195px;
	margin: 15px 0 0 22px;
}

#call-volume {
	background: #5a4a41;
	border: #c3b69c 4px solid;
	width: 186px;
	height: 77px;
	margin: 15px 0 0 22px;
}

#copyright {
	clear: both;
	text-align: center;
	color: #726658;
	font-size: 9px;
	padding: 10px 0 0 0px;
}

#guarantee {
	clear: both;
	background: url(../images/guarantee-back.jpg);
	width: 480px;
	height: 75px;
	margin: 30px 0 0 10px;
}

#guarantee-left {
	float: left;
	width: 108px;
	color: #fdbb30;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	/*padding: 22px 0 0 0px;*/
	line-height: 13px;
	text-shadow: #000000 1px 2px 1px;
	text-transform: uppercase;
}

#guarantee-right {
	float: left;
	font-size: 10px;
	color: #007ac2;
	width: 344px;
	padding: 5px 0 0 10px;
}

.titles {
	background:#007ac3;
	color: #FFFFFF;
	width: 508px;
	padding: 0 0 0 10px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px; 

}

.any-title {
    width: 187px; height: 21px;
    color: #594a42;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 0 0 8px;
}

.more-information-title {
	background: url(../images/more-information-title-back.jpg);
}

.member-login-title {
    background: url(../images/mem-login-title-back.jpg);
}

.try-out-title {
	background: url(../images/try-us-out-title-back.jpg);
}

.try-us-titles {
	clear: both;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	color: #FFFFFF;	
}

.sample-study {
	display: block;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #000000;
}


#learning-center {
	background: url(../images/learning-back.jpg) no-repeat;
	margin: 7px 0 0 15px; padding: 1px 0 0 5px;
}

#individual {
	background: url(../images/individual-back.jpg) no-repeat;
	margin: 0 0 0 15px; padding: 1px 0 0 5px;
}

.input-boxes { 
	height: 14px;
	border: 1px solid #d1c8b4;
	font-size: 10px;
}

.info-text-box { /*info-user-input */
	width: 155px; 
	font-size: 10px;
}

.user-text-box { /*user-input */
	width: 96px; 
}

.tryus-text-box { /* tryus-input */
	width: 277px; 
	padding: 2px 0 0 2px; 
	margin: 0;
}

#login-content {
	clear: both;
	background: url(../images/login-box-back.jpg) repeat-y;
	width: 195px; height: auto;
	overflow: hidden;
}

#user-name {
	float: left;
	margin: 7px 0 0 0px;
}

#password {
	clear: both;
	float: left; 
	margin: 5px 0 0 0px;
	width: 61px;
}

.user-text {
	color: #8b0d1a;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 5px 0 15px;
	text-transform: uppercase;
}

.form-block {
	clear: both;
	font-size: 10px;
	color: #8b0d1a;
	font-weight: bold;
	padding: 5px 0 0 20px;
	display: block;
}

.tryus-form-block {
	clear: both;
	font-size: 12px;
	color: #8b0d1a;
	font-weight: bold;
	padding: 10px 0 0 40px;
	display: block;
	text-transform: uppercase;
}

.tryus-dropdown {
	width: 280px; 
	border: 1px solid #d1c8b4;
	font-size: 11px;
	text-transform: none;
	padding: 2px 0 0 2px; margin: 0;
}

#find-ged {
	clear: both;
	font-size: 9px;
	color: #000000;
	/*font-weight: bold;*/
	padding: 5px 0 0 18px;
}
/*buttons*/

/*#submit-button {
	clear: both;
	padding: 10px 0 8px 70px;
}

#submit-text {
	background: url(../images/submit-button.jpg) no-repeat;
	width: 58px;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 0 0 9px;
}*/

.submit {
	background:transparent url(../images/submit-button.jpg) no-repeat scroll 0 0;
	border:none;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	height:23px;
	margin:8px 0 0 70px;
	text-shadow:1px 1px 1px #000000;
	text-transform:uppercase;
	width:58px;
}

#click-here {
	clear: both;
	padding: 5px 0 7px 60px;
	text-align: center;
}

#click-here-text {
	background: url(../images/click-here-button.jpg) no-repeat;
	width: 77px;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}

#blue-order-button {
	clear: both;
	text-align: center;
	padding: 10px 0 0 55px;
}

#blue-order-button-text {
	background: url(../images/order-button.jpg) no-repeat;
	width: 78px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 0 0 15px;
}

#required-fields {
	float: left;
	color: #726658;
	font-size: 9px;
	margin: 5px;
	text-align:center;
}

#required-fields a{
	color: #726658;
	text-decoration:none;
}

.centers {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 3px 0 0 0px;
}

.call {
	font-size: 14px;
	font-weight: bold;
	color: #ffc130;
	text-align: center;
	display: block;
	line-height: 12px;
	padding: 5px 0 0 0px;
}

.number {
	font-size: 27px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	display: block;
	line-height: 27px;
	margin-top:5px;
	
}

#thumbnails {
	margin: 20px 0px 0px 20px;
}

.imageHolder {
	float:left;
}

#home-products {
	clear: both;
	float:left;
	width: 230px;
}

#home-products li {
	color:#007AC2;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	list-style: none !important;
}

#home-pricing {
	float: left;
	border-right: 4px solid #E0DACD;
}



#home-pricing li {
	color:#A20B35;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	list-style: none;
	margin-right: 10px;
	
}

#order-products {
	padding-top:10px;
}

#order-products li {
	color:#007AC2;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	list-style: none !important;
	padding-left: 15px;
	
}

#home-order {
	float: left;
	width: 180px;
	text-align:center;
	margin: 5px 0px 0px 20px;
	
}

.home-order-red {
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	color:#A20B35;
	
}

#features-order {
	float: left;
	width: 125px;
	text-align:center;
	
}

.features-order-red {
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;
	color:#A20B35;
	
}

#whats-si-ged {
	padding: 0px 0px 10px 35px;
}

#whats-si-ged li {
	line-height: 25px;
	list-style:url(../images/list-back.jpg) !important;
}

#ged-areas {
	float: left;
	padding: 0px 100px 0px 45px;
}

#ged-areas li {
	font-size:11px;
	color:#007AC2;
	font-weight: bold;
	line-height:15px;
	list-style:url(../images/list-back.jpg) !important; 
}

#facts-list {
	width: 425px;
	margin: 10px 0px 0px 20px;
}

#facts-list li {
	padding-bottom:10px;
	font-size: 11px;
	color: #007AC3;
	list-style:url(../images/list-back.jpg) !important;
}

.ged-error-msg {
		font-size:10px;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		color:#F00;
		margin:5px 0 0 0;
		text-align:center;	
}
