@charset "UTF-8";
/* STANDARD COLORSET
TEAL:	#18595F
LIGHT:	#2AA8B4
RED:	#EC5E61
BEACH:	#FFBE8B
---------------------------------------------------------------------*/

/* STANDARD HTML TAG STYLES
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #18595F;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #18595F;
	margin: 0px auto;
}

object, a {
	outline: none;
} 

a, img {
	border: none;
}

p {
	margin-bottom: 15px;
}


/* FRAMEWORK
---------------------------------------------------------------------*/
#print_logo {
	display: none;
}

#base {
	background-image: url(/images/aylme_bg_repeat.jpg);
	background-position: center 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	_text-align: center;
}

#base_bg {
	background-image: url(/images/aylme_bg_style.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}

#container {
	width: 1000px;
	margin: 0px auto;
	_text-align: left; 
}

/* HEADER */
#bar {
	height: 32px;
}

#top_button_box {
	float: right;
	margin-right: 20px;
}

#top_button_box a {
	text-decoration: none;
}

.top_button, .top_button:visited {
	background-image:url(/images/aylme_top_button.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	_width: 110px;
	height: 15px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 2px;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	cursor: pointer;
}

.top_button:hover, .top_button:active {
	background-image:url(/images/aylme_top_button.jpg);
	background-position: center -32px;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	_width: 110px;
	height: 15px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 2px;
	text-decoration: underline;
	font-size: 13px;
	padding: 5px;
}

.top_button_wide, .top_button_wide:visited {
	background-image:url(/images/aylme_top_button_wide.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	_width: 160px;
	height: 15px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0px -3px;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	cursor: pointer;
}

.top_button_wide:hover, .top_button_wide:active {
	background-image:url(/images/aylme_top_button_wide.jpg);
	background-position: center -32px;
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	_width: 160px;
	height: 15px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	margin: 0px -3px;
	text-decoration: underline;
	font-size: 13px;
	padding: 5px;
}

/* CONTENT */
#left_col {
	padding: 10px 70px 20px 70px;
}

#right_col {
	float: right;
	width: 300px;
	margin: 0px 0px 20px 20px;
}

/* FOOTER */
#base_footer {
	background: url(/images/aylme_bg_footer_repeat.jpg);
	background-color: #18595F;
	background-repeat: repeat-x;
	color: #FFFFFF;
	_text-align: center;
}
#footer {
	width: 880px;
	margin: 0px auto;
	padding: 20px 0px;
	_text-align: left;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover, #footer a:active {
	color: #FFBE8B;
}
#nav_contact_info {
	font-size: 12px;
	text-align: center;
	padding: 10px;
}
#navigation {
	text-align: left;
	overflow: hidden;
	font-size: 12px;
}

.nav_set {
	padding: 10px;
}
.nav_set:hover {
	background-color: #277177;
}

.nav_header {
	font-weight: bold;
	font-size: 13px;
}

#navigation a {
	text-decoration: none;
}

#nav_left {
	float: left;
	margin: 0px 50px 0px 0px;
	width: 400px;
}

#nav_right {
	float: left;
	width: 300px;
}

#copyright {
	font-size: 11px;
	text-align: center;
}

/* STYLING FORMATS
---------------------------------------------------------------------*/
/* HYPERLINKS */
a, a:visited {
	color: #0099CC;
	text-decoration: underline;
}

a:hover, a:active {
	color: #EC5E61;
	text-decoration: underline;
}

/* CONTENT STYLE */
.image {
	margin: 0px 0px 0px 0px;
}

#video_player {
	margin: 0px 0px 20px 0px;
}

h1 {
	color: #EC5E61;
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 10px -2px;
	text-align: left;
}

h2 {
	color: #EC5E61;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 10px -2px;
	text-align: left;
}

h3 {
	color: #EC5E61;
	font-size: 16px;
	font-weight: bold;
	margin: -10px 0px 10px 0px;
	text-align: left;
}

h4 {
	color: #18595F;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

h5 {
	color: #18595F;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	font-weight: normal;
	text-align: left;
}

h6 {
	color: #18595F;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	text-align: left;
}

strong, b {
}

.quote {
	color: #7f6f51;
	font-size: 14px;
	padding: 25px;
	background-color: #ebe7e1;
	margin: 0px 0px 25px 0px;
	text-align: justify;
	line-height: 20px;
}

/* /////////////// INDEX ONLY
---------------------------------------------------------------------*/
#index_flash {
	height: 560px;
	width: 1000px;
	overflow: hidden;
}

/* /////////////// INSIDE ONLY
---------------------------------------------------------------------*/
#inside_flash {
	height: 280px;
	width: 1000px;
	overflow: hidden;
}

/* MENU STYLING
---------------------------------------------------------------------*/
#index_menu {
	background: url(/images/aylme_bg_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 330px;
	height: 50px;
	width: 1000px;
	z-index: 99;
}
#inside_menu {
	background: url(/images/aylme_bg_menu.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 260px;
	height: 50px;
	width: 1000px;
	z-index: 99;
}
.dropdown_home {
	float: left;
	text-align: center;
}
.dropdown_home dt {
	cursor: pointer;
	height: 26px;
	margin: 2px 18px 0px 20px;
	padding: 12px 0px 0px;
	width: 40px;
}

.dropdown {
	float: left;
}
.dropdown dt {
	text-align: center;
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited, .dropdown dt a:hover {
	padding: 15px 0px;
	height: 12px;
	width: 148px;
	_margin: 0px 0px -5px 0px;
	color: #FFFFFF;
	text-decoration: none;
}

.dropdown dd {
	position: absolute;
	overflow: hidden;
	display: none;
	background: #083337;
	z-index: 200;
	text-align: left;
	margin: 0px;
	width: 200px;
}
.dropdown ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
	border-top:none;
	margin: auto 0px;
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.dropdown ul li a:hover {
	background:#18595F;
	color: #FFFFFF;
	text-decoration: none;
}

li.submenu {
	display:inline;
}

li.submenu dl.dropdown {
	margin: 0px;
	float: none;
}

li.submenu dl.dropdown dt {
	padding: 5px;
	text-align: left;
	width: auto;
	height: auto;
}
li.submenu dl.dropdown dt a {
	color: #FFFFFF;
}

li.submenu dl.dropdown dt:hover {
	background-color:#18595F;
}

li.submenu dl.dropdown dt a:hover {
	color: #FFFFFF;
}


li.submenu dl.dropdown dd {
	position: absolute;
	left: 150px;
	margin-top: -29px;
}

.dropdown .underline {
}
/* END MENU */


/* UTILS
---------------------------------------------------------------------*/
.clear_both {clear:both;}

/* FORMS
---------------------------------------------------------------------*/
.team_contact_form {
	padding: 0px;
	margin: 0px;
}

form#Contact h2 {
	margin: 25px 0px;
}

.required { 
	color: #A90022;
}

fieldset {
	border: 1px solid #E2DCD4;
}

fieldset legend {
	color: #094B69;
	font-weight: bold;
}

form fieldset {
	border: 1px solid #E2DCD4;
}

form fieldset legend {
	color: #09c;
	font-weight: bold;
}

form div label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 15px;
	display: block 
}

form .error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 10px;
}

form div {
	margin: 3px 0px 3px 20px;
}

form div input, form div select, form div textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #09c;
	width: 250px;
	padding: 2px;
	color: #18595F;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

form div select {
	padding: 1px;	
}

form div.checkbox {
	border: none;
	margin: 10px 5px 5px 178px;
}

form input.checkbox {
	border: none;
	width: 20px;
}

form .form_button {
	border: 0px solid #09c;
	cursor: pointer;
	padding: 10px;
	margin: 10px;
	background-color: #18595F;
	color: #FFF;
	display: block;
	width: 150px;
	height: 45px;
	font-size: 18px;
	line-height: 15px;
}

form .form_button:hover {
	text-decoration: underline;
}

form p.submit {
	margin-left: 175px;
}

.form_section {
	padding-top: 20px;
}

.error_msg {
	color: #CF204C;
	background: #FFCCCC;
	margin: 10px auto;
	font: 14px 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #CF204C;
	text-align: center;
	width: 400px;
}

.sucess_msg {
	color: #09c;
	background: #e6fdfd;
	margin: 10px auto;
	font: 14px 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px 10px;
	border: 1px solid #09c;
	text-align: center;
	width: 400px;
}

/* OPTIONAL
--------------------------------------------*/
