body
{
background-color: #39398c;
background-image: url( '../images/blue_black_bg.gif' );
text-align: center;
}

h1, h2, h3, h4, h5, h6
{
text-align: left;
font-weight: bold;
}

#datetime
{
float: left;
font-weight: bold;
font-size: 90%;
}

.reg_opt
{
background-color: #dadae7;
border: 1px solid #b5b5ce;
float: left;
width: 30%;
margin: 30px 3px;
padding: 3px;
padding-top: 10px;
font-size: 90%;
height: 210px;
text-align: center;
cursor: pointer;
}

.reg_opt:hover
{
background-color: #b5b5ce;
}

.reg_opt h4
{
text-align: center;
font-size: 130%;
}

.reg_opt a
{
color: #000;
}


h1, #container h1 a
{
/*font-variant: small-caps;*/
font-size: 16pt;
color: #fff;
text-decoration: none;
}

h2, #content h1
{
color: #ba2c21;
font-size: 16pt;
letter-spacing: -0.02em;
margin: 10px 0 10px 0;
padding-bottom: 4px;
border-bottom: 1px solid #ba2c21;
font-family: helvetica, 'Trebuchet MS', verdana, sans-serif;
}

h3, .articles h3 a
{
color: #ba2c21;
font-size: 11pt;
text-decoration: none;
}

.articles h3 a:hover
{
text-decoration: underline;
}

h5
{
font-style: italic;
}

h6
{
font-size: 8pt;
color: #a0a0a0;
text-align: right;
font-weight: normal;
font-style: italic;
border-bottom: 1px solid #b5b5ce;
}

h6 strong
{
font-size: 8pt;
}

#nav ul
{
width: 500px;
}

/* set transparency on links */
#links img
{
opacity: 0.5;
filter: alpha( opacity = 50 );
}

#links p
{
float: left;
width: 46%;
height: 150px;
}

#links
{
/*display: none;*/
text-align: center;
}

#sidebar_ads
{
text-align: center;
margin-top: 20px;
}

#sidebar_ads img
{
margin-bottom: 10px;
}

#links img
{
margin-top: 20px;
}

#content
{
margin: 0 150px 30px 200px;
text-align: justify;
}

#container
{
background-color: #fff;
text-align: left;
padding: 10px;
border: 1px solid #9c9cc5;
border-bottom: 0;
margin-right: 10px;
}

#logo
{
float: right;
margin-right: 40px;
font-size: 1pt;
line-height: 1px;
}

#shadow
{
background-color: #fff;
background-image: url( '../images/shadow_right.gif' );
background-repeat: repeat-y;
background-position: top right; 
margin: 50px auto;
/*
background-image: url( '../images/shadow_right.gif' );
background-repeat: repeat-y;
background-position: top right;
*/
width: 770px;
}

#header
{
/*background-color: #393b87;*/
padding: 32px 20px;
color: #fff;
border: 1px solid #9c9dc3;
background-color: #393b87;
background-image: url( '../images/header_bg.gif' );
background-repeat: repeat-x;
background-position: bottom left;
}

#shadow_topright
{
background-color: #39398c;
background-image: url( '../images/shadow_topright.gif' );
background-repeat: no-repeat;
/*
background-image: url( '../images/shadow_topright.gif' );
background-repeat: no-repeat;
background-position: top right;
*/
width: 10px;
height: 10px;
float: right;
}

#menu li.selected, #menu li.selected a
{
color: #333;
}



#content
{
line-height: 1.5em;
}

#content p
{
margin: 10px 5px;
}

#content li
{
padding: 2px 10px;
margin-left: 30px;
}

#content ul li
{
list-style-type: square;
}

#nav
{
/*background-color: #ba2c21;*/
margin: 5px 0 15px 0;
padding: 5px 10px;
border: 1px solid #dd9690;
background-color: #ba2c21;
background-image: url( '../images/red_bg.gif' );
background-repeat: repeat-x;
background-position: top right; 

}

#footer
{
text-align: center;
background-color: #fff;
background-image: url( '../images/shadow_bottom.gif' );
background-repeat: no-repeat;
background-position: top right; 
height: 125px;
clear: left;
}

#footer p, #footer a
{
font-size: 8pt;
margin: 15px 0;
}

#footer hr
{
border: 0;
border-top: 1px solid #ba2c21;
width: 60%;
margin: 0 auto;
}

#nav li
{
float: left;
}

#nav a
{
border: 1px solid transparent;
color: #fff;
padding: 3px 10px;
margin: 0 2px;
display: block;
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;
}

#nav a:hover
{
border: 1px solid #791d16;
border-bottom: 1px solid #e0a29d;
border-right: 1px solid #e0a29d;
}

#nav li.selected a
{
border: 1px solid #791d16;
border-top: 1px solid #e0a29d;
border-left: 1px solid #e0a29d;
}

.floatfix
{
width: 100%;
overflow: hidden;
}

#sidebar
{
float: left;
width: 180px;
}

a
{

}

a:hover
{
text-decoration: none;
}

#menu
{
background-color: #b5b5ce;
border: 1px solid #dadae7;
padding: 10px;
-moz-border-radius-bottomright: 20px;
}

#menu li
{
list-style-type: square;
color: #fff;
margin: 2px 0 2px 15px;
}

#menu a
{
font-size: 10pt;
display: block;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
padding: 3px 6px;
}

#menu ul ul li
{
font-size: 8pt;
color: #333;
margin-left: 10px;
}

#menu ul ul a
{
font-size: 8pt;
color: #333;
}

#menu a:hover
{
text-decoration: underline;
}

/************** membership form ***************/



.input_form span
{
color: red;
font-weight: normal;
}

td
{
padding: 5px;
}

.fee input
{
text-align: center;
}

th
{
text-align: right;
}

input[type=reset]
{
font-variant: small-caps;
padding: 5px 10px;
}

input[type=submit]
{
font-variant: small-caps;
padding: 5px 40px;
font-weight:bold;
}

.email
{
text-decoration: underline;
color: blue;
letter-spacing: 0;
}

/*
strong
{
font-size: 14pt;
letter-spacing: 1px;
}
*/

hr
{
width: 60%;
margin: 10px 0 10px auto;
}

.input_field
{
background: #fff url( 'http://www.pubjury.com../images/input_shadow.gif' ) repeat-x 0 0;
}

table
{
margin: 20px;
}


/*** logos ***/

.networkeq
{
vertical-align: middle;

}

.clockworkfish:hover
{
border-bottom: 1px solid #F0843E;
}

.networkeq
{
color: #30373f;
text-decoration: none;
font-weight: bold;
font-size: 9pt !important;
/*
padding: 2px 3px;
background-color: #9bcbe5;
-moz-border-radius: 3px;
-moz-border-radius-bottomright: 0;
border: 1px solid #46617b;
*/
}

/** end logos ***/



.breadcrumbs
{
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs em, .breadcrumbs a:visited
{
font-size: 8pt;
letter-spacing: 0.02em;
color: #888;
}

.breadcrumbs a:hover
{
text-decoration: underline;
}

.breadcrumbs em, .breadcrumbs a:hover
{
font-style: normal;
color: #444;
}



.articles .article
{
border: 1px solid #b5b5ce;
margin-bottom: 20px;
padding: 7px 10px;
}

.article .date
{
float: right;
margin: 0 0 0 5px;
}



dl
{
margin-left: 50px;
}

blockquote
{
margin: 10px 20px;
font-style: italic;
}



#user_info
{
text-align: right;
font-size: 90%;
margin-bottom: 10px;
}

#user_info a
{
color: #ba2c21;
}

#news_headlines a
{
font-size: 8pt;
}

#content #news_headlines li
{
padding: 0;
margin-left: 20px;
}

dt
{
font-weight: bold;
margin-top: 20px;
}

dd
{
margin-left: 20px;
}


#content .input_form
{
width: auto;
}





.highlighted
{
text-align: center;
margin: 40px;
}

.highlighted a
{
color: white;
}




.donate {
color: #BA2C21;
text-align: center;
}

#donate_home {
overflow: hidden;
margin: 30px;
border: 1px solid #BA2C21;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 10px;
}

#donate_home form {
float: right;
margin-left: 20px;
}

#donate_sidebar {
padding: 5px;
line-height: 1.3;
}