/* =====================================================================================
	master.css
	==================================================================================*/

/* =====================================================================================
	Copyright 2009 Colorado Mortgage Solutions | http://www.colomtgsolutions.com
	==================================================================================*/
	
/* =====================================================================================
	Design & Development by Epiphany Graphics, LLC | http://www.epiphanygraphics.com
	==================================================================================*/
	
/* =====================================================================================
	load normalizing styles
	==================================================================================*/
	
@import url(normalize.css);

/* =====================================================================================
	load navigation markers
	==================================================================================*/
	
@import url(navigation-markers.css);

/*	=====================================================================================
	global element styles
	===================================================================================*/

ul {
	list-style-type: circle;
	margin-left: 20px;
}
li {
	margin-bottom: .5em;
}
h2 {
	font-weight: bold;
	color: #4d5473;
	font-size: 110%;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

/* ==========================================
	html, body, siteContainer
	========================================*/

html {
	background: #333 url(../images/html-bgd.gif) top center no-repeat;
	text-align: center;
}
body {
	position: relative;
	font-size: small;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #333;
	text-align: left;
	width: 740px;
	margin: 0 auto;
}
#siteContainer {
	position: relative;
	width: 100%;
}

/*	=====================================================================================
	siteHeader styles
	===================================================================================*/
	
#siteHeader {
	width: 740px;
	height: 275px;
	background: url(../images/site-header-bgd.jpg) 1px top no-repeat;
}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 10px;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-left: 1em;
	font-size: 95%;
	border: none;
	outline: none;
}
#navigation a:hover {
	color: #ccc;
}

/*	=====================================================================================
	wrapper, mainContent, sidebarContent styles
	===================================================================================*/

#mainContent {
	float: right;
	width: 450px;
	margin-bottom: 10px;
}
#mainContent div {
	padding: 0 20px;
	font-size: 95%;
}
#sidebarContent {
	float: left;
	width: 290px;
	padding-top: 60px;
	background: url(../images/cms-logo.gif) 20px 0 no-repeat;
}
#sidebarContent div {
	padding: 0 20px;
	font-size: 85%;
}
	
/*	=====================================================================================
	siteFooter styles
	===================================================================================*/
	
#siteFooter {
	clear: both;
}