@charset "utf-8";
/* Structure styles*/

body {
	background-color:#000000;
	text-align:center;
	margin: 0px 0px 0px 0px;
	background-image:url(../res/structure/bodybackground.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.mainbackground {
	width:886px;
	overflow:auto;
	background-image:url(../res/structure/eq_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	margin: 0 auto;
}

.mainwrapper {
	width:750px;
	margin: 0 auto;
	text-align: left;
}

.logowrapper {
	width:750px;
	height:70px;
}

.mainmenu {
	width:744px;
	height: 30px;
	background-image:url(../res/structure/menubackground.jpg);
	background-repeat: repeat-x;
	padding:0px 0px 0px 6px;
}

.imgwrapper {
	width:750px;
	height:204px;
}

.contentwrapper {
	width:720px;
	overflow:auto;
	background-image:url(../res/structure/contentbackground.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#666666;
	padding: 32px 15px 50px 15px;
}

.maincontent {
	width: 450px;
	float:left;
	padding: 10px 0px 0px 32px
}

.imgframe {
	width:180px;
	height:266px;
	background-image:url(../res/structure/imgframe.jpg);
	padding:16px 15px 16px 15px;
}

.leftcontent {
	width: 210px;
	height:auto;
	float:left;
	padding: 0px 0px 0px 0px
}

.footer {
	width:750px;
	height:28px;
	padding: 12px 0px 0px 0px;
	text-align:center;
	background-color:#3e3e3e;
}

.subfooter {
	width:750px;
	height:20px;
	padding: 5px 0px 20px 0px;
	text-align:center;
}

/* Menu styles*/

.mainmenubutton {
	display:block;
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	color: #000000;
	padding: 9px 18px 7px 18px;
	cursor: hand;
}

/* Text styles*/

p {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
	color:#FFFFFF;
	margin:0px 0px 20px 0px;
}

.orangebold {
	color: #ff9600;
	font-weight:bold;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin:0px 0px 0px 0px;
}

.subfootertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin:0px 0px 0px 0px;
}

#siteName {
	text-indent:-9999px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	line-height:32px;
	margin:0px 0px 25px 0px;
	color:#FFFFFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	color: #ff9600;
}

/* Link properties */

a .mainmenubutton {color:#FFFFFF; text-decoration:none;}
a:hover .mainmenubutton {color:#000000; text-decoration:none;}
a:active .mainmenubutton {color:#333333; text-decoration:none;}
a:visited .mainmenubutton {text-decoration:none;}


.footertext a {color:#FFFFFF; text-decoration:none;}
.footertext a:hover {color:#ff9600; text-decoration:underline;}
.footertext a:active {color:#FFFFFF; text-decoration:none;}


.subfootertext a {color:#333333; text-decoration:none;}
.subfootertext a:hover {color:#ff9600; text-decoration:underline;}
.subfootertext a:active {color:#333333; text-decoration:none;}


a {color:#ff9600; text-decoration:none;}
a:hover {color: #FFFFFF; text-decoration:none;}
a:active {color:#ff9600; text-decoration:none;}

/* Image properties */

img {border:none;}
img:a {border:none;}
img:hover {border:none;}
img:active {border:none;}
img:visited {border:none;}

#logo {
	position: absolute;
	top: 0pt;
}

