*
{
	margin: 0;
	padding: 0;
}

body, html
{
	height: 100%;
	width: 100%;
	background-color: #1D5DA5;
	font-size: 1em;
}

body form
{
	background: #1D5DA5 url(../images/page/bgPage.jpg) repeat-y top left;
	height: 100%;
	margin: auto;
	width: 900px;
}

div#container
{
	background: #1D5DA5 url(../images/page/Page_Stretch.jpg) repeat-y top left;
	margin: auto;
	width: 900px;
	/* border: solid 1px red; */
}

div#header
{
	background: #1D5DA5 url(../images/page/Page_Header.jpg) no-repeat top left;
	height: 394px;
}

div#main
{
	margin: -394px auto auto auto;
	padding: 134px 100px 200px 97px;
	background: transparent url(../images/page/Page_Footer.jpg) no-repeat bottom center;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}

div#content
{
	margin: auto auto auto 225px;
}

div#footer
{
	margin-top: -200px;
	height: 160px;
	clear: both;
}



/* Page Header Styles	*/
/* 05.24.2007 - gss		*/


div#header ul#Global-Navigation
{
	position: relative;
	top: 65px;
	left: 350px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Lucida Bright;
	font-size: 10pt;
	font-weight: bold;
}

ul#Global-Navigation li
{
	float: left;
	position: relative;
}

ul#Global-Navigation li a
{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}

ul#Global-Navigation li a:hover
{
	text-decoration: underline;
}



/* Section TOC Styles	*/
/* 05.24.2007 - gss		*/

div#Section-TOC
{
	float:left;
	position: relative;
	top: 0;
	left: 0;
	width: 181px;
	height: 279px;
	background-color: #CCC;
	padding: 152px 15px 10px 10px;
	
}

body#SageSmith-About div#Section-TOC
{
	background: transparent url(../images/page/About_Toc.jpg) no-repeat top left;
}

body#SageSmith-Healthcare div#Section-TOC
{
	background: transparent url(../images/page/Healthcare_Toc.jpg) no-repeat top left;
}

body#SageSmith-Government div#Section-TOC
{
	background: transparent url(../images/page/Government_Toc.jpg) no-repeat top left;
}

ul#Section-Navigation, ul#Section-Navigation li
{
	list-style: none;
}

ul#Section-Navigation li
{
	width: 150px;
	border-bottom: solid 1px #1D5DA5;
}

ul#Section-Navigation li.last
{
	border-bottom: none;
}

ul#Section-Navigation li a
{
	display: block;
	padding: 2px;
	font-style: normal;
	text-decoration: none;
	color: #000;
	width: 140px;
}

ul#Section-Navigation li a:hover
{
	color: #FFF;
	border-left: solid 3px #F00;
}


/* Footer Styles		*/
/* 05.24.2007 - gss		*/

span#copyright
{
	color: #FFF;
	font-size: .8em;
	position: relative;
	top: 100px;
	left: 200px;
	width: 400px;
}

div#footer p
{
	position: relative;
	top: 120px;
	left: 100px;
}




/* Contact Info Styles	*/
/* 06.06.2007 - gss		*/


div#contact
{
	/*
	position: relative;
	top: -100px;
	left: 80px;

*/
	position: absolute;
	top: 450px;
	height: 107px;
	width: 181px;
	padding: 30px 10px 10px 10px;
	margin: auto auto auto 97px;
	background: transparent url(../images/page/bgContact.jpg) no-repeat top left;
}

div#contact ul
{
	list-style: none;
	display: block;
}



/* Content Styles	*/
/* 06.07.2007 - gss	*/

div#content h2, div#content p
{
	margin: 20px auto auto 20px;
}

div#main h1
{
	text-align: center;
}


/* Special Page Styles	*/
/* 05.24.2007 - gss		*/

/* Recent Projects Styles */

div.project
{
	margin-left: 20px;
}

div.project div
{
	margin: 20px auto 10px auto;
	display: block;
	height: 70px;
	background-color: #CCC;
}

div.project img
{
	float: left;
	border-right: solid 3px #FFF;
	height: 70px;
	margin-right: 5px;
}

div.project h2
{
	font-size: 14pt;
	color: #333;
	font-weight: normal;
}

div.project h3
{
	line-height: 24pt;
}

div.project ul li, div.project ol li
{
	margin: auto auto 50px auto;
}



/* Industry Headlines Styles */

div.rssFeed
{
	margin-left: 20px;
}

div.rssFeed span.Feed-Header
{
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 10px auto 20px auto;
	background-color: #F6F6F6;
	border: outset;
}

div.rssFeed span.Feed-Header span.copyright
{
	display: block;
	color: #666;
	font-size: 10pt;
	text-align: center;
}

h2.Feed-Title
{
	color: #333;
	display: block;
	height: 30px;
	background: transparent url(../images/rss.gif) no-repeat center left;
	padding: 0 0 0 35px;
	margin: 0;
}

h2.Feed-Title a
{
	text-decoration: none;
	color: #333;
}

div.rssFeed div.Item-Header
{
	font-size: 10pt;
	color: #999;
}

div.rssFeed h4
{
	line-height: normal;
}

div.rssFeed li
{
	display: block;
	margin: auto auto 40px 0;
}

div.rssFeed li a
{
	color:  #FF3300;
}

p.Feed-Error
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

p.disclaimer
{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

/* Employment Opportunities Styles */

p#address
{
	color: #666;
	text-align: left;
}