body {
	background: #f6f8fc;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9pt;
	}
	
a {
	color: #ff6008;
	text-decoration: underline;
	}
a:hover {
	color: #464646;
	text-decoration: none;
	}

.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	background: #ffffff;
	}
	
.header1 {
	width: 1000px;
	height: 175px;
	background: url('img/header.gif') no-repeat;
	position: relative;
	}

.footer {
	text-align: left;
	padding: 35px 30px 30px 30px;
	background: url('img/footer.gif') repeat-x #b4bbc3;
	color: #ffffff;
	font-size: 10pt;
	}
	
a.logo-link {
	float: left;
	display: block;
	width: 320px;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 20px;
	}

a.email-link {
	float: right;
	display: block;
	width: 290px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 15px;
	}

a.home-link {
	float: right;
	display: block;
	width: 290px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 15px;
	}
	
a.reg-link {
	display: block;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 118px;
	left: 375px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	}
	
	a.reg-link:hover, a.reg-link-small:hover {
		color: #ff6008;
		text-decoration: underline;
		}
a.reg-link-small {
	display: block;
	width: 120px;
	text-align: center;
	position: absolute;
	top: 52px;
	left: 375px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	line-height: 9pt;
	}
	

.navigation {
	height: 35px;
	background: url('img/nav.gif') no-repeat #ff6008;
	text-align: center;
	}
	
	.navigation li {
		display: block;
		float: left;
		list-style-type: none;
		}
	.navigation li a {
		display: block;
		float: left;
		width: 110px;
		font-size: 10pt;
		color: #ffffff;
		text-decoration: none;
		line-height: 35px;
		}		
	.navigation li a:hover, .navigation li a.nav-active {
		background: url('img/nav_on.gif') repeat-x;
		color: #000000;
		}
	.navigation li a.big-link {
		width: 145px;
		}
		
table.contanier {
	width: 1000px;
	border: none;
	background: #ffffff;
	}
	
	td.content {
		width: 700px;
		padding: 30px;
		vertical-align: top;
		}
		
		td.content p {
			font-size: 11pt;
			text-align: justify;
			text-indent: 30px;
			line-height: 15pt;
			}
		
	td.sidebar {
		width: 300px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #ebedf1;
		vertical-align: top;	
		padding: 0px 20px 20px 20px;	
		text-align: center;
		}
		
		td.sidebar h1 {
			text-align: right;
			text-transform: uppercase;
			color: #464646;
			font-size: 11pt;
			border-bottom: 1px solid #ffffff;
			padding: 0px 0px 3px 0px;
			margin: 20px 0px 20px 0px;
			font-weight: bold;
			}
			
		td.sidebar a {
			color: #898989;
			font-size: 9pt;
			}
		td.sidebar a:hover {
			color: #000000;
			text-decoration: none;
			}

h2 {
	color: #ff6008;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	}
	
p.small-text {
	font-size: 9pt;
	color: #464646;
	text-align: left;
	margin: 0px;
	padding: 0px;	
	}
	
p.metro {
	float: left;
	font-size: 9pt;
	color: #464646;
	text-align: left;	
	background: url('img/metro.gif') no-repeat;
	padding-left: 30px;
	}
	

ul.sub-navigation {
	list-style-type: none;
	text-align: left;
	margin: 20px 0px 0px 0px;
	list-style-image: url('img/arrow.gif');
	list-style-position: outside;	
	}
	
	ul.sub-navigation li {
		padding: 5px 5px 5px 0px;
		}
		
	ul.sub-navigation li a {
		font-size: 11pt;
		color: #000000;
		}
	ul.sub-navigation li a :hover {
		text-decoration: none;
		}
		

.sub-menu {
    position: absolute;
    }

.sub-menu li {
        width: 200px;
        background: #f99053;
        border-top: 1px solid #f9ad81;
        padding: 5px 5px 5px 10px;
        text-align: left;
        list-style-type: none;
        }
    .sub-menu li a {
        color: #ffffff;
        text-decoration: none;
        }
        
    .sub-menu li a:hover {
        text-decoration: underline;
        }
    
.s1 {
    z-index: 100;
    float: left;
    visibility: hidden;
    }

.s2 {
    float: left;
    z-index: 100;    
    margin-left: -105px;
    visibility: hidden;
    }    
