/** aMember-specific styles here */

/* properties for entire page and text inside tables */
body, th, td {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
/* properties for all input elements */
input, textarea {
    font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    font-size: 0.9em;
}
hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
ul, li { list-style: disc; }
a { color:#1f508f; }
a:hover { text-decoration:none; }

.small { font-size: x-small; font-weight: normal; }
.powered, .powered a { font-size: x-small; color: #808080; margin: 0.5em 0em 0.5em 0em; }
strong, .strong { font-weight: bold; }
.text_disabled { color: ButtonFace; } 

/* properties for headers */
h1,h2,h3 {
    color: #707070;
    font-weight: bold;
}

h1,h2 {
    text-align: center;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

h3 { margin: 1.5em 0 0.5em 0; }

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }

/* other elements */
div.centered { text-align: center; }
div.centered table {
    margin: 0 auto; 
    text-align: left;
}
ul,ol { margin-left: 2em;}
.code { font-family: "Courier New", Monospace; font-size: 120%; color: blue; } 

/* vedit - vertical table (signup, profile edit) */
.vedit {
    border: solid 1px #8CACBB;
}
/* vedit - usual column (right) */
.vedit td {
    text-align: left;
    vertical-align: middle;
    padding: 15px 10px 10px 10px;

    background-color: white;
    border: solid 1px #8CACBB;
}
/* vedit - header column (left) */
.vedit th {
    padding: 10px 15px 10px 10px;
    text-align: right;
    vertical-align: middle;
    font-weight: bold;

    background-color: #FFFFFF;
    border: solid 1px #8CACBB;
}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    background-color: red;
    border: #cc0000 1px solid;
    margin: 5px 0px 5px 0px;
}
table.errmsg td
{
    padding: 5px 50px 5px 5px;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

/* Receipt table from thanks.html */
.receipt td {
    background-color: #F0F0F0;
    border: solid 1px black;
    padding: 2px 4px 2px 4px;
}
.receipt th {
    background-color: #C0C0C0;
    border: solid 1px black;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
.receipt td.total {
    background-color: #C0C0C0;
    border: solid 1px black;
}
.receipt {
    border-collapse: collapse;
}

/* Newsletters table on member.php */
.newsletters div {
    padding: 5px;
    margin: 5px;
}
.newsletters div.disabled {
    color: #505050;
}

.newsletters .small {padding-left:1em;}


/* Error message label on signup page */
label.error {
    padding-left: 3px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
    border: 2px solid red;
}

.menu-tabs {
    text-align:left;
    margin-bottom:1.5em;
    padding:0em;
    background:#eee;
}
    .menu-tabs > ul {
        margin:0;
        padding:0;
        border-bottom:1px solid #8CACBB;
    }

    .menu-tabs > ul li {
        float:left;
        margin:0;
        padding:0 0.4em;
        list-style: none;
    }
    
    .menu-tabs > ul li.last {
        clear:both;
        float:none
    }

    .menu-tabs a {
        color: black;
        font-weight:normal;
        font-size:9pt;
        display: block;
        padding: 5px 5px 7px;
        white-space: nowrap;
    }
    
    .menu-tabs a.expandable {
        padding-right: 20px;
    }
    
    .menu-tabs > ul li.active a {
        color:#1f508f;
    }

    .menu-tabs div.tab {
        
        position: relative;
        
        background:#DEE7EC;
        border: 1px solid #8CACBB;
        margin-top:5px;
        margin-bottom:-1px;
        z-index:5;
    }

    .menu-tabs > ul li.active div.tab {
        border-bottom-color:white;
        background:white;
    }

    .menu-tabs div.arrow {
        width: 7px;
        height: 5px;
        overflow: hidden;
        float: right;
        margin: 8px;
        background:url('./arrow.png') no-repeat left;
    }

    .menu-tabs > ul li.active div.arrow {
        background:url('./arrow.png') no-repeat right;
    }

    .menu-tabs > ul li:hover div.tab {
        background:white;
        border-bottom-color:white;
    }

    .menu-tabs > ul li:hover div.submenu {
        display:block
    }

    .menu-tabs div.submenu {
        display:none;
        position:absolute;
        border:1px solid #8CACBB;
        background: white;
        padding:0;
    }

    .menu-tabs div.submenu ul {
        margin:0;
        padding:0;
    }

    .menu-tabs div.submenu li {
        display: list-item;
        float: none;
        list-style: none;
        padding: 0;
    }

    .menu-tabs div.submenu li a {
        border: none;
        padding: 5px;
        margin: 0;
        display: block;
        background: #DEE7EC;
    }

    .menu-tabs div.submenu li a:hover {
        background: white;
    }


div.backend-wrapper {
    width: 780px;
    display: inline-block;
    text-align:left
}




/*========================================================*/


/* ================================================================ 
     GLOBAL STYLES
=================================================================== */
body {
	background: #ffffff;
	color: #000000;
    width: 100%;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, san-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#wrapper {
    width: 1000px;
    height: 100%;
    padding: 0px;
    margin: 0px auto 0px;
    }
	
a {
	color: #013E69;
	text-decoration: none;
	}

a:visited {
	color: #013E69;
	text-decoration: none;
	}
	
a:hover {
	color: #013E69;
	text-decoration: underline;
	}
	
/* ================================================================ 
     HEADINGS
=================================================================== */

h1 {
	font-size: 20px;
    line-height: 22px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    }
	


h2 {
	font-size: 18px;
    line-height: 20px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    }

h3 {
	font-size: 16px;
    line-height: 20px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    }

h4 {
	font-size: 14px;
    line-height: 18px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    }

h5 {
	font-size: 12px;
    line-height: 16px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    }

h6 {
	font-size: 11px;
    line-height: 14px;
    font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
    }
	
	

	
h1.lead {
	font-size: 26px;
    line-height: 28px;
    font-weight: bold;
	color: #013E69;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, san-serif;
    }
	
h1.lead a {
    color: #013E69;
	text-decoration: none;
	}

h1.lead a:visited {
        color: #013E69;
	text-decoration: none;
	}
	
h1.lead a:hover {
    color: #013E69;
	text-decoration: none;
	}
	
h1.lead-alt {
	font-size: 32px;
        line-height: 34px;
        font-weight: bold;
	color: #013E69;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, san-serif;
    }
	
h1.lead-alt a {
    color: #013E69;
	text-decoration: none;
	}

h1.lead-alt a:visited {
    color: #013E69;
	text-decoration: none;
	}
	
h1.lead-alt a:hover {
    color: #013E69;
	text-decoration: none;
	}
	


h3.comments {
	background: transparent url(../../images/comments.png) repeat-x;
        color: #013E69;
	height: 33px;
	font-size: 14px;
	line-height: 18px;
        font-weight: bold;
	font-style: italic;
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 10px;
    }
	
h1.block {
	background: transparent;
        color: #0f0f0f;
	font-size: 18px;
	line-height: 18px;
        font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    }
	
h1.block a {
    color: #0f0f0f;
	text-decoration: underline;
	}

h1.block a:visited {
    color: #0f0f0f;
	text-decoration: underline;
	}
	
h1.block a:hover {
    color: #ffffff;
	text-decoration: underline;
	}
	
h1.sitename {
	font-size: 36px;
    line-height: 38px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS;
    }
	
h1.sitename a {
    color: #ffffff;
	text-decoration: none;
	}

h1.sitename a:visited {
    color: #ffffff;
	text-decoration: none;
	}
	
h1.sitename a:hover {
    color: #ffffff;
	text-decoration: none;
	}
	
h2.sitedesc {
	font-size: 12px;
    line-height: 14px;
    font-weight: bold;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS;
    }

/* ================================================================ 
     TYPOGRAPHY
=================================================================== */

.redd {
	font-style: italic;
	font-size: 9px;
	color: #cc0000;
	}
	
#date {
	font-family: Arial, san-serif;
	font-size: 10px;
	color: #FFCC00;
	}
	
#date a {
	color: #FFCC00;
	text-decoration: none;
	}

#date a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
	
#date a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}
	
h6.caps {
	font-family: Arial, san-serif;
	font-size: 10px;
	color: #ffcc00;
	text-transform: uppercase;
	}
		
.notice {
	width: 400px;
	height: 100%;
	color: #101010;
	background: #FFF3A3 url(../../images/icon_notice.png) no-repeat 10px 10px;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #E7BD72;
	display: block;
	}
	
.warning {
	width: 400px;
	height: 100%;
	color: #101010;
	background: #FFD5D5 url(../../images/icon_warning.png) no-repeat 10px 10px;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #FFACAD;
	display: block;
	}
	
.user {
	width: 400px;
	height: 100%;
	color: #101010;
	background: #CDEFA6 url(../../images/icon_user.png) no-repeat 10px 10px;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #9BCC54;
	display: block;
	}
	
.download {
	width: 400px;
	height: 100%;
	color: #101010;
	background: #A8CDE3 url(../../images/icon_download.png) no-repeat 10px 10px;
	margin: 0px auto 0px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #6ABCE2;
	display: block;
	}
	
.inset-left {
	width: 200px;
	height: 100%;
	color: #315892;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	font-style: italic;
	}
	
.inset-right {
	width: 200px;
	height: 100%;
	color: #315892;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	font-style: italic;
	}	
	
blockquote {
    background: #E9ECEE;
	font-style: italic;
	color: #101010;
    border: 1px solid #C0CCD3;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.blue {
	background: #A8CDE3;
	font-style: italic;
    border: 1px solid #6ABCE2;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.green {
	background: #CDEFA6;
	font-style: italic;
	color: #101010;
    border: 1px solid #9BCC54;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
blockquote.yellow {
	background: #FFF3A3;
	font-style: italic;
	color: #101010;
    border: 1px solid #E7BD72;
	margin: 15px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
	
pre {
	width: 400px;
	height: 100%;
	color: #101010;
    background: #E9ECEE;
	font-style: italic;
    border: 1px solid #C0CCD3;
	font-size: 14px;
	line-height: 18px;
	margin: 10px auto 10px;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	}
	
/* ================================================================ 
     HEADER
=================================================================== */

#header {
	height: 159px;
	background:url(../../images/header_bg.gif);
	background-repeat:no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
	}
	
.bannerad{
margin:12px 0px;
}

#toparea {
	background: transparent;
    width: 961px;
	height: 25px;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
    margin: 0px auto 0px;
    padding: 6px 0px 0px 0px;
    overflow: hidden;
	}
	
.date {
    margin: 0px 11px 0px 0px;
    padding: 0px 0px 0px 0px;
	color:#FFFFFF;
    }
	
.toparea-right {
    width: 475px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
	text-align: right;
    }
	
#midarea {
    width: 961px;
	height: 85px;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	}
	
.midarea-left {
    background: transparent;
    width: 452px;
    margin: 0px 11px 0px 0px;
    padding: 0px 0px 0px 30px;
    float: left;
    }
	
.midarea-right {
    width: 468px;
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
	text-align: right;
    }
	
#bottarea {
	background: transparent;
    width: 961px;
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
	}
	
#bottarea ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#bottarea li {
    float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#bottarea li a, #bottarea li a:link, #bottarea li a:visited {
	color: #ffffff;
	display: block;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}

#bottarea li a:hover, #bottarea li a:active {
	color: #ffffff;
	display: block;
    text-decoration: underline;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}
		
.current_page_item a {
	color: #ffffff !important;
    text-decoration: none !important;
	font-weight: bold !important;
    }
	
.current_page_item a:hover {
	color: #ffffff !important;
    text-decoration: underline !important;
	font-weight: bold !important;
    }
	
.bottarea-left {
    width: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    }
	
.bottarea-right {
    width: 961px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
	text-align: right;
    }


	
/* ================================================================ 
     DROPDOWN MENU
=================================================================== */
.menubar {
	background: #005D8C url(../../images/nav_bg.gif) repeat-x;
    color: #ffffff;
    height: 34px;
    margin: 0px auto 15px;
	padding: 0px 0px 0px 30px;
	margin-top:3px;
	position:relative;
	}
.menubar .nlc{
position:absolute;
top:0px;
left:0px;
background-image: url(../../images/nav_lc.gif);
background-repeat:no-repeat;
width:6px;
height:34px;
}		
.menubar .nrc{
position:absolute;
top:0px;
right:0px;
background-image: url(../../images/nav_rc.gif);
background-repeat:no-repeat;
width:5px;
height:34px;
}	
#nav {
	font-size: 11px;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
    float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #ffffff;
	display: block;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 9px 11px 10px 9px;
	border-right: 1px solid #003459;
	}

#nav li a:hover {
	background: #f5f5f5 url(../../images/nav_current.gif) repeat-x;
	display: block;
	color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 9px 11px 10px 9px;
	}
	
#nav li a:active {
	background: #f5f5f5 url(../../images/nav_current.gif) repeat-x;
	display: block;
	color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 9px 11px 10px 9px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x;
    color: #133464;
	border-bottom: 1px solid #315892;
	border-left: 1px solid #315892;
	border-right: 1px solid #315892;
	width: 150px;
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 11px 4px 11px;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x;
    color: #133464;
	padding: 4px 11px 4px 11px;
	text-decoration: none;
	}
	
#nav li li a:active {
	color: #133464;
	padding: 4px 11px 4px 11px;
	text-decoration: none;
	}

#nav li {
	float: left;
	padding: 0px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	border-top: 1px solid #315892;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	width: 174px;
	margin: -17px 0 0 148px;
	border-top: 1px solid #315892;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

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

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
.current-cat-home a {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }
	
.current-cat-home a:hover {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }

.current-cat a {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }
	
.current-cat a:hover {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }
	
.current-cat-parent a {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }
	
.current-cat-parent a:hover {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }
	
.active-cat, active-cat a {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }
	
.active-cat a:hover {
	background: #f5f5f5 url(../../images/nav-active.png) repeat-x !important;
    color: #133464 !important;
    }	

/* ================================================================ 
     SECTION A
=================================================================== */
#section-a {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
.section-a-left {
	width: 679px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	}	
	
.section-a-right {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	
	
	
	
/* ================================================================ 
     SECTION B
=================================================================== */
#section-b {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
.section-b-left {
	width: 336px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	
.section-b-right {
	width: 630px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
	}
	
#section-b-right-split {
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.section-b-right-split-left {
	width: 308px;
	margin: 0px 14px 0px 0px;
	padding: 0px;
	float: left;
	}
	
.section-b-right-split-right {
	width: 308px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	
	
/* ================================================================ 
     SECTION C
=================================================================== */
#section-c {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
.section-c-left {
	width: 797px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	}	
	
.section-c-right {
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}


/* ================================================================ 
     SECTION CONTENT
=================================================================== */
#section-content {
	background: #ffffff;
	width: 981px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	overflow: hidden;
	}
	
.section-content-left {
	width: 665px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
	}	
	
.section-content-right {
	width: 301px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	
	
	
/* ================================================================ 
     MISCELLANEOUS
=================================================================== */

.media {
	font-family: Georgia;
	font-size: 10px;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	}
	
.pad {
	padding: 0px 5px 0px 5px;
	}
	
.red {
	font-size: 9px;
	line-height: 11px;
	color: #cc0000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.preamble {
	margin: 0px auto 15px;
	padding: 0px;
	}
	
.map {
	color: #013E69;
	font-size: 9px;
	margin: 0px auto 10px;
	padding: 0px;
	}
	
.activate-block {
	width: 939px;
	color: #616161;
	background: #FFE7E7;
	padding: 20px;
	margin: 15px auto 15px;
	border: 1px solid #F0D0D0;
	}
	
.activate-block a {
	color: #E14D4D;
	text-decoration: underline;
	}
	
.activate-block a:visited {
	color: #E14D4D;
	text-decoration: underline;
	}
	
.activate-block a:hover {
	color: #E14D4D;
	text-decoration: none;
	}
			
/* ================================================================ 
     FOOTER
=================================================================== */
.footerinfo{
background-image:url(../../images/footer_bg.jpg);
background-repeat:no-repeat;
height:133px;
clear:both;
border-top:solid 5px #000000;
margin-top:5px;
padding:15px 10px 5px 35px;
}
 .widget-area{
        width:190px;
        float: left;
		color:#FFFFFF;

}
 .widget-area a{
		color:#FFFFFF;
		text-decoration:none;

}
.widget-area a:hover{
		color:#CCCCCC;
		text-decoration:none;

}
.footer_bottom{
background-color:#000000;
color:#FFFFFF;
height:40px;
padding:10px 0px;
}
.footernav{
   float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.footericons{
   text-align:center;
}
.footericons img{
    border: 0px;
    margin: 0px 5px;
}
.footer_bottom ul#menu {
	margin:0px; 
	padding:0px;
	border-left:solid 1px #999999;
}
.footer_bottom ul#menu li {
	display:inline;
	margin:0px;
	padding:0px;
	text-align:center;
}
.footer_bottom  a{
text-decoration:none;
	color:#fff;
}
.footer_bottom ul#menu li a  {
	text-decoration:none;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	background-image: none;
	text-align:center;
	padding:0px 6px;
	border-right:solid 1px #999999;
}
.footer_bottom ul#menu li a.active, .footer_bottom ul#menu li a:hover {
	color:#ff0000;
}


#footer {
    background: #333333;
    width: 961px;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, san-serif;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
	}
	
.footer-left {
	width: 707px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
	}
	
.footer-right {
	width: 244px;
	margin: 0px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
#footer a {
	color: #ffffff;
	text-decoration: none;
	}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
		
/* ================================================================ 
     WIDGET STYLES
=================================================================== */
	
.widget-top {
    background-image:url(../../images/dot_bg.gif);
    background-repeat:repeat-x;
    background-position:bottom;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	height: 23px;
	text-transform: uppercase;
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
.widget-top a {
	color: #000000;
	text-decoration: none;
	}

.widget-top a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
	
.widget-top a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
.widget-repeat {
	height: 100%;
	padding: 5px;
	margin: 0px;
	border: 1px solid #9DB3B9;
	}
	
.widget-repeat ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.widget-repeat ul li {
	display: block;
	list-style-type: none;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	}

.widget-repeat ul li a {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}

.widget-repeat ul li a:visited {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}
	
.widget-repeat ul li a:hover {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	}	
.post-top {
	border-top: 1px solid #315892;
	background: transparent;
	width: 616px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
.post-repeat {
	width: 594px;
	background: #101010;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border-left: 1px solid #315892;
	border-right: 1px solid #315892;
	}
	
.post-bottom {
	background: transparent;
	width: 616px;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #315892;
	}
	

	
table#wp-calendar {
	width: 250px;
	margin: 10px auto 0px;
	}

table#wp-calendar td {
	padding: 0px 0px 0px 10px;
	}
	
	
.nowidget {
	background: #101010;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border-left: 1px solid #315892;
	border-right: 1px solid #315892;
	}
	
.nowidget a {
	color: #FFCC00;
	text-decoration: none;
	}

.nowidget a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
	
.nowidget a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}
	

.nowidget-wide {
	width: 594px;
	background: #101010;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border-left: 1px solid #315892;
	border-right: 1px solid #315892;
	}
	
.nowidget-wide a {
	color: #FFCC00;
	text-decoration: none;
	}

.nowidget-wide a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
	
.nowidget-wide a:hover {
	color: #FFCC00;
	text-decoration: underline;
	}
	
ul#recentcomments {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
ul#recentcomments li.recentcomments {
	display: block;
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	}

ul#recentcomments li.recentcomments a {
	color: #FFCC00;
	background: transparent;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}

ul#recentcomments li.recentcomments a:visited {
	color: #FFCC00;
	background: transparent;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}
	
ul#recentcomments li.recentcomments a:hover {
	color: #FFCC00;
	background: transparent;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	}
	
#main-split {
	width: 672px;
	margin: -5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.main-split-left {
	width: 400px;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
	float: left;
	border-left: 1px solid #9DB3B9;
	}
	
.main-split-right {
	width: 249px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	}
	
.main-split-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.main-split-left ul li {
	display: block;
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	}

.main-split-left ul li a {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}

.main-split-left ul li a:visited {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}
	
.main-split-left ul li a:hover {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	}
	
.main-split-right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.main-split-right ul li {
	display: block;
	list-style-type: none;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	}

.main-split-right ul li a {
	background: transparent;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	}

.main-split-right ul li a:visited {
	background: transparent;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	}
	
.main-split-right ul li a:hover {
	background: transparent;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}
	
#featured {
	width: 618px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
.featured-left {
	width: 196px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
.featured-middle {
	width: 196px;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
.featured-right {
	width: 196px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
#highlight {
	width: 618px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
.highlight-left {
	width: 299px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
.highlight-right {
	width: 299px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
#bbox {
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
        width: 250px;
        float: left;
	}
	
.bbox-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	}
        .bbox-left ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.bbox-leftx {
	width: 301px;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
.bbox-leftx ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.bbox-leftx ul li {
	display: block;
	list-style-type: none;
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
	}

.bbox-leftx ul li a {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}

.bbox-leftx ul li a:visited {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}
	
.bbox-leftx ul li a:hover {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	}
	
.bbox-right {
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
        width: 245px;
        float: left;
	}
	
.bbox-rightx {
	width: 291px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
.bbox-rightx ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
.bbox-rightx ul li {
	display: block;
	list-style-type: none;
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 0px 0px;
	}

.bbox-rightx ul li a {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}

.bbox-rightx ul li a:visited {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	}
	
.bbox-rightx ul li a:hover {
	background: transparent url(../../images/bullet.png) 0px 6px no-repeat;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	}
	
.minusmargin {
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	

		
/* ================================================================ 
     IMAGE STYLES
=================================================================== */
.img-main {
	width: 400px;
	height: 245px;
	float: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
	}
	
.img-thumb {
	width: 80px;
	height: 80px;
	float: left;
	padding: 0px;
	margin: 3px 10px 10px 0px;
	border: 0px;
	}
	
.img-rect {
	width: 247px;
	height: 125px;
	float: left;
	padding: 0px;
	margin: 0px 10px 5px 0px;
	border: 0px;
	}
.img-rect2 {
	width: 200px;
	height: 125px;
	float: left;
	padding: 0px;
	margin: 0px 10px 5px 0px;
	border: 0px;
	}
.img-highlight {
	width: 207px;
	height: 125px;
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border: 0px;
	}
	
.img-thumb-right {
	width: 80px;
	height: 80px;
	float: right;
	padding: 0px;
	margin: 3px 0px 10px 10px;
	border: 0px;
	}
	
.img-onepost {
	float: left;
	padding: 0px;
	margin: 10px 15px 5px 0px;
	border: 0px;
	}
	
.img-catlight {
	width: 146px;
	height: 130px;
	float: left;
	padding: 0px;
	margin: 3px 10px 15px 0px;
	border: 0px;
	}
	
.img-catlight-right {
	width: 146px;
	height: 130px;
	float: right;
	padding: 0px;
	margin: 3px 0px 15px 10px;
	border: 0px;
	}
	
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 1px;
	margin: 5px 0px 20px 20px;
	display: inline;
	border: 1px solid #cccccc;
	}

img.alignleft {
	padding: 1px;
	margin: 5px 20px 20px 0px;
	display: inline;
	border: 1px solid #cccccc;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	border: 1px solid #315892;
    background: transparent;
	color: #315892;
	margin: 10px;
	padding: 10px 0px 10px 10px;
	}
	
	
.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px auto 0px;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
	}
	
/* ================================================================ 
     SEARCH FORM
=================================================================== */
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchbox {
	background: #ffffff !important;
	width: 144px;
	color: #666666;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
    text-align: right;
	display: inline;
    float: right;
	border: 1px solid transparent;
	}

/* ================================================================ 
     NESTED COMMENTS
=================================================================== */

#commentblock {
    width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock a {
	text-decoration: none;
	}

#commentblock a:visited {
	text-decoration: none;
	}
	
#commentblock a:hover {
	text-decoration: underline;
	}
	
#commentblock p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.commentleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#commentblock ol li {
	background: #ffffff;
	color: #000000;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	border: 1px solid #DDDDDD;
	}
	
.commentdate {
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 18px;
	padding: 0px;
	}

.commentname {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo {
	clear: both;
	}

ol.commentlist { 
    list-style: none;
    margin:0 0 1em;
    padding:0;
    text-indent:0;
    }

ol.commentlist li {
    }

ol.commentlist li.comment {
    padding:1em;
    }

ol.commentlist li div.comment-author {
    }

ol.commentlist li div.vcard {
    }

ol.commentlist li div.vcard cite.fn {
    font-style:normal;
    }

ol.commentlist li div.vcard cite.fn a.url {
    }

ol.commentlist li div.vcard img.avatar {
    border:1px solid #dddddd;
    float:left;
    margin:6px 15px 3px 0px;
	padding: 1px;
    }

ol.commentlist li div.commentmetadata {
    }

ol.commentlist li div.comment-meta {
    font-size:9px;
	font-weight: bold;
    }

ol.commentlist li div.comment-meta a {
	color: #315892;
    }

ol.commentlist li p {
    margin:0 0 1em;
    }

ol.commentlist li ul {
    list-style: none;
    margin:0 0 1em 2em;
    }

ol.commentlist li div.reply {
	text-align: right;
    }

ol.commentlist li div.reply a {
    font-size: 9px;
	font-weight: normal;
    }
	
ol.commentlist li ul.children {
    list-style: none; 
    margin:1em 0 0; 
    text-indent:0;
    }

ol.commentlist li ul.children li {
    }

ol.commentlist li ul.children li.depth-2 {
    border:1px dotted #dbdbdb;
    margin: 0px 0px 10px 10px;
    }

ol.commentlist li ul.children li.depth-3 { 
    border:1px dotted #dbdbdb;
    margin: 0px 0px 10px 10px;
    }

ol.commentlist li ul.children li.depth-4 {
    border:1px dotted #dbdbdb;
    margin: 0px 0px 10px 10px;
    }

ol.commentlist li ul.children li.depth-5 {
    margin: 0px 0px 10px 10px;
    }
	.news_section{
	width:247px;
	float:left;
	margin-right:8px;
	border:solid 1px #e8e8e8;
	margin-bottom:8px;
	background-color:#f7f7f7;
	padding:3px 4px;
	min-height:600px;
	}
	.applemenu{
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
 background-color: #000;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0;
padding-left: 8px;
text-decoration: none;
border-bottom: solid 1px #FFF;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
 /* height: 120px;Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
.clearfix {display: block;
}
/* End hide from IE-mac */ 