/* *******************************************  Homepage  ******************************************* */

#main-home   {
    margin-bottom: 10px;
    position: relative;
    left: 46px;
    width: 838px;
    height: 381px;
    float: left;
}

#get-flash {
    padding: 10px 0;
    position: relative;
    left: 0; top: 50px;
    width: 812px;
    background: #000;
    border: 1px solid red;
    float: left;
    z-index: 2000;
}


/* *******************************************  Site Map  ******************************************* */

.site-map {
    position: relative;
    left: 16px;
    width: 500px;
}
.site-map a {
    text-decoration: none;
}
.site-map a:hover {
    text-decoration: underline;
}
.site-map td h2 {
    margin: 0; padding: 0 0 7px 0;
    font-size: 18px;
}
.site-map td {
    padding: 0 0 15px 0;
    width: 50%;
}
.site-map ul {
    margin: 0; padding: 0;
    list-style-type: none;
}
.site-map ul li {
    padding: 2px 0;
    font-size: 13px;
    list-style-type: none;
}
.site-map ul li a {
    font-size: 13px;
}

/* *******************************************  Webcam  ******************************************* */
#webcamImg {
	display:block;
	width:538px;
	margin:1em auto;
	border:4px solid #466889;
}


/* *******************************************  Video Gallery  ******************************************* */

.video-row {
    margin: 0 auto; 
	padding: 20px 0;
    width: 576px;
}
.video {
    margin: 0 0 35px 0;
    width: 265px;
    float: left;
}
.video-right { float: right; }
.video a {
    padding: 2px 0 7px 2px;
    width: 265px;
    display: block;
    background: #466889;
    text-decoration: none;
	text-align: center;
    color: #fff;
}
.video a:hover { 
	background: #043A71; 
    color: #fff;
}
.video-desc {
    width: 265px;
    text-align: center;
    font-size: .9em;
    display: block;
}
.video-img { 
    width: 255px;
    display: block;
	border: 0; 
    text-align: center;
	margin:5px;
}

/* *******************************************  POD  ******************************************* */
#pod {
	margin:0 auto;
	border-spacing:20px;
}
#pod th {
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	padding-bottom:1em;
}
#pod td {
	padding:15px;
	background-color:#efefef;
	border:2px solid #ccc;
}
#pod td .photo_date {
	width:inherit;
	font-style:italic;
	text-align:center;
	font-size:.85em;
	color:#666;
	line-height:1.2em;
}
#pod td .photo_date b {
	font-style:normal;
	font-size:1.2em;
	color:#444;
	line-height:1.5em;
}
#pod td .photo_img {
	display:block;
	margin:10px auto;
}
#pod td .photo_caption {
	text-align:center;
	font-weight:bold;
	font-size:1em;
	background-color:#ddd;
	padding:5px 10px;
}
#pod td .photo_caption a  {
	color:#043A71;
	text-decoration:none;
}
#pod td .photo_caption a:hover {
	color:#466889;
}

#pod td a img {
	border:2px solid #ccc;
}
#pod td a:hover img {
	border-color:#aaa;
}
#archive_button {
	text-align:center;
	font-weight:bold;
	font-size:.9em;
	padding:1em;
}

#photo_gallery_pagination {
    position: relative;
    left: -39px;
    float: right;
}
#photo_gallery_pagination a {
    font-size: 12px;
    font-weight: bold;
    color: #060838;
    text-decoration: none;
}
#photo_gallery_pagination a:hover {
    text-decoration: underline;
}

/* *******************************************  Contact Form ******************************************* */


#frmContact {
	margin:0;
	padding:0;	
}
.contact-form {	
    margin: 25px 0 0 0;
}
.form-row, .form-line {
    padding: .5em 0;
}
.form-text {
    width: 150px;
    font-size: 1em;
    font-weight: bold;
    float: left;
}
.form-input {
    float: left;
}
.form-input .formText {
    width: 225px;
	font-size: 1em; 
	color: #333;
	border: 1px solid #bbb;
	border-bottom-color:#e3e3e3;
	border-right-color:#e3e3e3;
	padding:.25em;
}
.form-text-long {
    width: 375px;
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0;
}
.form-input-long {
    clear:left;
}
.form-input-long .formText {
    width: 350px;
	height:70px;
	font-size: 1em; 
	color: #333;
	border: 1px solid #bbb;
	border-bottom-color:#e3e3e3;
	border-right-color:#e3e3e3;
	margin:.25em auto;
	padding:.25em;
}
.form-submit {
    width: 225px;
    margin-left:150px;
    padding: .5em 0;
}
.form-submit .formSubmitButton {
    font-size: 1.1em;
	font-weight:bold;
	color:#fff;
	background-color:#515151;
	border:1px solid #000;
}
.desc-align .button-radio {
    position: relative;
    left: -180px;
    width: 25px;
    float: right;
}
.desc-align .radio-desc {
    position: relative;
    top: 3px;
    width: 150px;
    float: right;
}

/* *******************************************  Job Listing Form ******************************************* */
form#jobListingForm {
	margin:0;
	padding:0;
}
#jobListingForm h3 {
	color: #222;
	font-size: 1.3em;
	padding-bottom:.7em;
	line-height:2em;
}
#jobListingForm ul, #jobListingForm ul li {
	margin:0;
	padding:0;
	list-style:none;
	height:25px;
}
#jobListingForm ul li {
	float:left;
	padding-right:2em;
}
#jobListingForm ul li select,#job-form select,#job-form input {
	padding:.2em;
	font-size: .9em; 
	color: #333; 
	border: 1px solid #cdcdcd; 
}
#jobListingWrap {
	margin:1em auto;
	border:1px solid #cdcdcd;
	border-bottom:none;	
}
.jobListingEven,.jobListingOdd {
	padding:.5em 1em;
	border-bottom:1px solid #cdcdcd;
}
.jobListingEven a,.jobListingOdd a {
	text-decoration:none;
}
.jobListingEven {
	background-color:#efefef;
}
#company_job_listing th {
	font-weight:bold;
	padding:.5em 1.5em .4em 0;
}

#job-form h2,#job-form h3 {
	color: #222;
	font-size: 1.3em;
	padding-top:2em;
	padding-bottom:.7em;
}
#job-form>h2:first-child{
	line-height:2em;
}
#job-form h2+p {
	text-align:center;
	color:#555;
	padding-bottom:1em;
}
#job-form table {
	font-size:1em;
}
#job-form table td {
	padding:.5em;
	font-size: 1em;
}

/* *******************************************  Group Renting Form ******************************************* */

#RentalRegistration {
	margin:2em auto;
	padding:0;

}
#RentalRegistration td {
	padding:.25em .5em .25em 0;
}
#RentalRegistration td .formField {
	padding:.2em;
	font-size: .9em; 
	color: #333; 
	border: 1px solid #cdcdcd; 
}




#rssLink {
	float:right;
	margin:30px 10px;
}
#rssLink a {
	padding:10px 26px 0 0;
	background:url(/_common/img/button_rss.gif) no-repeat right bottom;
	color:#e9754b;
	text-decoration:none;
}

.pressPhotoTitle {
	padding:.5em 1em;
	background-color:#ccc;
	border:1px solid #aaa;
	color:#043A71;
	font-weight:bold;
	text-align:center;
	margin:4px;
	font-size:1.1em;
}
.tablePressPhoto {
	border-spacing:4px;
}
.tablePressPhoto td {
	padding:4px;
	background-color:#efefef;
	border:1px solid #ccc;
}
.tablePressPhoto td img {
	display:block;
	margin:8px auto;
}
.tablePressPhoto td a img {
	border:1px solid #ccc;
}
.tablePressPhoto td a:hover img {
	border-color:#aaa;
}

.tablePressPhoto td .caption {
	text-align:center;
	font-size:.9em;
	line-height:1.1em;
}



#pressPhotoBlowup {
	padding:10px;
	text-align:center;
}
#pressPhotoBlowup img {
	margin:10px auto 0 auto;
	background-color:#efefef;
	padding:2px;
	border:1px solid #003366;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
font:1.2em Helvetica, Arial, sans-serif;
line-height:1.5em;
z-index:100;
background-color: #fff;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0; /*THEME CHANGE HERE*/
padding: 4px;
padding-left:10px;
text-decoration: none;
color: #464648;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #efefef;
text-decoration:underline;
}

#dropmenu8 {
margin-left: -60px;
}

#forecastTable {
margin:1.5em auto;
border: 1px solid #bbb;
border-collapse: collapse;
}
#forecastTable td, #forecastTable th { 
border: 1px solid #bbb; 
text-align:center;
vertical-align:middle;
padding:.25em;

}

.requiredField {
	color:#c00;
}
#surveyTable td {padding:5px;}