* { margin: 0px; padding: 0px; }

body {
	background-color: #fff;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: 0px 120px;
	font-family: Arial,Tahoma,Verdana;
	font-size: 12px;
	text-align: center;
	color: #777;
}

div.container {
	margin: 0px auto;
	width: 850px;
}

#header {
	height: 120px;
}
	
	#logo h1 {
		margin-top: 46px;
		float: left;
		width: 388px;
		height: 51px;
		background-image: url(images/logo-header.gif);
		background-repeat: no-repeat;
		font-size: 1px;
	}

		#header h1 span { visibility: hidden; }

	#nav {
		margin-top: 48px;
		float: right;
	}
		#nav ul {
			float: left;
		}	
	
		#nav ul li {
			list-style-type: none;
			float: left;
			margin: 9px 0px 0px 11px;
		}
		
		#nav ul li a {
			display: block;
			padding-top: 10px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			color: #777;
		}
		
			#nav ul li a.active, #nav ul li.nav-set2 a.active {
				border-top: solid 1px #ccc;
				padding-top: 9px;
				color: #555;
			}
			
			#nav ul li a:hover {
				color: #4e7993;
			}
		
		#nav ul li.nav-divider {
			padding-top: 9px;
			color: #ddd;
		}
		
		#nav ul li.nav-set2 a { color: #aaa; }
			#nav ul li.nav-set2 a:hover { color: #4e7993; }

#subheader {
	height: 40px;
	background-image: none;
	background-repeat: no-repeat;
}

	#breadcrumbs {
		float: left;
		padding: 12px 0px 0px 0px;
		text-transform: capitalize;
		color: #e3f5f9;
	}
	
		#breadcrumbs a {
			border-bottom: solid 1px #7b9fb6;
			text-decoration: none;
			color: #e3f5f9;
		}
		
			#breadcrumbs a:hover {
				color: #fff;
				border-color: #fff;
			}
	
	#search {
		float: right;
		padding: 6px 0px 0px 0px;
	}
		
		#search input.input-text {
			float: left;
			margin: 3px 5px 0px 0px;
			padding: 0px;
			width: 177px;
			height: 17px;
			font-family: Arial;
			font-size: 12px;
			line-height: 17px;

		}
		
		#search input.input-button {
			float: left;
			border: 0px;
			width: 25px;
			height: 26px;
			background-image: url(images/search-button.gif);
			background-repeat: no-repeat;
			pointer: cursor;
		}

#template-main,
#main {
	padding: 18px 30px;
	background-color: #fff;
	min-height: 620px;
	text-align: left;
	clear: both;
}
#main {
	background-image: url(images/bg-main.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

	#content {
		float: left;
		width: 	545px;
		line-height: 18px;
	}
		#content h2 {
			margin-bottom: 15px;
			border-bottom: dotted 1px #d7e3eb;
			padding-bottom: 10px;
			line-height: normal;
			font-size: 27px;
			font-weight: normal;
			letter-spacing: -1px;	
			color: #56a188;		
		}
		
		#content p {
			margin-bottom: 12px;
		}

		#content ul, #content ol {
			margin: 0px 0px 0px 16px;
		}
				
		#content li {
			margin-bottom: 12px;
		}		
		
		#content b, #content strong { color: #555; }

		#weblog-content {}
		
			#weblog-content h2 {
				margin-bottom: 10px;
				border: 0px;			
				padding: 0px;
				font-size: 22px;
				color: #bbb;
			}	
			
				#weblog-content h2.title { 
					font-size: 24px;
					color: #4e7993; 
				}
				
				#weblog-content h2.title a {
					border-bottom: solid 1px #d7e3eb;
					text-decoration: none;
				}
				
		
			#weblog-content h3 {
				margin-bottom: 3px;
				font-size: 12px;
				font-weight: bold;
				color: #777;
			}
							
			#weblog-content .entry {
				margin-bottom: 15px;
				border-bottom: dotted 1px #d7e3eb;
				padding-bottom: 15px;
			}
			
			#weblog-content .posted {
				margin-top: 20px;
				padding: 8px 20px 10px 20px;
				background-color: #daeef2;
			}
			
			#weblog-content .comment-off, #weblog-content .comment-on {
				margin-bottom: 2px;
				border-bottom: dotted 1px #d7e3eb;
				padding: 15px 20px;			
			}
			
			#weblog-content .comment-off { background-color: #fff; }
			#weblog-content .comment-on { background-color: #ecf7f9; }
			
			
		#list-content {}
			
			#list-content h2 {
				display: block;
				margin-bottom: 5px;
				border: 0px;			
				padding: 0px 4px 0px 0px;
				font-size: 24px;
			}	
				#list-content h2 a {
					border-bottom: solid 1px #d7e3eb;
					text-decoration: none;
				}
				
				#list-content h2.agent {
					display: inline;
				}
			
			#list-content h3 {
				margin-bottom: 5px;
				font-size: 18px;
				font-weight: normal;
				color: #777;
			}
			
			#list-content .item {
				margin-bottom: 15px;
				border-bottom: dotted 1px #d7e3eb;
				padding-bottom: 15px;
			}
			
			#list-content p {
				margin-top: 3px;
			}
			
			#list-content img {
				float: left;
				margin-right: 15px;
				border-color: #e1f1f4;
			}
			
			#list-content a:hover img { border-color: #4e7993; }
			
		#detail-content {}
			
			#detail-content h2 {
				display: inline;
				margin-bottom: 10px;
				border: 0px;			
				padding: 0px 4px 0px 0px;
				font-size: 24px;
				color: #4e7993;
			}	
			
			#detail-content h3 {
				margin-bottom: 5px;
				font-size: 12px;
				text-transform: uppercase;
				color: #555;
			}
			
			#detail-content .item {
				margin-bottom: 15px;
				border-bottom: dotted 1px #d7e3eb;
				padding-bottom: 15px;
			}
			
			#detail-content img {
				float: left;
				margin-right: 15px;
				border: solid 2px #d7e3eb;
			}

	
	#sidebar {
		float: right;
		margin-top: 2px;
		width: 180px;
		height: 620px;
	}
	
		#sidebar h3 {
			margin-bottom: 4px;
			font-size: 12px;
			text-transform: uppercase;
			color: #555;
		}
		
		#sidebar ul {
			margin-bottom: 20px;
		}
		
		#sidebar li {
			list-style-type: none;
			border-top: solid 1px #d7e3eb;
			padding: 5px 0px;
		}
		
		#sidebar a {
			display: block;
			padding-left: 11px;
			background-image: url(images/icon-arrow.gif);
			background-repeat: no-repeat;
			background-position: 1px 2px;
		}
		
		#sidebar p {
			margin-bottom: 8px;
		}
		
#subfooter {
	border-top: solid 0px #d7e3eb;
	background-color: #e8f0f6;
	line-height: 18px;
}

	#subfooter div.container {
		border-right: solid 1px #d7e3eb;
	}
	
	div.block {
		display: inline;
		float: left;
		border-left: solid 1px #d7e3eb;
		padding: 18px 30px 15px 29px;
		width: 223px;
		text-align: left;
	}
	
		div.block h3 {
			margin-bottom: 3px;
			font-size: 12px;
			text-transform: uppercase;
			color: #555;
		}
		
		div.block p {
			margin-bottom: 8px;
		} 
		
		div.block ul { margin-left: 15px;}
		
		div.block li { list-style-type: disc; }
	

#footer {
	border-top: solid 4px #7ea0b5;
	height: 180px;
	background-color: #5e88a2;
	line-height: 18px;
	color: #bfcfda;
}
		
	#footer a { 
		border-bottom: solid 1px #7b9fb6;
		text-decoration: none;
		color: #bfcfda; 
	}
	
	#footer a:hover {
		border-bottom: solid 1px #fff;
		color: #fff;
	}
	
	#contact {
		margin-bottom: 10px;
		border-bottom: dotted 1px #7ea0b5;
		padding: 10px 0px 10px 0px;
	}
	
#default-main {
	position: relative;
	margin-top: 0px;
	text-align: left;
	padding-top: 288px;
	background-image: url(images/default-banner.jpg);
	background-repeat: no-repeat;
}
	#default-banner {
		display: none;
		position: absolute;
		top: 194px;
		right: 0px;
	}
			
		#default-banner p {
			width: 390px;
			color: #fff;
		}
		
	#default-content {
		padding: 0px 30px 30px 30px;
	}
	

		#default-text {
			margin-bottom: 28px;
		}
			#default-text h2 {
				margin-bottom: 5px;
				font-family: Helvetica,Arial,Tahoma;
				font-size: 30px;
				font-weight: normal;
				letter-spacing: -1px;
				height: 35px;
				background-image: url(images/default-hdr-text.gif);
				background-repeat: no-repeat;
				background-position: 0px 6px;
			}
			
			#default-text h2 span { visibility: hidden; }
			
			#default-text p {
				line-height: 18px;
			}
	
		#default-search {
			margin: 18px 0px 25px 0px;
			border: solid 1px #eee;
			border-width: 1px 0px;
			padding: 14px 0px;
			font-size: 12px;
			color: #999;
			text-align: center;
			background-image: url(images/default-comingsoon.gif);
			background-repeat: no-repeat;
			background-position: center center;
		}
		
		#default-agents { 
			float: left;
			margin-right: 25px;
			border-bottom: solid 1px #fff; 
			width: 228px;
	
		}
			#default-agents a.viewall { margin-right: 3px; }
		
			#default-agents h3 {
				margin-bottom: 7px;
				font-family: Helvetica,Arial,Tahoma;
				font-size: 15px;
				font-weight: bold;
				letter-spacing: -1px;
				text-transform: uppercase;
				height: 17px;
				background-image: url(images/default-hdr-agents.gif);
				background-repeat: no-repeat;
				background-position: 0px 1px;
			}
			
			#default-agents h3 span { visibility: hidden; }
			
			#default-agents ul { border-bottom: solid 1px #fff; } /* IE Fix */
			
			#default-agents li {
				list-style-type: none;
				float: left;
				margin: 0px 3px 3px 0px;
				border: solid 2px #e1f1f4;
			}
			
			#default-agents li a {
				display: block;
				width: 69px;
				height: 69px;
				text-decoration: none;
				background-position: center -2px;
			}

			div.default-tip {
				padding: 3px 12px 4px 10px;
				border: solid 0px #d7e3eb;
				background-color: #5e88a2;
				text-align: left;
			}
			
				.tip-title { 
					display: inline;
					margin-right: 3px;
					font-weight: bold; 
					color: #fff;
				}
				.tip-text { 
					display: inline;
					font-size: 11px;
					color: #d7e3eb;
				}
				
	
		#default-blog {
			float: left;
			border-left: solid 1px #eee;
			margin-right: 30px;
			width: 252px;
		}
		
			#default-blog h3 {
				margin-left: 30px;
				border-bottom: solid 1px #eee;
				padding-bottom: 8px;
				font-family: Helvetica,Arial,Tahoma;
				font-size: 15px;
				font-weight: bold;
				letter-spacing: -1px;
				text-transform: uppercase;
				height: 17px;
				background-image: url(images/default-hdr-blog.gif);
				background-repeat: no-repeat;
				background-position: 0px 1px;
			}
			
			#default-blog h3 span { visibility: hidden; }
			
			#default-blog li {
				list-style-type: none;
				margin-left: 30px;
				border-bottom: solid 1px #eee;
				padding: 8px 0px 10px 0px;
			}
			
				#default-blog li a {
					font-size: 12px;
					font-weight: normal;					
				}
			
			#default-blog p {
				color: #999;
			}
	
	
		#default-featured {
			float: left;
			border-left: solid 1px #eee;
			width: 253px;
		}
	
			#default-featured h3 {
				margin-left: 30px;
				border-bottom: solid 1px #eee;
				padding-bottom: 8px;
				font-family: Helvetica,Arial,Tahoma;
				font-size: 15px;
				font-weight: bold;
				letter-spacing: -1px;
				text-transform: uppercase;
				height: 17px;
				background-image: url(images/default-hdr-featured.gif);
				background-repeat: no-repeat;
				background-position: 0px 1px;
			}
			
			#default-featured h3 span { visibility: hidden; }
			
			#default-featured img {
				margin: 8px 0px 0px 30px;
				border: solid 2px #e1f1f4;
				width: 218px;
				height: 135px;
			}
				
a { 
	color: #4e7993; 
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a.link {
	padding-left: 11px;
	background-image: url(images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
	font-weight: bold;
}

a.viewall {
	display: block;
	float: right;
	width: 57px;
	height: 17px;
	background-image: url(images/button-viewall.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
			
	a.viewall span { visibility: hidden; }

hr	{ display: none; height: 1px; }

.left { float: left; }
.right { float: right; }

.clear { clear: both; height: 1px; }

	

	



