body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background: #fff;
}

#contain {
	margin: 0 auto;
	text-align: left;
	width: 940px;
	position: relative;
	padding-top: 40px;
}

#logo {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #bdbdbb;
	height: 70px;
}

#logo .logo {
	position: absolute;
	top: 0;
	left: -23px;
}

#logo span#login {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 9pt;
}

#logo span#login strong {
	font-size: 9pt;
	display: inline;
}

#logo span#contact {
	position: absolute;
	right: 0;
	top: 48px;
	text-align: right;
	font-size: 13px;
	color: #ff9a00;
}

#logo span strong {
	display: block;
	font-size: 10pt;
}

#clients #cin {
	margin: 4px 0 0 0;
}

#footer {
	clear: both;
	border-top: 1px solid #bebfba;
	margin-top: 25px;
	padding: 5px 0 15px 0;
	font-size: 8pt;
	position: relative;
}

#footer div {
	position: absolute;
	top: 5px;
	right: 0px;
}

#footer a {
	color: #333;
}

#footer a.selected {
	text-decoration: underline;
}

#footer div a {
	margin-left: 10px;
}

#breadcrumb {
	clear: both;
	padding: 5px 0;
	border-bottom: 1px solid #bdbfb8;
	color: #636759;
	font-size: 10px;
}

#breadcrumb a {
	color: #636759;
}

#body {
	clear: both;
	border-top: 1px solid #bdbdbb;
}

#bodyIn {
	clear: both;
	border-top: 1px dotted #bdbdbb;
}

#dotted {
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted #666;
	padding-top: 10px;
	position: relative;
}

/* Forms */

form#contact label {
	display: block;
	width: 145px;
	float: left;
	background: #e6e7e5;
	color: #636759;
	font-size: 13px;
	border: 1px solid #e6e7e5;
}

form#contact label {
	padding: 6px;
}

form#contact input, form#contact textarea {
	width: 290px;
	float: left;
	border: 1px solid #bdbfb8;
	padding: 6px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

form#signup input.submit, form#contact input.submit {
	width: 135px;
	float: left;
	border: 1px solid #ff9b00;
	padding: 4px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #ff9b00;
	cursor: pointer;
	float: right;
	margin-bottom: 58px;
}

ul#errors {
	font-size: 13px;
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
	color: #ff9b00;
}

/* Tables */

table.support {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-collapse: collapse;
}

table.support th {
	border-bottom: 1px solid #9c0;
	padding: 3px 0;
}

table.support td {
	padding: 3px 0;
	border-bottom: 1px solid #d4d4d4;
}

.paginate {
	text-align: center;
	background: #d4d4d4;
	padding: 3px 0;
}

/* Text */

h2 {
	font-weight: normal;	
	margin-top: 0;
	font-size: 18px;
	color: #636759;
}

h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11pt;
}

h4 {
	margin-bottom: 0;
	color: #0081c4;
	font-weight: normal;
	font-size: 14pt;
}

h5 {
	border-top: 1px solid #9c0;
	padding: 5px 0 0 0;
	margin: 0;
	color: #333;
	font-size: 11pt;
}

p {
	margin-top: 0;
}

#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	margin: 20px 0;
}

#quote div {
	padding: 10px 40px;
}

#quote div strong {
	font-family: Helvetica, Arial, sans-serif;
}

#breadcrumb {
	font-size: 9pt;
}

img.iLarge {
	margin-left: 14px;
}

img.iSmall {
	float: left;
	margin: 14px 0 0 14px;
}

.dpanel.dCase {
	padding-top: 24px;
}

.dHomeCases span {
	display: block;
	width: 145px;
	border-top: 3px solid #bdbfb8;
	padding: 3px 0;
	font-size: 12px;
}

.dHomeCases dl {
	float: left;
	width: 383px;
	background: #e6e6e5;
	height: 145px;
	color: #636759;
	margin: 14px 14px 38px 0;
	position: relative;	
}

.dHomeCases dl.mr0 {
	margin-right: 0;
}

.dHomeCases dl dd {
	margin: 0;
	padding: 0;
	float: left;
	width: 145px;
}

.dHomeCases dl dt {
	float: left;
	padding: 7px;
	width: 223px;
}

.dHomeCases dl dt a {
	font-weight: bold;
	color: #636759;
}

.dHomeCases dl dt a.read {
	position: absolute;
	bottom: 7px;
	right: 7px;
	font-size: 12px;
	padding: 0 25px 0 0;
	text-align: right;
	display: block;
	color: #636759;
	font-weight: bold;
	background: url('../_images/arrow_grey.png') center right no-repeat;
	text-decoration: none;	
}

/* Links */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#login a {
	color: #666;
}

/* Pages */

div.pages {
	text-align: center;
	padding: 5px 0;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	margin-bottom: 25px;
}

/* Images */

img {
	border: none;
}

#panels img {
	border: 1px solid #666;
	display: block;
}

/* Movements */

.mb0 {
	margin-bottom: 0;
}

.mr10 {
	margin-right: 10px;
}

.mb5 {
	margin-bottom: 5px;
}

.pitch {
	margin-bottom: 14px;
}

.clear {
	clear: both;
}

.tar {
	text-align: right;
}

/* Columns */

.col145 {
	width: 145px;
}

.col304 {
	width: 304px;
	position: relative;	
}

.col318 {
	width: 318px;
}

.col398 {
	width: 398px;
}

.col463 {
	width: 463px;
}

.col622 {
	width: 622px;
}
	
.col781 {
	width: 781px;
}

/* Margins and paddings */

.mr14 {
	margin-right: 14px;
}

.mt43 {
	margin-top: 43px;
}

/* Movements */

.fl {
	float: left;
}

/* Main nav */

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: right;
	margin-left: 20px;
	font-size: 13px;
}

#nav li a {
	padding: 14px 0;
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 3px solid #fff;
}

#nav li a:hover {
	border-bottom: 3px solid #bebfba;	
}

#nav li a.selected {
	font-weight: normal;
	color: #ff9a00;
	border-bottom: 3px solid #bebfba;
}

#nav li.division {
	padding: 16px 0 15px 0;
}

ul#building {
	margin: 0;
	padding: 0;
	list-style: none;
}

#building li {
	padding: 14px 0 8px 0;
	text-align: left;
	font-size: 22px;
	color: #636759;
}

/* Subnav */

ul#subnav {
	margin: 18px 0 54px 0;
	padding: 0;
	list-style: none;
}

#subnav li a {
	color: #444b3d;
	display: block;
	padding: 10px 0 2px 0;
	border-bottom: 1px dotted #bdbfb8;	
	text-decoration: none;
}

#subnav li a.selected {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* Text */

p {
	color: #636759;
	font-size: 13px;
}

h1 {
	color: #636759;
	font-size: 22px;
	font-weight: normal;
}

/* Page styles */

#home {
	min-height: 400px;
}

#home h1, #home p {
	color: #333;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
	padding: 20px 0;
	width: 460px;
}

#home p {
	padding-top: 20px;
}

.homePanel {
	width: 276px;
	height: 142px;
	padding: 14px;
	float: left;
	background: #a40022;
	margin-right: 14px;
	color: #fff;
	position: relative;
	-moz-box-shadow: 3px 3px 10px #333;
	-webkit-box-shadow: 3px 3px 10px #333;
	box-shadow: 3px 3px 10px #333;	
}

.homePanel a {
	color: #fff;
}

.homePanel a.visit {
	position: absolute;
	bottom: 14px;
	right: 14px;
	font-size: 12px;
	background: url('../_images/arrow_white.png') center right no-repeat;
	padding: 0 25px 0 0;
}

.homePanel h2 {
	color: #fff;
	font-weight: normal;
	text-transform: none;
	font-size: 18px;
}

#home .homePanel p {
	padding: 0;
	color: #fff;
	font-size: 13px;
	width: 270px;
}

#dhome {
	min-height: 340px;
	border-bottom: 1px solid #bdbfb8;
}

#dhome h1 {
	padding: 30px 0 15px 0;
}

#dhome p {
	font-size: 15px;
	line-height: 140%;
}

.dtext, .dCases {
	border-top: 3px solid #bdbfb8;
	margin: 43px 0;
}

.dpanel {
	border-top: 1px solid #bdbfb8;
	margin: 43px 0;
	text-align: right;
	padding: 12px 0;
}

.dCases dl {
	float: left;
	margin: 4px 14px 58px 0;
	padding: 0;
	width: 145px;
	color: #636759;	
}

.dCases dd {
	margin: 0 14px 0 0;
	padding: 0;
	width: 145px;
	color: #636759;
}

.dCases dt, .dCases dd {
	background: #e6e6e5;
}

.dCases dt {
	padding: 14px 7px 0 7px;
	height: 114px;
}

.dCases dt a {
	color: #636759;
	font-weight: bold;
}

.dCases dd.read {
	padding: 0 7px 7px 7px;
	width: 131px;
}

.dCases dd.read a {
	padding: 0 25px 0 0;
	text-align: right;
	display: block;
	color: #636759;
	font-weight: bold;
	font-size: 12px;
	background: url('../_images/arrow_grey.png') center right no-repeat;
	text-decoration: none;
}

.dCases dl.mr0 {
	margin-right: 0;
}

.dCase h1 {
	margin-bottom: 40px;
}

a.back {
	color: #636759;
	font-weight: bold;
	font-size: 12px;
	background: url('../_images/arrow_grey_lr.png') center left no-repeat;
	text-decoration: none;
	padding: 0 0 0 25px;	
}

.text {
	border-top: 3px solid #bdbfb8;
	margin-bottom: 58px;
}

.sitemap {
	border-top: 3px solid #bdbfb8;
}

.map h2 {
	color: #394031;
	font-size: 11px;
	margin: 14px 0;
}

.map ul {
	margin: 0 0 58px 0;
	padding: 0;
	list-style: none;
}

.map ul ul {
	margin: 0 0 0 14px;
}

.map li a {
	color: #394031;
	font-size: 10px;
}

.bt1_bdbfb8 {
	border-top: 1px solid #bdbfb8;
}

.bt3_bdbfb8 {
	border-top: 3px solid #bdbfb8;
}

.contact {
	font-size: 13px;
}

.contact a {
	color: #ff9b00;
	text-decoration: underline;
}

.contact a:hover {
	text-decoration: none;
}

#map {
	width: 40px;
	position: absolute;
	top: 60px;
	right: 7px;
}

#map img, #map2 img {
	display: block;
}

#map a, #map2 a {
	color: #636759;
	font-size: 13px;
	text-decoration: none;
}

#map2 {
	width: 40px;
	position: absolute;
	right: 7px;
	top: 0;
}

#bodyIn a {
	color: #ff9b00;
}

/* Log-in */

#clients {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 11px;
	color: #95988e;
	text-align: right;
}

#clients input {
	margin: 0 0 0 7px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	background: #e6e7e5;
	color: #95988e;
	padding: 4px;
}

#clients input.submit {
	background: #ff9b00;
	color: #fff;
	padding: 4px 20px 4px 6px;
	text-align: left;
}

#clients a {
	color: #333;
}

#clients a.logout {
	background: #a9001f;
	color: #fff;
	padding: 4px 20px 4px 6px;
	text-align: left;
	margin-left: 20px;
}

#clients a:hover {
	text-decoration: none;
}

#clientarea {
	margin-top: 19px;
	border-top: 1px solid #bdbfb8;
}

.cadetails {
	clear: both;
	background: #e6e6e5 url('../_images/corner_box.gif') bottom right no-repeat;
	padding: 10px;
	margin: 14px 0;
	min-height: 400px;
}

table.buildings {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px dotted #bdbfb8;	
}

table.buildings th {
	padding: 5px 10px;
	border-bottom: 1px solid #bdbfb8;
}

table.buildings td {
	padding: 5px 10px;
	border-bottom: 1px dotted #bdbfb8;	
	color: #394031;
}

table.buildings td a {
	color: #394031;
	text-decoration: none;
}

table.buildings td a:hover {
	color: #000000;
}

.pr {
	position: relative;
}

#quicksearch {
	position: absolute;
	top: 10px;
	right: 0;
}

#quicksearch input {
	background: url('../_images/search.gif');
	border: none;
	width: 208px;
	height: 22px;
	padding: 0 0 0 23px;
	font-size: 12px;
}

/* Division styles */

.map.age {
	border-top: 4px solid #ff0f1d;
}

#ais #subnav li a.selected {
	color: #a9001f;
	border-bottom-color: #a9001f;
}

.div.ais p, .div.ame p {
	padding-left: 35px;
}

.div.ais {
	border-bottom: 4px solid #a9001f;
	margin-top: 22px;
}

.div.ais a {
	color: #a9001f;
}

.map.ais {
	border-top: 4px solid #a9001f;
}

#ais #subnav li a:hover, #footer a.ais, #ais #quote {
	color: #a9001f;
}

h2#ais span {
	color: #d28091;
}

#ame #subnav li a.selected {
	color: #ff9b00;
	border-bottom-color: #ff9b00;
}

.div.ame {
	border-bottom: 4px solid #ff9b00;
	margin-top: 22px;
}

.div.ame a {
	color: #ff9b00;
}

.map.ame {
	border-top: 4px solid #ff9b00;
}

#ame #subnav li a:hover, #footer a.ame, #ame #quote {
	color: #ff9b00;
}

h2#ame span {
	color: #ff9e8c;
}

.text a {
	color: #636759;
	font-weight: bold;
}

.ml14 {
	margin-left: 14px;
}

.ml173 {
	margin-left: 173px;
}

.pv17 {
	padding: 17px 0;
}

ul#folders {
	margin: 0;
	padding: 0;
	list-style: none;
}

#folders li {
	margin-bottom: 15px;
}

#folders li a {
	color: #636759;
	font-size: 11px;
	background: url('../_images/folder.png') center left no-repeat;
	padding: 5px 0 0 23px;
	display: block;
}

#folders li a:hover, #folders a.selected {
	color: #a9001f;
}

.br1_bdbfb8 {
	margin: 2px 0 50px 0;
	padding: 8px 0 50px 13px;
	width: 304px;
	border-left: 1px solid #bdbfb8;
}

.documents h1 {
	color: #a8001c;
	font-size: 22px;
}

ul#documents {
	margin: 0;
	padding: 0;
	list-style: none;
}

#documents li {
	margin-bottom: 21px;
	padding: 0 0 0 32px;
}

#documents li span {
	display: block;
	color: #636759;
}

#documents li strong {
	display: block;
	color: #636759;
	font-size: 13px;
	padding: 1px 0 3px 0;
}

#documents li a {
	display: block;
	color: #ff9b00;
}

.doc_doc {
	background: url('../_images/icons/word.gif') center left no-repeat;
}

.doc_xls {
	background: url('../_images/icons/excel.gif') center left no-repeat;
}

.doc_pdf {
	background: url('../_images/icons/pdf.gif') center left no-repeat;
}

.doc_ppt {
	background: url('../_images/icons/ppt.gif') center left no-repeat;
}

.doc_zip {
	background: url('../_images/icons/zip.gif') center left no-repeat;
}

.clearBoth {
	clear: both;
}

.mydetails {
	margin-bottom: 14px;
	border-bottom: 1px dotted #bdbfb8;
	padding: 14px 0;
}

.mydetails h1 {
	padding: 0;
	margin: 0 0 14px 0;
}

.mydetails div.address, .mydetails div.details {
	color: #636759;
	font-size: 13px;
}