/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Base - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background-image: none;
	background-color: #fff;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin: 0;
	}
table, tr, td {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	border-collapse: collapse;
	border: none;
	}
	
.print { display: block; }
.noprint { display: none; }
#logoPrint {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 20px;
	}

#menu, #dropdownLinks { display: none; }
	
#outerSite {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	}
#innerSite {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	}
	
#main { width: 100%; }

.colLeft, .colMiddle, .interiorColLeft { display: none; }
.colRight {
	background-image: none;
	background-color: #fff;
	vertical-align: top;
	padding: 0;
	}
	
.portfolio { width: auto; }
.portfolio th {
	vertical-align: top;
	padding: 0 0 0 10px;
	border-left: 1px dashed #9c9c9c;
	text-align: left;
	width: auto;
	line-height: 22px;
	}
.portfolio td {
	vertical-align: top;
	padding: 0 20px 0 0;
	}
.portfolio td p { text-align: justify; }

#footer {
	padding: 30px 20px;
	font-size: 14px;
	color: #828282;
	text-align: center;
	border-top: 1px solid #9c9c9c;
	margin: 20px 0 0 0;
	line-height: 18px;
	}
	
.center { text-align: center; }
.right { text-align: right; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Text - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
p, h1, h3, h4, h5 { margin-top: 0; }

h1 {
	background: transparent;
	font-size: 24px;
	font-weight: normal;
	color: #10445f;
	margin-bottom: 25px;
	}
h2 {
	background: none;
	font-size: 18px;
	font-weight: bold;
	color: #2e91c5;
	padding: 0;
	margin: 20px 0 20px 0;
	border-bottom: none;
	}

.colLeft h2 { /* Used for Left Sidebar Title */
	background: #3b4a55 url(/images/backgroundColLeftH2.gif) repeat-x;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	margin: 5px 5px 1px 5px;
	border-bottom: 4px solid #9c9c9c;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	}
	
h5, .portfolio th h5 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #38515b;
	}
h5 span, .portfolio td th span {
	font-size: 16px;
	color: #a71414;
	}
.portfolio td span {
	font-weight: bold;
	color: #000;
	}
	
h6 { font-size: 12px; }
	
.return { display: none; }
#news p, .colRight p { text-align: justify; }
.newsDate, .newsTitle { font-weight: bold; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Links - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a:link, a:active, a:visited {
	color: #0f5a76;
	text-decoration: underline;
	}
a:hover {
	color: #2e91c5;
	text-decoration: underline;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
	color: #6b6b6b;
	text-decoration: none;
	}
#footer a:hover { color: #9f9f9f; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Lists - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul { }
ul li {
	list-style: url(/images/bulletList01.gif) circle;
	margin-bottom: 10px;
	}

#footer ul, #footer ul li { display: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Images - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img { border: none; }

.photoRight {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 5px;
	margin: 0 0 20px 20px;
	float: right;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Forms - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Miscellaneous - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.hr {
	background: #d4d4d4;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	clear: both;
	}
.hr hr { /* display: none; */}