/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/
		
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	}
		
/* Normal links */

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #333333;
	text-decoration: underline;
	}

/* Image border and background color fixes */


a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}
		
img { border: none; }

/* Outer bounding box for all pages */

#frame {
	text-align: left;
	width: 754px;
	margin: 15px auto 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(http://latitudes.trilocal.com/images/global_bg.gif);
	background-position: left top;
	}
	

/* Logo container & rotating images */
#banner {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	}
		
	#banner h1 {
	display: none;
	}
		
/* Navigation container */
#nav {
	float: left;
	padding-left: 3px;
	width: 168px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	
		
	#nav p { margin-top: 0; }
		
/* Content container */
#content {
	padding-top: 1em;
	margin: 0px 6px 0px 185px;
	line-height: 1.6em;
	}
	
		
	#content h2 { margin-top: 0; }
	
	#content td.rightcol {
	background-color: #FFFFFF;
	vertical-align: top;
	}
	
	
	#content td.main {
	padding-right: 15px;
	vertical-align: top;
	}

/* Footer container */
#footer {
	clear: both;
	margin: 0;
	background-color: #FFFFFF;
	padding: 2em;
	text-align: right;
	font-size: 80%;
	color: #999999;
	line-height: 1.2em;
	}
	
	#header {
	background-image: url(http://latitudes.trilocal.com/images/header_bg.gif);
	height: 92px;
	width: 754px;
	background-repeat: no-repeat;
}

#header_nav {
	padding: 0;
	margin: 0;
	width: 100%;
}


/*-------------------------------------------------
HORIZONTAL NAV ELEMENTS
-------------------------------------------------*/


 #header_nav ul
 {
	padding: 0;
	margin: 0;
	background-color: #205081;
	float: right;
	width: 746px;
	border-top: 0px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
 }

 #header_nav ul li 
 { 
 	display: inline; 

}

 #header_nav ul li a
 {
 padding: 0.2em 1em;
 background-color: #205081;
 color: White;
 text-decoration: none;
 font-size: 120%;
 float: right;
 /*border-right: 3px solid #fff;*/
 }

 #header_nav ul li a:hover
 {
 background-color: #369;
 color: #fff;
 }


/*-------------------------------------------------
VERTICAL NAVIGATION ELEMENTS
-------------------------------------------------*/


/*Sets line-height of all menuitems*/

#latnav {
	width: 165 px;
	text-align: left;
}
/*Sets background color and border around the menu DIV*/
#latnav {
	border-bottom: 0;
	line-height: 1.6em;
}
#latnav div {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#latnav div a {
	color: #FFFFFF;
	font-size: 14px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#latnav div a {
	text-decoration: none;
	background-color: #205081;
	display: block;
	padding: 2px 0 2px 6px; 
	font-weight:bold;/* */
}

#latnav div a:hover {
	background-color: #DEC67D;
	color: #FFFFFF;
}


#latnav-sub {
	border-bottom: 0;
	line-height: 1.6em;
	}

#latnav-sub div {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#latnav-sub div a {
	color: #000000;
	font-size: 14px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#latnav-sub div a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C7299;
	display: block;
	padding: 2px 0 2px 15px;
	font-weight:bold;
	background-image: url(http://latitudes.trilocal.com/images/nav_sub_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#latnav-sub div a:hover {
	background-color: #D3794D;
	color: #FFFFFF;
}


/*-------------------------------------------------
CONTACT FORM
-------------------------------------------------*/

#content fieldset {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #ccc;
	background: #FCF4B0 url(http://latitudes.trilocal.com/images/bkd_contact_form.jpg) repeat-x;
	}

fieldset input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}

fieldset textarea { width: 300px; }

fieldset p {
	margin: 0;
	padding: 6px 10px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	}

fieldset p span {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	}
	
fieldset p label {
	float: left;
	display: block;
	width: 120px;
	}
	
fieldset p.submit {
	margin: 0 0 1.0em 0;
	padding: 8px 0;
	border-bottom: none;
	text-align: center;
	}

fieldset p.submit input {
	font-family: verdana, arial, helvetica, sans-serif;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #000;
	}

h2 {
	margin: 0px 0 20px;
	padding: 0px 0 0;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #E56F32;
	}

h3 {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

h5 {	
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	}

h6 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #c30;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	line-height: 1.5em;
	}

li {
	list-style: square;
	font-size:11px;
	}
