/* Set the default font styles */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #CCCCFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCFF;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCFF;
}

div, p, th, td, span {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body div, body p, body th, body td, body span {
	/* font-size: x-small; */
}

img.imgBorder{
	border: 1px solid black;
	clear: both;

}

img.imgNoBorder{
	float: left;
	float: right;
}

ul, li{
	margin-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	list-style-type: disc;
}

/* Form Elements */

form {
	margin: 0px;
}

input.text, input.radio, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:  2px dashed silver;
	background: #FFA500;
}
.smallButton{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
}

.textInput{
	font-size: 10px;
	border:  1px solid silver;
	background: #FFE3D7;
}

/* Default link style */

a {
	color: Navy;
	text-decoration: none		
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Layout ID boxes */


#left{
	float: left;
	width: 540px;
	height: auto;
}

#nrgLogoLeft{
	background-image: url(../images/nrg_consulting_logo_sm.gif);
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	width: 80px;
	margin: 10px;
}

#nrgLogoRight{
	background-image: url(../images/nrg_consulting_logo_sm.gif);
	background-repeat: no-repeat;
	float: right;
	height: 120px;
	width: 80px;
	margin: 10px;
}

#title{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 350px;
}

#quoteRed{
	color: Red;
	font-weight: bold;
	margin: 10px;
	width: 370px;
}

#quoteBlack{
	font-weight: bold;
	float: left;
	margin: 10px;
	width: 370px;
}

#leftColumn{
	float: left;
	clear: left;
	width: 240px;
	margin: 10px;
}
#leftColumnSmall{
	float: left;
	clear: left;
	width: 200px;
	margin: 10px;
}
#rightColumn{
	float: right;
	clear: right;
	width: 240px;
	margin: 10px;
}
#rightColumnLarge{
	float: right;
	clear: right;
	width: 280px;
	margin: 10px;
}
#rightColumnLarge2{
	float: right;
	clear: right;
	width: 320px;
	margin: 10px;
}
#singleColumn{
	float: left;
	clear: both;
	width: 500px;
	margin: 10px;
}

#nrgAddress{
	float: right;
	vertical-align: bottom;
	background-color:#D62131
}

#flashContent{
	float: left;
}

#pagebreak{
	page-break-after:always
	}

/* classes */
table.outer{
	margin-top: 5px;
	border: 1px solid black;
}
td.right{
	background-image: url(/images/rightBorder.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	float: right;
	width: 160px; 
	height: 100%;
	background-color:#D62131
}

table.form{
	margin-bottom: 5px;
	border: 1px solid black;
	background-color: #F5F5F5;
}

td.red{
	color: Red;
	font-size: 10px;
}
td.green{
	color: Green;
}
td.orange{
	color: #FFA500;
}
td.underline{
	border-bottom: 1px solid silver dashed;
	margin-bottom: 2px; 
}

font.px9{
	font-size: 9px;
}
font.px12{
	font-size: 12px;
}
font.px14{
	font-size: 14px;
}