#top a:link {
	color: #f1592a;
	text-decoration:none;
}
#top a:visited {
	color: #f1592a;
	text-decoration:none;
}
#top a:hover {
	color: #f1592a;
	text-decoration:underline;
}
#top a:active {
	color: #f1592a;
	text-decoration:none;
}
#nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding-left: 20px;
	color: #F2582B;
}
#nav a:link {
	color: #d6e02a;
	text-decoration:none;
}
#nav a:visited {
	color: #d6e02a;
	text-decoration:none;
}
#nav a:hover {
	color: #f1592a;
	text-decoration:none;
}
#nav a:active {
	color: #d6e02a;
	text-decoration:none;
}
#top p {	
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 12px;
}
.footer {
	background-color: #58585a;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 20px;
}
.footer a:link {
	color: #d6e02a;
	text-decoration:none;
}
.footer a:visited {
	color: #d6e02a;
	text-decoration:none;
}
.footer a:hover {
	color: #f1592a;
	text-decoration:underline;
}
.footer a:active {
	color: #d6e02a;
	text-decoration:none;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #58585a;
}
body {
	background-color: #58585a;
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 12px;
}
.top {
	text-align: center;
	height: 160px;
	width: 100%;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	padding-top:0;
	padding-bottom:0;
}
.middle {
	text-align: center;
	height: auto !important;
	height: 67%;
	width: 100%;
	background-color: #58585a;
	padding-top:0;
	padding-bottom:0;
}
.bottom {
	text-align: center;
	height: 40px;
	width: 100%;
	background-color: #58585a;
	padding-top:0;
	padding-bottom:0;
	/*position:absolute;
	bottom:0px;*/
}
h1 {
	color: #47616e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
center {
text-align:center;
margin:auto;
position:relative;
width:auto;
}

/* Portfolio CSS Start */

	/* hide from ie on mac \*/
	html {
		height: 80%;
	}	
	#flashcontent {
		height: 80%;
	}
	/* end hide */
	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #58585a;
	font-family:sans-serif;
	}	
	a {	
		color:#cccccc;
	}

/* Portfolio CSS End */
.middleSec {
	text-align: center;
	height: auto !important;
	height: 67%;
	width: 100%;
	background-color: #F0EED3;
	padding-top:0;
	padding-bottom:0;
	color: #333333;
}
.middleSec p {
	font-size: 14px;
	line-height: 20px;
}
h2 {
	color: #F2582B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}.middleSecHome {
	text-align: center;
	height: auto !important;
	height: 67%;
	width: 100%;
	background-color: #F0EED3;
	padding-top:0;
	padding-bottom:0;
	color: #333333;
	background-image: url(images/Home-header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.sidebarFeature {
	font-size: 11px;
	color: #6B6B6D;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebarFeature strong {
	color:#333;
}