/* CSS Document */

.skipLink {display:none}

html, body{
	min-height:101%;
	margin-top:0px;
	padding:7px;
	background-color: #C0C0C0;
	
}
body{
	font: 12px verdana,arial,helvetica,sans-serif;
	color:#333;

}

p{margin:0 10px 10px}
a:link{color: #3399FF; text-decoration:none; font-weight:bold}
a:visited{color: #3399FF; text-decoration:none; font-weight:bold}
a:hover{color: #999900; text-decoration:none; font-weight:bold}
h1{font-size: 16px; color: #000D1A; margin:10px 10px 25px}
h2{font-size: 14px;color: #000D1A; margin:10px 10px 0 0 }
h3{font-size: 14px;color: #000D1A; margin:10px 0 0 10px }
h4{font-size: 14px;color: #000D1A; margin:0 0 0 0 }


div#copy{color: #666666; font-size: 10px;}
div#copy a:link{color: #666666; font-size: 10px; text-decoration:none; font-weight:normal}
div#copy a:visited{color: #666666; font-size: 10px; text-decoration:none; font-weight:normal}
div#copy a:hover{color: #666666; font-size: 10px; text-decoration:none; font-weight:normal}


#BannerTable
{background:#fff;
border:solid #006600 2px;
}

#eXbannerTable
{
background:#fff;
border:solid #ddd 0px;
}

#menu
{
padding:0 0 0 10px;

}

.home_strap
{
font-size: 14px; 
font-weight:bold;
color: #000D1A;
}

.home_strap2
{
font-size: 14px; 
font-weight:normal;
color: #000D1A;
}


.box_slideshow
{
margin:10px;
border: 1px solid #006600;
}

.thumb_table
{
margin-top:7px;
}

.prices_table
{
border: 1px dashed #333;
}

.table_left
{
margin-left: 8px;
}


.featureBoxDark
{
margin:10px;
font-weight:normal;
font-size:100%;
line-height: 24px;
padding:0 0 10px 10px;
margin-bottom:5px;
margin-top:5px;
border: 1px solid #006600;
width: 330px;
background-image: url(images/cell_bg.jpg);
}

.enhanceBox
{
border: solid #ddd 1px;
background:#FFF;
background-image: url(images/cell_bg.jpg);
margin-top:10px;
margin-bottom:10px;
color:#000000;
font-weight: bold;
padding:5px 0 5px 5px;
width: 513px;
}

.enhanceBox_home
{
border: solid #333 1px;
background:#FFF;
background-image: url(images/cell_bg.jpg);
margin-top:10px;
margin-bottom:10px;
color:#000000;
font-weight: bold;
padding:5px 0 5px 5px;
width:180px;
}

.featureBoxLight
{
border: solid #cc99cc 1px;
margin:10px;
font-weight:bold;
font-size:90%;
}
.featureBoxLight H4
{
font-size:130%;
font-weight:bold;
}

.header
{

font: 28px Victorian LET,arial,helvetica,sans-serif;
color:#333;
margin:10px;
font-weight:normal;
}

.rightbanner
{
padding:0 0 13px 20px;
}

.table_left
{
padding:0 0 0 2px;
}



.headerTable
{
margin:10px;
font-weight:normal;
font-size:100%;
line-height: 24px;
padding:0 0 5px 10px;
margin-bottom:5px;
margin-top:5px;
border: 1px solid #006600;
background-image: url(images/cell_bg.jpg);;
}


.featureBoxDark H4
{
font-size:130%;
color:#000;
font-weight:bold;
border-bottom: 1px solid #ddd;
}

.featureBoxDark UL
{
color:#000;
font-weight:normal;
}

.contentCell
{
padding-top:5px;
}

.footer
{
color: #666666; 
font-size: 10px;
padding:0 0 5px 10px;
}

.SplashContentCell
{
padding-top:10px;
color: #FFF;
background: #111;
}

.SplashContentCell ul
{
color:#fff;
}

.SplashEnhanceBox
{
border: solid #cc99cc 1px;
background:#333;
padding:4px;
margin-top:20px;
color:#996699;
font-weight: bold;
}

.SplashContentCell a:link{color: #0066FF; text-decoration:none; font-weight:bold}
.SplashContentCell a:visited{color: #0066FF; text-decoration:none; font-weight:bold}
.SplashContentCell a:hover{color: #880088; text-decoration:none; font-weight:bold}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px verdana;
letter-spacing: 3x;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}