/* elements */

body {
	font: 62.5%/1.6 "trebuchet ms", helvetica, arial, serif;
	color: #333;
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

h1 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	color: #1752a0;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	line-height: 1.8em;
}

h3 {
	color: #1752A0;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	line-height: 1.4em;
	font-style: italic;
}

img {
	border: 0;
}

a {
}


/* sections */

#container {
	width: 1170px;
	background: #fff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	overflow:auto;
}

#navigation {
	float: left;
	color: #1752a0;
	background: #FFF;
	width: 190px;
	font-size: 1.2em;
	line-height: 1.36em;
	white-space: nowrap;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	
}

#branding {
	float: left;
	padding: 0 9px 0 15px;
}

#main {
	width: 600px;
	float: left;
	background: #FFF;
	text-align: left;
	font-size: 1.1em;
	padding: 108px 0 0 0;
}

#footer {
	background: #FFF;
	text-align: center;
	clear: both;
	border-top: 1px dotted #393;
	margin-top: 15px;
	padding-top: 15px;
	height: 48px;
	width: 95%;
}


/* navigation */
#nav {
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 3px;
}

#nav li a {
	color: #1752a0;
	text-decoration: none;
}

#nav ul {
/*	margin-top: 0;*/
}


/* IDs */

#block {
    background: #1752a0;
    width: 335px;
    height: 158px;
    margin: 0 0 15px 0;
}

#breadcrumbs {
	font-size: 1em;
	padding: 0 0 0 10px;
}

#contact {
	padding: 0 0 0 15px;
}

#contact em {
	font-style: normal;
	font-weight: bold;
}

#contact fieldset {
	background: #f4f4f4;
	width: 280px;
	border-width: 0;
}

#contact label {
	display: block;
	float: left;
	width: 55px;
	text-align: right;
	padding-right: 10px;
}

#contact li {
	margin: 8px;
}

#contact ul {
	list-style-type: none;
	padding: 5px 0 0 8px;
	margin: 0;
}

#content {
	float: left;
	border-top: 1px solid #676767;
	border-left: 1px solid #676767;
	padding: 22px 0 0 0;
	min-height: 472px
}

#content a {
	color: #393;
}

#content a:hover {
	text-decoration: underline;
}

#content p, #content h2, #content h3 {
	width: 290px;
	padding: 0 35px 0 15px;
}

#content strong {
	color: #1752a0;
}

#tag {
	float: left;
	width: 250px;
	border-top: 1px solid #676767;
}

#tag h2 {
	width: 100px;
	padding: 80px 0 0 0;
}

#tag h3 {
	padding: 30px 0 0 0;
}

#contact li#state {
	float: left;
	margin: 0 0 8px 8px;
}

#contact li#zip {
	float: left;
	margin: 0 0 8px 4px;
}

#portfolio {
	width: 335px;
	position: relative;
	top: -35px;
	padding-left: 2px;
	z-index: 50;
}

#portfolio img {
	padding: 1px 5px;
}

img.back {
	display: block;
	position: relative;
	top: -385px;
	z-index: 0;
}


/* class */
.blocken {
	padding-top: 15px;
}

.blocken2 {
	float: right;
	width: 435px;
}

.blocken img, .blocken2 img {
	padding: 13px 15px 0;
}

.caption {
	font-size: 0.95em;
	width: 300px;
	display: block;
	padding-left: 9px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.left-space {
	padding-left: 25px;
}

.right {
	float: right;
}

.narrow {
	width: 120px;
}

.third {
	width: 25%;
	height: 28px;
}

.wide {
	width: 450px;
}
