﻿body {
}

/* Contact us page structure */

.oneColumn h2 
{
	font-size:20px;
	color:#575757;
	padding:20px 0 20px 60px;
	text-transform:capitalize;
}

.googleMaps-container 
{
	height:309px;
	width:651px;
	background:#ebebeb;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
    padding:10px 10px 0 10px;
}

#google-map
{
	height:281px;
	width:650px;
	z-index: 10;
	overflow: hidden;

}

#mapNav 
{
	width: 131px;
	border-left:solid 1px #a3a3a3;
	border-right:solid 1px #a3a3a3;
	border-bottom:solid 1px #a3a3a3;
	position:absolute;
	padding:0;
	z-index: 10000;
	left: 500px;
	top: 135px;
	display:none;
}

#mapNav ul 
{
	margin:0;
	padding:0;
	list-style: none;
}

#mapNav li a 
{
	height: 23px;
	text-decoration: none;
}    

#mapNav li a:link, #mapNav li a:visited 
{
	color: #5f5f5f;
	display: block;
	background:  url(/css/images/menu-bg.jpg);
	padding: 9px 0 0 15px;
	font-weight:bolder;
	font-size:12px;
}

#mapNav li a:hover, #mapNav li a:focus 
{
	color: #02246b;
	background:url(/css/images/menu-bg.jpg) 0 -32px;
	padding: 9px 0 0 15px;
}



/*# Us Page#*/
.List
{
	width:100%;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 10px 10px;
	overflow:hidden;
}

.contactDetails h4
{
	color:#02246b;
	padding:0 0 5px 0;
	font-size:12px;
	font-weight:bolder;
}

.contactDetails
{
	width:190px;
	padding-right:8px;
	float:left;
}

.contactDetails p
{
	line-height:16px;
}

/* Tabbed Content layout */

#tabContainer
{
	position:relative;
	width:673px;
	padding: 0px;
    /*margin: 30px 0 0 0;*/
}

#tabMenu
{
	/*position:relative;
	height:50px;
	background:url(/css/images/tabbed-bg.jpg) no-repeat;
	padding:0;*/
}

#tabBottom 
{
	width:673px;
	
	height:10px;
	background:url(/css/images/tab-bottom.jpg) top center no-repeat;
	padding:0;
	margin: 0px auto;
	font-size: 1px;
	line-height: 1px;
}

#tabContent
{
	position:relative;
	background:#ebebeb;
	color:#444444;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	border-bottom:none;

	overflow:auto;
	clear:left;
}

#tabContent .content
{
	display:none;
}

#tabContent .active
{
	padding:0 20px 20px 20px;
	display:block;
}

.menu
{
	
	padding:19px 0 0 10px; 
	height:31px; 
	width:859px; 
	display:block; 
	background:url(/css/images/tabbed-bg.jpg) no-repeat;
}

.menu li
{
	padding:0; 
	margin:0; 
	list-style:none; 
	display:block;
	float:left;
	width:128px;
	border-left:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}

.menu li a
{
	float:left; 
	padding-left:0; 
	display:block; 
	color:#5f5f5f; 
	text-decoration:none; 
	font-weight:bold;
	font:14px Arial, Helvetica, sans-serif; 
	cursor:pointer; 
	width:128px;
}

.menu li a span
{
	line-height:30px; 
	float:left; 
	display:block; 
	padding-left:15px;
	background:url(/css/images/tab-block.jpg) no-repeat; 
	width:113px;
}

.menu li a:hover
{
	color:#02246b; 
	width:128px; 
	background:url(/css/images/tab-block-hover.jpg) no-repeat;
}

.menu li a:hover span
{
	background:url(/css/images/tab-block-selected.jpg) 0px -90px no-repeat; 
}

.menu li a.active, .menu li a.active:hover
{
	line-height:30px; 
	font-weight:bold;
	font:14px Arial, Helvetica, sans-serif; 
	background:url(/css/images/tab-block-selected.jpg) 0px -90px no-repeat; 
	color:#02246b; 
	width:128px;
}

.menu li a.active span, .menu li a.active:hover span
{
	background:url(/css/images/tab-block-selected.jpg) no-repeat; 
}

.contact-form fieldset
{
	border:none;
	padding:0; 
	margin:20px 0 0 30px;
}

.contact-form legend
{
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#02246b;
	margin:20px 0 0 20px;
}

/* Firefox Hack*/
@-moz-document url-prefix()
{
    .contact-form legend 
    {
        padding-left:28px;
    }
}

.contact-form ul
{
	list-style:none;
	margin:0 0 0 20px;
	padding:3px;
}

.contact-form li
{
	float:left; 
	width:496px;
	margin:0 0 5px 0; 
	padding:0 0 2px 0;
	display:block;
	background:url(/css/images/form-bg.jpg) repeat-y;
}

.contact-form label, .contact-form span.EditingFormLabel
{
	float:left; 
	display:block;
	width:179px;
	padding:10px 0 0 5px; 
	margin:0;
}

.contact-form input[type=text], .contact-form select, .contact-form checkbox, .contact-form textarea, .contact-form radio 
{
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
	border-left:solid 2px #cccbcb;
	border-top:solid 2px #cccbcb;
	padding:4px 2px 2px 2px;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#444444;
	margin:5px 0 3px 0;
	float:left;
}

.contact-form input:focus, .contact-form select:focus.contact-form checkbox:focus.contact-form textarea:focus, .contact-form input:hover, .contact-form select:hover, .contact-form checkbox:hover, .contact-form textarea:hover 
{
	border-top:solid 2px #5f5f5f;
	border-left:solid 2px #5f5f5f;
	border-right:solid 1px #5f5f5f;
	border-bottom:solid 1px #5f5f5f;
}

.contact-form input[type=text]
{
	width:200px;
	height:15px;
}
.contact-form .select 
{
	width:205px;
	height:20px;
}

.contact-form .FormButton:hover 
{
	background:url(/css/images/search-btnOver.gif) no-repeat;
	color:#02246b;
	border:none;
}

.contact-form .FormButton
{
	width:79px;
	height:33px;
	background:url(/css/images/search-btn.gif) no-repeat;
	border:none;
	cursor:pointer;
	font:12px bolder Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	margin:5px 0 0 208px;
}

/* Firefox Hack*/
@-moz-document url-prefix()
{
    .contact-form .search-btn2 
    {
	    margin-left:185px;
    }
}

.clear 
{
	clear:both;
}

.popup
{
     font: 12px Arial, Helvetica, sans-serif;
}

.CultureButton
{
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	display: inline;
	margin: 0;
	padding: 0;
	cursor:hand;
	color:#02246b;
}
/*
.cal, .cal *
{
	border: none !important;
	background: none !important;
}
*/

.dayHeaderStyle
{
	color: #5f5f5f;
	font-size: 12px;
	background: #fff url('/css/images/EventCalendar/dayHeaderBackground.jpg') repeat-x top left;
	height: 25px;
}

.nextPrev
{
	padding: 0 10px;
}

.selectedDay
{
	//background: purple;
}

.selector
{
	//background: orange;
}

.cal
{
	border: 1px solid #d5d5d5 !important;
	font-family: arial, sans-serif;
	font-size: 16px;
}

table.title
{
	background: #fff url('/css/images/EventCalendar/calTop.jpg') repeat-x top left;
	height: 49px;
	color: #2c4c8c;
	font-size: 16px;
	font-weight: bold;
}

.ContentEvent
{
	text-align: left;
	display: none;
	position: absolute;
	width: 173px;
	padding: 10px;
	height: 127px;
	background: #fff url('/css/images/EventCalendar/eventDetailsBackground.png') no-repeat top left;	
}

.middle-column
{
    width: 673px;
}

.eventName
{
	font-size: 14px;
	color: #2c4c8c;
}

.eventSummary
{
	font-size: 12px;
	color: #5f5f5f;
	font-weight: normal;
}

.eventLink
{
	font-size: 12px;
	font-weight: normal;
	color: #2c4c8c;
}

.eventDay
{
	color: #fff;
	background: #fff url('/css/images/EventCalendar/eventBackground.jpg') no-repeat top left;
}

.dayStyle, .otherMonthDay, .weekendDay, .todayDay
{
	background: #fff url('/css/images/EventCalendar/dayBackground.jpg') no-repeat top left;
	color: #5f5f5f;
}

.EventManagerRegError, .EditingFormErrorLabel, .ErrorLabel
{
	color: red;
}

.ErrorLabel
{
	display: block;
	margin-bottom: 10px;
}

.List{
	width:100%;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 10px 10px;
	overflow:hidden;
}

.contactDetails h4{
	color:#02246b;
	padding:0 0 5px 0;
	font-size:12px;
	font-weight:bolder;
}

.contactDetails{
	width:190px;
	padding-right:8px;
	float:left;
}

.contactDetails p{
	line-height:16px;
}

