*
{
	margin: 0pt;
	padding: 0pt;
	outline: none;
	-moz-outline: none;
}
a img
{
	border: 0pt none;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
html
{
	height: 100%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 0.69em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

body
{
	height: 100%;
	color: #000000;
	background-color: #A8C399;
	text-align: center;
	position: relative;
}

.wrapper
{
	margin: 0pt auto;
	text-align: left;
	width: 1024px;
	position: relative;
}
body.home h1 {
	color: #92AC83;
	font-weight: normal;
	font-size: 23px;
	line-height: 32px;
	padding-bottom: 30px;
}
h1 {
	color: #92AC83;
	font-weight: normal;
	font-size: 43px;
	line-height: 32px;
	padding-bottom: 30px;
}

#topSection
{
	background-color: #323531;
	height: 124px;
	min-width: 1024px;
}

body.home #topSection
{
	height: 210px;
}

#nav
{
	position: relative;
	top: 0px;
	right: 0px;
	height: 54px;
}

#nav ul
{
	float: left;
	list-style-type: none;
	padding-left: 426px;
}
#nav ul li
{
	display: block;
	float: left;
	background-image: url(../images/background/navStrip.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav ul li.noStrip {
	background-image: none;
}
#nav ul li a
{
	color: #A8C399;
	display: block;
	float: left;
	font-size: 17px;
	vertical-align: middle;
	line-height: 54px;
	padding-left: 25px;
	padding-right: 25px;
}
#nav ul li a.on, #nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
body.home #topSection #CVlogo { display: none; }

#CVlogo {
	position: absolute;
	width: 202px;
	height: 125px;
	top: 77px;
	left: 89px;
	background-image: url(../images/CVlogo.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#middleSection
{
	background-color: #FFFFFF;
	min-height: 290px;
	min-width: 1024px;
}

#middleSection p {
	font-size: 14px;
	line-height: 18px;
	color: #323531;
}
* html body #middleSection
{
	height: 290px;
}
#middleSection a {
	color: #92AC83;
}
#leftColumn
{
	float: left;
	width: 452px;
}
img#innerImage{
	padding-top: 80px;
}
img#portfolioImage{
	padding-top: 80px;
}
img#logoBig {
	width: 281px;
	height: 198px;
	padding-left: 59px;
	padding-top: 45px;
}
#rightColumn
{
	float: right;
	width: 572px;
}
#rightColumn #copy {
	padding-top: 45px;
	padding-bottom: 35px;
}
#bottomSection
{
	background-image: url(../images/background/bottomSectionShade.gif);
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 20px;
	min-width: 1024px;

}
* html body #bottomSection
{
	height: 20px;
}


/* clear fix*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */
#portfolioList ul
{
	list-style-type: none;
}
#portfolioList ul li
{
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
#portfolioList ul li img
{
	display: block;
	float: left;
	width: 72px;
	height: 35px;
}
#portfolioList ul li a
{
	color: #A8C399;
	display: block;
	float: left;
	font-size: 14px;
	vertical-align: top;
	line-height: 35px;
	padding-left: 14px;
}
#portfolioList ul li a.on, #portfolioList ul li a:hover {
	color: #323531;
	text-decoration: none;
	font-weight: bold;
}
#downloadPDF {
	padding-top: 5px;
	padding-right: 120px;
	padding-bottom: 5px;
	display: block;
	text-align: right;
}
