@charset "UTF-8";

body {
	background: white;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 60%/2em Helvetica, Arial, sans-serif;
	color: black;
}

a img {
	border: none;
}

/* Gobal Links */

#sidebar h1 {
	font: normal 28px/1 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: gray;
}

#sidebar h1 a:link, a:active {
	color: gray;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#sidebar h1 a:visited {
	color: gray;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#sidebar h1 a:hover {
	color: white;
	background-color: black;
	padding-left: 5px;
	padding-right: 5px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#mainContent p {
	font-size: 1.5em;
}

#mainContent h1 {
	font: normal 28px/1 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: gray;
}

#threeCol h1 {
	font: normal 28px/1 Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: gray;
}

#threeCol p {
	font-size: 1.3em;
}

/* One Col */

.oneCol #container {
	width: 540px;
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left;
}

.oneCol #mainContent {
	padding: 0;
}

/* Footer */

.oneCol #footer a:link, a:active {
	color: black;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

.oneCol #footer a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}

.oneCol #footer a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 1px 3px;
}

.oneCol #footer, .twoCol #footer {
	text-align: right;
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 0;
	color: gray;
}

/*Two Col*/

.twoCol #container {
	width: 770px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

.twoCol #inside {
	width: 770px;
	text-align: left;
}

.twoCol #header {
	padding: 0;
}

.twoCol #sidebar {
	float: right;
	width: 235px;
	color: black;
	padding-left: 10px;
}

.twoCol #mainContent {
	margin: 0;
	padding: 0;
	color: black;
	width: 510px;
}

.twoCol #threeCol {
	margin: 0;
	padding: 0;
	color: black;
	width: 250px;
}

.twoCol #pages {
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	padding-right: 255px;
	color: gray;
	padding-bottom: 10px;
}

#pages a:link, a:visited, a:active {
	color: black;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
}

#pages a:hover {
	color: white;
	background-color: black;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
}

.twoCol a:link, a:active {
	color: black;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

.twoCol a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}

.twoCol a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 1px 3px;
}

.twoCol #footer {
	background: url(../images/line_footer.gif) no-repeat;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/***************** WORKUNIT ******************/

.workunit #container {
	width: 250px;
	display: block;
}

.workunit #cover {
	width: 250px;
	padding-bottom: 4px;
}

.workunit #line {
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.workunit #client {
	width: 250px;
	font-size: 10px;
	line-height: 12px;
	padding-top: 2px;
}

.workunit #projectname {
	width: 250px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
}

.workunit #description {
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	line-height: 14px;
	height: 150px;
}

.workunit a:link, a:active {
	color: black;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

.workunit a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}

.workunit a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 1px 3px;
}