@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:auto;
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

#popup {
	background-color:#FFFFFF;
	padding:20px;
}

#mainframe {
	position: relative;
	width:984px;
	margin:auto;
}
h1 {
	height: 101px;
	width: 235px;
	position: absolute;
	z-index: 99;
	left: 50px;
	text-indent: -1000px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
#menu {
	background-color:#333333;
	width:984px;
	text-align:right;
	height: 34px;
	color: #FFFFFF;
	list-style-type: none;
	position:relative;
}
#promopanel {
	height: 380px;
}
#frontcontent {
	height: 195px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding:10px;
}

#frontcontent p {
	
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	background-image:url(../images/footer_bg.png);
background-repeat:repeat-x;
color:#333333;
font-size:8pt;
height:28px;
padding-top:3px;
text-align:center;
}
#frontcontent h2 {
	background-image: url(../images/front_title.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
}
#contentpanel {
	position: relative;
	background-image: url(../images/contentgrad.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 984px;
	overflow: auto;
	background-color: #FFFFFF;
	background-position: center 75px;
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentpanel #leftpanel {
	float: left;
	width: 610px;
	padding: 0px;
	margin-left: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8DB4FE;
}
#contentpanel #verticaldivider {
	background-color: #0000FF;
	float: left;
	width: 1px;
}
#contentpanel #rightpanel {
	width: 240px;
	float: right;
	margin-right: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-left: 20px;
}
#menu #nav {
	top: 6px;
	position: relative;
}
#home #mainframe h1 {
	background-image: url(../images/logo_front.png);
}
#internal #mainframe h1 {
	background-image: url(../images/logo_internal.png);
}
#clickImage {
	cursor:pointer;
}
#footer #leftfooter {
	float: left;
	padding-left:5px;
}
#footer #rightfooter {
	float: right;
	padding-right:5px;
}

#fromquestion {
	float: right;
	height: 56px;
	width: 669px;
	right:2px;
	position:absolute;
}


#promopanel #fromquestion {
	top:45px;
}

#contentpanel #fromquestion {
	top:10px;
}#gallery {
	margin: auto;
	width: 580px;
}
#gallery #glleryimage {
	margin: auto;
	float: left;
	height: 105px;
	width: 170px;
	padding: 10px;
	
}
#gallery #glleryimage img {
	border: 5px solid #333333;
	cursor:pointer;
}

.loginlink {
	color:#999999;
	text-decoration: none;
}

.loginlink:link {
	text-decoration: none;
}

.loginlink:visited {
	text-decoration: none;
}

.loginlink:activated {
	text-decoration: none;
}

.loginlink:hover {
	text-decoration: none;
	font-weight:bold;
}
