/* CSS Document */

/* PageStyles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7d7d7d;
}
body {
	background-color: #f1f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #11b3f0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #11b3f0;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:vlink {
	color: #FFFFFF;
}
#rightCol ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#rightCol li {
	display: block;
	width: 245px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececec;
}
#rightCol li:hover {
	background-color: #f2fafc;
}
#rightCol a {
	display: block;
	width: 242px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#projDesc h1 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 21px;
}
#projDesc h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}	


/* LayoutStyles */

#wrapper {
	width: 950px;
	background-image: url(media/pgBgShdw.gif);
	background-repeat: repeat-y;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
}
#footer {
	width: 378px;
	height: 100px;
	background-image: url(media/pgBgFtr.jpg);
	margin: auto;
	padding-left: 102px;
	padding-right: 500px;
	padding-top: 85px;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
#leftCol {
	width: 465px;
	margin-left: 87px;
	margin-top: 35px;
}
#leftColP {
	width: 813px;
	margin-left: 87px;
	margin-top: 35px;
}
#rightCol {
	width: 245px;
	margin-right: 85px;
	margin-top: 35px;
	float: right;
}
#rightColC {
	width: 245px;
	margin-right: 85px;
	margin-top: 30px;
	float: right;
}
#project {
	background-image: url(media/projBG.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 813px;
	padding-top: 25px;
	padding-bottom: 35px;
}
#projectCS {
	background-image: url(media/projBGComingSoon.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 813px;
	padding-top: 25px;
	padding-bottom: 35px;
}
#projLogo {
	width: 230px;
	height: 165px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#projDesc {
	width: 510px;
	height: 165px;
	border-left: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	padding-left: 35px;
	padding-right: 35px;
	float: right;
}
