body {
	margin : 0px;
	background : url('/images/layout/bg.jpg');
}
body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #606061;
}

img {
	border : none;
}

.borderCenter {
	border : 1px solid #C6C7C9;
}

.borderTopBottom {
	border-top : 1px solid #C6C7C9; 
	border-bottom : 1px solid #C6C7C9;
}

.borderBottom {
	border-bottom : 1px solid #C6C7C9;
}

.borderTop {
	border-top : 1px solid #C6C7C9; 
}

.borderSides {
	border-left : 1px solid #C6C7C9; 
	border-right : 1px solid #C6C7C9;
}

#nav img {
	margin-left : 16px;
	margin-right : 16px;
}

.footer {
	font-size : 7pt;
	font-family : arial, helvetica, sans-serif;
	color : #777;
	padding-top : 10px;
	letter-spacing : .1em;
	margin-bottom : 10px;
}


.submenu {
	text-align : left;
}

.submenu .topLevel {
	padding : 2px;
	padding-top : 8px;
	padding-left : 10px;
	margin : 0px;
	border-top : 1px solid #C6C7C9;
	cursor : pointer;
	font-size : 7pt;
	
}

.submenu .topLevel a {
	color : #000;
	text-decoration : none;
}

.submenu .topLevel a:hover {
	color : #A92129;
}

.submenu .subLevel ul {
	margin : 0px;
	margin-top : 5px;
	padding : 0px;
}

.submenu .subLevel li {
	list-style : none;
	margin-bottom : 5px;
}

.submenu .subLevel {
	margin-left : 20px;
	margin-bottom : 5px;

	font-size : 7pt;
}

.submenu .subLevel a {
	color : #777;
	text-decoration : none;
}

.submenu .subLevel a:hover {
	color : #A92129;
}


/* needed to make table height=100% word on tables when using XHML Strict */
html, body {height: 100%;}

.paddedCopy {
	padding : 15px;
}

.spaced {
	line-height : 175%;
}

h4, h4 a {
	color : #A92129;
	margin : 5px 0px 5px 0px;
	font-size : 8pt;
}

a {
	color : #A92129;
}


.people td {
	border-top : 1px solid #C6C7C9;
	padding-top : 15px;
	padding-bottom : 10px;
}

.services td {
	border-top : 1px solid #C6C7C9;
	padding-top : 15px;
	padding-bottom : 10px;
}

.portfolio {
	margin-top : 10px;
	margin-bottom : 20px;
	width : 720px;
}

.portfolio .portfolioLeft {
	border-right : 1px solid #C6C7C9;
	padding-top : 20px;
	text-align : center;
	width : 250px;
}

.contacts td {
	border-bottom : 1px solid #C6C7C9;
	padding-top : 15px;
	padding-bottom : 10px;
}

.newsroom td {
	border-bottom : 1px solid #C6C7C9;
	padding-top : 15px;
	padding-bottom : 10px;
}

.newsTitle {
	font-size : 14pt;
	font-family : times new roman, times, serif;
}

.newsInfo {
	font-size : 7pt;
	margin : 5px 0px;
	line-height : 125%;
}