@charset "utf-8";

/* 
   BAsic
------------------------------------------------------------------- */
:hover {
	text-decoration: none;
 outline: none;
}
:focus { outline: none;}

a  {
	text-decoration: underline;
	outline: none;
	color: grey;
}

a:hover {
	color: grey;
}

h1, h2, h3, h4, h5, h6,.box_title {
	cursor: default;
	margin-bottom: 10px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
.fright{
	float: right;
}

.fleft {
	float: left;
}

.main_text {
	padding-top: 15px;
}

.dark {
	color: #232532;
}
#footer_bottom {
	height: 52px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

#footer_bottom span {
	display: inline-block;
	height: 52px;
	width: 472px;
}
#footer_bottom span + span {
	width: 353px;
}

/*
	MISC
----------------------------------------------------------------------*/

.main_image {
	text-align: center;
}

.page h2 {
	text-align: center;
}

#apply_here {
	background-image: url(../images/global/form/apply_here.png);
	background-repeat: no-repeat;
	background-position:0px -60px;
	height: 60px;
	width: 278px;
	display: block;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}

#apply_here:hover{
	text-decoration: none;
		display: block;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	background-position:0px 0px;


}
#apply_here span,#apply_here:hover span {
	visibility: hidden;
}




/*
	Nav
----------------------------------------------------------------------*/
ul.nav li {
	cursor: default;
}
ul.nav li a.selected {
	letter-spacing: 0em;
	cursor: default;
}

#nav_bottom {
	display: table;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: smaller;
	text-align: center;
}
#nav_bottom li {
	 			position: relative;
                left: 25%;
                float: left;
	
}

#nav_bottom li a {
	display: block;
	margin: 3px;
	padding: 2px;
	text-decoration: underline;

}

#nav_bottom li a:hover {
	text-decoration: none;
}
#nav_bottom li a.selected,#nav_bottom li a.selected:hover {
	text-decoration: none;
}

.nav_description, .nav_description_ie6 {
	font-weight: normal;
	position: absolute;
	font-size: smaller;
	display: block;
	width:181px;
	line-height: 13px;
	cursor: default;
}

/*
	Directory List
----------------------------------------------------------------------*/


.dir_list {
	list-style-type: none;
}
.dir_list li {
	margin: 2px;
}
.dir_list li a  {
	display: block;
	padding: 2px;
	text-decoration: underline;
}
.dir_list li a:hover  {
	text-decoration: none;

}



/*
    CLASSES
------------------------------------------------------------------------------------*/
.red {
	color: #BA181D;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: small;
}

.smaller {
	font-size: smaller;
}

.image_shell {
	position: relative;
	text-align: center;
	width: 204px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #2F3640;
	margin-top: 10px;
	background-position: center center;
}

.ajax-loading {
	background-image: url(../images/global/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 16px;
}

.error,p.error {
	color: #930D10;
}

.copyright {
	cursor: default;

}


.menu_list {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AAABBB;
	text-align: center;
	margin-top: 10px;
	width: 100%;
}
.menu_list .menu_item {
	padding: 2px;
	border: 1px solid #18224E;
	display: inline-block;
	margin: 5px;

}
.menu_list .menu_item a{
	display: inline-block;
	border: 1px solid #14521C;
	padding: 2px;

	text-decoration: none;
}

.menu_list .menu_item a:hover {
	text-decoration: none;
}
.menu_list .menu_item a img{
	border: 1px solid #fff;
}
.menu_list .menu_item a:hover img{
	border: 1px solid #151646;
}

.selectable {
	cursor: pointer;
}
/* 
   Floats
------------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/*
	ID
--------------------------------------------------------------------------*/

#main_map {
	text-align: center;
	padding: 10px;
}

#main_map iframe {
	border: 1px solid #232057;
	margin: 5px;
}
#designed_by {
	font-size: smaller;
	cursor: default;
}

#newsLetter h3 {
	margin-bottom: 2px;
}

/*
   FORM
--------------------------------------------------------------------------*/
.form {
	text-align: center;
}
.form form {
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	width: 500px;
}


.form  .field_error .error  {
	color: #930D10;
}

.form input, .form textarea, .form select {

	margin: 5px;
	padding:2px;
	border: 1px solid #22274D;
	background-color: #EDEEF3;
	width: 180px;
}
#contact_date {
 cursor:pointer;
}
#contact_time {
	width: 150px;
}
.form input.required, .form textarea.required , .form select.required {
	border-top-color: #C40005;
	border-right-color: #C40005;
	border-bottom-color: #C40005;
	border-left-color: #C40005;
}
.form select{
	padding:0px;

}
.form option {
	margin: 2px;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.form option, .form select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#timepicker_container {
	position: relative;
}
#timepicker {
	position: absolute;
	left: 200px;
	top: -350px;
	background-color: #cccfe1;
}
#timePickerContent {
	padding: 6px;
	display: block;
}
#timepicker b {
	color: #732F9B;
}
.form label {
	text-align: left;
	display: inline-block;
	width: 150px;
	padding:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.submit_btn {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.submit_btn input {
	width: auto;
	}
.image_shell {
	height: 50px;
	width: 205px;
	padding-top: 10px;
}
