h1.footer {		/* these appear at the bottom-right of the three homepage panels */
	text-align: right;
}
#pagebody {		/* supplement the standard pagebody from 360styles.css */
	background: url(images/bg/homepageDM.gif) no-repeat;
}

#searchbox {
	height: 100px;	/* this one's taller than normal to accomodate company descriptor */
}
#searchbox p {		/* company descriptor paragraph */
	width: 160px;
	margin-top: 17px;
	margin-bottom: 0;
	color: #006;
	text-align: left;
}

#navbar {			
	margin-top: 16px;	/* a little smaller than normal to accomodate company descriptor */
}
/*#navbar a {
	ddisplay: block;
	ffloat: left;
	color: white;
	background: silver;
	mmargin: 0 4px;
	ttext-align: center;
}

div.navbtn {
	height: 32px;
	float: left;
}
div.navbtn a {
	padding-top: 8px;
	background: silver;
}
div.aboutbtn {
	width: 70px;
	padding-left: 20px;
	background: url(images/bg/btns/aboutbtnbg.jpg);
}
div.aboutbtn:hover {
	background: url(images/bg/btns/aboutbtnbg-hi.jpg);
}
div.newsbtn {
	width: 110px;
	padding-left: 13px;
	background: url(images/bg/btns/newsblogbtnbg.jpg) no-repeat;
}
div.newsbtn:hover {
	background: url(images/bg/btns/newsblogbtnbg-hi.jpg) no-repeat;
}
div.svcsbtn {
	width: 140px;
	padding-left: 6px;
	background: url(images/bg/btns/svcsbtnbg.jpg) no-repeat;
}
div.svcsbtn:hover {
	background: url(images/bg/btns/svcsbtnbg-hi.jpg) no-repeat;
}
div.portfoliobtn {
	width: 82px;
	padding-left: 20px;
	background: url(images/bg/btns/portfoliobtnbg.jpg) no-repeat;
}
div.portfoliobtn:hover {
	background: url(images/bg/btns/portfoliobtnbg-hi.jpg) no-repeat;
}
div.loginbtn {
	width: 90px;
	padding-left: 12px;
	background: url(images/bg/btns/loginbtnbg.jpg) no-repeat;
}
div.loginbtn:hover {
	background: url(images/bg/btns/loginbtnbg-hi.jpg) no-repeat;
}*/

#features {		/* outermost container for the three hompage panels: 'showcase', 'news', 'blog' */
	margin: 0 auto;
	width: 750px;
	height: 290px;
	padding-top: 18px;
}

#showcase {		/* left column of the features section */
	float: left;
	width: 356px;
	padding: 0px 0px 0 20px;
}
#showcaseheader {
	height: 18px;
	padding-left: 10px;
	color: white;
}
#showcasebody {		/* contains two columns inside the white band */
	height: 225px;
	padding-top: 5px;
}

#showcaselist ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#showcaselist li img {
	margin: 10px;
}

#showcaselist {		/* holds the thumbnails */
	width: 105px;
	float: left;
}

#showcasezoom {		/* holds the large image and caption */
	padding-top: 10px;
}
#showcasezoom h1 {
	margin-top: 10px;
}
#showcasezoom p {
	margin: 0;
}

#showcasefooter {
	height: 15px;
	padding-top: 2px;
	padding-right: 10px;
}
#showcasefooter a {
	color: white;
}

#timely {		/* right column of the features section */
	width: 348px;
	height: 265px;
	float: left;
	margin-left: 15px;
}

#newsheader {
	height: 19px;
	padding-left: 10px;
}
#newsheader h1 {
	color: white;
}
#newsbody {
	height: 110px;
	margin-left: 1px;
	color: #003;
}
#newsbody h1 {
	color: #003;
}
#newsbodytext {
	padding-top: 10px;
	/*margin-left: 110px;*/	/* use 110 when there is an icon in the box */
	margin-left: 10px;
	margin-right: 10px;
}
#newsbodytext a {
	color: #003;
}
#newsbodytext a:hover {
	color: #FF3300;
	}

#newsbodytext p {
	height: 60px;
	margin-top: 5px;
	margin-bottom: 0;
}

#blog {
	height: 110px;
	margin-top: 10px;
	padding-right: 10px;
}
#blog img {
	margin:3px 0 0 3px
}
#blogtopic {
	/*padding-left: 120px; */ /* use this padding-left line when there is an icon in the box */
	margin-left: 10px;
	margin-right: 10px;
}
#blogtopic h1 {
	padding-top: 5px;
	/*color: #f63;*/
	color: #000000;
}
#blogtopic p {
	/* font-size: 11px; */ /* use this when there is an icon in the box */
	/* color: #141352;*/
	color: #000000;
	height: 63px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height:125%;
}
#blogtopic a {
	/*color: #FE6732;*/
	color: #000000;
}
#blogtopic a:hover {
	color: #FF3300;
	/*color: #000000;*/
}
#blogfooter {
	text-align: right;
	color: white;
	margin-top: 7px;
	font-weight: bold;
}
#blogfooter a {
	color: white;
}

#footer {		/* a little less padding on this page only */
	padding-top: 10px;
}

