/*Layout Styles*/

body {
	margin:0;
	background-color:#fffbf7;
	}

body,td,p {
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:1.5em;
	text-align:left;
	}

#home a#homeLink,
#it a#itLink,
#healthcare a#healthcareLink,
#port a#portLink,
#about a#aboutLink,
#cont a#contLink {
	color:#ff6600;
	}

#container {
	margin:auto;
	width:100%;
	}

#masthead {
	width:100%;
	position:relative;
	padding:0;
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	height:110px;
	margin:0;
	}

#logo {
	float:left;
	vertical-align:middle;
	padding:0;
	margin:6px 0 0 24px;
	}
	
#company {
	float:left;
	position:absolute;
	top:36px;
	left:175px;
	color:#ffffff;
	font-family:verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#rule {
	clear:both;
	margin:auto;
	padding:0;
	width:100%;
	border-top:solid 4px #9c9e9c;
	}

#wrapper {
	clear:both;
	margin:auto;
	padding-top:12px;
	width:730px;
	}

#portfolio {
	text-align:center; 
	margin:24px; 
	width:480px;
	padding:0;
	}

#footer {
	float:left;
	clear:both;
	margin:12px 0;
	padding:6px;
	width:100%;
	background:#cecfce;
	border:none;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	}

#footer a {
	text-decoration:none;
	color:#ffffff;
	display:inline;
	}
	
/*Text Styles*/

h1 {
	font-size:16px;
	font-weight:bold;
	text-align: left;
	margin-bottom:6px;
	color:#8b0000;
	letter-spacing:+1px;
	}
	
h2, h3 {
	font-size:13px;
	font-weight:bold;
	text-align: left;
	margin-bottom:6px;
	color:#016596;
	letter-spacing:+1px;
	}
	
h4 {
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	margin-bottom:6px;
	color:#016596;
	letter-spacing:+2px;
	}

p.project {
	text-align:right; 
	font-weight:bold; 
	margin:0 0 6px 6px;
	}
	
p.center {
	text-align:center;
}
	
p.description {
	text-align: left;
	font-weight:normal; 
	margin:0 0 6px 6px;
	}

p.next {
	text-align:center;
	margin-top:12px;
	}

ul {
	color:#000000;
	}

a:link {
	margin-left:0;
	text-decoration:underline;
	font-weight:bold;
	color:#8b0000;
	}

a:visited {
	text-decoration: underline;
	font-weight:bold;
	color:#8b0000;
	}

a:hover {
	font-weight:bold;
	color:#ff6600;
	}

a:active {
	font-weight:bold;
	color:#016596;
	}

/*Elements*/

form {
	margin:0;
	}
	
img {
	border-style:none;
	}
	
img.portfolio {
	border:1px solid black;
	}
	
/*Table Styles*/

table {
	width:100%;
	margin:12px 0;
	padding:0;
	border:solid #000000 0px;
	}

table td {
	vertical-align:middle;
	text-align:center;
	padding:6px;
	border-top:solid #ededed 3px;
	border-left:solid #ededed 3px;
	border-right:solid #000000 3px;
	border-bottom:solid #000000 3px;
	}

table.port {
	width:100%;
	margin:0;
	padding:0;
	border:solid #000000 0px;
	}

table.port th {
	vertical-align:middle;
	text-align:center;
	padding:6px;
	border:solid #000000 0px;
	}

table.port td {
	vertical-align:middle;
	text-align:center;
	padding:3px;
	border:solid #000000 0px;
	background-color:transparent;
	}

/*Navigation Bar*/

#navlist {
	float:left;
	clear:both;
	margin:0;
	width:100%;
	height:24px;
	background:#000000;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border-top:solid 2px #c6cfd6;
	border-bottom:solid 1px #ffffff;
	}

a.navigator:link,
a.navigator:visited,
a.navigator:active {
	margin-left:48px;
	text-decoration: none;
	border:none;
	display:inline;
	vertical-align:middle;
	color:#ffffff;
	}

a.navigator:hover {
	color:#ff6600;
	}


