/* CSS Document */


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;	
	margin: 20px 1%;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}


a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #CC0000;
}

h2{
 font-size: 114%;
 color: #666666;
}

h3{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
}

h4{
 font-size: small;
 font-weight: bold;
 color: #666666;
 font-weight: bold;
}

h5{
 font-size: small;
 color: #999999;
 font-weight: bold;
}

p {
	font-size: x-small;
	padding: 0px 5px 0 5px;
	}

ul{
	list-style-type: square;
	color: #CC0000;
}

ul ul{
 list-style-type: square;
 	color: #333333;
}

ul ul ul{
 list-style-type: square;
  	color: #666666;
}

li {
	padding: 0;}

				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	position: relative;
	margin-bottom: 10px;
	width: 950px;
}

#navBar-projects {
	margin: 0;
}


#content{
	width: 950px;
	height: 360px;

}

#feature{
	width: 700px;
	height: 350px;
	float: right;
	margin: 0 0 0 5px;
}

#info{
	width: 230px;
	height: 350px;
	float: left;
	background-color: #eeeeee;
	vertical-align: middle;
}

#info-clear{
	width: 230px;
	height: 350px;
	float: left;
	vertical-align: middle;
}
#endbox{
	height: 20px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #E8E8E8;
	font-size: x-small;
	width: 950px;
	letter-spacing: 1px;
}


#footer{
	font-size: x-small;
	color: #CCCCCC;
	width: 950px;
	float: left;
	text-align: left;
}

#footer a:link, a:visited {
	color:#999999;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#footer a:hover {
	color:#333333;
	padding: 0px 4px 0px 4px;	
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	white-space: nowrap;
	vertical-align: bottom;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 10px 0px;
}

#globalNav img{
 display: block;
}

#globalNav a:link, a:visited {
	color:#999999;
	padding: 0 4px;
	font-size: x-small;
}

#globalNav a:hover {
	color:#000000;
	padding: 0px 4px 0px 4px;	
}





/*********** #sectionLinks styles ***********/

#sectionLinks {
	padding: 10px 0px 2px 10px;
	width: 200px;
	margin: 5px;
	font-size: x-small;
}

#sectionLinks h1{
	color: #CC0000;
}

#sectionLinks a{
	color: #666666;
}

#sectionLinks a:hover {
	color: #000000;
}

/*********** #subsectionLinks styles ***********/
.subsectionLinks {
	color: #CCCCCC;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0px;
	font-size: 0.8em;
}

.subsectionLinks a {
	color:#999999;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}
.subsectionLinks a:hover{
	color: #666666;
	background-color: #CCCCCC;
}
