* {
	margin:0;
	padding:0;
	/*border:1px solid red;*/
	}
html, body {
	height:100%;
	}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align:center;
	color:#CCC;
	}
img {
	border:0;
	vertical-align:middle;
	}
a {
	color: #999999;
	text-decoration: none;
	}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-320px; /* half of container's height */
	float:left;
	}
#container {
	margin:0 auto;
	clear:left;		
	width:980px; 
	height:640px;
	position:relative;
	}

#header {
	padding:0 0 20px 0;
	}
 
#header h1 {
	text-transform:uppercase;
	font-size:40px;
	font-weight:normal;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	}
#header h1 a {
	color:#CCCCCC;
	}


#navigation {
	float:left;
	width:150px;
	text-align:left;
	text-transform:lowercase;
	font-size:11px;
	}
#navigation p, #navigation p a {
	color:#FF6666;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation ul li {
	margin-top:4px;
	}
#navigation ul li a {
	background-image:url(../img/navBulletClosed.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	color:#999;
	}
#navigation ul li.selected > a {
	background-image:url(../img/navBulletOpen.gif);
	}
#navigation ul li ul li a:hover {
	color:#FF6666;
	background-image:url(../img/navBulletClosedPink.gif);
	}

#navigation ul li ul {
	display:none;
	margin-left:10px;
	}
#navigation ul li.selected ul {
	display:block;
	}
#navigation ul li ul li ul li a {
 	color:#CCC;
	}
#navigation ul li.selected ul li.selected > a {
	color:#FF6666;
	background-image:url(../img/navBulletOpenPink.gif);
	}


#navigation ul li.selected ul li ul {
	display:none;
	margin-left:10px;
	}
#navigation ul li ul li.selected ul {
	display:block;
	}
#navigation ul li.selected ul li.selected ul li.selected a {
	color:#99CCFF;
	background-image:url(../img/navBulletClosedBlue.gif);
	}
#navigation ul li.selected ul li ul li a:hover {
	color:#99CCFF;
	background-image:url(../img/navBulletClosedBlue.gif);
	}


#content {
	background-color:#FFF;
	text-align:left;	
	margin:0 150px;
	width:680px;
	}

#content.contact {
	color:#999;
	}
	
#content #imageContainer {
	width:680px;
	height:500px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	}
	
#container #portfolioTitle {
	position:absolute;
	/*top:595px;*/
	left:150px;
	width:680px;
	text-align:center;
	bottom:17px;
	display:none;
	}
#container #portfolioTitle p {
	margin:0;
	color:#CCC;
	}
	
#container #portfolioNav {
	position:absolute;
	/*top:560px;*/
	left:150px;
	width:680px;
	text-align:center;
	height:60px;
	font-size:30px;
	bottom:10px;
	}
	
	
#content ul#homePageSlideshow {
	list-style:none;
	height:500px;
	overflow:hidden;
	margin:0;
	}
#content ul#homePageSlideshow li {
	list-style:none;
	margin:0;
	}	

#content h1 {
	font-size:34px;
	color:#2880EB;
	font-weight:normal;
	margin-bottom:16px;
	}
#content h1 span {
	color:#979797;
	}
#content h2 {
	font-size:19px;
	font-weight:normal;
	color:#2880EB;
	margin-bottom:8px;
	}
#content h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:16px;
	}
	
#content h4 {
	font-size:17px;
	padding-top:6px;
	margin-bottom:16px;
	}
#content h5 {
	font-size:14px;
	margin-bottom:16px;
	}
#content h6 {
	font-size:14px;
	margin-bottom:16px;
	}
#content object {
	margin-bottom:16px;
	}
	
		
#content table {
	width:100%;
	border-collapse:collapse;
	}	
#content table tr th {	
	padding:4px;
	font-size:15px;
	}
#content table tr td {	
	padding:4px;
	vertical-align:top;
	}	
	
#content form.login {
	padding:10px;
	}	
#content form.login table {
	width:400px;
	margin-left:200px;
	border:0;
	}
	
#content p {
	line-height:18px;
	margin-bottom:6px;
	}	
#content p.headline_text {
	line-height:20px;
	font-size:16px;
	}
#content ul {
	margin-bottom:16px;
	}
#content ul li {
	margin-left:30px;
	}
#content hr {
	margin:10px 0;
	}
#content img.right {
	float:right;
	margin-left:10px;
	margin-bottom:20px;
	}
#content img.left {
	float:left;
	margin-right:10px;
	}

	
a.button {
	border:1px solid #333;
	padding:3px 6px;
	background-color:#E3E3E3;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	white-space:normal;
	}

	


/* form layout */
div.row {			
	padding: 4px 0;
	margin:0 0 8px;
	}
div.row label {
	float:left;
	width:170px;	
	}
div.row label.required:after {
	content:" *";
	color:#FF0000;
	}
div.row label.error {
	color:#FF0000;
	}
div.row input.text {
	width: 253px;
	font-size:13px;
	}
div.row input.submit {	
	font-size:14px;	
	cursor:pointer;	
	margin-left:170px;
	}
div.row input[type=radio] {
	margin-right: 3px;
	}
div.row input[type=checkbox] {
	margin-right: 3px;
	}
div.row select {
	font-size:13px;	
	}
div.row textarea {
	width: 253px;
	height:150px;
	}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	width:980px;
	color:#999;
	}
#footer a:hover {
	text-decoration:underline;
	}
