/* CSS Reset (based on Meyer's) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0;*/
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ****************** */

@font-face {
    font-family: 'AllerLightRegular';
    src: url('fonts/aller_lt-webfont.eot');
    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_lt-webfont.woff') format('woff'),
         url('fonts/aller_lt-webfont.ttf') format('truetype'),
         url('fonts/aller_lt-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerDisplayRegular';
    src: url('fonts/allerdisplay-webfont.eot');
    src: url('fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/allerdisplay-webfont.woff') format('woff'),
         url('fonts/allerdisplay-webfont.ttf') format('truetype'),
         url('fonts/allerdisplay-webfont.svg#AllerDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AUdimatBold';
    src: url('fonts/audimat-bold-webfont.eot');
    src: url('fonts/audimat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/audimat-bold-webfont.woff') format('woff'),
         url('fonts/audimat-bold-webfont.ttf') format('truetype'),
         url('fonts/audimat-bold-webfont.svg#AUdimatBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ****************** */

/* desired px/current px = em value */
/* desired px/font-size px = em value */
/*
blue:	#6190B5	#44657e
red:	#B54434	#7e2f24
gray:	#B9C0C7	#81868b
*/

body {
	font-size: 100%; /* 16px */
	line-height: 1;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	background: #6190B5 url(img/body-bg.gif) top center repeat-y;
	color: #000;
}

#main {
	width: 960px;
	margin: 0 auto;
	font-size: 0.75em; /* 12 */
	line-height: 1.3333; /* 16 */
	background: #fff;
	position: relative;
}

#header {
	width: 560px;
	height: 86px;
	text-align: center;
	padding: 2.6667em 0 0;
}

#header h1 {
	text-indent: -5000em;
}

#skip {
	position: absolute;
	top: 0;
}

#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

#section-selector {
	position: absolute;
	top: 0;
	right: 0;
}

#section-selector ul {
	margin: 0;
	padding: 0 4px 0 0;
	background: #B9C0C7;
	overflow: hidden;
	border-right: solid 12px #81868b;
}

#section-selector li {
	margin: 0;
	padding: 0.8333em 16px 0.8333em 16px;
	float: left;
	color: #fff;
	font-family: 'AllerLightRegular', Helvetica, Arial, sans-serif;
}

#section-selector li.selected {
	background: #6190B5;
	padding-right: 20px;
	border-right: solid 12px #44657e;
}

#section-selector li a {
	color: #000;
	text-decoration: none;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
}

#section-selector h2 {
	text-align: right;
	color: #6190B5;
	font-size: 2.5em;
	line-height: 1.0667;
	text-transform: uppercase;
	margin: 0;
	padding: 0 16px 0 0;
    font-family: 'AUdimatBold', Helvetica, Arial, sans-serif;
}

#nav {
	margin: 1.3333em 0 2.6667em;
	width: 576px;
	text-align: center;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
}

#nav li {
	display: inline;
	padding-left: 32px;
	background: url(img/nav-bullet.gif) left center no-repeat;
}

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

#nav li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#nav li a:hover {
	color: #B9C0C7;
}

#subnav {
	background: #6190B5;
	width: 960px;
}

#subnav ul {
	overflow: hidden;
	border-top: solid 1px #44657e;
	border-bottom: solid 1px #44657e;
	border-right: solid 12px #44657e;
}

#subnav li {
	float: left;
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	line-height: 2.5;
}

#subnav li.current {
	background: #B9C0C7;
	padding: 0 8px;
	color: #000;
}

#subnav a {
	background: #6190B5;
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0 8px;
}

#subnav a:hover {
	background: #B9C0C7;
}

#content-area {
	overflow: auto;
	background: #6190B5 url(img/carea-bg.gif) top left repeat-y;
	position: relative;
	width: 960px;
}

#content-main {
	float: left;
	display: inline;
	width: 544px;
	margin: 2.6667em 64px 2.6667em 32px;
	padding: 0;
	color: #fff;
}

#content-sidebar {
	float: left;
	display: inline;
	width: 272px;
	margin: 4em 0 4em 16px;
	padding: 0;
}

#content-sidebar a {
	color: #44657e;
}

#footer {
	clear: both;
	margin: 2.6667em 0;
	width: 576px;
	text-align: center;
}
/* ****************** */

h1 {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	font-size: 2.5em; /* 30 */
	line-height: 1.0667; /* 36 */
}

h2 {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em; /* 18 */
	line-height: 1.7778; /* 32 */
}

p {
	margin-bottom: 1.3333em;
}

a {
	color: #fff;
}

form ol {
	list-style: none;
}

label {
	display: block;
}

input, textarea {
	background: #fff;
	width: 30em;
	border: solid 1px #44657e;
	font-family: inherit;
	font-size: inherit;
	padding: 0.25em;
	margin: 0.5em 0;
}

textarea {
	height: 13.3333em; /* 160 */
}

input.submit {
	background: #B9C0C7;
	width: auto;
	border: solid 1px #81868b;
}

input.submit:hover {
	background: #B54434;
	width: auto;
	border: solid 1px #7e2f24;
}

/*
blue:	#6190B5	#44657e
red:	#B54434	#7e2f24
gray:	#B9C0C7	#81868b
*/
/* ****************** */

body.index #content-area {
	background: #B54434 url(img/home-content-bg-960.jpg) right 45%;
	border-top: solid 1px #999;
	border-bottom: solid 1px #666;
}

body.index #content-main {
	margin: 0 0 0 384px;
	padding: 0.6667em 16px;
	color: #fff;
	width: 224px;
}

body.index #content-sidebar {
	width: 320px;
	margin: 0;
	padding: 0;
	color: #000;
}

body.index #content-sidebar h2 {
	text-transform: uppercase;
	font-family: 'AllerDisplayRegular', Helvetica, Arial, sans-serif;
	font-size: 1.5em; /* 18 */
	line-height: 1.7778; /* 32 */
	letter-spacing: 0.2em;
}

body.index p.cta {
	margin-bottom: 0;
}

#idx-def {
	padding: 0.6667em 16px;
	background: url(img/idx-def-bg.gif) repeat-y;
}

#idx-def p {
	margin-bottom: 0;
}

#idx-example {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#idx-link {
	padding: 0 16px 1.3333em;
}

#idx-link ul {
	overflow: auto;
}

#idx-link li {
	float: left;
	width: 136px;
	padding: 0 8px 0 0;
}

#idx-link li a {
	color: #000;
	text-decoration: none;
}

#idx-link li a:hover {
	color: #000;
	text-decoration: underline;
}

body.port-index h2 {
	margin: 0.8889em 0 0;
}

body.port-index #content-area li a {
	font-family: 'AllerRegular', Helvetica, Arial, sans-serif;
	border-top: solid 1px #44657e;
	border-bottom: solid 1px #44657e;
	background: #5d8aad;
	text-decoration: none;
	display: block;
	padding: 0 16px 0 0;
	line-height: 2.5;
	color: #000;
}

body.port-index #content-area li a img {
	margin-right: 16px;
	display: block;
	float: left;
}

body.port-index #content-area li a:hover {
	border-top: solid 1px #81868b;
	border-bottom: solid 1px #81868b;
	background: #B9C0C7;
	color: #000;
}

/*
blue:	#6190B5	#44657e
red:	#B54434	#7e2f24
gray:	#B9C0C7	#81868b
*/


body.portfolio #content-area {
	background: url(img/portfolio-bg.gif) top left repeat-y;
}

.pf-item {
	overflow: auto;
}

.pf-image {
	float: left;
	display: inline;
	width: 640px;
	margin: 1.3333em 0;
	padding: 0;
	color: #fff;
}

.pf-image img {
	height: 400px;
	padding: 16px 0;
	display:block;
	background: url(img/portfolio-img-bg.gif) top left repeat-x;
}

.pf-info {
	float: left;
	display: inline;
	width: 272px;
	margin: 2.6667em 0 2.6667em 16px;
	padding: 0;
}

.pf-info a {
	color: #44657e;
}