/*Body*/
body {
	margin-top: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
	background-image: url(images/BG.png);
	background-position: top;
	
}

h1 {
	height: 33px;
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	color: #0038A8;
	background: url(images/tidal_h1.jpg) no-repeat;
}
h2 {
	height: 29px;
	font-size: 13px;
	font-weight: bold;
	color: #0038A8;
	background: url(images/tidal_gray.jpg) no-repeat;
}

.input2 form{
padding: 0 0 10px 0;
margin: 0;
}

th {
font-weight: normal;
}

/*End Body*/

/*Container*/

#tidal_container {
	width: 800px;
	margin: 0px auto 20px auto;
	position: relative;
	text-align: center;
	background: url(images/tidal_container_bg.jpg) repeat-y;
}

/*End Container*/

/*Header*/

#tidal_header {
	background: url(images/tidal_header.jpg) no-repeat;
	width: 800px;
}
#tidal_site_title {
	padding-right: 33px;
	text-align: right;
	padding-left: 25px;
	height: 130px;
	color: #939905;
	font-weight: normal;
	font-size: 22px;
	padding-top: 8px;
	margin-right: -10px;
}

#tidal_header_pic {
width: 800px;
	height: 116px;
	background: url(images/tidal_slogan.jpg) no-repeat;
	float: left;
}
#tidal_slogan {
	float: left;
	width: 500px;
	text-align: right;
	padding-right: 0px;
	padding-top: 42px;
	font-weight: normal;
	color: #0038A8;
	font-size: 14px;
	line-height: 18px;
}
#tidal_slogan_text {
	float: left;
	text-align: right;
	width: 500px;
	padding-top: 5px;
	font-size:11px;
}

.header_text {
color:#333333;
font-size: 11px;
}
.header_text a:link, .header_text a:visited { color: #939905; text-decoration: none; } 
.header_text a:active, .header_text a:hover { color: #0038A8; text-decoration: none; }

/*End Header*/

/*Menu*/

#menu {
	margin-left: 10px;
	padding-left: 10px;
	width: 790px;
	float: left;
	margin-top: -34px;
	position: relative; /* Menu position that can be changed at will */
	text-align: center;
	display: block;
	left: 10px;
	z-index:100;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#menu dl {
	float: left;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	width: 8em;
	height: 2em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
margin: 1px;
}
.current{
	color: #0038A8;
	background: url(images/tidal_link_hover.jpg) center no-repeat;
}

#menu dd {
display: none;
border: 1px solid ;
background: #0038A8;
padding: 5px;
width: 9em;
}
#menu li {
text-align: left;



}
#menu li a, #menu dt a {
color: #ffffff;
line-height: 32px;
text-decoration: none;
display: block;
height: 32px;
border: 0 none;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #0038A8;
width: 100%;
background: url(images/tidal_link_hover.jpg) center no-repeat;
}


/*End Menu*/
/*Content*/

#tidal_content {
	width: 800px;
	text-align: left;
}
#tidal_content a:link, #tidal_content a:visited {
	color: #0038A8;
	font-weight: normal;
}
#tidal_content a:active, #tidal_content a:hover {
	color: #939905;
	font-weight: normal;
}

#tidal_career_content{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;

}

#tidal_top {
	float: left;
	width: 800px;
	margin-top: -2px;
	padding-left: 0px;
	text-align: justify;
}
#tidal_top p {
font-size: 12px;
color: #333333;
}
#tidal_top img{
margin: 10px 10px 10px 20px;
}

#tidal_left {
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 95px;
	text-align: left;
}
#tidal_left span {
	color: #0038A8;
	font-weight:normal;
}
#tidal_middle {
	float: left;
	width: 260px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: justify;
}
#tidal_right {
	float: right;
	margin-right: 30px;
	width: 215px;
	margin-top: 20px;
	text-align: justify;
	font-size: 11px;
	line-height: 9px;
}
#tidal_right img {
	padding-left: 10px;
}

#tidal_right_column {
	float: right;
	width: 200px;
	margin-top: -100px;
	text-align: justify;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#tidal_right_column a:link, #tidal_right_column a:visited { font-size: 11px; line-height: 9px; color: #939905; text-decoration: none; } 
#tidal_right_column a:active, #tidal_right_column a:hover { font-size: 11px; line-height: 9px; color: #0038A8; text-decoration: none; }

/*End Content*/

/*Footer*/

#tidal_footer {
	clear: both;
	width: 800px;
	margin-top: 10px;
	background: #0038A8;
	height: 50px;
	text-align: left;
}

.footer_left {
	float: left;
	width: 470px;
	padding-top: 5px;
	padding-left: 30px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
.footer_left a:link, .footer_left a:visited { color: #939905; text-decoration: none; } 
.footer_left a:active, .footer_left a:hover { color: #FFFFFF; text-decoration: underline; }

.footer_dot {
	float: left;
	width: 1px;
	height: 50px;
	background: url(images/tidal_dot.gif) repeat-y;
}
.footer_right {
	float: right;
	padding-top: 5px;
	width: 212px;
	height: 40px;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

/*End Footer*/

/*Misc*/

.phone_tag{
font-size: 16px;
color: #0038A8;
line-height: 21px;
}

.gold_text {
color: #939905;
}

.blue_text {
color: #0038A8
}

input {
margin-top:10px;
background: #e8ffb4;
}

.input2 input{
margin-top:10px;
background: #CCCCCC;
}

.border border{
border: 1px solid #0038A8;
}

#form {
width: 550px;
}

/*End Misc*/
