/*CSS STYLESHEET COPYRIGHT (C) 2009 Darrell Penta ==================================================
--This stylesheet and the code herein is private property , jointly owned by Darrell Penta 
(the Developer of said stylesheet) and Paul Messier (the Purchaser of said stylesheet); anything
contained in this document cannot be copied, changed, reproduced, distributed, and/or altered in any
way from its original form without written approval from the owners. 

--This stylesheet is considered  intellectual property and is protected by applicable laws within
the United States of America and elsewhere. 

--The copyright notice must be untouched and may never be removed from this stylesheet. 

--Please see copyright notice below for additional information regarding the "Drop-Down-Menu" (C)Stuart Nicholls.

--For questions and or comments about this stylesheet, contact darrell (at) darrellpenta (dot) com.

--For general information about CSS, please visit cssplay(dot) co (dot) uk and consider making a dontation.

================================================================== */

* html {
overflow: hidden;
}
    
body {
font-family:verdana, arial, helvetica, sans-serif; 
font-size:76%; 
color:#ddd; 
padding:0; 
border:0; 
margin:0; 
background:#000; 
text-align:center;
}

a:hover {
text-decoration:none;
}

#wrapper {
width:925px; 
height: 300px; 
background: url(../images/index_header.gif) no-repeat center; 
margin:10px auto; 
text-align:left;
}

#header {
width:925px; 
height:370px; 
float:left; 
background:#000; 
position:relative;
top: 300px; 
border-bottom:1px solid #000;
}

#midlink {
position:absolute;
top:5px;
left:0;
width: 922px;
}

#showcase {
clear:both;
width:925px;
background:transparent;
height:auto;
}

#info {
background:#fff;
width:922px; 
float:left;
}

#content {
width:925px; 
float:left; 
padding: 10px;
}

#left_column {
width:925px; 
height: 500px;  
position: relative; 
top: 0px; 
left: 0px; 
z-index: 100; 
padding:0px; 
margin:0px
}

* html #left_column {
width:925px;
w\idth:925px;
}

#foot {
clear:both;
width:100%;
height:25px;
background:#000; 
color:#fff; 
font-size:0.85em; 
border: 4px 0px 0px 0px solid #fff; 
border-top: 4px solid #fff; 
position: absolute;
bottom: 30px;
left: 0px;
z-index: 999;
}

#foot p {
font-size:1em; 
color:#fff; 
margin:5px 10px 5px 15px; 
float:left;
}

#foot ul {
list-style-type:none; 
margin:0; 
padding:0; 
float:right; 
margin-right:15px;
}

#foot ul li {
float:left; 
margin:5px 0 5px 10px;
}

#foot a {
color: #fff !important;
text-decoration: none;
}
 
#foot a:hover {
color: #fff;
text-decoration: underline;
}

 #logo {
 width: 560px;
 height: 399px;
 margin: 0px;
 padding: 0px;
 position: absolute;
 top: 100px;
 left: 250px;
 z-index: 777;
}
 
* html #logo {
width: 560px;
height: 399px;
}

#logo a, #logo a:hover, * html #logo a, * html logo a:hover, #logo img, # logo img a, #logo img a:hover, * html #logo img a, * html #logo img a:hover {
text-decoration: none;
margin: 0px;
padding: 0px;
border: 0px;} 

#content p {
font-size:0.9em; 
line-height:16px; 
margin:5px 0 8px 0;
}

#content img {
border:0;
}

.left {
float:left;
}

.float_left {
float:left; 
margin:0 10px 5px 0;
}


.clear {
clear:both;
}

.hiddenfromview {
display:none;
}

.bold {
font-weight:bold;
}

.italic {
font-style: italic;
}

.image img {border:0; margin-left:5px;}

pre {font-size:0.8em; color:#006699;}

#centerbox, * html #centerbox {
width: 370px;
height: 430px;
padding: 5px;
margin: 0px;
position: relative;
top: -20px;
left: 490px;
border: 1px solid #fff;
border-style: double;
/*filter: alpha(opacity=74); 
opacity:0.74;*/
background-image: url(../images/transback_orange.png);
background-repeat: repeat;
z-index: 888;
}



#centertext {
width:325px;
height: 306px;
padding: 8px 10px 20px 10px;
margin: 0px;
text-align: center;
background: none;
position: absolute;
left: 5%;
top: 10%;
z-index: 999;
overflow: auto;
}

#centertext p {
font-family: verdana, arial, helvetica, sans-serif;
color: #000;
font-size: .9em;
padding: 0px;
margin: 0px;
}





