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

body {
	margin:0 0 0 0;
	background:#C0C0C0;
	}
	

a { color:#09F; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
a:hover {color:#F00; text-decoration:underline;}

#name_cell{border:1px solid #0C0; width:460px; margin:3px 0 0 10px; padding:5px; font-family:Arial, Helvetica, sans-serif; font-size:14px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; color:#333;}
#name_cell:hover{ background:#FFC;}

#borderShadow {
	position:relative;
	margin:0 auto;
	width:754px;
	background:url(images/bg-borders.gif) repeat-y;
	}

#wraper { 
	position:relative;
	width:760px;
	margin:0 auto;
	}
	
#header {
	position:relative;
	height:70px;
	}
	
#topMenuWraper {
	width:760px;
	height:25px;
	}
	
#homeMenuHolder{
	position:relative;
	width:190px;
	height:25px;
	float:left;
	background:url(images/nav-li-selected.gif) repeat-x;
	border-left:#666666 solid 10px;
	
	}
	
#topMenuHolder {
	position:relative;
	width:555px;
	background: url(images/nav-li-selected.gif) repeat-x;
	float:right;
	height:23px;
	text-align:right;
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	padding-top: 3px;
	padding-right: 5px;
	}

#contentWraper {
	background:url(images/nav-li-long.gif) repeat-y left;
	}
	
#contentLeftMenu {
	position: absolute;
	width:247px;
	float:left;
	padding-left:4px;
	}

#navcontainer {width:200px;top:0px}

.sendbutton1 {
	border:1px #FF9900 dotted;
	background: url(images/buttons/button-bg-blue.gif) repeat-x;
	cursor:pointer;
	}


.table1 {
	border:1px #FF9900 dotted;
	}

.table1td {
	border-bottom:1px #FF9900 dotted;

    }



#navlist
{
padding:0 0 1px 0;
margin-left: 0; margin-top:0;
font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
font-size:14px;
background: #9f9f9f);
width: 247px;
}
#navlist li
{
list-style: none;
margin: 0;
border-top: 1px dotted gray;
text-align: left;
}
#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left:1px solid #9f9f9f;
background: url(images/buttons/button-bg-blue.gif) right repeat-x #FFFFCC;
text-decoration: none;
}
#navlist li a:link { color: #0099FF; }
#navlist li a:visited { color: #0099FF; }
#navlist li a:hover
{
border-color: #9f9f9f;
color: #009900;
background: url(images/buttons/button-bg-orange.gif) repeat-x;
}

#contentArea {
	background: url(images/centre-bg.gif) top right repeat-y;
	left:250px;
	position:relative;
	width:500px;
	border-left: #FF9900 1px dotted;
	border-top: gray dotted 1px;
	padding-bottom:40px;
	}
	
#footer {
	position:relative;
	width:754px;
	background:url(images/bg-footer.gif) no-repeat;
	text-align:center;
	top:-16px;
	padding-top:3px;
	height:47px;
	margin:0 auto;
	}
	
	

.link-footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: none;
	font-size: 12px;
}
.link-footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#0099FF;
	text-decoration: none;
	font-size: 12px;
}
.link-footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: none;
	font-size: 12px;
}
.link-footer a:hover {
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}
	
	
	
.link-white a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 12px;
}
.link-white a:hover {
	color: #009900;
	text-decoration: none;
	font-size: 12px;
}

.font-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-decoration: none;
}

.font-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
	
.font-title {
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	font-size: 20px;
	color: #0099FF; /*green*/
}

.font-subtitle-blue {
	font-family: "Lucida Grande", "lucida sans unicode", "trebuchet ms", helvetica, verdana, arial;
	font-size: 16px;
	color: #0099FF; /*green*/
}

.font-subtitle {
	font-family: helvetica, verdana, arial;
	color: #99cc33; /*green*/
	size: 16px;
	}
.font-text {
	font-family: helvetica, verdana, arial;
	font-size: 13px;
	color: #666666; /*gray*/
}

/*start clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* hide from IE_mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*end hide from IE_mac*/

/*end clearfix*/
