@charset "utf-8";
/* CSS Document */

#test {
		z-index: 5;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}

a {
	font-weight: bold;
	color: #a0801f;
	text-decoration: none;
	outline:none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

p {
margin-top: 10px; 
margin-bottom: 10px; 
}

h1 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

h2 {
font-size: 14px;
font-weight: bold;
margin-top: 10px; 
margin-bottom: 10px; 
}

.clr {clear:both;} /* <div class="clr"></div> */

div.hr {
height:1px;
width: 713px;
border-style: none;
background-color: #ffc423;
margin: 8px 0px 8px 0px;  /* TOP, RIGHT, BOTTOM, LEFT */
}

div.hr hr {
  display: none;
}


/* CONTAINERS */

#container {  /* Holds: main, footer */
	margin:15px auto;
	width: 752px;
	height: auto;
	background-color: white;
}

#main {  /* Holds: header, content */
	width: 752px;
	height: auto;
	background-color: white;
	text-align: left;
}

#header {   /* Holds: Header, duh  */
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 8px;
	width: 722px;
	height: 40px;
	clear: both;
	background-color: white;
}

#content {   /* Holds: Galleries, content  */
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 4px;
	width: 722px;
	height: auto;
	background-color: white;
	text-align: left;
}

#footer {   /* copyright & mp3 player */
	margin-left: 15px;
	margin-right: 15px;
	width: 722px;
	height: 13px;
	clear: both;
	background-color: white;
	outline: none;    /* Hides ugly dotted border when link is clicked in flash swf in firefox */
	overflow: hidden; /* Hides ugly dotted border when link is clicked in flash swf in firefox */
	text-align: right;
	font-size: 9px;
	color: #a0801f;
}

#left {
	width: 353px;
	height: auto;
	margin-right: 8px;
	float:left;
}

#right {
	width: 353px;
	height: auto;
	margin-left: 8px;
	float:right;
}

/* HEADER & NAVIGATION */

#logo {
	width: 111px;
	height: 40px;
	margin:0;
	overflow: hidden;
	background-image: url(images/logo_111x40.gif);
	float:left;
}

#logo a {
display: block;
width:111px;
height:40px;
text-indent: -100000px;  /* Forces text off page so you can't see it. */
} 

#nav_bkgd { /* Yellow Bar */
	width: 611px;
	height: 40px;
	background-color: #ffc423;
	float:right;
}

/* PORTFOLIO */

#portfolio {
	width: 722px;
	height: auto;
	margin: 0;
	padding: 0;
	outline: none;    /* Hides ugly dotted border when link is clicked in flash swf in firefox */
	overflow: hidden; /* Hides ugly dotted border when link is clicked in flash swf in firefox */
}

/* VIDEO */

#video {
	width: 722px;
	height: auto;
	text-align: center;
}

/* INFO & CONTACT */

#box {   /* Off-Yellow BKGD Box */
	width: 345px;
	height: 490px;
	padding: 8px 8px 8px 8px;  /* TOP, RIGHT, BOTTOM, LEFT */
	font-size: 11px;
	text-align: left;
	background-color: #f7e3a5;
}

#box2 {   /* Blank BKGD Box */
	width: 345px;
	padding: 8px;
	font-size: 11px;
	text-align: left;
}

#form .smalltext {
	font-size: 11px;
}

.fields1 {
	width: 100%;
	margin-bottom: 3px;
	font-size: 11px;
    border: 1px solid #a0801f;
}

.fields2 {
	width: 100%;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 3px;
    border: 1px solid #a0801f;	
}

.fields3 {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 11px;
    border: 1px solid #a0801f;
}

/* NOFLASH */

#noflash {
	background-color: #f7e3a5;
}
	
#noflash a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#noflash img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Nav */

#nav {
	list-style-type: none;
	margin: 15px 12px 0px 0px; /* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0;
	width: 250px;
	height: 11px;
	float:right;
}

#nav, #nav ul {
	list-style: none;
    background-color: #ffc423;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	height: 12px; /* Moves Divider image up/down */
	background-image: url(images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
}

#nav li ul {  /* Drop-down */
	position: absolute;
	left: -999em; /* Repositions off screen */
	margin: 0;
	padding: 3px 0px 0px 0px; /* TOP, RIGHT, BOTTOM, LEFT - Pads the box */
	text-align: left;
	height: 16px;
	/*left: -5px; */
}

#nav li:hover ul {  /* The Drop-down "box", seen when hovering */
	margin: 0;
	padding: 3px 0px 0px 0px; /* TOP, RIGHT, BOTTOM, LEFT - Pads the box */
	text-align: left;
	height: 16px;
	left: -1px;
}

#nav li:hover li {  /* Line items you see when hovering */
	/*padding-left: -6px;    /* Gets rid of padding from "#nav li" inbetween items */
	/*padding-right: 7px;    /* Gets rid of padding from "#nav li" inbetween items */
	/*padding-bottom: 0px;  /* Space inbetween sub-nav links */
}

#nav li:hover ul, #nav li.sfhover ul {
	/*left: auto;*/
}

ul li:hover {  /* Fixes drop-downs sticking in IE */
    visibility:visible;
}

/* Nav Images */

#nav a.home {
	display: block;
	width: 36px;
	height: 11px;
	background-image: url(images/nav_home.gif);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.home:hover {
	background-position: bottom;
}

#nav a.love {
	display: block;
	width: 33px;
	height: 11px;
	background-image: url(images/nav_love.gif);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.love:hover {
	background-position: bottom;
}

#nav a.portfolio {
	display: block;
	width: 67px;
	height: 11px;
	background-image: url(images/nav_portfolio.gif);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.portfolio:hover {
	background-position: bottom;
}

#nav a.contact {
	display: block;
	width: 57px;
	height: 11px;
	background-image: url(images/nav_contact.gif);
	text-decoration: none;
	text-indent: -999em;
}
#nav a.contact:hover {
	background-position: bottom;
}


/* Nav Current State */

body#home_state a.home,
body#love_state a.love,
body#portfolio_state a.portfolio,
body#contact_state a.contact {
background-position: bottom;
}

	
