/* CSS Document */
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;

}
#wrapper {
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
	padding: 0px;
	width: 950px;
}

#menu {
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 150px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 350px;
}


#menu p {
	font-family: Arial, Helvetica, sans-serif;
	color: #717174;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	
}
#menu p a {
	color: #717174;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}
#menu p a:hover {
	color: #00AEEF;
}
#menu p a.one:hover {
	color: #717174;
}
#menu p a:hover .mnu1blue {
	color: #00AEEF;
}




#verticalline 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 500;
	left: 150px;
	top: 0px;
	width: 1px;
	height: 720px;
    border-right: 1px solid #98989C;
}
#horizontalline 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 510;
	left: 0px;
	top: 530px;
	width: 950px;
	height: 1px;
    border-top: 1px solid #98989C;
}
#logo 
{
    position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 520;
	left: 130px;
	top: 500px;
}

#header {
	position: static;
	margin: 0px;
	padding: 0px 0px 0px 150px;
	text-align: center;
	height: 141px;
}
#header img {
	margin: 15px 0px 0px 0px;
}

#content {
	position: static;
	margin: 0px 0px 0px 170px;
	padding: 0px;

}
#content h1, #content h2, #content h3, #content p, #content ol, #content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #636466;
	font-size: 12px;
	margin: 15px 10px 10px 30px;
	padding: 0px;
}
#content p {
	font-size: 12px;
	line-height: 20px;
}
#content ol {
	font-size: 12px;
	margin-left: 25px;
}
#content ul {
	font-size: 12px;
	margin-left: 25px;
	list-style-type: square;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#content h3 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

#content .boldblue 
{
    color: #00AEEF;
}

#content .homesignature 
{
    width: 200px;
    height: 100px;
    margin-left: 0px;
    padding: 20px 0px 0px 30px;
    color: #00AEEF;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/upload/images/imgSignature.gif);
}


#content .testimonialuppercase 
{
    text-transform: uppercase;
    font-size: 12px;
}

#content a {
	color: #00AEEF;
	text-decoration: none;
	
}
#content a:hover {
	text-decoration: underline;
}

#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: static;


}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-right: 10px;
	text-align: center;




}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
.ImageDisplay {
	position:absolute;
	left: 190px;
	top: 0px;
	width: 760px;
	text-align:center;
	visibility: hidden;
	z-index: 110;
}
.VideoDisplay {
	position:absolute;
	left: 190px;
	top: 100px;
	width: 760px;
	text-align:center;
	z-index: 105;
}
.VideoDisplayLoading {
	position:absolute;
	left: 190px;
	top: 250px;
	width: 760px;
	text-align:center;
	z-index: 100;
}
.SingleImage {
    margin-top: 40px;
}
.DoubleImage {
    margin-top: 90px;
}