*{
	margin:0;
	padding:0
}
html, body{
	color:#333;
	background:#394F8F url(/images/bgFade.jpg) repeat-x;
	font:11px/18px Verdana;
	padding:0;
	margin:0;
	}
body{margin:0 0 20px}

#content table {
	margin-bottom:10px;
}
p{
	margin:0 0 10px
}
q{
	quotes:none;
	font-style:italic
}

#content cite{
	font-style:normal;
	text-align:right;
	display:block
}
code{
	font:11px/12px "Courier New", Courier, monospace;
	margin:0 0 20px;
	display:block
}
ul, ol{
	margin:0 0 10px 20px
}
dt{
	font-weight:bold
}
dd{
	margin:0 0 10px 10px
}
fieldset{
	padding:10px
}
label{
	display:block;
	font-weight:bold
}
li{
	margin:0 0 5px
}
ol ol{
	list-style:lower-alpha
}
h1 {
	color:#1E326C;
	font:bold 20px Trebuchet MS;
	margin:0 0 10px;
}
h2 {
	margin:5px 0 5px;
	font-size:12px;
}
h3 {
	margin-top:10px;
	font-size:11px;
}
h4 {
	font-size:10px;
	color:#666;
	font-weight:normal;
}
th,th a{
	background:#2E4591;
	color:#fff;
}
a{
	color:#056AA6;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0;
}
.portfolio{
	float:left;
	padding:5px 2px
}
.portfolio p{
	text-align:center;
	clear:left
}
.portfolio img{
	float:left
}
.classList{
	font-size:10px;
	float:left;
	padding-top:10px;
	height:200px;
	text-align:center;
	width:194px;
}
.classList ul{
	list-style:none;
	margin:10px 0 0;
	padding:0;
}
#classImg{
	float:right;
	margin-right:10px;
}

#main{
	margin:auto;
	width:721px;
	background:url(/images/bgContent.gif) 1px 0;
}
#main:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
/* START: Header -----------*/
#head{
	height:199px;
	background:#666
}
/* END: Header -----------*/
/*-------Left Start--------*/
#left{
	width:142px;
	background:transparent;
	padding:1px;
	float:left
}
#left div{
	width:134px;
	text-align:center
}
#left a{
	color:#666
}
#left a img{
	margin:5px 0 0
}
#left span{
	font-size:9px
}
/*--------Left End---------*/
/*-------Right Start-------*/
#right {
	font-size:10px;
	line-height:12px;
	color:#000;
	width:143px;
	padding:5px 4px 50px 14px;
	float:left
}
#right blockquote{
	margin-top:10px;
	font-style:italic
}
#right cite{
	margin:0 0 25px;
	display:block;
	font-style:normal;
	font-variant:small-caps
}
#right ul {
	margin:0 0 10px 13px;
	padding:0;
}
/*--------Right End--------*/
/*------Content Start------*/
#content{
	padding:16px 10px 20px;
	width:392px;
	background:#fff;
	float:left
	}
#bottom {
	border:1px solid #666;
	border-top:none;
	width:719px;
	background:url(/images/bgContentBtm.gif) bottom no-repeat;
	float:left
}
/*------Content End------*/
/*------Footer Start------*/
#footer{
	color:#fff;
	font-size:10px;
	line-height:12px;
	padding:5px 5px 10px;
	width:709px;
	text-align:center;
	float:left;
	border:1px solid #666;
	border-top:none;
	background:#4b524a url(/images/bgFooter.gif) repeat-x;
	}
#footer a{
	color:#fff;
	}
/*-------Footer End------*/
/*---Symantec Ad Start---*/
#symantec {
	margin:auto;
	margin-top:30px;
	width:190px;
	border:1px solid #394F8F;
	_border:none;
}
#symantec p{
	margin:0;
}
#symantec a{
	font-weight:normal;
}
/*----Symantec Ad End----*/
#stanprice ul, #emerprice ul{
	margin:0;
	padding-left:15px;
}
#stanprice, #emerprice{
	margin-bottom:30px;
	width:100%;
	border-collapse:collapse
}
#stanprice td,#emerprice td{
	padding:5px;
	border:1px solid #fff;
	background:#e0e4ef
}
#stanprice th{
	background:#2e4591;
	border:1px solid #fff;
	color:#fff;
}
#emerprice th{
	background:#900;
	border:1px solid #fff;
	color:#fff;
}
.codeblue{
	color:#2e4591 !important;
	background:#e0e4ef !important;
}
.codered{
	color:#900 !important;
	background:#e0e4ef !important;
}
.portrait span{
	width:180px;
	float:left;
	margin-right:20px
}
.portrait img,#map{
	padding:1px;
	border:1px solid #666
}

.compare{
	border-collapse:collapse;
}
.compare td,.compare th{
	line-height:12px;
	border:1px solid #fff;
	padding:5px
}
.compare td{
	background:#e0e4ef
}
.contentImg{
	float:right;
	padding:1px;
	border:1px solid #666;
	margin:0 0 10px 10px
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#fff;
	padding:10px;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block
}
#lightbox.done #lbClose{
	text-align:right;
	clear:both
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

