.curves {
	margin: 7px 5px 7px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px #cccccc solid;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#D6E4ED;
height: 100%;
z-index:0
}

.hilite { background-color:yellow;font-weight:bold }

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/rne-clouds.png) no-repeat top right; /*rne-curves-800x600.png*/
 _background-image:url(images/rne-curves-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;

}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't 

worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}







/* NAV CSS */

#nav_container {
text-align: center;
position:relative;
vertical-align:middle; 
margin-left:auto;
margin-right:auto;
width:970px;
z-index:500;
}

.fullnav {
height:36px;
width:962px;
background:url(images/navbar_back.gif); /*blank_hover.gif*/
position: relative;
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
vertical-align:middle; 
clear:both;
}

.fullnav .on {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.fullnav li {
float:left;
/*background:url(images/blank_norm.gif);*/
}

.fullnav .on a {
display:block; 
height:36px; 
float:left; 
/*background: url(images/blank_hover.gif);*/
padding:1px 0 0 8px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ffffff; /*314594*/
}


/* IF THERE IS A DROPDOWN, MAKE THIS A DIFFERENT COLOR - OPTION IGNORED */
.fullnav .on li.line a {color:#ffffff; /*314594*/} 

.fullnav .on a b {
display:block; 
padding:0 14px 10px 8px; /* use this section to modify the padding around the links to space out the navigation */
/*background:url(images/blank_hover.gif) right top;*/
}

.fullnav .on a:hover, 
.fullnav .on li:hover a {
/*background: url(images/blank_norm.gif);*/ 
padding:1px 0 0 10px;
line-height:27px;
cursor:pointer; 
color:#ADE1F8; /*CE0000*/
}

/* IF THERE IS A DROPDOWN, MAKE THIS A DIFFERENT COLOR - OPTION IGNORED */
.fullnav .on li.line a:hover, 
.fullnav .on li.line:hover a {
color:#ADE1F8; /*CE0000*/}

.fullnav .on a:hover b, 
.fullnav .on li:hover a b {
display:block; 
padding:0 14px 9px 8px; 
background:url(images/blank_hover.gif) right top; 
cursor:pointer;
}

.fullnav .sub {
display:none;
}
.fullnav ul ul {display:none;}

/* IE6 only */
.fullnav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.fullnav .sub {
margin:0; 
padding:0;
list-style:none;
z-index:101;
}

.fullnav .sub li {background:#EEF0F1;} /*background:transparent;*/

.fullnav .on :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:940px;
top:28px; 
left:0; 
text-align:center;
background:#EFFAFF; /*#EEF0F1*/ /*background:transparent url(images/transparent.gif)*/
border-left:1px solid #aaa;
border-bottom:1px solid #aaa;
border-right:1px solid #aaa;
z-index:101;
}

.fullnav .on :hover .rt li {float:right;}

/* NAVIGATION INDIVIDUAL PADDING TO CENTER DROPDOWNS - PADDING + WIDTH = FULLNAV WIDTH */
.fullnav .on :hover .homes {margin-left:30px; text-align:center; width:560px; z-index:500}
.fullnav .on :hover .topics {margin-left:10px; text-align:center; width:920px; z-index:500}
.fullnav .on :hover .advisor {margin-left:325px; padding-left: 20px; margin-right:400px; text-align:center; width:120px; z-index:500}
.fullnav .on :hover .learn {margin-left:350px; margin-right:60px;text-align:center; width:390px; z-index:500}
.fullnav .on :hover .media {margin-left:520px; margin-right:60px;text-align:center; width:180px; z-index:500}
.fullnav .on :hover .comm {margin-left:520px; margin-right:60px;text-align:center; width:340px; z-index:500}
.fullnav .on :hover .why {margin-left:690px; margin-right:30px;text-align:center; width:200px; float:right; z-index:500}
.fullnav .on :hover .contact {margin-left:548px; margin-right:0px;text-align:center; width:412px; float:right; z-index:500}

.fullnav .on :hover .sub li a {display:block; height:25px; line-height:22px; float:left; background:#EFFAFF; /*#EEF0F1*/ padding:0 16px; margin:0; white-space:nowrap; color:#CE0000;font-size:11px;} /*background:transparent url(images/transparent.gif)*/

.fullnav .on :hover .sub li.subline a {color:#c00;}

.fullnav .on :hover .sub li a:hover,
.fullnav .on :hover .sub li:hover
{color:#000; line-height:20px; position:relative;}

.fullnav .on :hover .sub li:hover > a {color:#CE0000;}

.fullnav .on :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:152px; position:absolute; left:-1px; top:25px; border:1px solid #aaa; border-top:0; background:#EEF0F1;}

.fullnav .on :hover .sub :hover ul li a {width:110px; text-align:left; height:20px; line-height:18px;}
.fullnav .on :hover .sub :hover ul li a:hover {line-height:16px;}


/* END NAV CSS */



/*
Theme Name: AndyBlue
Theme URI: http://www.italiasw.com/wordpress-themes/
Description: AndyBlue is realized by <a href="http://www.italiasw.com" title="Italia SW Home Page">Matteo Turchetto</a> and Inspired by Andreas 08 of <a href="http://andreasviklund.com/">Andreas Viklund</a>. AndyBlue template is a 3 column, fluid, rounded corners with left and right sidebars. Very light with no images, AndyBlue is gravatar, widget and addthis ready.
Version: 1.5
Author: Matteo Turchetto
Author URI: http://www.italiasw.com/
Tags: white, blue, fluid, andyblue, three columns, widgets

	Please, leave credits on footer untouched. Have fun !
*/

html,body{font-family:arial, san-serif;font-size:12px;font-weight:normal;color:#000; /*#FFF7DF, lucida,verdana,sans-serif*/}

body{color:#000; padding:0px;margin:10px auto 30px auto; width:980px;  /*border-top: #CE0000 1px solid;  border-right: #9F001D 1px solid; border-bottom: #9F001D 1px solid; border-left: #CE0000 1px solid;*/}

#container {border-top: #314594 1px solid;  border-right: #677ECF 1px solid; border-bottom: #677ECF 1px solid; border-left: #314594 1px solid; height:800px; clear:both}

#remax_logo {position:relative; margin-top:20px; margin-left:15px; margin-bottom:20px; height:65px; width:170px; background-image: url(../../images/logos/remaxne_170.gif); float:left;} 

#mission{position:relative; margin-top:-10px; margin-left:25px; margin-bottom:5px; float:left; color:#0859A6; font: italic 20px cursive; ; background-image: url(../../images/logos/missionstatement3.gif); width:470px;height:130px} 

#balloon{position:relative; margin-top:-100px;  margin-bottom: -380px; float:right; color:#0859A6; font: italic 20px cursive;  background-image: url(../../images/logos/balloon_trans.gif); width:300px;height:388px; z-index:0} 

/*{position:absolute; top:20px;left:20px;padding:0px;margin:5px; height:63px; width:153px; background-image: url(../../images/logos/NELogoSmaller.jpg)}*/


#banner {position:relative; padding-top:0px; width:700px; vertical-align:right; float:right}

#divider_top {height:1px; border-top:1px solid #ccc; clear:both}

p {text-align:justify; color: #525E5E;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	width: 40%;
	line-height: 120%;
        font-size:10px;
}

.alignright {
	float: right;
	width: 40%;
	line-height: 120%;
        font-size:10px;
}



.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

a{font-family:tahoma,lucida,verdana,sans-serif;font-size:12px; font-weight:500; color:#CF0C2B;/*#69c*/}

a:link{font:bold;text-decoration:none;color:#314594/*#47a*/} 

a:visited{text-decoration:none;color:#314594/*#47a*/}

a:hover{text-decoration:none;color: #CE00000 /*#CE0000*/}

a:active{color:#CF0C2B /*#06C*/;background:#}

a img{text-decoration:none;border:none;padding:0px;margin:0px}

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;font-weight:bold}

.alignleft{float:left;font-weight:bold}

h1{font-size:18px;font-weight:normal;text-align:left;padding:10px 10px 10px 20px;margin:0px;color:#fff;background:#314594}

h1 a{font-size:1.5em;font-weight:normal;text-decoration:none;color:#fff;background-color:transparent}

h1 a:hover{text-decoration:none;color:#fff;background-color:transparent}

h1 a:link{color:#fff;text-decoration:none}h1 a:visited{color:#fff;text-decoration:none}

h1 a:active{color:#fff;text-decoration:none}

h2{font-size:13px;font-weight:normal;text-align:left;padding:5px 10px 15px 20px;margin:0 0px 0px 0px;color:#fff;background:#314594}

h2 a{font-size:13px;font-weight:normal;text-decoration:none;color:#fff;background-color:transparent}

h2 a:hover{text-decoration:none;color:#fff;background-color:transparent}

/*#linknav{position:relative;top:8px;text-align:right;padding:0px;margin:0px 0px 3px 0px}*/
#linknav{position:relative;top:8px;text-align:right;padding:0px;margin:-40px 55px 0px 0px; float:right; z-index:101;}

form.qs{text-align:right;padding:0px;margin:-40px 0px 0px 20px; z-index:101; float:left; position:relative}

form.qs p{font-size:11px;font-weight:normal;padding:0px;margin:0px;color:#fff;background-color:transparent; z-index:101; position:relative}

/*form.qs input.button{font-size:10px;font-weight:normal;width:30px;color:#000;background-color:#f9f9ff;border:solid 1px #c0d3e2; z-index:101;}*/

form.qs .searchbutton{background:url(/wp-content/images/sitesearch.gif) no-repeat; height:30px; width:100px; font: bold 15px arial, sans-serif; color:#ffffff; text-align:center;vertical-align:top; padding:4px 6px 4px 6px; z-index:101; }

form.qs input.textfield{font-size:15px;font-weight:normal;padding:0px;margin:0px; border:solid 1px #314594; z-index:101;}

#navigation{height:2.2em;line-height:2.2em;background:#578bb8;color:#fff}

#navigation li{float:left;list-style-type:none;border-right:1px solid #fff;white-space:nowrap}

#navigation li a{display:block;padding:0 10px;font-size:1.0em;font-weight:bold;text-transform:uppercase;text-decoration:none;background-color:inherit;color:#fff}

* html #navigation a{width:1%}

#navigation .current_page_item,#navigation a:hover{background:#80b0da;color:#fff;text-decoration:none}

.info-post{display:block;text-align:left;padding:7px 0px 7px 0px;font-size:10px;color:#000}

.info-meta{display:block;text-align:left;padding:2px 0px 7px 0px;font-size:12px}

.info-meta a{font-weight:bold,font-size:10px}

.post-navigation{height:0em;line-height:2.2em} //{height:1.2em;line-height:2.2em}

.nav{padding:5px 0px 15px 0px;}

.entry{margin-bottom:3em}.entry a{margin-bottom:3em}.entrymeta2{        position:relative;        top:3px}

.entrymeta a{        text-decoration:none;color:#69c}.entry img{padding:5px;border:1px solid #ccc;margin:5px}

.commentmeta{font-size:0.9em;color:#69c;        text-align:right}

.commentmeta a{text-decoration:none;color:#69c}

.postedby{background:url(./images/user.gif) no-repeat;padding:3px;padding-left:20px}

.filedto{background:url(./images/category.gif) no-repeat;padding:3px;padding-left:20px}

.commentslink{background:#fff url(./images/comment.png) no-repeat;padding:3px;padding-left:20px}

.sec-a{background:#eff2ef; float:left;width:775px;padding:0 15px}

div.path{font-size:11px;font-weight:normal;padding:0px;margin:25px 20px 10px 200px}

div.path a{font-size:11px;font-weight:normal}

.content{}

td.main{vertical-align:top;width:30%;position:absolute}

div.main{font-size:12px;font-weight:normal;line-height:15px;color:#000;padding:5px;margin:5px 190px 10px 210px; width:545px}

div.main a{font-weight:normal;text-decoration:none;color:#06C}

div.main a:hover{text-decoration:none;color:#314594 /*#CE0000*/}

div.main h3{font-size:16px;font-weight:normal}

div.main h4{font-size:18px;font-weight:bold;padding:3px; margin:15px 0px 0px 0px; line-height:16px; height:33px; color: #314594} /*border:2px solid #9CC4E0; background:#314594;*/

div.main .pagetitle {font-size:.9em;font-weight:bold;padding:7px 3px 3px 8px; margin:3px 0px 0px 0px; line-height:16px; background:#fff URL(./images/titlebar.gif) no-repeat; height:23px}

div.main .pagetitle a {font-size:18px;font-weight:bold; line-height:16px;  height:33px; color:#fff}

div.main .pagetitle a:hover {color:#fff}

div.main .sectiontitleshade {font:bold 1.8em 'times new roman'; color: #ce0000; padding:12px 3px 3px 8px; margin:0px; line-height:16px; background:#fff URL(./images/blueshadetitle.gif) no-repeat; height:25px}

div.main .sectiontitle {font:bold 1.8em 'times new roman'; color: #ce0000;line-height:16px; padding:7px 3px 3px 4px; height:33px}

div.main h4 a{font-size:0.9em;font-weight:bold;text-decoration:none;color:#314594}

div.main .pagetitle {font-size:0.9em;font-weight:bold;text-decoration:none;color:#fff}

div.main h4 span.top{font-size:14px;font-weight:normal}

div.main h4 span.top a{font-size:16px;font-weight:normal;text-decoration:none}

h5{font-size:14px;font-weight:bold;color:#47a;margin:4px;border:none;margin:5px 0px 5px 0px}

.bluetitle {font-size:14px;font-weight:bold;color:#47a;border:none;}

div.main p{padding:0px;margin:0px 0px 6px 0px}

div.main table{font-family:arial, san-serif;font-size:12px;font-weight:normal;line-height:17px;margin-left:10px; /*lucida,verdana,sans-serif*/}

div.main td{padding:0px 5px 0px 5px;margin:0px}

div.main ul{list-style-type:square;padding:0px;margin:0px 10px 0px 40px; color: #525E5E}

div.main ul.page {list-style-image:url(/wp-content/images/icons/page.png); margin-top:2px; padding-top:2px;}

/*div.main ul.restaurant{list-style-image:url(/wp-content/images/icons/forkknife.gif); margin-top:6px; padding-top:0px;margin-bottom:5px; color:#000; vertical-align:top}
div.main ul.restaurant li{margin-bottom:10px; vertical-align:top}*/

div.main ul.restaurant{list-style-type: none; padding: 0;  margin: 6px 0px 6px 0px;color:#000}
div.main ul.restaurant li{background-image: url(/wp-content/images/icons/forkknife.gif);
background-repeat: no-repeat; background-position: 0 .4em; padding-left: 1em; margin: 6px 0px 10px 0px;}



div.main ul.review {list-style-image:url(/wp-content/images/icons/goldarrow.gif); margin-top:2px; padding-top:2px;margin-bottom:5px; color:#000}
div.main ul.review li {background-image:none; margin-bottom:2px; vertical-align:top}

div.main ul.none{list-style-type:none}

div.main li{padding:0px;margin:1px 0px 1px 0px}


.box{ margin:0 0 20px 0px; padding:4px 4px 10px 0px;  background-color:#fafbfc; color:#505050; line-height:1.5em; border-bottom:1px solid #cccccc; width:96%;}



.box a{color:#505050;text-decoration:none}

div.navboxwrapleft{float:left;width:190px;padding:0px 2px 5px 6px;margin:0px 3px 0px 0px;border-right:solid 0px #ccc;line-height:1em; }

/*
div.navboxleftshell{border-width: 1px; border-style: solid; border-color:#C1CFE8 #BFBFBF #BFBFBF #C1CFE8;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; padding:0px 0px 0px 5px; margin-bottom:10px}
removed and replaced 6/8/10 - old curvy corners
*/


div.navboxleft{padding:0px; margin:10px 0px 0px 1px; font-weight:normal; line-height:16px; /*background: #ebf0f6 EFF2F3 */}

div.navboxleft h5{color:#000;font-size:1.1em;    font-weight:bold;margin:8px 0px 5px 0px;padding:3px 4px 3px 3px;width:90%;    background-position:0px -50px;    text-transform:none;border-bottom:1px solid #69c}

div.navboxleft a{font-size:11.2px; font-weight:bold}

div.navboxleft ul{margin:2px 5px 0px 8px;padding:1px 0 0 2px}

div.navboxleft li{background:url('images/arrow.gif') no-repeat left top;margin:4px 0;padding:0 0 3px 12px;list-style:none;margin-bottom:0px}

div.navboxleft li:hover{ background-repeat:no-repeat; background-position:left top; color:#99C9FF}

div.navboxleft li.active{ background-repeat:no-repeat; background-position:left; color:#000}

div.navboxleft li.extern:hover{ background-repeat:no-repeat; background-position:right} 



div.navboxwrapright{float:right;width:190px;padding:0px 8px 5px 0px;margin:0px 0px 0px 9px;border-left:solid 0px #ccc; z-index:300}

/*div.navboxrightshell{border-width: 1px; border-style: solid; border-color:#C1CFE8 #BFBFBF #BFBFBF #C1CFE8;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; padding:0px 0px 0px 5px; margin-bottom:10px}
removed and replaced 6/8/10 - old curvy corners
*/
div.navboxright{padding:0px;margin:10px 0px 0px 1px /*margin:10px 0px 10px 10px*/;font-weight:normal;line-height:17px; z-index:301}

div.navboxright a{font-size:11.2px; font-weight:bold}

div.navboxright h5{color:#000;font-size:1.1em;    font-weight:bold;margin:8px 0px 5px 0px;padding:8px 4px 3px 3px;width:90%;    background-position:0px -50px;    text-transform:none;border-bottom:1px solid #69c}

div.navboxright h5 a{    color:#000;font-size:1.2em;margin:0 0 10px 0;padding:10px 0 2px 0;width:93%;border-bottom:1px solid #000}

div.navboxright ul{list-style-type:none;padding:0px;margin:0px;}

div.navboxright li{background-repeat:no-repeat;padding:1px 5px 0px 20px;margin:0px}

div.navboxright li:hover{background-repeat:no-repeat;background-position:right;color:#333}

div.navboxright ul li{background-repeat:no-repeat;background-position:left;padding:1px 5px 0px 20px;margin:0px;background:url(images/freccia.gif) no-repeat left}

div.navboxright div.impressum{color:#000;background-color:#f9f9ff;padding:0px;margin:20px 0px 0px 0px}

div.navboxright div.impressum div.active{border:solid 1px #ffc9c9;padding:0px;margin:-1px} 

#submit{margin-top:5px;border-width:0;padding:0}

#commentform input,textarea{color:#0C3E69}

#commentform input{font-size:11px;color:#000}

#commentform textarea{padding:2px 4px}

#respond,#comments{margin-bottom:15px;font-family:"Trebuchet MS",sans-serif}

#commentsection{margin:25px 0 0}#commentsection p{margin:0 0 6px}

.comment{background-color:#f4f4f4;border-left:4px solid #ccc;color:#606060;margin:0 0 10px;padding:8px 5px 0 8px}

.comment p{font-size:0.9em;line-height:1.3em;margin:0 0 6px;padding-bottom:5px}

.gravatarside{float:right;width:48px;height:48px;margin:0 5px 5px 5px}

h2.archives{margin-bottom:10px}

h3.entrytitle,h3{font-size:160%;font-weight:normal;line-height:100%;margin:0;padding:0px}

h3.entrytitle a,h3.entrytitle a:visited,h3 a{color:#fff;text-decoration:none}

h3.entrytitle a:hover,h3 a:hover{text-decoration:underline}

.entry{margin-top:0px}

.entrybody{margin-bottom:30px}

.entrybody p{margin-bottom:15px}

blockquote{background:#EEE url(images/blockquote.png) no-repeat bottom left;padding:10px;padding-bottom:40px}

#content code{background-color:#3F464A;display:block;padding:10px;margin-bottom:10px}

#commentblock code{display:block;padding:5px;margin-bottom:10px;color:#ccc}

div.footer{clear:both;padding:5px 0;margin:0 0px;font-size:0.9em;color:#06C;background:#DFEFFF;border-top:1px solid #ccc /*#06C*/}

div.footer p{padding:0;margin:0;text-align:center}

div.footer a{color:#06C;background-color:inherit;font-weight:bold}

div.footer a:hover{color:#333;background-color:inherit}