/* Contact StyleSheet */


div {
	margin-bottom: 20px;
	font: 11px verdana,geneva,sans-serif;
	color: #333333;
	text-decoration: none;
}

#contact {
	background : #ffffff url(/images/bg_gradientGray.gif) repeat-y center;
	margin: 30px;
}

#contact_box {
	border: #999999 1px solid;
	background: #ffffff;
	padding: 20px;
}

#contact_box_login {
	border: #999999 1px solid;
	background: #ffffff url(/images/login_bg01MOD.jpg) no-repeat bottom right;
	padding: 20px;
}

#mast_box {
	border-bottom: #cccccc 1px solid;
}

  #top-section {
     position:relative;
     left:0;
     top:0;
	 margin-bottom: 10px;
     }

 #mid-section {
     position:relative;
     left:0;
     top:0;
	 margin-bottom: 10px;
     }

 #bottom-section {
     position:relative;
     left:0;
     top:20px;
	 margin-bottom: 0px;
	 }

#midcol_1 {
    position:relative;
    top:0;
    left:0;
    width:250px;
	float: left;
	display: inline;
    }

#midcol_2 {
    position:relative;
    top:0;
    left:35%;
    width:60%;

    }



#login_box {
	border: #3399FF 1px solid;
	background: #D9EEFF;
	padding: 10px;
	color: #0047bd;
	font-weight: bold;
}

.login_box {
	color: #0047bd;
	font-weight: bold;
}

#phone_box {
	border: #3399FF 1px solid;
	background: #D9EEFF;
	padding: 10px;

}

#email_box {
	border: #99CC33 1px solid;
	background: #EAFEC3;
	padding: 10px;
}

#method_box {
	border: #E9D632 1px solid;
	background: #ffff99;
	padding: 10px;
}

#general_box {
	border: #cccccc 1px solid;
	background: #eeeeee;
	padding: 10px;
	height: 100px;
}

img.logo_contact {
	margin-bottom: 10px;
}

img.icon {
	position: relative;
	top: 6px;
	margin-right: 5px;
}

table.email {
	font-weight: bold;
	color: #669900;
}