@charset "utf-8";
/* CSS Document */

a:hover {background-position: 0 0;}

html {
background:#E56F00;
background-image:url(../images/black/backgroundgradient.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
}

/* Main Stuff --The whole page background*/
body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../images/black/background.jpg);
/*background:#E56F00;*/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:expression(correctPosition(this,((document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth)/2)-590,'Left')+'px '+correctPosition(this,0,'Top')+'px');
background-position:center;
background-position:top;
}

a img {
border:0;
}

a:link, a:visited, a:active {
color:#FF6633;
}

a:hover {
color:#000000;
}

/* Main Div Tags */
div.container {
width:850px;
margin:auto;
height:1500px;
}


div.shadow{
width:15px;
height:484px;
position:relative;
left:-45px;
z-index:0;
display:inline;
top:-100px;
}

div.header {
width:850px;
height:160px;
}

div.headerleft {
width:850px;
height:160px;
position:absolute;
z-index:1;
}

div.logo {
width:170px;
height:160px;
position:absolute;
z-index:3;
}

div.headerright {
width:193px;
height:90px;
position:relative;
left:650px;
z-index:2;
}

div.navigationcontent {
padding-left:15px;
height:58px;
z-index:60;
position:absolute;
display:inline;
margin-left:160px;
top:110px;
}

div.homeImage{
width:170px;
height:160px;
position:absolute;
z-index:6;
top:160px;
}

div.rightpane{
width:193px;
height:600px;
position:relative;
z-index:99;
left:630px;
top:-380px;
}

div.text {
background: url(/templates/homepagetemplate/images/black/rightpane.png) no-repeat; 
width: 225px; 
height: 439px; 
padding: 40px 0px 0px 30px;
z-index: 100;
/*
width:180px;
height:100px;
z-index:41;
position:relative;
margin-right:40px;
display:inline;
top: 115px;
float: right;
position:relative;
text-align:left;
padding-left:10px;
padding-right:10px;
z-index:100;
top:100px;
display:inline;
left:295px;*/
}

div.wrapper {
width:850px;
display:inline;
position:absolute;
z-index:1;
top:385px;
display:inline;
float:left;
}

/* actual page content */
div.content {
width:600px;
background:#FFFFFF;
text-align:left;
z-index:2;
display:inline;
position:relative;
float:left;
padding-left:20px;
}

div.contentinner {
padding-left:5px;
z-index:3;
}

div.footer {
width:850px;
height:79px;
text-align:center;
color:#FFFFFF;
z-index:6;
position:relative;
display:inline;
}

div.footer a {
color:#FFFFFF;
}

div.footerlinks {
position:relative;
z-index:8;
color:#FFFFFF;
text-align:center;
}

div.footerlinks a{
color:#FFFFFF;
padding-right:20px;
text-decoration:none;
font-size:10pt;
}

div.footerlinks a:visited{
color:#FFFFFF;
padding-right:20px;
text-decoration:none;
font-size:10pt;
}

.contenttbl {
background:#FFFFFF;
}

.contentside {
background:#FFFFFF;
padding-right:3px;
}