/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Vantage Builders Inc. 
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------------------------------------*/
#header
{
	width: 				757px;
}

#header img
{
	margin: 0px 0 0 30px;
	position: relative;
	top: 20px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#homelayout
{
	width:				757px;
}

col#homeleftcolumn
{
	width:				45px;
}

col#homecontentcolumn
{
	width:				auto;
}

col#homerightcolumn
{
	width:				1px;;
}

/* Layout Contents */
td#homeleftcontentcell
{
	width:				45px;
	padding:			0px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
}

td#homecontentcell
{
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 18px;
	font-family: verdana,arial,sans serif;
	font-size: 11px;
	color: black;
}

td#homerightcontentcell
{
	vertical-align:		top;
	width: 1px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Layout Structure
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				757px;
}

col#leftcolumn
{
	width:				45px;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				175px;;
}

/* Layout Contents */
td#leftcontentcell
{
	width:				45px;
	padding:			0px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
}

td#contentcell
{
	vertical-align: top;
	padding: 20px 20px 20px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 20px;
	font-family: verdana,arial,sans serif;
	font-size: 11px;
	color: black;
	border-right: 1px solid #B4A55C;
}

td#rightcontentcell
{
	vertical-align: top;
	width: 175px;
	padding: 0px;
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Global Navigation
/*-------------------------------------------------------------------------------------------------------*/
#globalnav
{
	text-align:			right;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	
	position:			absolute;
	top:				42px;
	left:				250px;
	white-space:		nowrap;
	width:				500px;
}

#globalnav a
{
	margin-left:	10px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Top Navigation 3-Tier DHTML Menu
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	width:				712px;
	clear:				both;
	border-bottom:		1px solid #B4A55C;
	margin-left:		45px;
	text-align:			right;
}

#topnav table
{
	border-top:			1px solid #B4A55C;
	width:				495px;
	margin-left:		217px;
}

#topnav td
{
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#topnav td:hover
{
	border-left: 1px solid #B4A55C;
	border-right: 1px solid #B4A55C;
}

#topnav a,#topnav a.active
{
	/* Adjust space between menu items	*/
	margin: 0px;
	display: block;
	border: 1px white solid;
	width: auto;
	height: 18px;
	background-color: white;
	padding: 0px 15px 0px 15px;
	white-space: nowrap;
	font-family: verdana,arial,sans serif;
	font-size: 11px;
	color: #162D68;
	vertical-align: middle;
	text-align: center;
}

#topnav a:hover,
#topnav a.active,
#topnav a.active:hover
{
	background: #162D68;
	color: white;
}

/* Top nav menu items */
ul.menublock,ul.submenublock
{
	/*	Customizeable options */
	width:				175px;
	background-color:	white;
	border-left: 1px solid #B4A55C;

	/*	Do not modify */
	position:			absolute;
	z-index:			200;
	visibility:			hidden;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

ul.menublock
{
	border-top: 1px solid #B4A55C;
	padding-bottom: 5px;
}

ul.submenublock
{
	padding:			3px 0px;
}


ul.menublock li, ul.submenublock li
{
	/*	Do not modify	*/
	display:			inline;
}

ul.menublock a,ul.submenublock a
{
	display: block;
	width: auto;
	height: 15px;
	padding: 3px 8px 0px 15px;
	line-height: 12px;
	white-space: nowrap;
	font-family: verdana,arial,sans serif;
	font-size: 10px;
	color: black;
}

ul.submenublock a
{
	height:				15px;
	line-height:		22px;
	background-color:	white;
}

.menublock a:hover,.submenublock a:hover
{
	color: #162D68;
	text-decoration: underline;
	background-color:	white;
}

a.showsub,a.showsub:hover
{
	/*	Makes arrow indicator for links with submenu */
	background-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

a.showsub:hover
{
	/* submenu arrow */
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Bread Crumb Navigation 
/*-------------------------------------------------------------------------------------------------------*/
#breadcrumbnav
{
	clear:				both;
	display:			block;
	width:				auto;
	height:				26px;
	line-height:		26px;
	padding:			0em 1.0em;
	white-space:		nowrap;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
}

#breadcrumbnav .text
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Left Side Navigation
/*-------------------------------------------------------------------------------------------------------*/
#sidenav
{
}

#sidenav ul
{
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

#sidenav ul.sub
{
	/*	indent submenu	*/
	padding-left:		1.0em;
	list-style-type:	none;
}

#sidenav li
{
	display:			inline;
	list-style-type:	none;
}

#sidenav a.top
{
	display:			block;
	padding:			0.7em 0em 0.8em;
	margin-bottom:		0.4em;
	border-bottom:		1px solid darkred;
	font-weight:		bold;
	color:				darkred;
}

#sidenav a
{
	display:			block;
	padding:			0.4em 0em;
	color:				darkred;
}

#sidenav a.active, #sidenav a.sub-active,
{
	/*	highlight active section items	*/
	color:				pink;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;

	line-height:		30px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal!important;
	font-size:			22px;
	color:				#162D68;
}

a#pagetitle:hover
{
	font-weight: normal!important;
	color: #162D68;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Document Attachments
/*-------------------------------------------------------------------------------------------------------*/
#documents
{
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	font-weight:		normal;
	line-height:		20px;
}

#documents a
{
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			30px;
	width:				170px;
	background:			Ivory;
	line-height:		16px;
	font-family:		verdana,arial,sans serif;
	font-size:			10px;
	border:				1px solid Khaki;
	padding:			0px;
}

td#widgettitle
{
	padding-top:		2px;
	padding-bottom:		4px;
	background:			Feldspar;
	color:				FireBrick;
	text-align:			center;
}


td#widgetcontent
{
	padding:			10px;
}

#widgetcontent a
{
	color:				LightSlateGray;
	text-decoration:	none;
}

#widgetcontent a:hover
{
	color:				LightSteelBlue;
	text-decoration:	none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image Attachments
/*-------------------------------------------------------------------------------------------------------*/
 
.imagecaption img
 {
   display: block;
   margin-bottom: 5px;
   padding: 0px;
 }
 

.imagecaption
{
	color: black;
	padding: 0px;
	line-height: 18px;
	font-family: verdana,arial,sans serif;
	font-size: 10px;
	margin: 0px 0px 20px 0px;
}

/* Formatter */
img.right
{
	float:				right;
	margin:				0px 0px 20px 20px;
}

img.left
{
	float:				left;
	margin:				0px 20px 20px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Navigation
/*-------------------------------------------------------------------------------------------------------*/
#footernav
{
	clear: both;
	margin: 0px 0px 50px;
	padding: 0px;
	line-height: 18px;
	font-family: verdana,arial,sans serif;
	font-size: 10px;
	color: black;
	border-top: 1px solid #B4A55C;
	width: 747px;
}

#footernav a
{
	padding:			0px 0px;
	white-space:		nowrap;
}

.footernavdivider
{
	padding:			0em 1em;
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear: both;
	margin: 0px 0px 50px 45px;
	padding: 0px;
	line-height: 18px;
	font-family: verdana,arial,sans serif;
	font-size: 10px;
	color: black;
	border-top: 1px solid #B4A55C;
	width: 712px;
	text-align: center;
}

#footertext a
{
	padding:			0px 0px;
	white-space:		nowrap;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:		verdana,arial,sans serif;
	line-height:		18px;
	margin-top:			0px;
	margin-bottom:		30px;
	font-size:			11px;
	color:				black;
}

.listpagetable td
{
	/* All cells of the table */
	padding:			2px 2px 20px 2px;
}

.listpagetable td img
{
	/* All images in the list table cell */
	border: 1px solid #B4A55C;
}

.listpagetable td a
{
	/* All anchors in the list table cell */
	font-weight:		bold;
}


 .listpagetable td a.titlelink
 {
  /* The title link of the list item */
  	font-weight: 		bold;
  	display: 		block;
  	
 }
 

.listpagebacklink
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

 
 .listpagenodetails 
 {
 	font-weight: bold;
 	color: #B4A55C;
 	display: block;
 }
 

/*-------------------------------------------------------------------------------------------------------*/
/*	Popup Window Page
/*-------------------------------------------------------------------------------------------------------*/
body.popup
{
	margin:				0px;
	padding:			0px;
	
	background-color:	white;
}

table#poplayout
{
	width:				auto;
}

col#popupcolumn
{
	width:				auto;
}

td#popupcolumncontent
{
	vertical-align:		top;
	width:				auto;
	padding:			20px 20px 20px 30px;

	margin:				0px 0px 20px 0px;
	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

/* Images 1 & 2 in popup window */
.imagecaptionpopup
{
	display:			block;
	color:				gray;
	width:				160px;

	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-size:			12px;
	float:				none;
	margin:				10px;
}

a#popuppagetitle
{
	display:			block;
	margin:				0px;
	margin-bottom:		15px;
	padding:			0px;

	line-height:		22px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal!important;
	font-size:			22px;
	color:				black!important;
}

a#popuppagetitle:hover
{
	font-weight:		normal!important;
	color:				black!important;
}


#popupclosebutton
{
	display:			block;
	padding-top:		10px;
	font-weight:		bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:	white;
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration: none;
	color: #B4A55C;
}

a:hover
{
	text-decoration: underline;
	color: #7F7240;
}

h1
{
	margin:				.5em 0em 0em 0em;
	padding:			0em;
	display:			inline;
	line-height:		28px;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	font-size:			20px;
	color:				black;
}

h2
{
	margin:				0em;
	padding:			0em;
	display:		inline;
	line-height:		20px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			14px;
	color:				RoyalBlue;
}


h3
{
	margin:				0em;
	padding:			0em;
	display:		inline;
	line-height:		18px;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			12px;
	color:				SeaGreen;
}

blockquote
{
	margin:			20px 20px;
	xborder-top:		1px solid LightGreen;
	xborder-bottom:	1px solid LightGreen;
	padding:		10px 0px;
	font-family:	verdana,arial,sans serif;
	line-height:	18px;
	font-size:		11px;
	font-style:		normal;
	xcolor:			Turquoise;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Form Elements
/*-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0px;
}

label
{
	display:			block;
	margin-top:			12px;
	font-family:		verdana,arial,sans serif;
}

label.checkbox, label.radio
{
	display:			inline;
	font-family:		verdana,arial,sans serif;
}

input.text, select
{
	font-family:		verdana,arial,sans serif;
}

input.button
{
	font-family:		verdana,arial,sans serif;
}