body {
  	background: #fff;
  	margin: 0;
  	padding: 0;
  	font: normal 12px/16px Times New Roman, serif;
  	color: #393c3c;
}

.stripNavL a, .stripNavR a, .stripNavB a { 
	behavior: url(/css/iepngfix.htc);
}

a:link {
  	color: #5b7786;
  	text-decoration: none;
}
a:visited {
  	color: #5b7786;
  	text-decoration: none;
}
a:hover {
	background: #fff797;
  	color: #2c5351;
  	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a img {
  	border-width: 0;
}
img {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 7px 0;
	padding: 0;
}

h1 {
	margin: 0 0 10px 0;
	font: bold 40px Times New Roman, serif;
}
h2 {
	margin: 0 0 15px 0;
	font: bold 30px Times New Roman, serif;
}
h3 {
	margin: 0 0 10px 0;
	font: bold 28px Times New Roman, serif;
	color: #0d4f72;
}

#container {
	width: 1020px;
}

#content {
	margin: 27px 0 0 220px;
}


#menu {
	position: fixed !important;
	position: absolute;
	top: 20px;
	left: 0;
  	width: 190px;
  	margin: 0;
  	padding: 0;
  	text-align: right;
}

#navigation { 
	text-align: right; 
	margin: 0 0 3px 40px;
	font: normal 16px Times New Roman, serif;
}

#navigation a.head { 
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	font: normal 16px Times New Roman, serif;
}

#menu ul, #navigation ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
}

#navigation a:hover, #navigation li.selected a { 
	color: #000;
	text-decoration: none;
}

#navigation li.selected a {
	background: #fff;
}

div.spacer {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}


.admin {
	font-weight: bold;
	text-transform: uppercase;
}
.admin a:link, .admin a:visited {
	color: #ba1f1f;
}

.date {
	margin: 0 0 1px 0;
	font: normal 11px Times New Roman, serif;
	color: #95b8cb;
	text-transform: uppercase;
}

.hr {
	height: 1px;
	margin: 10px 0 25px 0;
	border: 1px dotted #95b8cb;
	border-width: 1px 0 0 0;
}


label, .label {
	display: block;
	position: relative;
	float: left;
	width: 110px;
	margin: 2px 10px 0 0;
	text-align: right;
}

.required label {
	font-weight: bold;
}

.input {
	margin: 0 0 4px 0;
}

label.long {
	width: 40px;
	text-align: left;
	font-weight: bold;
}
input.long {
	width: 500px;
}
textarea.long {
	width: 500px;
	height: 120px;
}

.error-message {
	margin: 3px 0 6px 120px;
	color: #ff3333;
}

.cancel {
	margin: 5px 0 0 30px;
}

p.error {
	color: #ff3333;
}

#status {
	color: #ba1f1f;
	font-weight: bold;
}

.small {
	font: 11px Times New Roman, serif;
}

ul#galleries li, ul#projects li {
	margin: 5px 0;
	font: normal 14px Times New Roman, serif;
}

ul#images {
	list-style-type: none;
}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.pointer {
	cursor: pointer;
}

.left {
	position: relative;
	float: left;
}

.row {
	margin: 0 0 20px 0;
}

.project {
	position: relative;
	float: left;
	width: 230px;
	padding: 5px;
	border: 1px dotted #95b8cb;
}

.project p {
	margin: 5px 0 0 0;
	font: normal 14px Times New Roman, serif;
}

.mr40 {
	margin: 0 30px 0 0;
}


/******** PAGINATION ********/
div.pagination {
	margin: 0 0 10px 0;
    color: #0d4f72;
    font: normal 11px Times New Roman, serif;
}

div.pagination span.highlight {
    color: #393c3c;
}

div.pagination a, div.pagination .prev, div.pagination .next {
	margin: 2px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #95b8cb;
    color: #95b8cb;
    text-decoration: none;
}

div.pagination a:hover, div.pagination a:active {
    background: #fff;
    border: 1px solid #0d4f72;
    color: #0d4f72;
}

div.pagination span.current {
	margin: 2px;
    padding: 2px 5px 2px 5px;
    background: #0d4f72;
    border: 1px solid #0d4f72;
    color: #fff;
}


/******** SLIDER ********/
#slider_container {
	position: relative;
	float: left;
	overflow: hidden;
	width: 800px;
}

#slider {
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 533px;
}

.stripViewer { 
	position: relative;
	clear: both;
	overflow: hidden;
	width: 800px;
	height: 533px;
}

.stripViewer .panel_container { 
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panel_container .panel { 
	position: relative;
	float: left;
	width: 800px;
	height: 100%;
}

.wrapper {
	text-align: center;
}

.stripNavL {
	position: absolute; 
	top: 12px; 
	left: 12px;
	width: 108px;
	height: 32px;
	z-index: 99;
}

.stripNavL a {
	display: block;
	width: 108px;
	height: 32px;
	text-indent: -9999px;
	background: url('/img/prev.png') no-repeat bottom;
	cursor: pointer;
}

.stripNavL a:hover { 
	background: url('/img/prev.png') no-repeat top;
}

.stripNavR {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 111px;
	height: 32px;
	z-index: 99;
}

.stripNavR a { 
	display: block;
	width: 111px;
	height: 32px;
	background: url('/img/next.png') no-repeat bottom;
	cursor: pointer;
}

.stripNavR a:hover { 
	background: url('/img/next.png') no-repeat top;
}

.stripNavB {
	position: absolute;
	top: 12px;
	left: 334px;
	width: 114px;
	height: 32px;
	z-index: 99;
}

.stripNavB a { 
	display: block;
	width: 114px;
	height: 32px;
	background: url('/img/back.png') no-repeat bottom;
	cursor: pointer;
}

.stripNavB a:hover { 
	background: url('/img/back.png') no-repeat top;
}

.stripNavL a span, .stripNavR a span, .stripNavB a span {
	display: none;
}

.no-arrows .stripNavL, .no-arrows .stripNavR { 
	display: none;
}

.description {
	margin: 10px 0 0 0;
}


/******** SIFR ********/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  	display: none !important;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}