body{
background: #D5D5D5;
  /*background-color:#DEE0DF;
  background:url('../images/backdrop.jpg') repeat-x;*/
  text-align:center;
  margin:0 auto;
  color:#202020;
  font-size:12px;
  font-family:arial;
  margin-top:0px;
}

table {
	clear:left;
	float:left;
	padding-left:24px;
}

td {
	font-size:12px;
	color:#000000;
}

td h3 {

	margin-top:0px;
	font-size:14px;
	margin-bottom:3px;
}

td h3 a {

	text-decoration:none;
	color:#000000;
}


td h2 {

	margin-top:0px;
	font-size:21px;
	margin-bottom:3px;
}

td h2 a {

	text-decoration:none;
	color:#000000;
}

td h4 {

	margin-top:0px;
	font-size:12px;
	color: #404040;
	margin-bottom:3px;
}

#wrapper{
  margin:0 auto;
  width:920px;

}

#wrapper_white{
  text-align:left;
  margin:0 auto;
  width:920px;
  clear:both;
background: #000000;
}

#wrapper_white .spacer{
  width:920px;
  color:#fff;
  clear:both;
  font-size:4px;
}

#wrapper .bluelogo {

  margin:0 auto;
  width:920px;
  height:75px;
  background:url('../images/header_backdrop.jpg') repeat-x top left;
  border-bottom:1px solid #565551;
}

#wrapper .bluelogo #logo {
        margin-left:15px;
        margin-right:5px;
        float: left;
        width: 330px;
}

#wrapper .bluelogo #blueright {
        float: right;
        margin: 10px 10px 0px 0px;
        width: 550px;
        color:#ffffff;
        font-size:16px;
        font-weight:700;
        /*border: 1px solid #c00000;*/
       text-align:right;
}

#wrapper .bluelogo #blueright label {
    	font-size:11px;
	font-weight:700;
	line-height:20px;
}

#wrapper .bluelogo #blueright form {
    	padding:0px;
	margin:20px;
}

#wrapper .bluelogo #blueright input {
    	font-size:11px;
	font-weight:200;
	height:14px;
	margin-left:10px;
}
#wrapper .bluelogo #blueright #button {
	background: url(../images/login_but.gif) no-repeat top left;
	color : #ffffff; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight: bold;
	height: 20px;
	width:75px;
	text-align: center;
	border:0px;
	cursor: hand;
}

#wrapper .menu {
  	margin:0 auto;
	width:550px;
	font-size:11px;
	font-weight:300;
	height:17px;
	z-index:100;
	text-align:right;
}


/*start of first set of ULs */

#wrapper .menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
	text-align:center;

}

#wrapper .menu ul li {
	float:right; 
	position:relative;
	}

#wrapper .menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	/*top/right/bottom/left*/
	padding: 0px 15px 0px 15px;
	text-align:center; 
	color:#ffffff; 
	line-height:25px; 
	font-size:11px; 
  	background:url('../images/divider.gif') no-repeat center right;

}

#wrapper .menu ul li:hover a {
	color:#fff;
	background:#183B77;
  	background:url('../images/divider.gif') no-repeat center right;
	padding: 0px 15px 0px 15px;

	}

/*end of first set of ULs*/


/*second set of ULs - will all start with menu ul li:hover as only active when parent ul hovered over*/
.menu ul li ul {
	display: none;
	}

#wrapper .menu ul li:hover ul {
	display:block;
	position:absolute;
	top:18px;
	left:0;
	background:#202020;
	text-align:left;
}


#wrapper .menu ul li:hover ul li {
	float:left; 
	display:block; 
	position:relative;
	clear:left;
	}

#wrapper .menu ul li:hover ul li a, .menu ul li:hover ul li a:visited {
	background:#202020; 
	display:block; 
	text-decoration:none; 
	/*top/right/bottom/left*/
	/*padding: 0px 20px 0px 20px;*/
	width:160px;
	text-align:left; 
	color:#ffffff; 
	line-height:25px; 
	font-size:11px; 

}

#wrapper .menu ul li:hover ul li a img {
	position: relative;
	margin-left:20px;
}

#wrapper .menu ul li:hover ul li:hover a {
	color:#fff;
	background:#484848;

	}
/*end of second set of UL's*/

/*third set of ULs - will all start with menu ul li:hover ul li:hover as only active when parent ul hovered over and second set hovered over*/

#wrapper .menu ul li:hover ul li:hover ul {
	display: none;
	position:absolute;
	top:0px;
	left:180px;

	}
#wrapper .menu ul li:hover ul li ul {
	display: none;
	position:absolute;
	top:0px;
	left:180px;

	}
#wrapper .menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	top:0px;
	left:180px;
	background:#484848;
	text-align:left;
}


#wrapper .menu ul li:hover ul li:hover ul li {
	float:left; 
	display:block; 
	position:relative;
	clear:left;
	}

#wrapper .menu ul li:hover ul li:hover ul li a, .menu ul li:hover ul li:hover ul li a:visited {
	background:#484848; 
	display:block; 
	text-decoration:none; 
	/*top/right/bottom/left*/
	/*padding: 0px 15px 0px 15px;*/
	width:165px;
	text-align:left; 
	color:#ffffff; 
	line-height:25px; 
	font-size:11px; 

}

#wrapper .menu ul li:hover ul li:hover ul li:hover a {
	color:#fff;
	background:#6F6F6F;
	}
/*end of third set of UL's*/


#wrapper .flashimg {
 	margin:0 auto;
	width:920px; 
	height:383px;
  	background:url('../images/main_picture.jpg') no-repeat center left;

}

#wrapper .flashimg #searchbox {
	clear:both;
	float:right;
	width:283px;
	height:217px;
  	/*background:url('../images/searchbox.gif') no-repeat top left;*/
	margin-right:30px;
	margin-top:20px;
}

#wrapper .flashimg #searchbox h3{

	margin-bottom:0px;
	margin-left:15px;
	margin-top:25px;
	margin-right:0px;
	clear:left;
	float:left;
	font-size:26px;
	color:#ffffff;
	line-height:34px;
	width:250px; 
}

#wrapper .flashimg #searchbox form {
	margin-top:5px;
	margin-left:25px;
	color:#ffffff;
	width:250px;
}

#wrapper .flashimg #searchbox label {
    	font-size:11px;
	font-weight:700;
	line-height:33px;
}

#wrapper .flashimg #searchbox input {
    	font-size:11px;
	font-weight:200;
	height:14px;
}
#wrapper .flashimg #searchbox #button {
	float:right;
	margin-right:15px;
	background: url(../images/redbutton.png) no-repeat top left;
	color : #ffffff; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight: bold;
	height: 37px;
	width:125px;
	text-align: center;
	padding-right:10px;
	border:0px;
	cursor: hand;
}

#wrapper .colmain {
 	margin:0 auto;
	width:920px; 
	/*font-size:0px;*/
	text-align:left;
	background: #D5D5D5;
}


#wrapper .colmain #cleft {
	float:left;
	width:750px;
	margin-left:0px;
	margin-top:10px;
	/*font-size:0px;*/
	text-align:left;
}


#wrapper .colmain #cleft h4 {

	color:#235462;
	font-weight:150;
	font-size:11px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}

#wrapper .colmain #cright {
	float:left;
	width:160px;
	margin-left:10px;
	/*font-size:0px;*/
	text-align:left;
}

.footer {
	background-color:#000000;
	clear:both;
 	margin:0 auto;
	width:920px; 
	text-align:left;
	color: #565551;
	font-size:11px;
	height:145px;
	border-top: 1px solid #4D4D4D;
	/*overflow:hidden;*/
	font-size:11px;

}

.footer #footerp {
	padding-top:5px;
	color: #ffffff;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	margin: 0px;

}

.footer a {
	font-size:11px;
	color:#6F6F6F;
	font-weight:200;
	text-decoration: none;
}

#wrapper h1 {
	color:#487DB3;
	font-size:16px;
	padding-top:3px;
	/*padding-left:5px;
	padding-right:5px;*/

}


#wrapper p {
	font-size:12px;
	color:#ffffff;
	/*padding-left:5px;
	padding-right:5px;*/
}
#wrapper ol {
	color:#ffffff;
}

#wrapper .colmain #tab {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:95%;
      line-height:normal;
      }
#wrapper .colmain #tab ul {
	  margin:0;
	  padding:0px 0px 0px 0px;
	  list-style:none;
      }
#wrapper .colmain #tab li {
      display:inline;
      margin:0;
      padding:0;
      }
#wrapper .colmain #tab a {
      float:left;
      margin:0;
      padding:0 0 0 0px;
      text-decoration:none;

      }
#wrapper .colmain #tab a div {
      /*background:url("tabright.gif") no-repeat right top;*/
      padding:5px 5px 5px 5px;
      color:#666;
      white-space: nowrap;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#wrapper .colmain #tab a div {float:none;}
    /* End IE5-Mac hack */

#wrapper .colmain #tab a:hover div {
      color:#FF9834;
      }



#wrapper .colmain .eightlinks {
 	float:left;
	width:920px; 
	text-align:center;
	height:170px;
}

#wrapper .pink {
 	float:left;
	width:270px; 
	text-align:left;
	margin-left:30px;
}

#wrapper .pink #body {
	color:#000000;
	font-size:11px;
	width:265px; 

}

#wrapper .pink a {
	margin: 0px;
	padding:0px;
	text-decoration: none;
	color:#7D7D7D;

}

#wrapper .pink #body h3 {
	margin-top:4px;
	margin-bottom:0px;
	margin-left:4px;
	margin-right:0px;
	clear:left;
	float:left;
	font-size:12px;
	color:#202020;
	line-height:14px;
	width:260px; 
	style:hand;
}


#wrapper .pink #body h3 a {
	color:#202020;
}


#wrapper .pink #body p {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:4px;
	clear:left;
	float:left;
	font-size:11px;
	color:#202020;
	line-height:17px;
	width:255px; 
	padding:0px;

}

#wrapper .pink #body #but {
	background: url(../images/redbut.gif) no-repeat top left;
	color : #ffffff; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight: bold;
	height: 22px;
	width:61px;
	text-align: center;
	border:0px;
	cursor: hand;
}


#wrapper .blackblog {

 	float:left;
	width:660px; 
	background-color:#22255C;
	height:30px;
	text-align:left;
	padding-left:4px;
	padding-top:4px;
	margin:0px;

}

#wrapper .blackblog h2 {

	color:#ffffff;
	font-size:19px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	float:left;
	width:350px;

}


#wrapper .blackblog .rss {
background:url("../images/rss_20.gif") no-repeat right top;
	float:right;
	color:#ffffff;
	font-weight:700;
	font-size:11px;
	padding-top:4px;
	margin-right:10px;
	width:150px;
	height:20px;
	text-decoration:none;
	margin-top:4px;

}

.rss a {
	text-decoration:none;
	color:#ffffff;
	font-weight:700;
}

#wrapper .blogmain {
	clear:left;
 	float:left;
	width:800px; 
	border-bottom:1px solid #EAEAEA;
	padding:4px;
	color:#626262;
	font-size:12px;
	margin-top:0px;
	line-height:17px;

}

#wrapper .blogmain a {

	color:#626262;
	text-decoration:none;

}


#wrapper .blogmain h2 {

	color:#626262;
	font-weight:450;
	font-size:15px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:3px;
	padding-left:5px;
	text-decoration:none;


}

#wrapper .blogmain p {

	color:#626262;
	font-size:12px;
	padding-left:10px;
	padding-right:5px;
	margin-top:0px;
	line-height:17px;


}

#wrapper .blogh1 {

	color:#000000;
	font-weight:450;
	font-size:19px;
	padding-top:3px;
	margin-top:0px;
	padding-bottom:3px;
	margin-bottom:3px;
	text-decoration:none;


}


#wrapper .blogsiteleft {
	float:left; 
	width:660px; 
}

#wrapper .blogsite {
 	float:left;
	width:630px; 
	padding:6px 10px 6px 10px;
	color:#000000;
	font-size:13px;
	margin-top:0px;
	line-height:19px;
	margin-bottom:10px;

}

#wrapper .blogsite a {

	color:#000000;
	/*font-weight:450;
	font-size:19px;*/
	text-decoration:none;

}


#wrapper .blogsite h2 {

	color:#000000;
	font-weight:450;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}


#wrapper .blogsite h3 {

	color:#000000;
	font-weight:450;
	font-size:14px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}

#wrapper .blogsite h6 {

	color:#000000;
	font-weight:650;
	font-size:10px;
	padding-top:0px;
	margin-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;


}

#wrapper .blogsite p {

	color:#000000;
	font-size:13px;
	/*padding-left:5px;
	padding-right:5px;*/
	margin-top:0px;
	margin-bottom:0px;

	line-height:19px;


}

#wrapper .blogleft {

	border-bottom:1px solid #D7D6A6;
	padding:4px;
	width:210px;
	margin-left:5px;
}

#wrapper .blogleft a {

	color:#000000;
	font-weight:450;
	text-decoration:none;

}

#wrapper .blogleft h4 {

	color:#3389E0;
	font-weight:450;
	font-size:10px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:3px;
	text-decoration:none;


}

#wrapper .blogleft p {

	color:#5B5A2B;
	font-size:10px;
	margin-top:0px;
	margin-bottom:2px;
	line-height:12px;


}

#wrapper .cright p {

	color:#5B5A2B;
	font-size:10px;
	margin-top:0px;
	margin-bottom:2px;
	line-height:12px;


}

#wrapper .blogright {
	padding:4px;
}

#wrapper .blogright form {
	padding:0px;
	margin:0px;
}
#wrapper .blogright form .imp {
	margin-left:10px;
	font-size:16px;
	float:left;
}
#wrapper .blogright form img {
	margin-top:0px;
	margin-left:3px;
	text-align:right;
	float:left;
}
#wrapper .blogright h4 {

	color:#000000;
	font-weight:450;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:5px;
	text-decoration:none;


}



#wrapper .blogsiteright {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	float:left;
  	background:url('../images/blogrss.jpg') no-repeat bottom right;
 	width:235px;
	border: 1px solid #A2A2A2;
	margin-bottom:5px;

}

#wrapper .blogsiteright ul {
	list-style:none;
	padding:0px;
	margin:0px;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;

}

#wrapper .blogsiteright ul li {
	line-height:19px;

}

#wrapper .blogsiteright p {
	padding-left: 10px;
	padding-right: 10px;

}

#wrapper .blogsiteright .blogheader {

	background-color: #808080;
	color:#ffffff;
	font-weight:500;
	height:28px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

#wrapper .blogsiteright .blogheader h2 {

	color:#ffffff;
	font-weight:650;
	font-size:17px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-decoration:none;
}

#wrapper .colright td {

	color:#ffffff;
	font-weight:500;
	font-size:14px;
}

.but_med{
	background: url(../images/send.gif) no-repeat top left;
	color : #000000; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight: bold;
	height: 38px;
	width:118px;
	text-align: center;
	border:0px;
	cursor: hand;
	}

.but_sml{
	background: url(../images/but_sml.gif) no-repeat top left;
	color : #000000; 
	font-family : tahoma, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight: bold;
	height: 27px;
	width:58px;
	text-align: center;
	border:0px;
	cursor: hand;
	}



.f1 {
        color: #7A7A7A;
        font-weight: 100;
        font-size: 18px;
	text-decoration: none;

}

.f2 {
        color: #7A7A7A;
        font-weight: 100;
        font-size: 16px;
	text-decoration: none;

}

.f3 {
        color: #7A7A7A;
	font-weight:100;
        font-size: 12px;
	text-decoration: none;


}


.f4 {
        color: #7A7A7A;
        font-weight: 100;
        font-size: 11px;
	text-decoration: none;

}

.f5 {
        color: #7A7A7A;
        font-weight: 100;
        font-size: 11px;
	text-decoration: none;

}

.f6 {
        font-weight:100;
        color: #7A7A7A;
        font-size: 11px;
	text-decoration: none;

}

.RequiredTextBox {
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
} 

.NonRequiredTextBox {
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
} 

.FailedTextBox { 
	border: 1px solid #CC0000; background:#FFFFFF;
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
}

.DisabledTextBox { 
	border: 1px solid #ABABAB; background:#C0C0C0;
        font-family: tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #202020;
}
.fixedhtml {

	background-color:#ffffff;

}

.fixedhtml h3 {

	margin-top:0px;
	border-bottom: 1px dashed #202020;
	font-size:11px;
	margin-bottom:3px;
	color:#626262;
}

.fixedhtml p {
	
	font-size:11px;
	margin:0px;
	color:#626262;


}

.fixedhtml img {
	clear:left;
	float:left;
}

#wrapper .orange {
 	float:left;
	width:750px; 
	margin-bottom:15px;
	background:#C6C6C6 url('../images/backdrop_content.jpg') no-repeat top left;
}

#wrapper .orange #header{

	width:750px; 
	height:19px;
	text-align:left;
	font-size:14px;
	color:#202020;
	font-weight:700;

}


#wrapper .orange #header span {
	clear:left;
	float:left;
	color:#ffffff;
	font-size:11px;
	width:740px; 

}

#wrapper .orange #body {
	color:#6C6E71;
	font-size:11px;
	width:740px; 

}

#wrapper .orange #footer{
	float:left;
	/*background:url('../images/grey_bottom.gif') no-repeat top left;*/
	background:#C6C6C6;
	width:750px;
	height:19px;
	text-align:right;
	line-height:8px;
	color:#ffffff;
	font-weight:700;
	text-decoration:none;

}


#wrapper .orange #footer a {
	color:#ffffff;
	font-weight:700;
	text-decoration:none;
	padding-right:65px;
	font-size:14px;

}


#wrapper .orange #body a {
	margin: 0px;
	padding:0px;
	text-decoration: none;
	color:#202020;
	font-size:11px;

}



#wrapper .orange #body h1 {
	margin-top:3px;
	padding-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	padding-left:12px;
	margin-right:0px;
	clear:left;
	float:left;
	font-size:14px;
	color:#000000;
	line-height:14px;
	width:640px; 
	style:hand;

}

#wrapper .orange #body p {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:22px;
	clear:left;
	float:left;
	font-size:11px;
	color:#000000;
	line-height:16px;
	width:720px; 
	padding:0px;

}


#wrapper .orange #body ol, #wrapper .orange #body ul {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:22px;
	clear:left;
	float:left;
	font-size:11px;
	color:#000000;
	line-height:16px;
	width:700px; 
	padding:0px;

}

#wrapper .red {
 	float:left;
	width:242px; 
	margin-bottom:1px;
	background:#C6C6C6;
	height:360px;
	overflow:hidden;
	color:#202020;

}

#wrapper .red #header{

	width:233px; 
	height:30px;
	text-align:left;
	font-size:14px;
	padding-left:10px;
	padding-top:10px;
	color:#202020;
	font-weight:700;
	line-height:24px;
	background:#B51831;

}

#wrapper .red #header span {
	clear:left;
	float:left;
	color:#ffffff;
	font-size:11px;
	width:242px; 

}

#wrapper .red #header span a {
	color:#ffffff;
	font-size:11px;

}
#wrapper .red #body {
	color:#202020;
	font-size:11px;
	width:242px; 
	padding-left:5px;
	padding-right:5px;

}

#wrapper .red #footer{
	float:left;
	width:242px;
	height:19px;
	text-align:right;
	line-height:8px;
	color:#ffffff;
	font-weight:700;
	text-decoration:none;

}

#wrapper .red #body a {
	margin: 0px;
	padding:0px;
	text-decoration: none;
	color:#202020;
	font-size:11px;

}
#wrapper .red #body p {
	margin-top:2px;
	margin-bottom:1px;
	padding-left:12px;
	clear:left;
	float:left;
	font-size:11px;
	color:#202020;
	line-height:16px;
	width:232px; 
	padding:0px;

}

#wrapper .crimson {
 	float:right;
	width:150px; 
	margin-bottom:5px;
	margin-top:10px;
	background:#B51831;

}

#wrapper .crimson #header{

	width:150px; 
	height:32px;
	text-align:left;
	font-size:14px;
	padding-top:10px;
	color:#202020;
	font-weight:700;
	line-height:24px;
	background:#B51831;

}

#wrapper .crimson #header span {
	clear:left;
	float:left;
	color:#ffffff;
	font-size:11px;
	width:150px; 
	text-align:center;

}

#wrapper .crimson #body {
	color:#6C6E71;
	font-size:11px;
	width:150px; 

}

#wrapper .crimson #footer{
	float:right;
	background:#B51831;
	width:150px;
	height:32px;
	text-align:right;
	line-height:8px;
	color:#ffffff;
	font-weight:700;
	text-decoration:none;

}

#wrapper .crimson #body a {
	margin: 0px;
	padding:0px;
	text-decoration: none;
	color:#202020;
	font-size:11px;

}
#wrapper .crimson #body p {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:22px;
	clear:left;
	float:left;
	font-size:11px;
	color:#202020;
	line-height:16px;
	width:140px; 
	padding:0px;

}

    #wld_badge_wrapper { width: 160px; overflow: hidden; }

    #wld_badge_inner { padding: 10px 10px 10px 32px; }
    .wld_badge_item { float: left; margin: 0 10px 0 0; padding: 0; }
    .wld_badge_item img { border: 1px solid #E72F47; }
    .wld_badge_item_detail { margin-top: 5px; width: 90px; text-align:center; overflow: hidden; color:#ffffff;}

    .wld_badge_clear { clear: both; }

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left:50%
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 350px;
	height: 100%;
	background: url(images/blank.gif);
}

#myGallery {
	float:left;
	width: 350px;
	height: 300px;
}
#myGallery img {
	border: 1px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

.info {
	float:left;
	width:340px;
	color:#000000;
	margin-left:20px;
	font-size:13px;

	}

.info  span {
	font-size:18px;
	font-weight:700;
	}

.info ul {

	list-style:none;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-left:5px;
	margin-bottom:15px;


	}

.info ul li {

	list-style:none;
	background:url(../images/tick.gif) no-repeat; 
	padding-left:22px;
	line-height:16px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:700;
	font-size:13px;

	}

.info #selectedone {

	color:#B53131;
	font-size:15px;
	}

.info #join {
	clear:left;
	float:left;
	width:245px;
	height:59px;
	padding-top:10px;
	color:#000000;
	margin-left:20px;
	font-size:13px;
	background:url(../images/joinforfree.png) no-repeat; 
	}

.info #website {
	clear:left;
	float:left;
	width:245px;
	height:59px;
	padding-top:10px;
	color:#000000;
	margin-left:20px;
	font-size:13px;
	background:url(../images/visitwebsite.png) no-repeat; 
	}

.seo {
	clear:both;
 	margin:0 auto;
	width:920px; 
	text-align:center;
	color: #404040;
	font-size:11px;
	/*overflow:hidden;*/

}