@charset "UTF-8";
/* CSS Document */

.container-support {
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding-right: 1px; /* Hack for IE */
}
.container-support a:hover {
	text-decoration: underline;
}

#sup-left-col {
	font-family: "Lucida Grande", Arial, sans-serif;
	width: 660px;
	font-size: 13px;
	line-height: 1.6em;
	color: #444;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	clear: left;
}
#sup-right-col {
	float: left;
	width: 216px;
	margin-top: 36px;
	margin-left: 36px;
	margin-bottom: 26px;
}
#sup-rightbox {
	font-size: 11px;
	line-height: 1.7em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	box-shadow: 0px 0px 6px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	border:solid 1px #FFF;
	background-color: #f0f0f0;
}

#sup-rightbox-padding {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/**#sup-rightbox a {
	color:#333;
}**/
#sup-rightbox a:hover {
	text-decoration: underline;
}

.sup-rightbox-header {
	font-size: 12.5px;
	font-weight: bold;
	height: 34px;
	text-transform: uppercase;
	color: #900;
	text-align: center;
	padding: 3px;
}
a.sup-rightbox-header-link {
	font-size: 12.5px;
	font-weight: bold;
	height: 20px;
	text-transform: uppercase;
	color: #900;
	text-align: center;
	padding: 4px;
}
.support_index_boxes {
	background-color: #EAEAEA;
	height: 85px;
	position: relative;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 16px;
	margin-left: 10px;
	border-radius: 8px;
}
.support_index_boxes:hover {
	background-color: #f2f2d9;
}
.support_index_boxes_h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #333;
	margin-bottom: 12px;
}
.support_index_boxes_subtext {
	font-size: 11px;
	font-weight: normal;
	display: block;
	color: #555;
}
.support_index_boxes_img {
	height: 90px;
	width: 130px;
	position: absolute;
}
.support_index_boxes_text {
	position: absolute;
	height: 80px;
	width: 420px;
	left: 202px;
	top: 18px;
	line-height: 1.4em;
}
#logincontent {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	width: 920px;
	font-size: 13px;
	line-height: 1.6em;
	color: #444;
	float: left;
	margin-top: 30px;
	margin-left: 12px;
	clear: left;
	height: 330px;
}
.login_box {
	text-align: left;
	padding: 16px;
	font-size: 12px;
	font-weight: bold;
	background-color: #e9e9e9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 30px;
}
#login_box_l_col {
	width: 300px;
	text-align: right;
	line-height: 3.3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 8px;
}
#login_box_r_col {
	padding: 25px;
	width: 420px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 12px;
}
