/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

/* 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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #085A6C;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
	color: #81C5D3;
}

a#owner {
	color: #000000;
	text-decoration:none;
}

a#owner:hover {
	text-decoration: underline;
	color: #81C5D3;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 195px;
	right: 20px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* Creates the div container for the header. */

div#logo {
	border: 0px solid #000000;
	width: 529px;
	height: 193px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;

}

a#logoright {
	position: absolute;
	top: -1px;
	right: 19px;
	border: 0px solid #000000;
	width: 362px;
	height: 185px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

address {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 40px 0px 5px 15px;
	text-align: left;
}
address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #334f7f;
}
address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 222px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 990px;
	top: 192px;
	position: absolute;
	text-align: left;
	left: 2px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #ffffff;
	background-color: #000000;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;
\
	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#nav li a {
	display:block;
	padding: 6px 9px 6px;
	color: #ffffff;
	text-decoration:none;

	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #085668;
	font-size: 10px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #f04935;
	color: #004E8F;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000;
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 790px;
}

.right {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	border: 1px solid #000000;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 38px;
}

div#footerholder {
	text-align: right;
	padding-top: 10px;
	padding-right: 90px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#000000;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#334f7f;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.ypimg {
	border: 0px;
	padding-top: 5px;
}


/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 183px;
	vertical-align: top;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height:15px;
	margin-bottom: 5px;
}

li {
	font-size:12px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 680px;
	padding: 20px 0px 20px 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 0px;
}

div#iframe2 {
	width: 720px;
	padding: 20px 0px 20px 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
}

div#leftside strong {
	vertical-align: top;
	color: #000000;
	text-transform: uppercase;
}

/* Creates the div for the mission statement */

div#missionststement {
	margin: 15px auto;
	padding: 7px 0px 20px 0px;
	width: 600px;
	background-color: #f04935;
	border: 1px solid #004D8B;
}

/* Creates the div for the get to know us page */

div#gettoknowus {
	float: left;
	margin: 0px 0px 15px 30px;
	padding: 20px 0px 20px 0px;
	width: 520px;
	border: 0px solid red;
}

div#left {
	float: left;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	width: 250px;
	border: 0px solid red;
}

div#right {
	float: right;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	width: 250px;
	border: 0px solid red;
}

/* Creates the div for the location page */

div#locationinfo {
	float: left;
	margin: 15px 0px 15px 30px;
	padding: 0px 0px 0px 0px;
	width: 370px;
	border: 0px solid red;
}

div#hours {
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 160px;
	border: 0px solid red;
}

div#time {
	float: right;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 200px;
	border: 0px solid red;
}

/* Creates the div for the martial arts page */

div#martialartsinfo {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	margin: 0px 0px 15px 50px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	border: 0px solid red;
}

div#martialartshours {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 220px;
	border: 0px solid red;
}

div#martialartsprices {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 175px;	
	text-align: right;
	border: 0px solid red;
}

/* Creates the div for the map */
div#map {
	margin: 15px auto;
	width: 550px;
	height: 400px;
	border: 1px solid #000000;
}

/* Creates the div for the slideshow on the virtual tour page */
div#slideshow {
	width: 680px;
	height: 475px;
	margin: 15px auto;
}

