/* default link colors */
a:focus, a:hover {
	color:#000;
	text-decoration: underline;
}
a {
	color:#336600;
	text-decoration:none;
}

/*
.container a[rel ^="external"] {
	background: url(../img/external_green_trans.png) center right no-repeat;
	padding-right: 13px;
}*/

/* fix margins */
.h1_nobottom {margin-bottom:0.25em;}
.h2_nobottom {margin-bottom:0em;}
.nobottompad {margin-bottom: 0em;}
.sidepad {margin-left: 0.25em; margin-right: 0.25em;}
.leftpad {margin: 0 0 0 0.25em;}
.tinyleftpad {margin: 0 0 0 0.1em;}
.rightpad {margin: 0 0.25em 0 0em;}
.nobottom {margin-bottom:0em;}
.greyborder {border: solid 1px #ddd;}
.blackTxt {color: #000;}
.bold {
	font-size: 110%;
	font-weight: bold;
}


p {margin:0 0 1.5em;}

.giant {font-size:3em;line-height:0;padding:0; margin: 0;}

#navmain p{
	margin: 0 0.5em;
}
#navmain.closed {
	
}

.navblock, .navtop{
	background: #ddd;
}

.navpointer {
	background-image: url(../img/pointer.png);
	background-repeat: no-repeat;
}

.navarrow{
	font-size: 87%;
	float: right;
	color: #000;
	display: none;
}

.menuover{
	//background: black;
}

.menuover{
	color: black;
}

.textover {
	color: black;
	background: #ddd;
}

#navmain .navblock {
	height: 135px;
}

/* Dynamic Header */
#dynHeader {
	height: 100px;
	background: #000;
	position: relative; 
	background-image: url(../img/header_static_1900px.png);
	background-repeat: no-repeat;
	overflow: hidden;	
}

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

/* Dynamic Footer */
#dynFooter{
	height: 40px;
	background: #000;
	position: relative; 
	background-image: url(../img/footer_static_1900px.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Sortable items */
div.itemContainer{
	overflow: hidden;
}


/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 24px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.checkbox {
	color: #444;
	margin-bottom: 0em;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/*width: 100%;*/
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}



/* remove p indentation */
/* p + p { margin-top:-1.5em; } */

.slideshow { height: 264px; width: 470px; margin: auto }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #000; }


/* captions with JQuery */
.boxgrid{ 
	width: 468px; 
	height: 264px; 
	margin:0px; 
	float:left; 
	border: solid 1px #ddd; 
	overflow: hidden; 
	position: relative; 
}

.boxgridhead{ 
	width: 950px; 
	height: 100px; 
	margin:0px; 
	float:left; 
	border: solid 0px; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid150{ 
	width: 148px; 
	height: 84px; 
	margin:0px; 
	float:left; 
	border: solid 1px #ddd; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#fff; 
}

.boxgrid150 p{ 
	padding: 0 3px; 
	color:#fff; 
}

.cover h3 {
	margin:0;
	padding: 8px 10px; 
	color:#fff;
	
}

.cover a {
	text-decoration: none;
	color:#fff; 	
}


.boxcaptionhead{ 
	float: left; 
	position: absolute; 
	height: 100px; 
	width: 100%; 

}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .75; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.captionfull .boxcaption {
	top: 230px;
	left: 0;
}

.captionfull150 .boxcaption {
	top: 66px;
	left: 0;
}

.captionfullhead .boxcaptionhead {
	top: 20px;
	left: 0;
}

