/* Header */

#header {
	height:72px;
	padding-right:15px;
	position:relative;
}
#header .fa-logo img {
	height:72px;
	width:269px;
}
#header .links ul {
	float:right;
	margin-top:60px;
}
#header .links li {
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	display:inline;
	height:15px;
	color:#515151;
}
#header .links a {
	font-size:11px;
	text-decoration:underline;
}
#header .sign-in {
	font-family:Arial, sans-serif;
	font-size:10px;
	position:absolute;
	right:15px;
	top:32px;
}
#header .quick-search {
	position:absolute;
	right:15px;
	top:43px;
}
#header .quick-search h5 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	display:inline;
	text-align:right;
	margin-right:4px;
}
#header .textbox {
	vertical-align:middle;
}
#header .textbox input {
	background-image:url(web/images/header_search_base.gif);
	background-repeat:no-repeat;
	width:166px;
	height:16px;
	font-size:12px;
	padding:0px;
	font-family:Arial, sans-serif;
	padding-left:7px;
	padding-top:2px;
	border: 1px solid #cbcbcb;
}

/* Footer */

#footer {
	width:980px;
	clear:both;
	margin:auto;
	text-align:center;
}
#footer p {
	font-size:11px;
	font-weight:normal;
	line-height:19px;
	padding-top:45px;
	padding-bottom:35px;
}
#footer a {
	font-size:11px;
	text-decoration:underline;
}

/* Login Modal */

#re-login {
	position:relative;
	margin-bottom:12px;
}
#re-login h3 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:red;
	margin-bottom:12px;
}
#re-login .box {
	width:924px;
	min-height:15px;
	padding:20px;
	background-color:#f1f1eb;
}
#re-login input {
	vertical-align:middle;
}
#re-login .username {
	float:left;
	margin-right:25px;
}
#re-login .username h5 {
	font-family:Arial, sans-serif;
	font-size:11px;
	display:inline;
	font-weight:bold;
	margin-right:5px;
}
#re-login .username input[type="text"] {
	width:160px;
	height:19px;
	font-size:12px;
	padding:0px;
	font-family:Arial, sans-serif;
	padding-left:7px;
	padding-top:3px;
	border:1px solid #8ea6cb;
}
#re-login .password {
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#re-login .password h5 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-right:5px;
	display:inline;
}
#re-login .password input[type="password"] {
	width:160px;
	height:19px;
	font-size:12px;
	display:inline-block;
	padding:0px;
	font-family:Arial, sans-serif;
	padding-left:7px;
	padding-top:3px;
	border:1px solid #8ea6cb;
}
#re-login a {
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	margin-left:100px;
	text-decoration:underline;
	display:inline-block;
}

/* Forgot User-Pass */

#forgot-pass-user {
	margin-bottom:10px;
	display:none;
}
#forgot-pass-user h3 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#0785EC;
	margin-bottom:8px;
}
#forgot-pass-user p {
	border:1px solid #919191;
	padding:10px;
	background:#ffffff;
}

/* Terms Of Services */

#acceptTOSform {
	width:620px;
	height: 330px;
	padding:20px 10px 0;
	border:1px solid #f60;
	background:#fff url(../images/formarrow.gif) no-repeat top center;
}
#acceptTOSform label {
	width:90px;
	position:relative;
	height:30px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
#acceptTOSform label input {
	width:100px;
	border:4px solid #f60;
	position:absolute;
	left:100%;
	top:0;
}

/* Contact Page */

#contact-form {
	position:relative;
	height:500px;
	width:964px;
	
}
#contact-form .titlebar {
	background-image:url(/web/images/black_titlebar.gif);
	background-repeat:repeat-x;
	height:33px;
}
#contact-form .titlebar h3 {
	position:absolute;
	left:10px;
	top:9px;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}
#contact-form .info {
	position:absolute;
	left:25px;
	top:45px;
	height:435px;
	background-image:url(/web/images/vert_separator.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-right:20px;
	text-align:right;
}
#contact-form .info h4 {
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0e77e2;
	margin-top:20px;
	margin-bottom:5px;
}
#contact-form .info p {
	font-family:Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	margin-bottom:30px;
}
#contact-form .info h6 {
	font-family:Arial, sans-serif;
	color:#6c6c6c;
	font-size:10px;
	font-weight:normal;
	margin-bottom:5px;
}
#contact-form .info h5 {
	font-family:Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:20px;
}
#contact-form .info a {
	text-decoration:underline;
	font-size:10px;
	color:#303742;
	font-weight:bold;
}
#contact-form .name {
	position:absolute;
	left:260px;
	top:70px;
}
#contact-form .name h5 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#contact-form .name input[type="text"] {
	width:175px;
	height:20px;
	font-size:13px;
	color:#313131;
	padding:0px;
	font-family:Arial;
	font-weight:bold;
	padding-left:7px;
	padding-top:3px;
	border:1px solid #8ea6cb;
}
#contact-form .email {
	position:absolute;
	left:260px;
	top:125px;
}
#contact-form .email h5 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#contact-form .email input[type="text"] {
	width:175px;
	height:20px;
	font-size:13px;
	padding:0px;
	font-family:Arial;
	color:#313131;
	font-weight:bold;
	padding-left:7px;
	padding-top:3px;
	border:1px solid #8ea6cb;
}
#contact-form .message {
	position:absolute;
	left:260px;
	top:200px;
}
#contact-form .message h5 {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
#contact-form .message textarea {
	width:498px;
	height:175px;
	font-size:12px;
	padding:0px;
	font-family:Arial;
	padding-left:7px;
	padding-top:3px;
	border:1px solid #8ea6cb;
}
#contact-form .button {
	position:absolute;
	left:702px;
	top:412px;
}
#contact-form .member {
	position:absolute;
	left:40px;
	bottom:55px;
	width:150px;
}
#contact-form .member p {
	font-size:11px;
	text-align:right;
	line-height:17px;
}
#contact-form img {
	position:absolute;
	left:540px;
	top:55px;
	height:138px;
	width:335px;
}

/* Dialog Form */

.dijitDialogTitleBar {
	background-color:#ffffff;
	border-bottom:none;
	padding-top:8px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #414141;
	border-bottom:none;
}
.dijitDialogTitle {
	color:#212121;
	font-weight:bold;
	font-size:14px;
}
.dijitDialogPaneContent {
	background-color:#ffffff;
	padding-top:3px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #414141;
	border-top:none;
}
.dijitDialogCloseIcon {
	display:none;
}	