* {
	margin:  0;
	padding:  0;
}

html {
	text-align:  center;
}

#wrapper {
	font-family:  Tahoma, Arial, Verdana, sans-serif;
	font-size:  80%;
	margin: auto;
	padding-top: 225px;
	position: relative;
	text-align: left;
	width: 720px;
}

object#flash_logo {
	margin: 20px 0 60px -15px;
	position: absolute;
	top: 0px;
}

h1#logo {
	color: #fff;
	margin: 0;
}

h1, h2 {
	color: #bb2025;
	font-size: 1.4em;
	margin: 1em 0;
}

p {
	color: 333;
	line-height: 1.6em;
	margin-bottom:  1em;
}

p img.left {
	background: #fff;
	border: 1px solid #bb2025;
	float: left;
	margin-right: 10px;
	padding: 4px;
}

p img.right {
	background: #fff;
	border: 1px solid #bb2025;
	float: right;
	margin-left: 10px;
	padding: 4px;
}

p.small {
	font-size: 0.8em;
	margin: -1.5em 0 1em 0;
}

a {
	color: #bb2025;
	font-weight:  bold;
	text-decoration:  none;
}

address {
	font-style: normal;
	margin: 0 0 1em 1em;
}

ul.portfolio {
	list-style: none;
}

ul.portfolio li {
	float: left;
}

ul.portfolio img {
	border: 1px solid #bb2025;
	margin: 10px;
	padding: 4px;
}

ul.form_errors {
	margin: 0 0 1em 2em;
}

div.twothirds {
	display: inline;
	float: right;
	margin-left: 1em;
	width: 63%;
}

div.onethird {
	width: 25%;
}

label {
	display: block;
	font-weight: bold;
}

input {
	font-size: 1em;
	width: 20em;
}

textarea {
	font-family:  Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	width: 20em;
}

form p {
	clear: left;
}

ul {
	margin-left: 1em;
}

ul#topnav {
	background: #bbb;
	height: 30px;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 170px;
	width: 720px;
}

ul#topnav li {
	float: left;
	line-height: 30px;
}

ul#topnav li a {
	color: #000;
	margin: 0 10px;
}

ul#topnav li a:hover {
	color: #bb2025;
}

ul#contactdetails {
	list-style: none;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 210px;
}

ul#contactdetails li {
	display: block;
	float: left;
	padding-right: 25px;
}

div#footer {
	background: url(/images/footer.jpg) 175px 50px no-repeat;
	clear: both;
	padding: 60px 0 80px;
	position: relative;
}

div#footer h3 {
	color: #fff;
	font-size: 0.1em;
}

ul#footernav {
	display: inline;
	left: 270px;
	list-style: none;
	margin: 0;
	position: relative;
	top: 45px;
}

ul#footernav li {
	display: inline;
}

ul#footernav li a {
	color: #000;
	font-weight: normal;
	margin: 0 20px 0 0;
}

div#portfolio {
/*	height: 400px;
	margin-left: 240px;
	overflow: scroll;
	width: 300px;*/
	
}

div#portfolio a {
	float: left;
}

div#portfolio img {
	border: 0;
	margin: 10px;
}

/* lightbox styles */

#lightbox {
	background-color: #fff;
	font-family:  Helvetica, Arial, Verdana, Tahoma, sans-serif;
	padding: 4px;
	border: 1px solid #333;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(/images/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}