@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("images/new-background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	color:#000;
	height:100%;
}
body, html {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #211A19;
	scrollbar-arrow-color:  #211A19;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #211A19;
}
body,td,th {
	font-family: Times New Roman, Times, serif; margin:0px; padding:0px;
}
div#page {
	width: 85%;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	clear: both;
	z-index: 1000;
	position: absolute;
	left: 7.5%;
	min-width: 100px;
}
#banner {
	height:162px;
	display:block;
	clear:both;
	padding:0px;
	margin:0px;
}
#left-top { width:160px; height:120px; position:absolute; top:0px; left:0.8%; z-index:1000;}
#right-top { width:185px; height:120px; position:absolute; top:0px; right:1%; z-index:1000;}
#left-side {
	width:61px;
	height:760px;
	position:absolute;
	top:0px;
	left:1%;
	z-index:100;
	overflow:hidden;
}
#world {height:26px; display:block; clear:both;}
#footer {
	height:11px;
	display:block;
	clear:both;
	margin: 0;
	padding: 0px 0px 6px 0px;
}
#menu-container {
	display:block;
	margin:0px;
	padding:0px;
	vertical-align: top;
	clear: both;
	min-width: 830px;
}
#menu {
	background-image:url(images/length-menu.png);
	background-repeat:repeat-x;
	width:100%;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	clear: both;
}
#content-container {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	min-width: 896px;
}
#content {
	min-width: 830px;
	background-color: #FFF;
	margin: 0;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	width: 100%;
}
.left {
	background-image:url(images/left-content.png);
	background-repeat:repeat-y;
	width:33px;
}
#right {
	background-image:url(images/right-content.png);
	background-repeat:repeat-y;
	width:33px;
}
#end-content {
	height:40px;
	display:block;
	margin:0px;
	padding:0px;
	min-width: 830px;
}
#end {
	background-image:url(images/bottom-content.png);
	background-repeat:repeat-x;
	height: 40px;
	width:100%;
	background-position: center top;
}
h4 {
	color:#007CC2;
	padding: 8px 0px 6px 15px;
	margin: 0;
	text-align: left;
	font-size: 113%;
}
h5 {
	color:#000;
	padding: 8px 0px 6px 0px;
	margin: 0;
	text-align: center;
	font-size: 122%;
}
h6 {
	color:#007CC2;
	padding: 8px 0px 6px 15px;
	margin: 0;
	text-align: left;
	font-size: 104%;
}

p {
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 15px 10px 15px;
	margin: 0;
	font-weight: bold;
}
p a:link, p a:visited, ul a:link, ul a:visited, ol a:link, ol a:visited {
	color:#B088D8;
}
p a:hover, ul a:hover, ol a:hover { text-decoration:none; color:#000;}
*html #bottom-global {
	position:absolute;
	bottom:0px !important;
	overflow:hidden;
	background-image:url(images/bottom-global-back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:310px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 1280px;
	z-index: 100;
}
#bottom-global {
	position:fixed;
	bottom:0px !important;
	overflow:hidden;
	background-image:url(images/bottom-global-back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:310px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 100;
}
.texttestimonials {
	color:#007CC2;
	font-size:70%;
	margin: 0;
	padding: 0px;
}
#content ul {
	text-align:left;
	list-style-type:circle;
	font-weight: bold;
	padding: 5px 15px 14px 15px;
	margin: 0px 0px 0px 25px;
}
#content ol {
	text-align:left;
	font-weight: bold;
	padding: 5px 15px 14px 15px;
	margin: 0px 0px 0px 25px;
}

.blue {
	color:#007DC1;
	font-size: 105%;
}
.purple {
	color:#9F6FD0;
	font-size: 105%;
}

