/* CSS Document */



/* IE PNG Fix */
img {
   		behavior: url("../pngbehavior.htc");
	}
/*   */


body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #213663;
}

#TopNav{
	display: block;
	height: 186px;
	width: 100%;
	top: 12px;
	position: absolute;
	text-align: center;
}

#CenterColumn{
	display: block;
	position: absolute;
	height: auto;
	width: 696px;
	top: 200px;
	margin-left: 50%;
	left: -348px;
	text-align: center;
}

#ContentBox{
	background-image: url(../images/contentBack.gif);
	display: block;
	height: auto;
	width: auto;
	border-right: 3px solid #FF8900;
	background-color: #EAEBF1;
	background-repeat: repeat-x;
	margin-bottom: 1px;
	padding: 8px;
	text-align: left;
}

#MainBoxReflection{
	height: 16px;
	width: 696px;
}

#Footer{
	display: block;
	height: 70px;
	width: 696px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.FooterLinks a {
	color: #FF8900;
	text-decoration: underline;
}

.Footer2 a {
	color: #FFFFFF;
}

#Title {
	height: auto;
	width: auto;
	margin-bottom: 8px;
}

#lefttext {
	width: 175px;
	position: absolute;
	top: 55px;
	left: 10px;
	font-size: 15px;
	color: #333333;
}

#PortfolioContent {
	position: relative;
	width: 475px;
	left: 195px;
	height: auto;
}

.Section {
	display: block;
	position: relative;
	background-color: #E4E4E4;
	width: 460px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FF8900;
	height: auto;
	margin-bottom: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-indent: 15px;
	font-weight: lighter;
}

.Section > p:first-child {
	margin: 0px inherit;
}

h1 {
	color: #FF8900;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 3px;
	margin-bottom: 2px;
	text-indent: 0px;
}

h1:after {
	content: url(../line.png);
}