/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/comminternet.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6412 $
$LastChangedDate: 2009-03-15 14:26:47 -0400 (Sun, 15 Mar 2009) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	height: 100%;
}

body 
{
	background: #d1dbbd url('../images/body_bg.jpg') top repeat-x;	
	font: 80% "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}

p, div, table 
{
	font: 1em;
	text-align: left;
}

img 
{
	border: none;
}

h1, h2, h3, h4
{
	color: #3e606f;
	font-weight: normal;
}

h1 
{
	font-size: 1.7em;
	letter-spacing: -0.025em;
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1.25em;
	font-weight: bold;
}

h4 
{
	font-size: 1.1em;
	font-weight: bold;
}

a:link, a:visited 
{
	color: #3d82a6;
	text-decoration: none;
}

a:hover, a:active
{
	color: #3e606f !important;
	text-decoration: underline;
}

.image.left
{
	margin: 3px 12px 3px 0;
}

.image.right
{
	margin: 3px -8px 3px 12px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.analytical
{
	padding: 0 0 0 200px;
	clear: right;
}

.clear
{
	clear: both;
}

.alertText
{
	margin-top: 6px;
	color: #C5140D;
	font-weight: bold;
}

.horizLine
{
	background: #91aa9d;
	height: 1px;
}

.navSpacer
{
	padding: 0 10px;
	font-size: 1.1em;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	width: 768px;
	margin: 0 auto;
}

/* Page top. */

#pageTop
{
	background: #3f6170 url('../images/header.jpg') top no-repeat;
	height: 142px;
	width: 768px;
}

#pageTop #logoLink
{
	width: 360px;
	height: 106px;
	display: block;
}

#pageTop #logoLink h1
{
	display: none;
}

#pageTop #contactLink
{
	position: relative;
}

#pageTop #contactLink a
{	position: absolute;
	top: -89px;
	right: 4px;
	width: 72px;
	height: 20px;
	display: block;
}

#pageTop #contactLink h2
{
	display: none;
}

#pageTop #topHidden
{
	display: none;
}



/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0 30px 30px 30px;
	margin: 0 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu
{
	background: url('../images/nav_grad1.jpg') top repeat-x;
	position: relative;
	top: 5px;
	font-size: 1.05em;
	z-index: 9999;
}

.menu ul {
	width: 11em;
}

.menu li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fcfff5 !important;
	padding: 6px 14px 7px 14px;
	_padding: 7px 13px 8px 13px;
}

.menu li li a {
	padding: 4px 12px 4px 12px;
	_padding: 4px 11px 4px 11px;
}

.menu li:hover>a {
	background: url('../images/nav_grad2.jpg') top repeat-x;
	color: #aed3f2 !important;
	text-decoration: none;
}

.menu a:hover {
	background: url('../images/nav_grad2.jpg') top repeat-x;
	color: #aed3f2 !important;
	text-decoration: none;
}

.menu li li a:hover {
	background-color: #26404F;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #333;
	*border: 1px solid #333 !important;
	background: #3e606f;
	font-size: 0.75em;
	font-family: "trebuchet MS", tahoma, arial, helvetica, sans-serif;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.menu .navSpacer
{
	line-height: 30px;
	color: #91aa9d;
}

/* Page bottom. */

#pageBottom
{
	background: url('../images/bottom_corners.jpg') top no-repeat;
	margin: 0 0 8px 0;
	padding-top: 30px;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #444;
}

#pageBottom a:link,
#pageBottom a:visited,
#pageBottom a:hover,
#pageBottom a:active
{
	color: #444 !important;
}

#pageBottom table
{
	width: 740px;
	margin: 0 auto;
}

/* Page content. */

#pageContent
{
	position: relative;
	background: #fcfff5;
	width: 768px;
	z-index: 1111;
}

#pageContent #rightContent
{
	width: 538px;
	padding: 20px 8px 8px 12px;
	*padding-top: 23px;
	margin-bottom: -20px;
	float: right;
}

#pageContent #rightContent a:hover,
#pageContent #rightContent a:active
{
	color: #37486f;
}

#pageContent #rightContent h1
{
	margin: 5px 0 10px 0;
	_font-size: 1.8em;
}

#pageContent #rightContent h2
{
	margin: 4px 0 6px 0;
}

#pageContent #rightContent p
{
	margin: 0 0 10px 0;
	line-height: 20px;
}

#pageContent #rightContent b
{
	color: #193441;
}

#pageContent #rightContent ul
{
	margin: 0 16px 16px 40px;
	list-style: square;
}

#pageContent #rightContent ul.right
{
	width: 235px;
	*width: 250px;
	*list-style-position: inside;
}

#pageContent #rightContent ul li
{
	margin: 2px 0 1px 0;
}

#pageContent #rightContent ol
{
	margin: 0 0 0 10px;
}

#pageContent #rightContent blockquote
{
	margin-left: 26px;
	padding: 4px 0 3px 0;
}

#portfolioContainer .portfolioItem
{
	background: #dde6c7 url('../images/portfolio_bg.gif') top left repeat;
	margin: 0 9px 14px 0;
	padding: 4px;
	width: 160px;
	display: block;
	text-align: center;
	line-height: 1.25em;
	color: #2d4e5d;
	border: 1px solid #91aa9d;
	float: left;
}

#portfolioContainer .portfolioItem:hover
{
	background-color: #d1dbbd;
	text-decoration: none;
	border-color: #3e606f;
	color: #193441 !important;
}

#portfolioContainer .portfolioItem span
{
	*padding-top: 3px;
	display: block;
}

#portfolioContainer #portfolio_right
{
	width: 208px;
	padding: 0 8px 0 18px;
	font-size: 0.9em;
	float: right;
}

#portfolioContainer #portfolio_right .websiteLink
{
		text-decoration: underline;
}

#portfolioContainer #portfolio_right #port_links
{
	margin-bottom: 16px;
	border-bottom: 1px solid #92AA9D;
	text-transform: uppercase;
	font-weight: bold;
}

#portfolioContainer #portfolio_right #port_links span
{
	font-size: 0.9em;
}

#portfolioContainer #portfolio_right #port_links a:hover
{
	text-decoration: none;
}

#portfolioContainer #portfolio_right #port_links #port_link_right
{
	float: right;
}

#portfolioContainer #portfolio_right #port_links #port_link_left
{
	float: left;
}

#portfolioContainer #portfolio_left
{
	width: 304px;
	float: left;
}

#portfolioContainer #portfolio_left ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#portfolioContainer #portfolio_left ul li
{
	margin-bottom: 5px;
}

#portfolioContainer #portfolio_left img
{
	border: 1px solid #91AA9D;
}

#pageContent #leftContent
{
	width: 200px;
	margin-bottom: 10px;
	padding: 30px 0 0 0;
	font-size: 0.9em;
	color: #193441;
	float: left;
}

#pageContent #leftContent .top
{
	background: url('../images/nav_top.jpg') top no-repeat;
}

#pageContent #leftContent .bg
{
	background: url('../images/nav_middle.jpg') top repeat-y;
	margin: 0;
}

#pageContent #leftContent .content
{
	background: url('../images/nav_bottom.jpg') bottom no-repeat;
	padding: 8px 10px 8px 12px;
}

#pageContent #leftContent .spacer
{
	background: #fcfff5;
	width: 200px;
	height: 20px;
}

#pageContent #leftContent .content a
{
	color: #193441;
}

#pageContent #leftContent .content h2
{
	background-position: top left;
	background-repeat: no-repeat;
	width: 190px;
	height: 20px;
	margin-left: -12px;
	cursor: pointer;
}

#pageContent #leftContent .content h2 i
{
	display: none;
}

#pageContent #leftContent .content h2.featured
{
	background-image: url('../images/featured.jpg');
}

#pageContent #leftContent .content h2.news
{
	background-image: url('../images/news.jpg');
}

#pageContent #leftContent .content h2.testimonials
{
	background-image: url('../images/testimonials.jpg');
}

#pageContent #leftContent .content h2.portfolio
{
	background-image: url('../images/portfolio.jpg');
}

#pageContent #leftContent .content ul
{
	padding: 5px 0 0 0;
	line-height: 1.85em;
	list-style: none;
}

#pageContent #leftContent .content ul a,
#pageContent #leftContent .content ul a:hover,
#pageContent #leftContent .content ul a:active
{
	color: #fcfff5 !important;
}

#pageContent #leftContent .content p
{
	margin-top: 2px;
	*width: 178px;
}

#pageContent #leftContent .content p.featured
{
	padding: 2px 0 4px 0;
}

#pageContent #leftContent .content p.featured img
{
	background: #d1dbbd;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #658697;
	float: left;
}

#pageContent #leftContent .content p.featured a
{
	line-height: 41px;
	display: block;
}

#pageContent #leftContent .content p.featured a:hover,
#pageContent #leftContent .content p.featured a:active
{
	color: #193441 !important;
}

#pageContent #leftContent .content p.featured a:hover img
{
	border-color: #193441;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    position: absolute;
	top: 3px;
	right: 4px;
	margin: 0 !important;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* Buttons */

.buttons input
{
    background: #466776 url(../images/button_grad1.jpg) bottom repeat-x;
    margin: 4px 0;
    padding: 2px 8px;
    width: auto;
    overflow: visible;
    color: #FFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top: 1px solid #aebfb9;
    border-right: 1px solid #5c6b66;
    border-bottom: 1px solid #5c6b66;
    border-left: 1px solid #aebfb9;
}

.buttons input:active
{
    background: #305160 url(../images/button_grad2.jpg) bottom repeat-x;
	padding: 1px 9px 3px 7px;
    color: #ccc;
	border-top: 1px solid #5c6b66;
    border-right: 1px solid #aebfb9;
    border-bottom: 1px solid #aebfb9;
    border-left: 1px solid #5c6b66;
}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}