html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 100%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

#container {
	min-height: 100%;
	background: url(../images/bottom.png) no-repeat center bottom;
}

* html #container {
	height: 100%;
}

a {
	text-decoration: none;
	color: #1C2C68;
}

a:hover {
	color: #7E0523 !important;
}

div#header {
	background: White url(../images/header.png) no-repeat 0 27px;
	height: 220px;
	border-bottom: 3px solid White;
}

h1 {
	margin: 0;
	background-color: #F3EFEF;
	color: #1C2C68;
}

h1 a {
	color: #1C2C68;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 224px;
	height: 125px;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
}

ul#nav {
	position: absolute;
	left: 224px;
	top: 27px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

ul#nav a {
	float: left;
	display: block;
	height: 60px;
	text-indent: 200px;
	overflow: hidden;
	white-space: nowrap;
	color: #053D7E;
}

#nav-home a {
	width: 81px;
	background-position: 0 0;
}

#nav-about-us a {
	width: 81px;
	background-position: -81px 0;
}

#nav-examples a {
	width: 87px;
	background-position: -162px 0;
}

#nav-services a {
	width: 84px;
	background-position: -249px 0;
}

#nav-contact-us a {
	width: 99px;
	background-position: -333px 0;
}

ul#nav a:hover {
	background-image: url(../images/nav-hover.png);
}

div#sidesection {
	background: url(../images/sidecolumn.png) no-repeat top center;
	width: 218px;
	float: left;
	font-size: 11px;
	padding: 0 0 100px 5px;
}

div#sidesection h2 {
	background: url(../images/bluearrow.png) no-repeat 7px 4px;
	text-indent: 23px;
	color: #054084;
	margin: 4px 0 11px 0;
	font-size: 15px;
	letter-spacing: 2px;
	clear: left;
	font-weight: normal;
}

div#sidesection p {
	margin: 0 12px 1em 0;
}

div#sidesection div.news div {
	background: url(../images/divider.png) no-repeat bottom left;
	margin-top: 13px;
	padding: 0 0 4px 7px;
}

div#sidesection h3 {
	font-size: 100%;
	float: left;
	margin: 0 5px 0 0;
}

div#sidesection div.contact-us {
	padding-left: 7px;
}

div#content {
	margin-left: 226px !important;
	margin-left: 223px;
	padding: 0 15px 25px 15px;
	width: 542px;
	background: url(../images/content-heading.png) no-repeat top left;
	font-size: 12px;
}

div#content h2 {
	color: #053D7E;
	font-size: 15px;
	text-indent: 100px;
	padding-top: 4px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 25px 0;
}

div#footer {
	clear: left;
	padding-top: 10px;
}

div#footer p {
	margin: 0;
	text-indent: -2000px;
	overflow: hidden;
}

#ul-examples {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	width: 500px;
}

#ul-examples li {
	background: #F2F1F1 url(../images/example.png) repeat-x bottom;
	width: 215px;
	margin: 0 35px 10px 0;
	padding: 0;
	float: left;
	height: 64px;
}

#ul-examples img {
	float: left;
	display: block;
	margin-right: 15px;
}

#ul-examples a {
	color: #053D7E;
	font-weight: bold;
}

#ul-examples p {
	margin: 0;
}

#img-fullsize {
	display: block;
	margin: 5px auto;
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #CACACA;
}

ul.photos {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 5px;
	text-align: center;
	background: #EEEEEE;
	border: 1px solid #CACACA;
}

ul.photos li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}
