home {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 760px;
	margin: 8% auto 5% auto;
	position: relative;
}

#contact-header {
	width:760px;
	position: relative;
	font-size: small;
	color: #3c83bb;
}

#logo {
	width: 118px;
	margin:0 30px 0 0;
	display: inline;
	position: absolute;
	left: 20px;
	bottom: 5px;
}

#logo img {
	border: 0;
}

#address {
	width: 460px;
	margin: 0 0 0 160px;
	display: inline;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 2px;
}

#address span {
	padding: 0 20px 0 20px;
}

#phone {
	width: 140px;
	margin: 0 10px 0 0;
	display: inline;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 2px;
}

#header-nav {
	width: 760px;
	height: 2.2em;
	margin: 0;
	padding: 0;
	background-color: #3c83bb;
	background-image: url(header-nav-bg.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: small;
}

#header-nav ul {
	width: 760px;
	margin: 0;
	padding: 7px 7px 7px 15px;
	list-style: none;
}

#header-nav li.bullet {
	background-image: none;
	padding-left: 0;
}

#header-nav li {
	float: left;
	padding-right: 40px;
	margin: 0;
	background: url(bullet.gif) 85% 35% no-repeat;
}

#header-nav li a {
	color: #fff;
	text-decoration: none;
}

#header-nav li a:hover {
	text-decoration: underline;
}

#content {
	width: 740px;
	margin: 12px auto 20px auto;
	position: relative;
}

#content h1 {
	font-size: large;
	text-indent: 50px;
	letter-spacing: 2px;
}

#content em {
	color: #3c83bb;
	font-family:"Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-right: 4px;
}

#content p {
	width: 450px;
	text-align: justify;
}

#content #images {
	width: 270px;
	position: absolute;
	top: 40px;
	right: 0;
}

/*  Start Project Types Rules */

#content #type-list {
	width: 760px;
	margin: 0 auto 24px auto;
	padding: 0;
	font-size: small;
}

#content #type-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #type-list li {
	float: left;
	text-align: center;
	padding: 0 1px 0 1px;	
}

#content #type-list li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#content #type-list li a:hover, #content #type-list li img:hover {
	color: #3c83bb;
}

#content #type-list li img {
	margin: 0;
	border: 0;
}

#clients {
	clear: both;
	position: relative;
	height: 190px;
	margin-top: 40px;
}

#content table {
	background-color: #3c83bb;
}

#content li {
	color: #000;
}
/**/

#content #client-list-1, #content #client-list-2 {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: url(clients_bg-gray.gif) 0% 75% no-repeat;
}

#content #client-list-1 {
	width: 400px;
	position: absolute;
	top: 15px;
	left: 10px;
	padding-left: 10px;
	font-size: small;
}

#content #client-list-1 ul, #content #client-list-2 ul {
	margin: 5px;
	padding: 0 0 0 25px;
	list-style-type: circle;
	font-size: small;
}

#content #client-list-2 {
	width: 260px;
	position: absolute;
	top: 15px;
	right: 20px;
	padding-left: 10px;
	font-size: small;
}

/* End Project Types Rules */

/* Start Selected Works Rules */

#content #works-list {
	width: 500px;
	height: 300px;
	margin: 40px auto 24px auto;
	padding: 0;
	font-size: small;
}
#content #works-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #works-list li {
	float: left;
	text-align: center;
	padding: 0 1px 0 1px;	
}

#content #works-list li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#content #works-list li a:hover, #content #works-list li img:hover {
	color: #3c83bb;
}

#content #works-list li img {
	margin: 0;
}

#content #works-list li img a {
	border: 0px;
}

/* End Selected Works Rules */

/* Start Project Profile */

#content.project-profile h1 {
	font-size: large;
	text-indent: 20px;
	letter-spacing: 2px;
}

#content.project-profile p {
	width: 300px;
	text-align: justify;
}

#content.project-profile #images {
	width: 310px;
	position: absolute;
	top: 40px;
	right: 120px;
	text-align: left;
	vertical-align: top;
}

#content.project-profile #images-small {
	width: 120px;
	position: absolute;
	top: 40px;
	right: 0;
}

#content.project-profile #images-small img {
	margin-bottom: 6px;
}

/* End Project Profile */

/* Start PicViewer */

#content .picviewer {
	vertical-align: middle;
	text-align: center;
}

/* End PicViewer */

/* Start FTP Login */

#ftp-login  {
	width: 400px;
	height: 200px;
	margin: 80px auto 80px auto;
	text-align: center;
}

#ftp-login input {
	margin: 5px;
}

#ftp-login label {
	margin-bottom: 10px;
}

/* End FTP Login */

/* Start Contact Page */

#contact-spacer {
	height: 290px;
}

#contact-form {
	width: 460px;
	height:240px;
	margin: 40px auto 40px auto;
	padding: 5px 30px 5px 30px;
	text-align: right;
	background-image: url(o2a-logo.gif);
	background-repeat: no-repeat;
	background-position: 70px 30px;
}

#contact-form .submitted {
	text-align: center;
}

#contact input {
	margin: 5px;
}

#contact label {
	margin-bottom: 10px;
}

#contact-form p {
	padding: 60px 0 40px 0;
	font-weight: bold;
	text-indent: 65px;
}

/* End Contact Page */

#footer-nav {
	clear: both;
	position: relative;
	width: 760px;
	height: 19px;
	margin: 0 auto 0 auto;
	background: url(O2A-footer_bg.gif) no-repeat;
}

#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 204px;
	font-size: small;
}

#footer-nav li {
	float: left;
	background: url(footer-bullet.gif) 91% 50% no-repeat;
}

#footer-nav li.bullet {
	background-image: none;
}

#footer-nav li a {
	text-decoration: none;
	color: #000;
	padding: 0 20px 0 0px;
}

#footer-nav li a:hover {
	color: #3c83bb;
}