    margin-left: 80px !important; /* 40 */
	margin-left: 35px; /* 25, 35 */

===============
.ex {margin-bottom: -17px;}


================================

margin-top: 25px !important; /* this fixes the dropdown issue in FF */
	margin-top: 0; /* this for the dropdown in IE */

=============================
/*@charset "UTF-8";*/
/* CSS Document */

html { height: 100%;}
body { min-height: 100%; height: 100%;}

/* * {padding:0; margin:0;} */

a:link,a {
    color: #56a1d5;
    text-decoration:none;
}

a:hover {
    color:#0061e2;
}

html,body {
	text-align:center;
	/*color:#333;*/
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1em;
}

h1 {
    font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: .95em;
	}
	
h2 {
    line-height: .95em;
	font-size: 1.3em;
	}
	
h3 {
    line-height: .95em;
	font-size: 1.3em;
	}

.noBottomMargin {
    margin-bottom: 0;
}
.noTopMargin {
    margin-top: 0;
}

#header { 
    width: 800px; /* 720*/
    height: 242px; 
}

#container {
    width:800px; /* 800 */
    text-align:left;
    margin:0 auto;
    font-size:11px;
    line-height:1.2em;
    height: auto;
	display: table;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;

}

#left_content {
    margin-left: 80px !important; /* 40 */
	margin-left: 45px; /* 25, 35 */
    /*padding:1em;*/
    float:left;
    width: 475px;
}

#nested_list {
    margin-left: -10px;
}

#right_content {
    padding: 1.8em .8em;
    float: right;
    width: 150px;
}

#right_content img {
    border:0px;
    margin-bottom: 10px;
}

p {
    padding:.25em 0;
    font-weight:normal;
}

#left_content p span{
    font-weight:bold;
    color: #56a1d5;
}

#content {
    background-image:url(images/Prim-523_11.jpg);
    background-repeat:no-repeat;
    width: 800px; /* 720 */
    height: 800px;
	padding: 0;
}

.callout {
    margin:0 8px 5px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	color: #72b0dc;
	}

.calloutHeader {
    margin:5px 8px 0 8px;
	font-size: .8em;
	/*font-family:"Times New Roman", Times, serif;*/
	color:#000000;
	font-weight:bold;
	}
#bestCities {
    float:left;
	margin-left: 40px !important; /* 40px */
	margin-left: 25px;
	}
.bestCitiesList {
    font-size:9px;
	}
	
#bestcities h3 {
	font-size: 1em;
	}
	
#bestCitiesHeader {
    margin-top: 20px;
	}
#print_article img {
    float:left;
	margin-left: 15px;
	}
#home {
    float: right;
	margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #72b0dc;
	}
.nav td {
    background-color: #78b4dd;
	}
.nav_text {
    float: right;
	margin: 0 7px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.1em;
	color: #ddecf6;
	text-align: center;
	}
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}   
.table_font {
    font-size: 11px;
	}
.article_headers {
    font-size: 1.1em;
	color:#000000;
	}
/******************************************************/
/* DROPDOWN STYLES ************************************/
/******************************************************/
#dropmenudiv{
    position:absolute;
    border:1px solid #77B4DD;
    border-bottom-width: 0;
    font:normal 9px Arial, Helvetica, sans-serif;
    /*line-height:18px;*/
	/*margin-top: 21px !important;*/ /* this fixes the dropdown issue in FF */
	/*margin-top: 0;*/ /* this for the dropdown in IE */
    z-index:100;
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #77B4DD;
    padding: 1px 0;
    text-decoration: none;
    /*font-weight: bold;*/
    color: #77B4DD;
}

#dropmenudiv a:hover{ /*hover background color*/
    background-color: #deeaf6;
}
