/*
Theme Name: AIC Navy
Theme URI: http://wordpress.org/
Description: The AIC Navy theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1
Author: Tina Lopez and Chris Rupp
Author URI: http://pepperstation.com/
Tags: navy blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* LINKS ========================*/
a:link    {color:#00015e; text-decoration:none;}
a:active  {color:#FF9900; text-decoration:none;}
a:visited {color:#00015e; text-decoration:none;}
a:hover   {color:#FF9900; text-decoration:underline;}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	background: url('images/backgroundBody2.gif') repeat;
	color: #333;
	text-align: center;
	}

#page {
	width: 780px;
	background-color: white;
	border-top:    1px #fff solid;
    border-bottom: 1px #fff solid;
    border-left:   1px #ccc solid;
    border-right:  1px #ccc solid;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p, .narrowcolumn .entry p {
	margin-top: 1px 5px 18px 15px;
    font-family:verdana,arial;
    font-size: 14px;
    line-height: 20px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-family: verdana,arial;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: left;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 780px;
	border-top:    1px #fff solid;
    border-bottom: 1px #fff solid;
    border-left:   1px #ccc solid;
    border-right:  1px #ccc solid;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 10px 0 20px 15px;
	margin: 0px 0 0;
	width: 575px;
	border-bottom: 1px solid #e5e5e5;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 575px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

sup {
    font-size: .7em;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}
	
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 { }

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 15px;
	padding: 0 0 0 30px;
/*	list-style: none;*/
	padding-left: 10px;
/*	text-indent: -10px;*/
	}

html>body .entry li {
	margin: 7px 0 0px 10px;
	}

/*#sidebar ul ul li:before {
	content: "\00BB \0020";
	color: #c6243f;
	}*/

/*.entry ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}


#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li {
	list-style-type: disc;
	margin: 3px 0px 0px 10px;
	padding: 0;
	color: #c6243f;
	}

#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
	
#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Sidebar */
#sidebar {
	width: 182px !important;
	float: right;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	border-left: 2px solid #eeeeee;
	border-bottom: 1px solid #e5e5e5;
	background-color: #edeaee;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* custom css */
#hdr_wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    height:156px;
    background: url('images/header/page_bg.gif') repeat-x;
}
#hdr_content {
    width:  780px;
    height: 120px;
    background-color: #fff;
    border-left:   1px #ccc solid;
    border-right:  1px #ccc solid;
}
#logo {
    width: 537px;/* 397px */
    margin: 1px 0px 0px 0px;
}
#hdrLeft {
    float: left;
    width: 537px;/* 397px */
    margin: 0px 0px 0px 3px;/* 0px 0px 0px 27px */
/*    border: 1px solid #ccc;*/
}
#hdrRight{
    float: right;
    text-align: right;
    margin: 2px 0px 0px 10px;
    padding-right: 7px;
/*    border: 1px solid #ccc;*/
}
#hdr_bar {
    background: url('images/header/hdr_bg.jpg') no-repeat center;
    width: 800px;
    height: 35px;
}
#tagLine {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 10px 0px 0px 43px;
}
#slogan {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}
#joinNow {
    margin:0;
    padding:45px 0px 0px 0px;
    font-size:12px;
}
/* footer definitions */
#foot_wrapper {
    background: url('images/footer/bottom_bar_bg.jpg') repeat-x;
    width: 100%;
}
#footbar {
    background: url('images/footer/bottom_bar.jpg') no-repeat center;
    width: 800px;
    height: 35px;
}
#footContainer {
    background-color: #fff;
    width: 780px;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0px;
    border-top:    1px #fff solid;
    border-bottom: 1px #fff solid;
    border-left:   1px #ccc solid;
    border-right:  1px #ccc solid;
}
#footer_content {
    margin: 10px 33px 0px 33px;
}
    #footer_content a:link    {color: #00015e;text-decoration:none;}
    #footer_content a:active  {color: #FF9900;text-decoration:none;}
    #footer_content a:visited {color: #00015e;text-decoration:none;}
    #footer_content a:hover   {color: #FF9900;text-decoration:underline;}
.disclosure {
    padding-left: 12px;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 9px;
    text-align: left;
    color: #666;
}
.copyright {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 12px;
    font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #666;
    text-align: left;   
}
/* navigation definitions ===============*/
#nav2 { width: 780px; height: 30px; margin: 0px auto; position: relative; z-index: 9997; }
#nav2 #navList2 { margin: 0; padding: 0; }
#nav2 #navList2 li { display: inline; }
#nav2 #navList2 li#home a       { float: left; width: 122px; height: 0; padding-top: 30px; overflow: hidden; }
#nav2 #navList2 li#articles a   { float: left; width: 183px; height: 0; padding-top: 30px; overflow: hidden; }
#nav2 #navList2 li#tools a      { float: left; width: 210px; height: 0; padding-top: 30px; overflow: hidden; }
#nav2 #navList2 li#stuff a      { float: left; width: 161px; height: 0; padding-top: 30px; overflow: hidden; }
#nav2 #navList2 li#faq a        { float: left; width: 104px;  height: 0; padding-top: 30px; overflow: hidden; }
#nav2 #navList2 li a, #nav2 #navList2 {background-image: url('images/header/navigation.jpg'); background-repeat: no-repeat; }
/* BUTTONS */
#nav2 #navList2 li#home         { background-position: 0 0; }
#nav2 #navList2 li#articles a { background-position: -122px  0; }
#nav2 #navList2 li#tools a      { background-position: -305px 0; }
#nav2 #navList2 li#stuff a      { background-position: -515px 0; }
#nav2 #navList2 li#faq a        { background-position: -676px 0; }
/* OVER STATES */
#nav2 #navList2 li#home a:hover       { background-position: 0 -30px; }
#nav2 #navList2 li#articles a:hover { background-position: -122px -30px; }
#nav2 #navList2 li#tools a:hover      { background-position: -305px -30px; }
#nav2 #navList2 li#stuff a:hover      { background-position: -515px -30px; }
#nav2 #navList2 li#faq a:hover        { background-position: -676px -30px; }
/* PRESSED STATES */
#nav2 #navList2 li#home a:active       { background-position: 0 -30px; }
#nav2 #navList2 li#articles a:active { background-position: -122px -30px; }
#nav2 #navList2 li#tools a:active      { background-position: -305px -30px; }
#nav2 #navList2 li#stuff a:active      { background-position: -515px -30px; }
#nav2 #navList2 li#faq a:active        { background-position: -676px -30px; }

/* Artices-posts */
h2.post_title {
	margin: 0pt;
    padding: 0pt;
    font-family: verdana,"century gothic",arial,helvetica,sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #800000;
    line-height: 28px;
    letter-spacing: 0px;
	text-align: left;
	}
    h2.post_title a:link    {color:#800000;text-decoration:none;}
    h2.post_title a:visited {color:#800000;text-decoration:none;}
    h2.post_title a:hover   {color:#800000;text-decoration:underline;}

.post h1 {
	margin: 0pt;
    padding: 0pt;
    font-family: verdana,"century gothic",arial,helvetica,sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #800000;
    line-height: 28px;
    letter-spacing: 0px;
	text-align: left;
	}
    .post h1 a:link    {color:#800000;text-decoration:none;}
    .post h1 a:visited {color:#800000;text-decoration:none;}
    .post h1 a:hover   {color:#800000;text-decoration:underline;}

/* ========================= */
.horror_story {
    color: #800000;
}
.quicktip {
    font-style: italic;
    color: #333399;
}
.toc_red {
    color: #800000;
}
.toc_black {
    color: #333;
}
.toc_small_text {
    font-size: 10pt;
	font-weight: normal;
    color: #333;
}
.newsletter_divider_line {
    border-top: 1px solid #bbbbbb;
    margin-top: 14px;
    margin-bottom: 14px;
}
.holiday_message {
    font-family: "Century Gothic",Verdana,arial;
    font-size: 16pt;
    color: #800000;/*3e4826*/
}
.newsletter_return_to_top {
    font-size: 11px;
    color: #00015e;
    text-align: right;
}
    .newsletter_return_to_top a:link    {text-decoration:none;}
    .newsletter_return_to_top a:visited {text-decoration:none;}
    .newsletter_return_to_top a:hover   {text-decoration:underline;}
/* newsletter Ads */
.ad_area_small {
    width: 190px;
    margin: 5px auto;
    padding: 10px;
    background-color: #fffff0;
    border: 1px solid rgb(232,171,74);
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.ad_highlighted_text {
    background-color: rgb(255, 255, 0);
    font-size: 12pt;
    color: #000;
}
    .ad_highlighted_text a:link {font-size: 12pt;color: #000;text-decoration:none;}
    .ad_highlighted_text a:visited {font-size: 12pt;color: #000;text-decoration:none;}
    .ad_highlighted_text a:hover {font-size: 12pt;color: #000;text-decoration:underline;}
.ad_area {
    width: 400px;
    margin: 5px auto;
    padding: 10px;
    background-color: #fffff0;
    border: 1px solid rgb(232,171,74);
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
    .ad_area a:link    {font-weight: bold;text-decoration:none;}
    .ad_area a:visited {font-weight: bold;text-decoration:none;}
    .ad_area a:hover   {font-weight: bold;text-decoration:underline;}
.ad_title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: "century gothic",arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #800000;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.ad_title_blue {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: "century gothic",arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333399;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.ad_area img {
    border: 1px solid rgb(204, 204, 204);
    margin: 2px;
}
.ad_area p {
    margin-top: 0px;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 12pt;
}
.ad_area2 {
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 12px;
}
    .ad_area2 a:link    {font-weight: normal;text-decoration:none;}
    .ad_area2 a:visited {font-weight: normal;text-decoration:none;}
    .ad_area2 a:hover   {font-weight: normal;text-decoration:underline;}
.ad_area2 img {
    margin: 2px 2px 5px 0px;
}
.ad_area2 p {
    margin-top: 0px;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 9pt;
    line-height: 10pt;
}
.ad_area3 {
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 12px;
}
    .ad_area3 a:link    {font-weight: normal;text-decoration:none;}
    .ad_area3 a:visited {font-weight: normal;text-decoration:none;}
    .ad_area3 a:hover   {font-weight: normal;text-decoration:underline;}
.ad_area3 img {
    margin: 2px 2px 2px 0px;
}
.ad_area3 p {
    margin-top: 0px;
    font-family: Arial,verdana,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 12pt;
}
.ad_pertitle_flip {
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: arial,helvetica,sans-serif;
    font-size: 9pt;/*9pt 12px*/
    font-weight: bold;
    font-style: italic;
    color: #800000;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
}
.ad_title_flip {
    margin-top: 7px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: Impact,"century gothic",arial,helvetica,sans-serif;
    font-size: 20pt;/*16pt*/
    font-weight: normal;
    color: #000080;
    line-height: 18pt;
    letter-spacing: 0px;
    text-align: center;
}
.ad_title_red {
    margin-top: 7px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: Impact,"century gothic",arial,helvetica,sans-serif;
    font-size: 20pt;/*16pt*/
    font-weight: normal;
    color: #800000;
    line-height: 18pt;
    letter-spacing: 0px;
    text-align: center;
}
.ad_small_tm {
    font-size: 14pt;
}
.ad_audio_note {
    margin-top: 0px;
    font-family: Arial,Verdana;
    font-size: 8pt;
    font-weight: normal;
    color: #800000;
}
/* newsletter Important note */
.important_note {
    width: 500px;
    background-color: #fffff0;
    border: 1px solid rgb(232,171,74);
    padding: 6px;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    line-height: normal;
}
.important_note_title {
    color: #800000;/* 993300 */
    font-weight: bold;
}
/* newsletter stat of the day and notices */
.stat_notice_area {
    width: 520px;
    margin: 5px auto;
    padding: 7px;
    background-color: #fffff0;
    border: 1px solid rgb(232,171,74);
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}
    .stat_notice_area a:link    {font-weight: bold;text-decoration:none;}
    .stat_notice_area a:visited {font-weight: bold;text-decoration:none;}
    .stat_notice_area a:hover   {font-weight: bold;text-decoration:underline;}
.stat_notice_title {
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 0px;
    font-family: "century gothic",arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.stat_notice_area img {
    border: 1px solid rgb(204, 204, 204);
    margin: 2px;
}
.stat_notice_area p {
    margin-top: 0px;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 12pt;
}
/* Real Tips - Quick Tip */
.real_tip_area {
    width: 490px;/*400px*/
    margin: 5px auto;
    padding: 10px;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
    .real_tip_area a:link    {font-weight: normal;text-decoration:none;}
    .real_tip_area a:visited {font-weight: normal;text-decoration:none;}
    .real_tip_area a:hover   {font-weight: normal;text-decoration:underline;}
.real_tip_title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: "century gothic",arial,helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333399;/* 800000 */
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}
.real_tip_area img {
    margin: 1px;
}
.real_tip_area p {
    margin-top: 0px;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 11pt;
}
.real_tip_byline {
    margin: 0pt;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: rgb(93,141,0);
}
/* realtor quote */
.quote_area {
    width: 400px;
    margin: 5px auto;
    padding: 0px 22px 0px 0px;
    background: url('images/quoteright.gif') top right no-repeat #fff;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
    .quote_area a:link    {font-weight: bold;text-decoration:none;}
    .quote_area a:visited {font-weight: bold;text-decoration:none;}
    .quote_area a:hover   {font-weight: bold;text-decoration:underline;}
.quote_area img {
    margin: 0px 6px 0px 0px;
}
.quote_area p {
    margin-top: 0px;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-style: italic;
    line-height: 12pt;
}
/* promo areas */
.promo_area {
    width: 560px;
/*    margin: 5px auto;*/
    padding: 3px 5px 5px 5px;
    background: #e8e8e8;
    font-family: verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}
    .promo_area a:link    {text-decoration:underline;}
    .promo_area a:visited {text-decoration:underline;}
	.promo_area a:active {text-decoration:underline;}
    .promo_area a:hover   {text-decoration:underline;}
.promo_sponsor {
	font-size: 10px;
	text-align: center;
}
.promo_title {
	margin-top: 2px;
	font-size: 20px;
	font-weight: bold;
	color: #800000;
}
/* example box */
.article_example_box {
    width: 500px;
    background-color: #c0c0c0;
    border: 2px solid #222;
    text-align: left;
}
.article_example_box_margin {
    margin-left: 10px;
    margin-right: 10px;
}
.article_example_box2 {
    width: 500px;
    background-color: #fff;
    border: 2px solid #222;
}
/* newsletter articles */
.article_small_text {
    font-size: 11px;
    font-weight: normal;
}
.article_small_text_color {
    font-size: 11px;
    font-weight: normal;
    color: rgb(93,141,0);
}
.article_text_blue {
    color: #333399;
}
.article_text_red {
    color: #800000;
}
.article_text_gray {
    color: #808080;
}
.article_byline {
    margin: 0pt;
    padding-left: 1px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 16px;
    font-weight:normal;
    color: rgb(93,141,0);
}
.article_sub_byline {
    margin: 0pt;
    padding-left: 1px;
    padding-bottom: 10px;
    font-size: 11px;
    font-weight:normal;
    color: rgb(155, 155, 155);
}
.article_subheading {
    font-size: 18px;
    font-weight: bold;
    color: #800000;
}
.article_subheading2 {
    font-size: 18px;
    font-weight: bold;
}
.article_subheading3 {
    font-size: 16px;
    font-weight: bold;
}
.article_block {
    margin-right: 50px;
    margin-left: 50px;
}
.article_block2 {
    margin-right: 25px;
    margin-left: 25px;
}
/* newsletter articles */
.article_reference_intro {
    font-size: 14px;
    color: #000;
}
.article_reference_guide {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 14px 4px 10px 4px;
    border-top: 1px solid #bbbbbb;/*e5e5e5*/
    border-bottom: 1px solid #bbbbbb;/*e5e5e5*/
    font-family: verdana,arial;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: left;
}
.article_reference_guide H1 {
    margin: 0pt 0pt 15pt 0pt;
    padding: 0pt;
    font-family: verdana,"century gothic",arial,helvetica,sans-serif;
    font-size: 14px;/*20px*/
    font-weight: normal;
    color: #800000;/*000000 800000*/
    line-height: 28px;
    letter-spacing: 0px;
}
    .article_reference_guide a:link    {color:#0000ff;text-decoration:underline;}
    .article_reference_guide a:visited {color:#0000ff;text-decoration:underline;}
    .article_reference_guide a:hover   {color:#FF9900;text-decoration:none;}
/* newsletter agent feedback */
.newsletter_feedback {
    margin-bottom: 20px;
}
/* newsletter disclaimer */
.newsletter_disclaimer {
    margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 5px 15px 5px 15px;
    font-size: 8pt;
    line-height: 12pt;
}
/* common diffinitions */
.text_red {
    color: #800000;
}
.text_red_bright {
	color: #ff0000;
}
/* list with empty checkbox */
.box_list ul {
	list-style: none;
	margin: 1em 0px 1em 0px;
	padding-left: 7px;
}
.box_list ul li {
	padding: 0px 0px 0px 30px;
	background: url('images/bullets/bullet_box_w_shadow.jpg') no-repeat 0 0%;
}
/* list with diamonds */
.diamonds_list ul {
	list-style: none;
	margin: 1em 0px 1em 0px;
	padding-left: 7px;
}
.diamonds_list ul li {
	padding: 0px 0px 0px 30px;
	margin-bottom: 3px;
	background: url('images/bullets/bullet_diamond.gif') no-repeat 0 0%;
}
/* list with diamonds and indented */
.diamonds_list_indent ul {
	list-style: none;
	margin: 1em 0px 1em 20px;
	padding-left: 7px;
}
.diamonds_list_indent ul li {
	padding: 0px 0px 0px 30px;
	margin-bottom: 3px;
	background: url('images/bullets/bullet_diamond.gif') no-repeat 0 0%;
}
/* side bar */
h2.widgettitle {
	height: 18px;
	background-color:#f3f3f3;
    margin: 15px 0px 10px 0px;
    border-top: 1px solid rgb(213, 213, 213);
    border-bottom: 1px solid rgb(213, 213, 213);
    font-family: "century gothic",arial,helvetica,sans-serif;
    font-size: 12px;/*13px*/
    font-weight: bold;
    color: #333;
    text-align: center;
}
.join_form_area {
    background-color: #00015e;
	margin: 0px 0px 20px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
    border: 1px solid #ccc;
	font-size: 12px;
	color: #fff;
}
.join_form_title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #f19202;/* fec566 ff9707 f19202*/
}
.join_form_label {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}
.issue_number {
    margin-bottom: 2px;
    padding: 6px 0px 6px 0px;
    background-color: #e1dee2;
    border: 1px solid #ccc;
    text-align: center;
    font-family: tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
.printer_friendly {
    margin: 0px;
    padding: 3px 0px 3px 0px;
    background-color: #e1dee2;
    border: 1px solid #ccc;
    text-align: center;
    font-family: tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}
#handy_links ul {
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	color: #c6243f;
}
#handy_links li {
	margin-bottom: 7px;
	font-family: Verdana,arial;
	font-size: 8pt;/*8.5pt*/
	color: #c6243f;
}
    #handy_links a:link    {text-decoration:none;}
    #handy_links a:visited {text-decoration:none;}
    #handy_links a:hover   {text-decoration:underline;}
.popular_resources_area {
    padding: 40px 5px 50px 7px;
    font-family: tahoma,arial,helvetica;
    font-size: 11px;
    line-height: 14px;
    border-bottom: 1px dashed #ccc;
}
.popular_resources_area img {
    padding-bottom: 5px;
}
.popular_resources_subtitle {
    font-weight: bold;
    color: #800000;
}
.popular_resources_accent {
    font-weight: bold;
    color: #333399;
}
.popular_resources_link {
    font-family: tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333;
}
    .popular_resources_link a:link    {font-weight: bold;color: #800000;text-decoration:underline;}
    .popular_resources_link a:visited {font-weight: bold;color: #800000;text-decoration:underline;}
    .popular_resources_link a:hover   {font-weight: bold;color: #800000;text-decoration:none;}
/* rotating promo ad & top promo ad parts */
.top_banner {
	margin-bottom: 5px;
	text-align: center;
}
.banner {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}







