/* CSS Document */


/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html, body {
	height:100%;
}

body {
	background:#fff url(images/bg.jpg) top center no-repeat;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font:normal 13px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */

}
/* Redefines the p tag */

h1 {
	font:normal 18px Arial, Helvetica, sans-serif;
	color: #fff;
}
h2 {
	font-size: 14px;
	color: #555;
	margin:15px 0 5px 0;
}
h3 {
	font-size: 12px;
	color: #555;
	margin:15px 0 5px 0;
}
strong {
	color:#fff;
}
address {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#002157;
	text-align:left;
	margin:10px 10px 10px 20px;
}
blockquote {
	font:normal 11px  Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
}

cite {
}
/* ----------------- CONTENT LINKS ----------------- */
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	text-decoration: underline;
	color:#fff;
}
a:visited {
	text-decoration: underline;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color:#fff;
}
a:active {
	text-decoration: underline;
	color:#fff;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	position:relative;
	width:773px;
	background:url(images/header.jpg) bottom left no-repeat;
	margin-left:auto;
	margin-right:auto;
	height:227px;
}
/* Creates the div container for the site. */
div#site_container {
	position:relative;
	width:773px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/content_bg.gif) top left repeat-y;
}

/* Creates DIV container for left column. */
div#right {
	background:url(images/sidebg.gif) top left no-repeat;
	float:right;
	display:inline;
	width:210px;
	text-align:center;
}

div#right a {
	color:#002157;
	font-size:11px;
	font-weight:bold;
}
div#left img{

}

/* Creates DIV container for middle column. */
div#middle {
	float:left;
	display: inline;
	text-align:left;
	width:500px;
	padding:0 0 10px 25px;
}

/* Creates the div container for the footer. */
div#footer {
	clear:both;
	background:#fff url(images/footer.gif) top left no-repeat;
	height:22px;
	padding:0;
}
/* Creates the div container for the copyright. */
div#copyright {
	clear:both;
	position:relative;
	text-align:center;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
}

div#copyright a:link, div#copyright a:hover, div#copyright a:visited, div#copyright a:active {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333;
}
/* ----------------- TABLE ELEMENTS ----------------- */

/* Apply this ID to your Services table. The only properties in the code should be the table tags; no widths, colors, spacing, etc. */

table#services {
	font:12px Arial, Helvetica, sans-serif;
	text-align:left;
	width:100%;
	background:#ccc;
}
table#services caption {
	text-align:center;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	margin:3px;
}
table#services th {
	background:#999;
	color:#fff;
	font-weight:bold;
	border-left:1px solid #fff;
}
table#services td {
	color:#333;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}


/* ----------------- FORM ELEMENTS ----------------- */

fieldset {
}
legend {
}
label {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	vertical-align:middle;
	line-height:3;
}

input, textarea {
	vertical-align:middle;
}

div.formalign {
	text-align:right;
	white-space:nowrap;
	width:350px;
}

/* The following two styles are optional, if you want to style your textfields or textareas. */

textfield {
}
textarea {
}

/* ----------------- LIST ELEMENTS ----------------- */


ul#services {
}

/* The following two styles are provided, if you want to use them. */
ul#services ul {
}
ul#services li {
}

/* The following two styles for the main page navigation */

ul#mainnav {
	list-style:none;
	padding:0;
	margin:0;
}
ul#mainnav li {
	font:bold 11px Arial, Helvetica, sans-serif;
}

ul#mainnav li a, ul#mainnav li a:link, ul#mainnav li a:active {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #002157;
	background: url(images/select.gif) top left repeat-y;
	text-decoration: none;
	width:187px;
	border-bottom:1px solid #6b0807;
	padding:5px 0 5px 20px;
	display:block;
}

ul#mainnav li a:hover, ul#mainnav li a.current{
	font:bold 11px Arial, Helvetica, sans-serif;
	background: #002157;
	color:#fff;
	text-decoration: none;
	width:187px;
	padding:5px 0 5px 15px;
	border-left:5px solid #6b0807;
	display:block;
}
/* the following are styles for the footer navigation */

ul#footernav {
	margin:0;
	padding-top:25px;
	text-align:center;
	width: 773px;
}
ul#footernav li {
	list-style: none;
	display: inline;
	color: #002157;
}

ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	font:bold 11px  Arial, Helvetica, sans-serif;
	color: #002157;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

ul#footernav li a:hover {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* These were required in the assignment and should be used. */

dl {
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
}
dt {
	font-weight:bold;
	color:#999;
	margin:10px 0 0 0;
}
dd {
	font-size:11px;
}

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
float: left;
padding:5px;
margin:10px;
border:1px solid #ccc;
}
.right {
float: right;
padding:5px;
margin:10px;
border:1px solid #ccc;
}

.float_right {
float: right;
padding:5px;
margin:10px;
}

.float_left {
float: left;
padding:5px;
margin:10px;
}

.clear {
clear: both;
}
/* ----------------- YOUR CUSTOM CLASSES ----------------- */

/* Before you add any, always think ... is there an existing tag I can redefine? */


div#content {
	 text-align:left;
}

ul {
	margin-top:0;
}

.img_block {
	display:block;
}

.w_border {
	border:1px solid #fff;
	padding:5px;
	margin:5px 0 5px 6px;
}
div#map {
	text-align:center;
	float:left;
}

div#payment {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin:5px 0 3px 6px;
}

div#audio {
	position:absolute;
	height:23px;
	width:124px;
	left: 382px;
	top: 8px;
}

div#web_audio {
	position:absolute;
	background:url(images/webaudio.gif) top left no-repeat;
	width: 103px;
	height:25px;
	padding:3px 10px 10px 15px;
	left: 604px;
	top: 166px;
}
/*==========Owner Login===========*/

div#owner_login a {
	float:right;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;

}

div#btm_container {
	width:773px;
	margin-left:auto;
	margin-right:auto;
}


.img_border {
padding:5px;
margin:5px;
border:1px solid #ccc;
}

.img_padding {
	padding:15px 0 0 20px;
	text-align:center;
}

.small_txt {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#002157;
}
