@charset "utf-8";
/* CSS Document */
html, body{
	width:100%; height:100%;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:0; margin:0;
}
body{
	background:#BDBDBD url(../images/bkgrdPattern.gif);
	padding-top:20px;
}
#msg-global {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	z-index:2;
	display:none;
	text-align:center;
}
.lft{
	float:left;
}
.rgt{
	float:right;
}
form{
	margin:0;
	padding:0;
}
.page{
	width:751px; height:440px;
	background:#fff;
	margin:0 auto; padding:0;
}
.header {
	float:left;
	width:741px; height:77px;
	background:url(../images/title_gradient.png) #c3292b top right;
	font-size:11px;
	text-align:right;
	line-height:1.5;
	margin:0; padding:0 10px 0px 0;
}
.header a {
	color:#ffffff;
	margin:0; padding:0;
	text-decoration:none;
}
.header a:hover {
	margin:0; padding:0;
	color:#fff0ab;
	text-decoration:none;
}
.header a.disable {
	color:#ffffff;
	font-style:italic;
}
.header a.disable:hover {
	color:#ffffff;
	cursor:default;
}
.header .logo {
	float:left;
	width:215px; height:82px;
	margin:0; padding:0;
}
.header .title {
	font-size:23px;
}
a.find{
	background:url(../images/action.gif) left no-repeat;
	font-size:12px;
	margin:0; padding:0 0 0 15px;
}
a.find:hover {
	background:url(../images/action_o.gif) left no-repeat;
	padding:0 0 0 15px;
}
.content{
	float:left;
	width:729px;
	margin:0; padding:22px 0 22px 22px;
}
.content img {
	float:left;
	margin-top:26px;
}
.menu{
	float:left;
}
.menu ul{
	width:220px;
	font-size:12px;
	border-top:dotted 1px #c9c7c8;
	margin:0; padding:0;
}
.menu li{
	float:left;
	width:220px;
	border-bottom:dotted 1px #c9c7c8;
	
}
.menu a{
	float:left;
	width:215px;
	color:#504242;
	text-decoration:none;
	font-weight:bold;
	padding:8px 0 5px 5px;
	
}
.menu a:hover{background:#eeeeee; color:#837171;}
h2{
	float:left;
	width:365px; height:27px;
	background:url(../images/top_gradient.gif) #616161 left repeat-x;
	font-size:13px;
	text-align:left;
	margin:0; padding:10px 0 0 10px;
}
h3 {
	font-size:18px;
	font-weight:bold;
	color:#504242;
	margin:0; padding:0 0 10px 0;
}
.footer{
	position:relative;
	width:721px;
	font-size:11px;
	color:#000000;
	margin:0 auto; padding:0 10px;
}
.footer li{
	list-style:none;
	padding:4px 8px;
}
.footer a{
	color:#000000;
}
.footer a:hover{
	color:#000000;
	text-decoration:none;
}
#msg-content {
	position:relative;
	top:80px;
	width:600px;
	height:auto;
	z-index:4;
	margin:0 auto 0 auto;
	text-align:left;
	color:#000;
	font-size:12px;
	background-color:#FFFFFF;
	border:3px #CCCCCC solid;
}
#msg-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%; 
	height:100%; 
	z-index:3; 
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60); 
	background-color:#000000; 
}
#msg-about {
	display:none;
	margin:15px;
}
#msg-privacy {
	display:none;
	margin:15px;
}
#msg-terms {
	display:none;
	margin:15px;
	
}
#msg-terms-frame {
	height:280px;
	overflow:auto;
	border-top:1px #EAEAEA solid;
	border-bottom:1px #EAEAEA solid;
	padding-right:4px;
	overflow-x:hidden;
}
#msg-about-frame {
	height:320px;
	overflow:auto;
	border-top:1px #EAEAEA solid;
	border-bottom:1px #EAEAEA solid;
	padding-right:4px;
}
#msg-menu {
	float:right;
	margin:10px;
}

#msg-content h1 	    {font:18px arial;}
#msg-content h2 	    {font:16px arial; background:none; width:560px; padding:5px 0;}
#msg-content h3 	    {font:14px arial; color:#0053a0;}
#msg-content p  	    {font:11px arial; color:#000000;}
#msg-content a          {font:11px arial;  color:#E41B25; text-decoration:none;}
#msg-content a:link     {font:11px arial;  color:#E41B25; text-decoration:none;}
#msg-content a:visited  {font:11px arial;  color:#E41B25; text-decoration:none;}
#msg-content a:hover    {font:11px arial;  color:#E41B25; text-decoration:underline;}
#msg-content a:active   {font:11px arial;  color:#E41B25; text-decoration:none;}
#msg-content hr  	    {border-top:1px #FFFFFF solid; border-bottom:1px #CCCCCC dotted;}