body {
	background: #FFFFCC;
	margin: 5px auto;
}
img { display:block; }
.top {
	margin: 0px;
	padding: 0px;
	height: 119px;
	width: 792px;
}
.tier1 {
	background: url(images/mend.gif) repeat-x top;
}
a, a:link, a:active { color: #000099;}
#container {
	border: 4px solid #00ff00;
	background: #D3CD8C;
	padding: 0px;
	width: 792px; 	/*correct width is 800, so minus the padding AND border for IE*/
	voice-family: "\"}\"";  /*IE hack next 7 lines */
	width: 792px;
	voice-family:inherit;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
html>body #container {  
	width:792px;
	} /*end IE hack*/ 
#leftnav {
	vertical-align: top;
	width: 142px; /*IE*/
	/*voice-family: "\"}\"";  IE hack next 7 lines 
	voice-family:inherit;
	width: 141px; 
	
}
html>body #leftnav {  
	width:141 px;
	} *//*end IE hack*/ }
#sidebar form input {
	width: 70px;
}
td, div, li {
	font: 14px/16px AvantGarde, Arial, Helvetica, sans-serif;
	color: #000099;
	vertical-align: top;
}
#sun {
	padding: 0px;
	height: 149px;
	width: 142px;
	bottom: 0%;
	position: relative;
	margin: 0px;
	display: inline;
}
#content {
	display: table;
	vertical-align: top;
	position: relative;
	float: left;
	padding: 0px 20px 10px 20px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	top: 0px;
	background: #FFFFE8;
	width: 601px; /*IE-643 box, 2px border, 4 left margin, 20/20 padding*/
	/*voice-family: "\"}\"";  /*IE hack next 7 lines */
	/*voice-family:inherit;
	width: 601px; /*FF*/
	/*height: 360px;
	min-height: auto; !important*/
}
/*html>body #content {  
	width:601px;
	padding: 10px 20px;
	} end IE hack*/ 
.bottomtd { 
height: 15px;
 }
#bottom {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	position: relative;
	top: 0px;
	background: #D3CD8C url(images/bgbtm.gif) repeat-x left bottom;
	padding: 0px 20px;
	width: 595px; /*IE-643 box, 2px border, 4 left margin, 20/20 padding*/
	voice-family: "\"}\"";  /*IE hack next 7 lines */
	voice-family:inherit;
	width: 595px; /*FF*/
	vertical-align: top;
	margin-top: 0px;
	height: 23px;
}
html>body #bottom {  
	width:595 px;
	} /*end IE hack*/ 	
#bottom ul li {
display: inline;
}
/*styles*/
.greenlg, .greenlg a {
	font: bold 18px/20px AvantGarde, Arial, Helvetica, sans-serif;
	color: #009900;
	text-transform: capitalize;
}
.greensm, .greensm a {
	font: bold 14px/16px AvantGarde, Arial, Helvetica, sans-serif;
	color: #039900;
}
.brownlg, .brownlg a {
	font: bold 18px/20px AvantGarde, Arial, Helvetica, sans-serif;
	color: #996600;
	text-transform: capitalize;
}
.brownsm, .brownsm a {
	font: bold 14px/16px AvantGarde, Arial, Helvetica, sans-serif;
	color: #996600;
}

.bluelg, .bluelg a {
	font: bold 18px/20px AvantGarde, Arial, Helvetica, sans-serif;
	color: #000099;
	text-transform: capitalize;
}
.bluesm, .bluesm a  {
	font: bold 14px/16px AvantGarde, Arial, Helvetica, sans-serif;
	color: #000099;
}
.greylg, .greylg a {

	font: bold 18px/20px AvantGarde, Arial, Helvetica, sans-serif;
	color: #666666;
}
.greysm, .greysm a {

	font: bold 14px/16px AvantGarde, Arial, Helvetica, sans-serif;
	color: #666666;
}
.btn {
	margin: 0px 10px 10px;
	float: right;
	display: block;
}
.nowrap {
	display: block;
}

.btnl {
	margin: 0px 10px 10px 0px;
	float: left;
}
.squareul {
	list-style: url(images/bullet.gif) inside;
	text-indent: -2px;
	padding: 0px 2px 2px 5px;
	margin-left: 10px;
	text-transform: capitalize;
	vertical-align: top;
}

.copyright, .copyright a {
	font-size: 12px;
	color: #009900;
	text-align: center;
	text-decoration: none;
}

.row1 {
	text-align: right;
	vertical-align: top;
}
a img {
	border-style: none;
}
.register {
	font-size: 12px;
}
.shadow{
	float:left;
	background: url(images/shadow.png) no-repeat bottom right !important;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
/*background: none;
 disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
background: url(images/shadow.gif) no-repeat bottom right
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadow.png'); /* the MS alpha filter */
	margin: 10px;
		/*added after making .shadow img position static */
			display: block;
}
.shadow img{
	position:relative;
	bottom:6px;
	right: 8px;
	/*position:static;*/
border: 1px solid #eee;
	/*border-color: #eee #888 #666 #ddd;*/
background:#fff;
	padding:2px; /* gives us the white area - but not in IE5 + IE5.5 */
	margin: 0px;
	background-image: url(images/sip-house-kit-sm.jpg);
}
.shadowr {
	float:right;
	background: url(images/shadow.png) no-repeat bottom right !important;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
/*background: none;
 disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
background: url(images/shadow.gif) no-repeat bottom right
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/shadow.png'); /* the MS alpha filter */
	margin: 10px;
		/*added after making .shadow img position static */
			display: block;
} 
.shadowr img{
position:relative;
bottom:6px;
right: 8px;
/*position:static;*/
border: 1px solid #eee;
/*border-color: #eee #888 #666 #ddd;*/
background:#fff;
padding:2px; /* gives us the white area - but not in IE5 + IE5.5 */
margin: 0px;
}
 .tm {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.btncenter {
	margin: 0px;
	clear: both;
}
#content2 {
	display: table;
	vertical-align: top;
	position: relative;
	float: left;
	padding: 0px 20px 10px 20px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	top: 0px;
	background: #D5E1CD;
	width: 601px;
	border-top: 2px solid #FFFFFF;
}
.greensm2, .greensm2 a {
	font: bold 14px/16px AvantGarde, Arial, Helvetica, sans-serif;
	color: #009900;
	text-transform: lowercase;
}
.greenlg2, .greenlg2 a {
	font: bold 18px/20px AvantGarde, Arial, Helvetica, sans-serif;
	color: #009900;
	text-transform: lowercase;
}
.bluelg2, .bluelg2 a {

	font: bold 18px/20px AvantGarde, Arial, Helvetica, sans-serif;
	color: #000099;
	text-transform: lowercase;
}
.clear {
	display: block;
	clear: both;
}
#twitter_div {
	width: 130px;
	display: block;
	position: relative;
	overflow: hidden;
}
#twitter_div a {
	width: 80%;
}
