/**
*	CSS for PatVerhagen.com
*
*	This file is included after reset-fonts-grids.css in order to override settings.
*	The file reset-fonts-grids.css should never be touched and only lightly overriden.
*	Setting specific classes for layout and content is done here.  Use base.css to set
*	generic element styles.
*
**/

/**
*	Color Palette
* #000000 - Black
*	#ffd159 - Various Headings
*	#99ccff	-	Various Headings
*	#c0c0c0	-	Table Borders, Normal Text (with Black Backgrounds), 
*	#f3eaa5 - Various Headings
*	#CAA202 - Most Normal Links
*	
*	Default Font Set
*	--	Arial, Helvetica, Clean, Sans-Serif
*
* Overriding Font Set  (IF ANY)
*	--	New Times Roman (From previous site design.)
*
**/
html	{background:#000; color:#c0c0c0;}

#hd {
	margin:10px 0;
}

#hd h1,#hd h2,#hd h3,#ft h1,#ft h2,#ft h3{
	margin:0 0;
}

.gold-line {
	width:100%;
	height:6px;
}

.header-line {
	background: #273776 no-repeat url(foo-bar.gif);
	width:100%;
	height:4px;
	}

#header-logo {
	background: #000 no-repeat url(../images/newSite/balloon-top.gif);
	width:189px;
	height:144px;
	}

#header-logo2 {
	background: #000 no-repeat url(../images/newSite/remax_logo.gif);
  width:154px;
  height:45px;
  }

#header-makena-logo	{
	width:309px;
	height:87px;
}

#sidebar-old	{
	border-right:1px #f3eaa5 solid;
	border-bottom:1px #f3eaa5 solid;
}

#sidebar	{
	border-right:1px #999 solid;
	border-bottom:1px #666 solid;
}

#main-menu {
	width:100%;
	margin-left:1em;
}

#main-menu li {
	list-style:none;
	list-style-image:url(foo-bar.gif);
	list-style-type:none;
	margin:.5em 0;
}

iframe {
	margin:0 0;
	width:680px;
	height:700px;
	border:0px;
	}
	
.ftKatieAndPat {
/*	width:*/
	height:120px;
	border:0;
	}
	
.center {
	text-align:center;
	}
	
.thin-border {
	border:2px solid #fff;
	}
	
ins{
	font-size:1.3em;
	font-weight:bold;
	}