/* La Bella Brass - Global CSS */

/*--------------------------------------------------------------------------
 reset all css
 -------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,  h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
margin: 0;
padding: 0;
}

h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

ol, ul {
list-style-type: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption, th {
text-align: left;
}

fieldset, img {
border: 0;
}

dt, address, caption, cite, code, dfn, em, i, strong, b, th, var {
font-style: normal;
font-weight: normal;
}

q:before, q:after {
content: '';
}
/*--------------------------------------------------------------------------
end css reset
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
begin common text elements
--------------------------------------------------------------------------*/
h2, h3, h4, h5, p, ul {
margin: 0 20px;
padding: .5em 0;
}
/*--------------------------------------------------------------------------
end common text elements
--------------------------------------------------------------------------*/


body {
position: relative;
margin: 0 auto;
background: url(images/bg.gif) repeat-x;
color: #292929;
font: 1em arial, lucida grande, verdana, sans serif;
line-height: 18px;
}

#wrapper {
width: 1000px;
text-align: center;
}


/* begin header */
h1 {
text-indent: -9999px;
}

#header {
height: 306px;
position: relative;
}

#header img {
position: absolute;
top: 0;
left: -20px;
width: 248px;
height: 310px;
z-index: 0;
}

#flash_logo {
position: absolute;
top: 95px;
left: 300px;
}
/* end header */


/* begin navigation */
#nav_main {
position: absolute;
top: 20px;
left: 150px;
}

#nav_main ul {
display: block;
}

#nav_main li {
display: inline;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {
float: left;
margin-right: 10px;
height: 45px;
text-indent: -9999px;
}

#nav1 {
background: url(images/home1.gif) no-repeat;
width: 66px;
}

#nav1:hover {
background: url(images/home2.gif) no-repeat;
}

#nav2 {
background: url(images/news1.gif) no-repeat;
width: 197px;
}

#nav2:hover {
background: url(images/news2.gif) no-repeat;
}

#nav3 {
background: url(images/meet1.gif) no-repeat;
width: 160px;
}

#nav3:hover {
background: url(images/meet2.gif) no-repeat;
}

#nav4 {
background: url(images/listen1.gif) no-repeat;
width: 73px;
}

#nav4:hover {
background: url(images/listen2.gif) no-repeat;
}

#nav5 {
background: url(images/weddings1.gif) no-repeat;
width: 103px;
}

#nav5:hover {
background: url(images/weddings2.gif) no-repeat;
}

#nav6 {
background: url(images/contact1.gif) no-repeat;
width: 78px;
}

#nav6:hover {
background: url(images/contact2.gif) no-repeat;
}
/* end navigation */


/* begin content */
#content {
float: left;
margin-left: 50px;
margin-bottom: 50px;
width: 1000px;
}

#content_left {
float: left;
width: 430px;
margin-top: 20px;
}

#content_right {
float: left;
width: 400px;
margin-left: 75px;
}

#content h2, h3 {
color: #970f00;
font-size: 1em;
font-weight: 700;
}

#content_left h3 {
text-align: left;
margin-left: 60px;
}

#content_right h3 {
text-align: left;
margin-left: 15px;
margin-bottom: 10px;
margin-top: 20px;
}

#content h4 {
color: #970f00;
font-size: .75em;
font-weight: 700;
text-align: left;
}

#content h4 a {
color: #970f00;
}

#content_left img {
margin-top: 0px;
margin-left: 50px;
}

#content_left p {
margin-left: 60px;
}

#home #content p, #weddings #content_right p, #contact #content p, #news_schedule #content p {
font-size: .9em;
font-weight: 700;
margin-bottom: 10px;
}

#meet #content p, #weddings #content_left p, #news_schedule #content p, #contact #content p {
font-size: .75em;
font-weight: normal;
text-align: left;
margin-bottom: 10px;
}

#meet #content_right img {
float: left;
margin-right: 10px;
margin-left: 15px;
}

#news_schedule #content_right {
margin-left: 75px;
}

#news_schedule #content_left img {
margin-left: 10px;
}

#contact #content img {
margin-top: 20px;
}

div.hr {
width: 225px;
margin-left: 20px;
height: 15px;
background: #fff url(images/hr1a.gif) no-repeat scroll left;
margin-bottom: 10px;
}

div.hr hr {
display: none;
} 

p.icon_image1 {
padding-left: 40px;
background: url(images/acrobat_icon.jpg) no-repeat left center;
}

p.icon_image2 {
padding-left: 40px;
background: url(images/word_icon.gif) no-repeat left center;
}

#flash_mp3player {
margin-bottom: 25px;
}

blockquote {
font-style: italic;
}

p a:link, p a:visited {
color: #393939;
font-weight: bold;
}
/* end content */


/* begin footer */
#footer {
position: relative;
clear: both;
margin-top: 50px;
width: 100%;
height: 100px;
background: #393939;
}

#footer img {
position: absolute;
left: 450px;
top: -47px;
width: 130px;
height: 119px;
}

#footer #link {
position: absolute;
top: 10px;
left: 20px;
color: #ffffff;
font-size: .85em;
font-weight: bold;
}

#footer #link a, #footer #copyright a{
color: #a3c380;
text-decoration: none;
}

#footer #link a:hover, #footer #copyright a:hover {
color: #a3c380;
}

#footer #copyright {
position: absolute;
top: 10px;
left: 600px;
color: #fff;
font-size: .85em;
font-weight: bold;
}


/* form content */
#feedback {
margin-top: 15px;
margin-left: 0px;
text-align: left;
}

#send_info {
font-weight: bold;
color: #fff;
background-color: #970f00;
border: none;
padding: 1px 3px;
margin-top: -15px;
}

label {
color: #970f00;
font-weight: bold;
font-size: 1.2em;
}


textarea {
width: 300px;
}

.formbox, textarea#comments {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #393939;
background-color: #a3c380;
border: 1px solid #fff;
padding: 1px 3px;
}

p strong, p.warning {
display: block;
margin-top: 20px;
font-size: 14px;
color: #970f00;
font-weight: bold;
text-align: left;
}

span.warning {
color: #970f00;
font-size: .95em;
}

em.required {
font-size: 12px;
}


