﻿html, body {margin:0px; padding:0px;}
body {background:#480028 url("/templates/default/images/bg.png");font: 12px/19px Arial, "Times New Roman", sans-serif; }
p {font-weight: 400;}
h1,h2,h3,h4,h5 {font-family: Arial, "Myriad Pro Semibold", "Times New Roman", Times, serif; color:#480028;}
h1, h2, h3, h2 a, .readmore{margin-bottom:25px;}
h1 {font-size:24px; width:440px;} /*for IE7*/
h2 {font-size: 1.5em;margin-top:10px;}
h3 {margin-top:35px;margin-bottom:10px;}
h5 {font-size: 14px;margin-top:0px;margin-bottom:-10px;}
h2.lang {font-family: Arial, "Times New Roman", Times, serif; color:#fff; font-size:16px; display:inline; font-weight:normal;}
h2.lang {font-family: Arial, "Times New Roman", Times, serif; color:#fff; font-size:16px; display:inline; font-weight:normal;}
#vlang {text-align:center;}
a {text-decoration: none;color: #480028;}
a:hover {text-decoration: none;color: #E6A118;}
h2.lang a {color: #E6A118;}
/*.float_img {float:right; margin:10px;border: #FC0 1px solid;  outline: 2px ridge grey;}*/
img {border:0px;}
img.float_img {
    float:right;
-webkit-box-shadow: 2px 2px 4px 1px #f1f0f0;
-moz-box-shadow: 2px 2px 4px 1px #f1f0f0;
box-shadow: 2px 2px 4px 1px #f1f0f0;
	padding: 0px;
	margin:15px;
	outline: -1px solid #f3f3f3;
}
#container_top {
    width: 165px;
}
#vlogo {width:100%;margin:0 auto;text-align:center; position:relative; letter-spacing:1px;}
#container, #container_landingp {
position:relative;
	width: 975px;
	margin: 0 auto;
	padding: 0px 10px 0 10px;
}
#container_landingp {width: 100%;padding:0px;}
#content {position:relative; height: 650px;}
/*was min-height 630px*/
.page-1 #content {}
.box, .decorated_box {
	border-style: solid;
	border-width: 1px;
	border-color: #d9d9d7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	background: #ffffff;
	padding: 30px;
	margin-bottom: 20px;
	display:inline-table;	
	*display:inline-block;	
	}
.decorated_box {position:relative; 
/* padding-left: 62px; padding-right:62px; */

}
.clf:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clf {
	zoom: 1;
} /* IE6 */
*:first-child+html .clf {
	zoom: 1;
} /* IE7 */
#slides, #content, .small-bio, #quote {
	margin-bottom: 20px;
}
#header {
	padding: 0px;
	margin: 30px auto;
}

#topcontactbar {
/** background: #420025; border: 1px solid #4b032b; **/
right:20px;
position:absolute;
top:-30px;
*top:0px; /** Ie7 not displaying this correctly, ignoring 30px margin of header **/
color:white;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;
padding:5px;
display:inline-block;
font-size: 13px;
font-weight: 700;
color: #fff;
font-weight: normal;
font-family: arial, sans-serif;
}
#topcontactbar a {color:white;}
#topcontactbar a:hover {color:#E6A118;}
#topcontactbar a:visited {color:white;}
.langicon img {margin-right: 5px;line-height: 13px;opacity:0.5; vertical-align: middle;}
.langicon:hover img {opacity:1;} 
.langicon {color: white; line-height: 13px;}

/** Quotations **/
.bigquotation {
height:172px;
width:172px;
position:absolute;
top:-85px; 
right:0px; 
display:block;
color:#FFFFFF;
font: 250px 'Times New Roman', Times, serif;	
opacity:0.12;
filter: alpha(opacity=12);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
z-index:0;
}

/*--LOGO --*/
	
#logo {
	float: left; padding-top: 0px;
}
#logo h1 {
	float: left;
}
#logo h1.logo, #logo h1.logo a {
	line-height: 0px;
	font-size: 0px;
        margin-bottom:0px;
        width:auto !important;
}
#logo h1.logo.plain-text, #logo h1.logo.plain-text a {
	line-height: 24px;
	font-size: 24px;
	letter-spacing:-1px;
	color: #fff;
}
/*-- NAV --*/
	
#nav {
	position:relative;
	float: right;
	padding-top: 20px;	
	width:auto;
	overflow:hidden;
}
/*-- Lang bar --*/
#lang {	position:absolute;
	top:-12px;
	right:0px;
	width:29px;
	height:35px;
	display:block;
	background: url("../images/lang_ribbon.gif") no-repeat;
	text-align:center;
	padding-top:5px;
	opacity:0.3; 
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	display:none;}

#lang a{	

	font-size: 10px;
	font-weight: 700;
	color: #fff;
	font-weight: normal;
	font-family: 'Maven Pro', sans-serif;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
	text-decoration: none;
	padding-top: 0px;
	display: inline-block;
	text-transform: uppercase;
	}
	#lang:hover {opacity:1;	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
	
/** SLIDES **/
#slides {
	z-index: 100;
	position: relative;
	display:block;
	*display:inline-block;	
	}
	
#slides.box {
	padding:0px;padding-bottom:10px;
	}	

#slides .slides_container {
	width: 973px;
	height: 316px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align:center;
	}
	
#slides div.slide-mask {
	width: 973px;
	height: 317px;
	background: url(../images/slides-mask.png) no-repeat;
	z-index: 150;
	position: absolute;
	top: 0;
	left: 0;
	padding:0px;margin:0px;
	}		
	
/* Quote */	
#quote {	
margin: 28px auto;margin-bottom:30px;
font: 17px/26px Arial, "Times New Roman", Times, serif;
font-style: italic;
color: #707070;
text-align: center;
width: 830px;

	padding: 0 5px;
	height:auto;
	z-index:1;
	
	}
#quotetext {overflow:hidden; height:20px; margin:auto;}
#quotetext li{overflow:hidden;padding-bottom:20px; list-style-type:none;}
/** Small-Bio **/
.small-bio {display:block;width:auto; height:auto;}
.small-bio img {
	float: left;
	margin: 0px 25px 0px 4px;

    }
	
.small-bio span {
	float: left;
	font-size: 22px;
	font-weight:bold;
	letter-spacing: 0px;
	color: #480028;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
	margin: 20px auto;
	}
	
.small-bio span em {
	display: block;
	font: 13px/20px Arial, "Times New Roman", Times, serif;
	font-style: italic;
	color: #909090;
	letter-spacing: 0px;
	padding-left: 1px;
	text-shadow: none;
	}
	/** Decoration */
	
.decoration_tr, .decoration_tl, .decoration_b{display:block; position:absolute;width:79px; height:99px;background: url(../images/box_decoration.png) no-repeat top left;}
.decoration_tl { background-position: 0 -76px;top:-12px;left:-18px;}
.decoration_tr { background-position: 0 -225px;top:-12px;right:-22px;}
.decoration_b {background-position: 0 0;bottom:-17px;left:50%; width:210px; height:26px; margin-left:-105px;}


/* Two Columns */
.two_col {position: relative;
float: left;
width:445px;height:auto;margin-right:20px;}
.two_col:nth-child(even) {margin-right:20px;}
.two_col:nth-child(odd) {margin-right:0px;}
.two_col.left {margin-left:15px;}
.two_col.propertyHome .property {height:290; overflow:hidden; border:none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.two_col.propertyHome .topbar {-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}

.two_col.propertyHome .topbar .title a {color: #E6A118;}


/* Readmore display:inline-block;background: url(../images/more_decoration.png) no-repeat; padding-left:45px; */
.readmore a{ width:140px; height:20px;line-height:20px;font-size:1.1em;text-decoration: none;	color: #480028; font-weight:bold;}
.readmore a:hover{text-decoration: none;color: #E6A118;}

img.thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: 1px solid #DDD;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}

/** Addthis **/


#_atssh {display:none;}

.pdf_top {
    margin-top: -2px;
    float: left;
    width: 20px;    
}
#con_nav {
    text-align: right;
    margin-top: -4px;
}
/*** ESSENTIAL STYLES for Superfish***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
width:auto;
}
.sf-menu {
	line-height:	15px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
.sf-menu li {
	float:			left;
	position:		relative;

}
.sf-menu a {
	display:		block;
	position:		relative;
	color: #fff;font-family: 'Myriad Pro Semibold', sans-serif;font-size:15px; text-decoration:none;font-weight: 600;text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);	line-height:	15px;height:15px;

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.0em; /* match top ul list item height */
	z-index:		99;
	 /*  hover effect - might not be needed duplicates lower entry **/
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	}

	/******* Theme Specific SKIN *********/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	list-style: none;  /* this keeps the dots from showing after each menu item */

}
.sf-menu a {
 /* change this to match your color or delete if you do not want dividers between menu selections .75em .90em */
	padding: 		11px 13px;
	text-decoration:none; /*so your menu items are not underlined */
	}	

	.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff; /*** main font color **/
  }   

  /*  - sets the background of the page you are on  */
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
}

.sf-menu li { /*this is the one that sets the top level background to blue */
	list-style:none;
	}
.sf-menu li li {
/* this colors the 2nd level menus set to very light*/
}
.sf-menu li li li {  /* this sets the grandchild menus to very light */
 }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:	0;
	Color: #E6A118;  /*** redish **/
	 /* bg this is the one that makes the hover work */
}
/**** arrows and shadows not displaying in this version *****/
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	width:			7px;
	height:			7px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-white.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.1em;
	background-position: 0 0px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -7px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0px 0px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0px 0px; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -7px; /* arrow hovers for modern browsers*/
	}

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu height:100px !important;***/
.sf-navbar {
	height:			auto;
	margin-bottom:	15px;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}

.sf-navbar ul li {
	width:			auto;
	float:			left;
	height:20px;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {



}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {

}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {

}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {

}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: 0px 0px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0px 0px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0px -7px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.sf-navbar .level2 {font-size:14px;	color: #E6A118;}
.sf-navbar .level2:hover{font-size:14px;	color: #fff;}
.sf-navbar .level2  { display: none;}
.hide {display:none;visiblity:hidden;}
/**Sidebar Menu**/
#sidemenu, #sidemenu_home{width:200px;
	float:left;
	position:initial;
        margin-top:0px;
	z-index:0 !important;
        top:30px;

}


#sidemenu li ul, #sidemenu_home  li ul  {
height:0px; opacity:0;   overflow: hidden; display:block;
/*  No transitions     -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; */
}

#sidemenu li.active ul, #sidemenu_home  li.active ul {
height:auto; opacity:1;
}

#sidemenu li.active, #sidemenu_home  li.active {
font-weight:bold;
}

.sidemenubar {padding-left:30px; padding-right:30px;  margin-bottom: 30px; margin-right:20px;}
.sidemenubar ul{margin:0px; padding:0px;list-style-type:none; color:#480028;}
  .sidemenubar ul ul{list-style-type:circle;color:#E6A118;padding-left:25px;}
  .sidemenubar ul li {line-height: 1.1em;border-bottom: 1px solid #ccc;padding: 4px 0 4px 0px; font-weight:normal;}
  .sidemenubar ul ul li {line-height: 1.1em;border: none;padding: 4px 0 4px 0px;}

#sidemenu li:hover ul, #sidemenu_home li:hover ul {
height:auto;
min-height: 50px;
opacity:1; /* No transitions
       -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    transition: all .6s ease-in; */
}

/*** Properties Listing ***/

.property {width:100%; display:inline-block;
border: 1px solid #4b032b;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;  margin-bottom:30px;}
.property .topbar {background: #4b032b;width:100%; height:30px;}
.property .title {font-weight: bold; margin:5px;background: #4b032b; color: #E6A118;float:left;display:inline;text-shadow: 0px 1px 1px black;}
.property .price {font-weight: bold; margin:5px;background: #4b032b; color: #E6A118;float:right;display:inline;}
.property .content {padding:10px;}
.property img.thumbnail , .property img.thumbnail_new { float:left; margin:10px 20px 10px 10px;
-webkit-box-shadow: 3px 3px 6px 0px rgba(186, 186, 186, 1);
-moz-box-shadow: 3px 3px 6px 0px rgba(186, 186, 186, 1);
box-shadow: 3px 3px 6px 0px rgba(186, 186, 186, 1);}
.property img.thumbnail_new {float:right;}
.property ul.features {width: auto;
display: block;
height: auto;
margin-left: 300px;

}
.property p.description {padding:10px;}
.property_details {margin-left:0px; padding-left:10px;font-size: 0.9em;}
.property_details em {color: #666;}
.property_details li{display:inline; padding-right:10px; list-style-type: none;}

.button { margin-left: 10px;
height: 16px;line-height: 16px; min-width: 60px; padding:6px 12px; color:white;
background: #480028; 
background: -moz-linear-gradient(
    	top,
		#8c004f 0%,
		#33011d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#8c004f),
		to(#33011d));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #750645;
	-moz-box-shadow:
		0px 1px 3px rgba(181,158,181,0.5),
		inset 0px 0px 2px rgba(191,159,191,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(181,158,181,0.5),
		inset 0px 0px 2px rgba(191,159,191,1);
	box-shadow:
		0px 1px 3px rgba(181,158,181,0.5),
		inset 0px 0px 2px rgba(191,159,191,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
        margin-bottom: 10px;
display: inline-block;}
.button:hover {color: #E6A118; text-decoration: none;}

/*** Properties Page ***/
.propertyPage .thumbnail {float:left; margin: 0px 10px 10px 0px;}
.propertyPage .property_details {margin-left:0px; margin-top:10px; margin-bottom: 10px; padding:4px; background: rgba(75,3,43, 0.1); border-radius:4px;}
#galleria{ width: 90%; height: 400px; }
.pane {margin-top: 50px;}
.pane h2 { border-bottom: 1px dotted #4b032b; margin-bottom: 15px;}

ul.pageList {margin-left: 0px; margin-top:15px;}

.pageList li {display:inline; padding-right:10px; font-size: 0.9em; margin-top:5px;}
.pageList li a.active {
background: #4b032b;
border-radius: 2px;
padding: 2px 6px;
margin-top: 5px;
color: white;
}
.pageList li a.active:hover {background: #E6A118;}


/** Footer **/
#footer {overflow:hidden;width:100%; margin:0px; padding:0px; padding-top:20px; background: #3c0021 url(../images/footer.png) repeat-x;display:block; text-align:center;}
#footer p {text-align:center; font-size: 0.8em; color:#fff; font-family:arial;width:900px;margin:auto;}
   #contactlist {width:100%;margin:0px auto;padding:0px 5px;font-size:12px;font-family:arial;text-align:center;}
    #contactlist li{color:white;display:inline; margin-right:15px; height:32px; line-height:32px; }
    #contactlist li:hover {color: #E6A118;} 
   #contactlist li a{color: #fff;} #contactlist li a:hover{color: #E6A118;}
    #contactlist li span {display:inline-block;background-image:url(/templates/default/images/footer_icons.png);
      background-repeat: no-repeat;height:32px; width:32px;line-height:32px;vertical-align:middle;margin-right:10px;}
    #contactlist li span.email{background-position: 0px 0px;}
    #contactlist li:hover span.email {background-position: 0px -32px;}
    #contactlist li span.tel{background-position: -32px 0px;}
    #contactlist li:hover span.tel{background-position: -32px -32px;}
    #contactlist li span.skype {background-position: -64px 0px;}
    #contactlist li:hover span.skype{background-position: -64px -32px;}
    #contactlist li span.facebook {background-position: -96px 0px;}
    #contactlist li:hover span.facebook {background-position: -96px -32px;}
    #contactlist li span.linkedin {background-position: -160px 0px;}
    #contactlist li:hover span.linkedin {background-position: -160px -32px;}

.property p.description {min-height:95px;}

/** Equal Rows **/
    .equal {
		display:table;
		border-collapse:separate;
		margin-bottom: 20px;
		width: 975px;
	}
	.row {
		display:table-row;
	}
	.row > div {
		display:table-cell;
		background: white;
		
	}
	
	/* Styling rules to make the example look nicer */

	.row .one {
		width:200px;
			border-style: solid;
	border-width: 1px;
	border-color: #d9d9d7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	background: #ffffff;
	padding: 30px;
	}
	.row .two {
		width:20px;
		background: transparent;
	}
	.row .three {
			border-style: solid;
	border-width: 1px;
	border-color: #d9d9d7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	background: #ffffff;
	padding: 30px;
		vertical-align:top;
	}
 .no_float {
    float: none !important;
    margin-top: 0px !important;
 }
 #addthis {opacity:1;
    width: 150px;
    margin-left: 22px;
    float: right;
    margin-top: 18px;
}

.i.elite {
    display: block;
    float: right;
    text-decoration: none;
    width: 280px;
    height: 187px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.title.canvas {
    font-size: 18px;
    z-index: 10;
    padding: .6em 1em .6em 1em;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
    line-height: 100%;  
    font-weight: normal;
    color: white;
    text-decoration: underline;
    width: 245px;
}
.links {
    width: 680px;
    padding-left: 25px;
    margin-right: -80px;
}

#saveForm {cursor: pointer;}

/*** Exceptions ***/

.page-490 #content, .page-36 #content,  .page-1 #content{
height: auto;
}