
/* CSS Document */

/*  normalizes margin and padding */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }

/* normalizes font size for headers */
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }

/* removes list-style from lists */
ul,ol { list-style:none; }

/* removes border from fieldset and img */
a img,:link img,:visited img { border:none; }

/* removes underline from links */
:link,:visited { text-decoration:none; }

/* left-aligns text in caption and th */
caption,th { text-align:left; }

/* removes quotaion marks from q */
q:before,q:after { content:''; }

/* de-italicize address */
address { font-style:normal; }

/*  ----------------------- layout ----------------------- */

html {
text-align:center; 
background-color:#eef2fd;
background-image:url(http://www.nocturnal-central.com/images/back_body.gif);
background-repeat:repeat-x;

}

body {
position:relative;
margin:0 auto;
font:80%/1.5 Arial, Helvetica, sans-serif;
text-align:left; 
width:900px;

}

a {
font-weight:bold;
color:#083a8e; 
}

a:hover {
color:#6f8dc5;
}


/*  ----------------------- branding ----------------------- */

div#branding {
height:121px; 
width:880px;
text-align:left;
font-family:Tahoma, Arial, sans-serif;
font-size:13px;
}

div#branding h1 {
position:absolute;
background: transparent url(http://www.nocturnal-central.com/images/logo.gif) no-repeat 0 0;
text-indent:-9999px; 
}

div#branding h1 a {
display: block;
height: 121px;
width: 255px;
}

/*  ----------------------- branding navigation ----------------------- */

div#branding ul {
position:absolute;
top:46px ;
left:280px;
height:121px;
}

div#branding li {
position:relative;
display:relative;
float:left;
text-align:center;
margin:0px 0px 0px 10px;

}

div#branding li a {
display:block;
width:90px;
height:34px;
padding:6px 0px 0px 0px;
font-weight:normal;
color:white;

}

div#branding li[class="on"] a {
padding:7px 0px 0px 0px;
background:transparent url(http://www.nocturnal-central.com/images/button_nav_on.gif) no-repeat center top;
}

div#branding li[class="off"] a {
background:transparent url(http://www.nocturnal-central.com/images/button_nav.gif) no-repeat center top;
}

div#branding li[class="off"] a:hover {
padding:7px 0px 0px 0px;
background:transparent url(http://www.nocturnal-central.com/images/button_nav_on.gif) no-repeat center top;
}

/*  ----------------------- content ----------------------- */

div#content {
width:880px;
text-align:left;
background-image:url(http://www.nocturnal-central.com/images/back_content.gif);
background-repeat:repeat-y;
}

div#content_main {
width:540px;
padding:0px 50px 0px 30px;
float:left;
}

div#content_main ul {
}

div#content_main li {
}

div#content_main img {
margin:0px 0px 10px 0px;
float:none;
}

div#content_main h2 {
font-family:Tahoma, Arial, sans-serif;
font-size:15px;
font-weight:normal;
line-height:100%;
margin:0px -50px 10px -30px;
padding:9px 0px 20px 30px;
color:#FFFFFF;
background-image:url(http://www.nocturnal-central.com/images/back_header.gif);
background-repeat:no-repeat;
}

div#content_main h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
line-height:100%;
font-weight:normal;
}

div#content_main p {
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
line-height:150%;
margin-bottom:15px;
}

div#content_main span {
font-size:12px;
font-weight:bold;
color:#999999;
}

.byline {
display:block;
margin-bottom:15px;
}

/*  ----------------------- sub content ----------------------- */

div#content_sub {
width:220px;
float:right;
padding:0px 20px 0px 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:15px;

}

div#content_sub h4{
font-family:Tahoma, Arial, sans-serif;
font-size:15px;
font-weight:normal;
line-height:100%;
margin:0px -50px -210px -20px;
padding:9px 0px 0px 20px;
color:#FFFFFF;
background-image:url(http://www.nocturnal-central.com/images/back_side.gif);
background-repeat:no-repeat;
height:252px;
}

div#content_sub h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

div#content_sub img {
margin:0px 0px 0px 29px;
text-align:center;
}

div#content_sub p {
margin:0px 0px 20px 0px;
}

div#content_sub img {
margin-bottom:15px;
}


/*  ----------------------- footer ----------------------- */

div#footer {
background:transparent url(http://www.nocturnal-central.com/images/back_footer.gif) no-repeat 0 0;
padding:40px 25px 50px 25px;
position:relative;
}

div#footer li {
float:left;
margin:0px 5px 10px 0px;
}

