/* CSS Document */

/* basic components */

* {margin:0;padding:0}

html {
	overflow-x: hidden; /* prevents unecessary horizontal scrollbar in IE */
	overflow-y: auto;
} 

body {
	width: 100%; height: 100%;
	background-color: #cccccc;
	overflow: hidden;
}

a {
	outline: none;
}

p {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}

td {
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

table.contact {
	margin: 25px;
}

#main {
	position: relative;
	background-color: #ffffff;
	width:704px;
	height:520px;
	margin-right: auto; margin-left: auto; 
	margin-top: 2%; 
	border-style: solid; 
	border-color: #999999; 
	border-width: 1px;
}

/* header components */

#header-wrapper {
	position: relative;
	width: 100%; 
	height: 110px;
}

/* content components */

#content-wrapper {
	position: relative; top: 0px;
	margin: 10px 0px;
	width: 100%; 
	height: 372px;
}

#leftbar {
	position: relative;
	float: left;
	width: 188px; height: 100%;
	border-right: dotted #999999 2px;	 
}

#leftbar ul {
	list-style-type: none; 
}

#leftbar li {
	overflow: hidden;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 9px;
	font-weight: bold;
	font-size: 11px;

	font-family: Arial, Helvetica, sans-serif;
}

#leftbar a {
	text-decoration: none;
	color: #6699cc;
}

#leftbar a:hover {
	color: #333333;
}

#leftbar li.active {
	color: #333333
}

#content {
	position: relative;
	float: left;
	width: 504px; height: 100%;
}

#content a {
	text-decoration: none;
	color: #999999;
}




#content a:hover {
	color: #6699cc;
}

#content img {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
} 

#content p {
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 10px;
	text-align: justify;
}


#content h1 {
	position: absolute; bottom: 0px;
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#content h2 {
	position: absolute; top: -10px;
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#content-top {
	position: absolute; top: 0px;
	width: 100%; height: 184px;
}

#content-bottom {
	position: absolute; top: 184px;
	width: 100%; height: 184px; 
}

#content-full {
	position: absolute; top: 0px;
	width: 100%; height: 368px; 
}
/* footer components */

#footer {
	position: absolute;
	top: 502px;
	width: 100%;
	height: 18px;
	background-color: #999999;
	z-index: 2;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #ffffff;
	font-size: 9px;
	line-height: 20px;
	text-indent: 10px;
	
}

#footer ul {
	list-style-type: none;
	margin-right: 10px;
	
}

#footer li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	width: 10px;
	float: right;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
	float: right;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

/*NAVIGATION*/

#nav {
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 72px; /*IE 6 doesn't read from the bottom very well, use top*/
	left: 2px;
	float: left;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	margin-left: -2px;
	height: 26px;
	width: 117px;	
    list-style-type: none;
	float: left;
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
	line-height: 26px; letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-style: solid; 
	border-color: #FFFFFF; 
	border-width: 4px 1px 4px 1px;
}

#nav a {
	text-align: center;
	position: relative;
	height: 26px;
	width: 117px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color:  #999999;
	font-weight: bold;
	line-height: 26px;
}

#nav a:hover {
	display: block;
	height: 26px;
	width: 117px;
	display: block;
	color: #ffffff;
	background-color: #6699cc;
}

#nav a:active {
	display: block;
	height: 26px;
	width: 117px;
	color: #FFFFFF;
	background-color: #999999;
}

#nav li.active {
	display: block;
	height: 26px;
	width: 117px;
	color: #FFFFFF;
	background-color: #999999;
}

/*END NAVIGATION*/






/*ANIMATION*/
.menu {
font-family: verdana, sans-serif; 
position:relative; 
z-index:100;
width:340px;
margin:0 auto;
height:50px;
background:#575;
border-top:340px solid #444;
}

.menu ul {
padding:0; 
margin:0;
list-style-type: none;
width:340px;
height:26px;
background:#444;
padding:5px;
margin:5px 78px 0 78px;
position:absolute;
border:1px solid #8a8;
}

.menu ul li {
float:left;
position:relative;
}

.menu ul li a img {border:0; float:left;}
* html .menu ul li a img {float:none;}

.menu ul li a, .menu ul li a:visited {
float:left;
width:32px;
height:24px;
margin:0 5px;
text-decoration:none; 
color:#000;
border:1px solid #fff;
cursor:default;
}

.menu ul li ul {
position:absolute;
top:-106px;
left:-9999px;
}

.menu table {
border-collapse:collapse;
border:0; padding:0; margin:-4px;
}

.menu ul li:hover a,
.menu ul li a:hover {
border:1px solid #8a8;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
position:absolute;
left:-10px;
width:124px; height:94px;
border:0; padding:0; margin:0;
background:#444;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
position:absolute;
top:-270px;
left:-9999px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
text-decoration:none; 
color:#000;
border:1px solid #8a8;
width:120px;
height:60px;
background:#000;
}

.menu ul li:hover ul li a b,
.menu ul li a:hover ul li a b {
display:block; width:32px; height:14px; font-size:0; background:#444 url(slides/point.gif); position:absolute; left:50px; top:92px; border-left:1px solid #8a8; border-right:1px solid #8a8; border-bottom:1px solid #8a8;}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
border:1px solid #666;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
left:-24px; 
}
.menu ul li:hover ul li:hover ul.pos2,
.menu ul li a:hover ul li a:hover ul.pos2 {
left:-68px; 
}
.menu ul li:hover ul li:hover ul.pos3,
.menu ul li a:hover ul li a:hover ul.pos3 {
left:-112px; 
}
.menu ul li:hover ul li:hover ul.pos4,
.menu ul li a:hover ul li a:hover ul.pos4 {
left:-156px; 
}
.menu ul li:hover ul li:hover ul.pos5,
.menu ul li a:hover ul li a:hover ul.pos5 {
left:-200px; 
}
.menu ul li:hover ul li:hover ul.pos6,
.menu ul li a:hover ul li a:hover ul.pos6 {
left:-244px; 
}
.menu ul li:hover ul li:hover ul.pos7,
.menu ul li a:hover ul li a:hover ul.pos7 {
left:-288px; 
}
.menu ul li:hover ul li:hover ul.pos8,
.menu ul li a:hover ul li a:hover ul.pos8 {
left:-332px; 
}

.menu ul li:hover span,
.menu ul li a:hover  span {
display:none;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
width:340px; height:180px;
border:1px solid #8a8;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover
{border:1px solid #fc6;}

.menu ul li:hover ul li:hover ul li a:hover span,
.menu ul li a:hover ul li a:hover ul li a:hover span {
display:block; font-size:10px; position:absolute; top:1px; left:6px; width:340px; background:#8a8; padding:5px; border-bottom:1px solid #fc6;}

.menu ul li:hover ul li:hover ul li a:hover span:first-line,
.menu ul li a:hover ul li a:hover ul li a:hover span:first-line {
font-weight:bold; font-size:14px; color:#efe;}
