@charset "utf-8";
/* CSS Document */
*
{
margin:0px auto;
}
body
{
background-color:#d6d6c7;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#000;
}
fieldset {margin:0; padding:0; border: 1px solid #CCCCCC;}
legend {margin:0; padding:0}
#wrapper
{
	width:980px;
	background-color: #FFF;
	overflow: hidden;
}
textarea {resize:none}
#top
{
	width:100%;
	height:50px;
	background-color: #D6D6C7;
}

#logo
{
	width:100%;
	height:90px;
	background-color:#FFF;
}

#whoisloggedin
{
	width:42%;
	height:90px;
	float:left;
}

#mainlogo
{
	width:33%;
	height:90px;
	/*background-image:url(../images/logo.jpg);*/
	float:left;
	background-repeat: no-repeat;
}

#logout
{
	width:25%;
	height:90px;
	float:right;
}

#nav
{
	width:100%;
	height:85px;
	background-image:url(../images/navstrip.jpg);
	background-repeat:repeat-x;
	margin-bottom: 10px;
}

#main
{
	width:100%;
	min-height: 450px;
	overflow: hidden;
	padding-bottom: 10px;
}

#left
{
	width:170px;
	float:left;
	margin-left:10px;
	min-height:322px;
	background-color:#536ea0;
	float:left;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	border-radius: 10px 10px;
	position:relative;
	behavior:url(../PIE.htc);
}

#right
{
	/*width:708px;*/
	width:765px;
	float:left;
	margin-left:20px;
}

#topleft
{
	width:200px;
	height:14px;
	background-image:url(../images/leftnavtop.jpg);
	background-repeat:no-repeat;
	float:left;
}

#middleleft
{
/*	width:100%;*/
	
}
#blank{
	height:93px;
	width:100%;
	}

#bottomleft
{
width:200px;
	height:14px;
	background-image:url(../images/leftnavbottom.jpg);
	background-repeat:no-repeat;
	float:left;
}

.curretlogotext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:15px 0px 0px 35px;
}

.logouttext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4f699b;
	float:right;
	text-decoration:none;
	padding:70px 0px 0px 0px;
	padding-right: 15px;
}
#contacts {width:100%; height:60px; background:#5571a3; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin-bottom:10px; position:relative; behavior:url(../PIE.htc)}

#applicationbox
{
	width:100%;
	background-color:#ecf4f9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #578DF6;
	border-bottom-color: #578DF6;
	border-left-color: #578DF6;
	margin-bottom: 10px;	
	border-top:1px solid #578DF6;
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	position:relative;behavior:url(../PIE.htc);
}
#application1
{
	width:100%;
	height:28px;
	background-color:#c2d7eb;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #4594df;
}
.contacts
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:60px;
	color:#FFF;
	padding-left:20px;
}
.applicationtext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	line-height:28px;
	padding-left:20px;
}

.applicationtext1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000;
	line-height:28px;
	padding-left:20px;
}

.applicationtext2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:28px;
	padding-left:10px;
	padding-top:50px;
}

.glossymenu{
	padding: 0;
	width: 100%; /*width of menu*/
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(../images/glossyback.gif) repeat-x bottom left;
	font: 11px Verdana, Geneva, sans-serif;
	color:#fff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 11px 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: 600;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover, .glossymenu a.tabactive{
background-image: url(../images/glossyback2.gif);

color:#fff;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
margin-bottom:5px;
}

.glossymenu div.submenu ul li a{
	margin:5px 0px 5px 0px;
	display: block;
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 3px 25px;
	font-weight:bold;
}

.glossymenu div.submenu ul li a:hover{
color:#b1cbff;
}

.currentpage
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:20px 0px 0px 20px;
	line-height:20px;
}
.maintext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	line-height:20px;
	padding:10px;
}
#blank1
{
	width:100%;
	height:100px;
}
.td_font td label {
	/*font-weight:bold;*/
	font-size:14px
}
.error{
	color:#FF0000;
	font-size:10px
}


.tabBox .tabs {
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: -1px;
    height: 2.25em;
}

.tabBox .tabs li {
    float: left;
    list-style: none;
    margin: 0;
    padding: .25em .25em 0;
    height: 2em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
}

.tabBox .tabs li.selected {
    z-index: 3;
}

.tabBox .tabs a {
    float: left;
    height: 2em;
    line-height: 2em;
    -webkit-border-radius: 1px 1px 0 0;
    -moz-border-radius: 1px 1px 0 0;
    border-radius: 1px 1px 0 0;
    /*background: #ECF4F9;*/
	background: #ECF4F9;
    border: 1px solid #CCC;
    border-bottom: 0;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
	behavior:url(../PIE.htc);; position:relative;
}


.tabBox .tabs .selected a {
    background: #FFF;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
}

.tabBox .tabs a:hover, .tabBox .tabs a.activetab  {
    background: #536EA0;
	color:#ffffff;
}

.tabBox .content {
    clear: left;
    position: relative;
    z-index: 1;
    padding: 2em 1em;
    border: 1px solid #CCCCCC ;
    background: #ECF4F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;  
	behavior:url(../PIE.htc);
	position:relative
}

.fl {float:left}

ul.form {list-style:none; margin:0; padding:0;  width:355px;}
ul.form li {float:left; display:block; clear:both; width:100%; margin-bottom:10px}
ul.form li.bus {float:left; display:inline; margin-bottom:10px; clear:none !important; margin-right:10px !important}
ul.form li label {width:125px; font-size:14px}
ul.form li span.restricted {color:#F00; margin-right:10px}
ul.form li div.InputBox {background:#fff; border:1px solid #B7B7B7; width:200px}
ul.form li div.InputBox input {background:none; color:#000; border:none; padding:4px; font-size:13px; width:192px;font-family:Verdana,Geneva,sans-serif !important}

ul.form li div.input03 {background:#fff; border:1px solid #B7B7B7; width:200px}
ul.form li div.input03 input {background:#D7E3EA; color:#000; border:none; padding:4px; font-size:13px; width:192px;font-family:Verdana,Geneva,sans-serif !important}

ul.form li div.input03 select {background:#D7E3EA; color:#000; border:none; padding:4px; font-size:13px; width:200px;font-family:Verdana,Geneva,sans-serif !important}

ul.form li div.TextBox textarea {background:#D7E3EA; /*border:1px solid #578DF6;*/ border:1px solid #B7B7B7; padding:4px; font-size:13px !important; width:190px; min-height:40px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}

ul.form li textarea {background:#fff; border:1px solid #B7B7B7; padding:4px; font-size:13px !important; width:190px; min-height:40px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}
 
ul.form li div.InputBox select {background:none; border:none; padding:5px; font-size:13px; width:201px; color:#000;}

ul.form div.error {padding-left:115px; clear:both}
ul.form li .redTxt {color:#FF0000}

.form tr {float:left; display:block; clear:both; width:100%; padding-bottom:10px}
.form tr label {width:124px; font-size:14px}
.form tr span.restricted {color:#F00; margin-right:10px}
.form tr div.InputBox {background:#fff; border:1px solid #B7B7B7; width:200px}
.form tr div.InputBox input {background:none; color:#000; border:none; padding:4px; font-size:13px; width:192px;font-family:Verdana,Geneva,sans-serif !important}

.SearchBox {background:#fff; border:1px solid #D6D6C7; width:200px; height:22px}

.form tr div.input03 {background:#fff; border:1px solid #B7B7B7; width:200px}
.form tr div.input03 input {background:#d7e3ea; color:#000; border:none; padding:4px; font-size:13px; width:192px;font-family:Verdana,Geneva,sans-serif !important}

.form tr div.input03 select {background:#d7e3ea; color:#000; border:none; padding:4px; font-size:13px; width:200px;font-family:Verdana,Geneva,sans-serif !important}

.form tr div.TextBox textarea {background:#d7e3ea; border:1px solid #B7B7B7; padding:4px; font-size:13px !important; width:190px; min-height:40px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}

.form tr textarea {background:#fff; border:1px solid #B7B7B7; padding:4px; font-size:13px !important; width:190px; min-height:40px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}
 
.form tr div.InputBox select {background:none; border:none; padding:5px; font-size:11px; width:222px; color:#000;}

.form div.error { clear:both}
.form tr .redTxt {color:#FF0000}


.form1 tr {float:left; display:block; clear:both; width:100%; margin-bottom:10px}
.form1 tr label {width:125px; font-size:14px}
.form1 tr span.restricted {color:#F00; margin-right:10px}
.form1 tr div.InputBox {background:#fff; border:1px solid #B7B7B7; width:200px}
.form1 tr div.InputBox input {background:none; color:#000; border:none; padding:4px; font-size:13px; width:192px;font-family:Verdana,Geneva,sans-serif !important}

.SearchBox {background:#fff; border:1px solid #D6D6C7; width:200px; height:22px}

.form1 tr div.input03 {background:#fff; border:1px solid #B7B7B7; width:335px}
.form1 tr div.input03 input {background:#d7e3ea; color:#000; border:none; padding:4px; font-size:13px; width:327px;font-family:Verdana,Geneva,sans-serif !important}

.form1 tr div.input03 select {background:#d7e3ea; color:#000; border:none; padding:4px; font-size:13px; width:200px;font-family:Verdana,Geneva,sans-serif !important}

.form1 tr div.TextBox textarea {background:#d7e3ea; border:1px solid #B7B7B7; padding:4px; font-size:13px !important; width:190px; min-height:40px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}

.form1 tr textarea {background:#fff; border:1px solid #B7B7B7; padding:4px; font-size:13px !important; width:190px; min-height:40px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}
 
.form1 tr div.InputBox select {background:none; border:none; padding:5px; font-size:11px; width:222px; color:#000;}

.form1 div.error { clear:both}
.form1 tr .redTxt {color:#FF0000}

.listtable {
    border: 1px solid #A4A3A3; 
}


.headbg {
    background: none repeat scroll 0 0 #536EA0;
    color: #FFFFFF;
    font-weight: bold;
}
.listtable td {
    padding: 5px;
}

.headbg a {
    color: #FFFFFF;
    font-weight: bold;
}
td a {color:#333333}



tr.grayback {
    background: none repeat scroll 0 50% #C2D7EB;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

tr.grayback1 {
    background: none repeat scroll 0 50% #D7E3EA;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

tr.selectedrow {
    background: none repeat scroll 0 0 #FFEDC2;
}
	
	
.commonbtn {
	padding: 5px 0;
	text-align: center; width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #5571A3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5571A3), to(#5571A3));
	background: -moz-linear-gradient(#5571A3, #5571A3);
	background: linear-gradient(#5571A3, #5571A3);
	-pie-background: linear-gradient(#5571A3, #5571A3);
	behavior: url(../PIE.htc);
	position:relative;
}

.commonbtn .input12 {background:none;border:none; cursor:pointer; color:#fff; font-weight:bold; text-align:center;}

.commonbtn1 {
	padding: 5px 0;
	text-align: center; width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #5571A3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#75A2EF), to(#75A2EF));
	background: -moz-linear-gradient(#75A2EF, #75A2EF);
	background: linear-gradient(#75A2EF, #75A2EF);
	-pie-background: linear-gradient(#75A2EF, #75A2EF);
	behavior: url(../PIE.htc);
	position:relative;
}

.commonbtn1 .input12 {background:none;border:none; cursor:pointer; color:#fff; font-weight:bold; text-align:center;}

.clr {clear:both}
.fr {float:right}
.searhbox {margin-right:5px}
.commonbtn a {text-decoration:none;}
.conttable {
    border: 1px solid #666666;
}
.over-flow {overflow:hidden}

/*****suburb autocomplete*****/
#ajax_listOfOptions {
    background-color: #FFFFFF;
    border: 1px solid #578DF6;
    color: black;
    font-size: 0.9em;
    height: 250px;
    overflow: auto;
    position: absolute;
    text-align: left;
    /*width: 480px;*/
	width: 405px;
    z-index: 100;
	width:221px;
}
#ajax_listOfOptions div {
    cursor: pointer;
    font-size: 16px;
    margin: 1px;
    padding: 1px;
	
}
#ajax_listOfOptions .optionDiv {
}
#ajax_listOfOptions .optionDivSelected {
    background-color: #536EA0;
    color: #FFFFFF;
}
#ajax_listOfOptions_iframe {
    background-color: #FF0000;
    position: absolute;
    z-index: 5;
	
}

/* manage-tooltip*/
.headtitle {
	font-size:13px;
	font-weight:bold;
	padding-bottom:15px;
}
.hideshowsec {width:350px; }
ul.listtip {
	width:265px;
	padding-left:50px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	margin-right:5px;

}
ul.listtip li {margin-bottom:6px}
ul.reset {margin:0; padding:0; list-style:none}
ul.listtip a {
	color:#5571A3;
	text-decoration:none;
}

.active1 {
	font-weight:bold;
	text-decoration:none;
}

/*.activetab {
	
	background: #ECF4F9;
	text-decoration:none;
}*/

ul.form1 {list-style:none; padding-left:20px;   width:345px;border-left:2px solid #E3E5E7; min-height:343px}
ul.form1 li {float:left; display:block; clear:both; width:100%; margin-bottom:10px}
ul.form1 li label { min-width:125px; font-size:14px}
ul.form1 li span.restricted {color:#F00; margin-right:10px}
ul.form1 li div.InputBox {background:#fff; border:1px solid #B7B7B7; width:200px}
ul.form1 li div.InputBox input {background:none; color:#000; border:none; padding:4px; font-size:13px; width:200px;font-family:Verdana,Geneva,sans-serif !important}

ul.form1 li textarea {background:#fff; border:1px solid #B7B7B7; padding:4px;
 font-size:13px !important; width:290px; color:#000 !important; font-family:Verdana,Geneva,sans-serif !important}
ul.form1 li div.InputBox select {background:none; border:none; padding:5px; font-size:11px; width:222px; color:#000}

ul.form1 div.error {padding-left:115px; clear:both}
ul.form1 li .redTxt {color:#FF0000}
.listtable {
    border: 1px solid #A4A3A3; 
}

.openheader{
	background: url(../images/icon_collapse.png) 0 1px no-repeat;
	text-indent:77px;
}

.closeheader{
	background: url(../images/icon_expand.png) 0 1px no-repeat;
	text-indent:118px;
}

.success {
	color: #008000;
}
.msgdiv {
	height: 25px;
}



ul.reset {margin:0; padding:0; list-style:none; overflow:hidden}
.box {border:1px solid #5571a3; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	position:relative;behavior:url(../PIE.htc); margin-bottom:15px;
	width:954px;
	
}
.commonbox {/*width:347px;*/ width:375px; min-height:250px;}
.bgco {background:#ECF4F9;}
.box h3 {font-size:13px; color:#fff; background:#5571a3; margin-bottom: 0px; position:relative; behavior:url(../PIE.htc); height:23px; line-height:24px; padding-left:10px; font-family:Verdana,Geneva,sans-serif; }
.dumTxt	 {line-height:25px; padding-left:10px;; text-align:justify}

.instanttable {margin-top:10px; border:1px solid #dfded2}
.instanttable th {color:#fff; height:20px; line-height:20px; border-right:1px solid #dfded2}
.instanttable td {color:#666666; height:35px; line-height:35px; border-right:1px solid #dfded2; text-align:left; border-top:1px solid #dfded2; background:#eef4f8; padding-left:3px}
.instanttable td.priceTxt {color:#009933}
.instanttable td.priceTxtRed {color:#E22013}
.instanttable td.green {background: url(../images/share.png) #eef4f8 4px 10px no-repeat; display:block; padding-left:17px}
.instanttable td.red {background: url(../images/share.png) #eef4f8 4px -20px no-repeat; display:block; padding-left:17px}
.instanttable th.brdrigt {border-right:none}
.instanttable td.brdrigt1 {border-right:none}
.boxsearch {width:300px}

.instanttable1 {margin-top:10px; border:1px solid #dfded2}
.instanttable1 th {color:#004563; height:20px; line-height:20px; border-right:1px solid #dfded2}
.instanttable1 td {color:#666666; height:35px; line-height:35px; border-right:1px solid #dfded2; text-align:center; border-top:1px solid #dfded2;}
.instanttable1 td.fst {background:#eef4f8 }
.instanttable1 td.snd {background:#C2D7EB }
.instanttable1 td.priceTxt {color:#009933}
.instanttable1 td.priceTxtRed {color:#E22013}
.instanttable1 td.green {background: url(../images/share.png) #eef4f8 4px 10px no-repeat; display:block}
.instanttable1 td.red {background: url(../images/share.png) #eef4f8 4px -20px no-repeat; display:block}
.instanttable1 th.brdrigt {border-right:none}
.instanttable1 td.brdrigt1 {border-right:none}
.colr {color:#5571A3 !important; font-weight:bold}
.mrgrt {margin-right:2px}
.mrglt {margin-left:10px}
.mrgbt {margin-bottom:20px}

.cat {background:#fff; border:1px solid #B7B7B7; width:192px; padding:4px}
ul.catlist li {float:left; display:block; clear:both; font-size:13px; margin-bottom:7px}

#cent {margin-left:108px; width:765px;}

#nav1
{
	width:550px;
	height:40px;
	border-bottom:1px solid #e3e5e7;
	padding-left: 50px;
}

.activenav
{
	height:39px;
	padding:0px 19px 0px 22px;
	border-top:1px solid #e3e5e7;
	border-right:1px solid #e3e5e7;
	float:left;
	background-color:#3f5783;
	color:#FFFFFF;
}

.nonactive
{
	padding:0px 19px 0px 22px;
	border-top:1px solid #e3e5e7;
	border-left:1px solid #e3e5e7;
	border-right:1px solid #e3e5e7;
	float:left;
}

.activenav .login
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:39px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

.nonactive .forgotpass
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	line-height:39px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}


.valid { /*background-image:url(../images/success.png); */}

.buttondelete {
    background: url("../images/delete.png") no-repeat scroll 0 1px transparent;
    border: medium none;
    cursor: pointer;
    margin-left: 6px;
    vertical-align: middle;
}
.buttondelete input
{background:none; border:none}
.stepbg {background:url(../images/arrowbg.png) 0 0 no-repeat; width:584px; height:36px; position:relative } 
.step {width:192px; height:36px; text-align:center; font-weight:bold; font-size:14px; line-height:35px}
.first.active {background:url(../images/rounded_sprite_hover.png) 0 0 no-repeat; width:198px; height:36px; color:#fff}
.second.active {background:url(../images/middle_hover.png) 0 0 no-repeat; width:200px; height:36px; color:#fff; position:absolute; left:186px; top:0} 
.third.active {background:url(../images/last_sprite_hover.png) 0 0 no-repeat; width:212px; height:36px; color:#fff; position:absolute; left:372px; top:0} 

.activemage
{
width:125px;
height:85px;
}

#bottomnav
{
	width:936px;
	height:190px;
	background-color:#3f5783;
	float:left;
	margin:10px 10px 10px 20px
}
#maincontaintleft {
	float: left;
	height: auto;
	width: 200px;
}
#businesstype
{
width:305px;
height:190px;
float:left;
}
.businesstype
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#d6d6c7;
	padding:10px 0px 10px 10px;
	font-weight: bold;
}
.bottomnavtext
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
list-style-type:none;
margin:0px;
padding-left:10px;
line-height:22px;
}
.bottomnavtext a
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
list-style-type:none;
margin:0px;
line-height:22px;
text-decoration:none;
}
.bottomnavtext a:hover
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#d6d6c7;
list-style-type:none;
margin:0px;
line-height:22px;
text-decoration:none;
}
#footernavstrip
{
width:10px;
height:190px;
float:left;
}
.copyrighttext
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#3f5783;
list-style-type:none;
margin:0px;
padding-top:25px;
line-height:15px;
}
.copyrighttext a
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#3f5783;
list-style-type:none;
margin:0px;
text-decoration:none
}

.copyrighttext a:hover
{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#333;
list-style-type:none;
margin:0px;
text-decoration:underline;
}
#bottom
{
	width:960px;
	height:55px;
	float: left;
	margin-left:138px;
}