/* 
  -----------------------------------
  NorthScottsdale.com CSS Layout
  2 Column Fixed
	Shadow box background
  -----------------------------------
*/
body {
	background-color: #4A4A4A;
	background-image: url(http://www.northscottsdale.com/images/kl-pbgtexture.jpg);
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(http://www.northscottsdale.com/images/kl-masthead.jpg);
	background-repeat: no-repeat;
	height: 162px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}

/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(http://www.northscottsdale.com/images/kl-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 3em 0 0 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 540px;
}
#mainboxwide {
	float: left;
	width: 750px;
}
#maintable {
	width: 740px;
}
#sidebox {
	float: left;
	width: 210px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.85em;
	background-image: url(http://www.northscottsdale.com/images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontentwide {
	padding: 0 30px 20px 30px;
	font-size: 0.85em;
	background-image: url(http://www.northscottsdale.com/images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontent p{
	line-height: 1.3em;
	margin: 8px 0 12px 0;
}
.callout {
	float: left;
	width: 150px;
	margin: 20px 18px 10px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}
.squarescallout {
	float: left;
	width: 15px;
	margin: 7px 5px 0px 0px;
	padding-right: 5px;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
	background-image: url(http://www.northscottsdale.com/images/kl-browngradient.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidecontent p{
	line-height: 1.35em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: normal;
	font-size: 1.75em;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #6176BF;
}

h2 {
	margin: 1.2em 0 0 0;
	font-size: 1.25em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h3, h4, h5 {
	margin: 1.2em 0 0 0;
	font-size: 1.15em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(http://www.northscottsdale.com/images/kl-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #CECCC4;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #928d79;
	cursor: default;
	font-size: 0.1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #B9A772;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/

#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus,
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #807159;
	color: #FFFFFF;
	text-decoration: none;
}

/***********FOOTER NAVIGATION LIST*************/
#footerlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#footerlist li
{
display: inline;
list-style-type: none;
}

#footerlist a
{
padding: 2px 8px 2px 24px;
border: 1px solid #333;
background-color: #999;
background-image: url(http://www.northscottsdale.com/images/l1_down.gif);
}

#footerlist a:link, #footerlist a:visited
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#footerlist a:hover
{
	border: 1px solid #333;
	background-image: url(http://www.northscottsdale.com/images/l1_over.gif);
	color: #FFFFFF;
	font-weight: bold;
}
/******ROOTBOX AND SUBBOX(*******/
#p7TBMrootbox {
	background-image: url(http://www.northscottsdale.com/images/kl-mbar.jpg);
	background-color: #727CA1;
	background-repeat: repeat-x;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
/******* TABLE BORDERS ********/
.tableltcorner {
	background-image: url(http://www.northscottsdale.com/images/Frame_LT_corner.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 35px;
}
.table_top {
	background-image: url(http://www.northscottsdale.com/images/Frame_Top.gif);
	background-repeat: repeat-x;
}
.tablertcorner {
	background-image: url(http://www.northscottsdale.com/images/Frame_RT_Corner.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 35px;
}
.table_left {
	background-image: url(http://www.northscottsdale.com/images/Frame_Left.gif);
	background-repeat: repeat-y;
	width: 19px;
}
.table_right {
	background-image: url(http://www.northscottsdale.com/images/Frame_Right.gif);
	background-repeat: repeat-y;
}
.tablelbcorner {
	background-image: url(http://www.northscottsdale.com/images/Frame_LB_Corner.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 21px;
}
.table_bottom {
	background-image: url(http://www.northscottsdale.com/images/Frame_Bottom.gif);
	background-repeat: repeat-x;
	height: 21px;
}
.tablerbcorner {
	background-image: url(http://www.northscottsdale.com/images/Frame_RB_Corner.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 21px;
}
/*******TABLE CELL FORMATTING********/
#tableh2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}
/***REMOVE IMAGE BORDER WHEN A LINK***/
a img {
border:none;
}
/***IMAGE PADDED ON RIGHT***/
.rightimage {
	margin-right: 10px;
}
/***IMAGE PADDED ON LEFT***/
.leftimage {
	margin-left: 10px;
}
/***SMALL TEXT***/
.smtext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/***TABLE FORMATTING***/
.indent {
	text-indent: 20px;
}
#contactnumbers {
	color: #807159;
	border: thin solid #807159;
	background-color: #FFFFFF;
	}

/*****TESTCONTACT US FORM*****/
input.brown {
	background-color: #E6DDCF;
	font-size: 12px;
	color: #666666;
}
input.green, textarea.green {
	background-color: #CFE6DC;
	font-size: 12px;
	color: #666666;
}
input.blue {
	background-color: #CFD4E6;
	font-size: 12px;
	color: #666666;
}
/******CONTACT FORM********/

#contactus td.brown, textarea.brown {
	background-color: #E6DDCF;
	line-height: 2em;
}
#contactus td.green, textarea.green {
	background-color: #CFE6DC;
	line-height: 2em;
}
#contactus td.blue, textarea.blue {
	background-color: #CFD4E6;
	line-height: 2em;
}
#contactus td.white, textarea.blue {
	background-color: #FFFFFF;
	line-height: 2em;
}
#cma td.blue, textarea.blue {
	background-color: #CFD4E6;
	line-height: 2em;
}
	
/*****PADDING AND MARGIN*********/
.padleft5 {
	padding-left: 5px;
}
.padl10 {
	padding-left: 10px;
}
.padl15 {
	padding-left: 15px;
}
.padr5 {
	padding-right: 5px;
}
.padr10 {
	padding-right: 10px;
}
.padr15 {
	padding-right: 15px;
}
.pad5 {
	padding: 5px;
}
.padl0 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
/******LINK STYLE*******/
a { 
	text-decoration:none;
	border: 0px;
}
/*---  The following is for images that are links - makes a black border that is white on hover ---*/
a.blackborder, a.blackborder:link, a.blackborder:visited, a.blackborder:active, a.blackborder:focus {
border: solid 1px #000;
display:block;
}
/*---  Note that border color must contrast with background white and black ---*/
a.blackborder:hover {
border: solid 1px #FFF;
}

#seemap {
	padding-top: 30px;
	text-align: center;
	}
.linebot {
	padding-bottom: 10px;
	border-bottom: solid;
	border-bottom-color: #61BF94;
	}
/*-- Colors for text --*/
.color6176BF {
	color:#6176BF;
	}
.colorBF9A60 {
	color:#BF9A60;
	}
.color61BF94 {
	color:#61BF94;
	}

/*---   Link List Styling so icon is centered and spaced appropriately ---*/
.iconlink {
	line-height: 2em;
	margin-left: 10px;
	vertical-align: middle;
	}
.iconlink img {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	}