html
{
	margin: 0;
	padding: 0;
	color: #000000;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link {
	text-decoration: none;
	color: #335577;
	font-weight: bold;
}

a:visited { text-decoration: none; color: #3f7e86; border-bottom: 1px dotted #3f7e86; font-weight: bold; }

a:hover, a:active { color: #990000; border-bottom: 1px solid #990000; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{ 
	font-weight: normal; 
	border-bottom-width: 0; 
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #444444;
	padding: 10px 10px 10px 30px;
	line-height: 1.8em;
}

ul { list-style-type: square; }

blockquote, pre { background-color: #eaeadf; border: 1px solid #cfcfcf; }

ins { text-decoration: none; color: #9e624a; }

del { color: #555555; }

table
{
	color: #333333;
}

table caption 
{ 
	margin: 10px 0 5px; 
	font-weight: bold;
}

th, td
{
	padding-right: 10px;
	padding-left: 10px;
}

th { background-color: #e0e0cf; }

tr.alt td { background-color: #eaeadf; }

/* Structure */

body { margin: 0; padding: 0; overflow-x: hidden;}

#topnav
{
	float: left;
	width: 100%;
	color: #cfcfcf;
	background-color: #212d38;
	border-bottom: 1px solid #000000;
	height: 15px;
}

#header
{
	float: left;
	width: 100%;
	clear: both;
	color: #f9f9f9;
	background-color: #3e362f;
	border-bottom: 1px solid #000000;
	background-image: url(images/webpaper.jpg);
	/*background-image: url(http://www.yurtsofamerica.com/images/webpaper_spring2010.jpg); */
	background-repeat: repeat-x;
	height: 170px;
}

#navigation
{
	width: 575px;
	color: #555555;
	top: 125px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	left: 200px;
	text-align: right;
	margin-bottom: 30px;
}

#wrapper
{
	clear: both;
	width: 1000px;
	background-repeat: repeat-y;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content-wrapper
{
	width: 1000px;
	float: left;
	line-height: 1.6em;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	float: left;
	margin-right: auto;
	width: 950px;
	margin-left: auto;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(http://www.yurtsofamerica.com/images/bgshadow.png);
	background-position: center;
}

#sidebar-wrapper
{
	width: 40%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 10px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	color: #9c9084;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: medium;
	border-top-style: dotted;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #293845;
	padding-right: 50px;
}

/* Top-Nav */

#topnav ul
{
	margin: 0;
	width: 95%;
	float: left;
	padding: 0 5px;
	list-style-type: none;
}

#topnav li { float: left; }

#topnav li a:link,
#topnav li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	padding: 0 10px;
	margin: 3px 0;
	font-weight: normal;
	border-bottom-width: 0;
	border-right: 1px solid #666666;
	background-color: #293845;
}

#topnav li a:hover,
#topnav li a:active
{
	color: #bfb2aa;
}

/* Header */

#header a:link { color: #f1efe3; border-bottom-color: #f1efe3; }

#header a:visited { color: #eae7d2; border-bottom-color: #eae7d2; }

#header a:hover, #header a:active {
	color: #ffffff;
	border-bottom-color: #ffffff;
	background-color: #293845;
}

#header h1 { padding: 20px 10px; }

/* Navigation */

#navigation ul
{
	width: 95%;
	float: left;
	list-style-type: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#navigation li {
	float: left;
	color: #212d38;
	height: 30px;
	margin-bottom: 30px;
}

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #212d38;
	display: block;
	border-bottom-width: 0;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #ffffff;
	background-color: #212d38;
	margin-bottom: 25px;
}

body#bhome li#lhome a,
body#babout li#labout a,
body#bpricing li#lpricing a,
body#bgallery li#lgallery a,
body#bfaq li#lfaq a,
body#bcontact li#lcontact a,
body#babout li#labout a,
body#bcontact li#lcontact a
{
	color: #FFFFFF;
	background-color: #212d38;
}

/* Sidebar */

#sidebar ul { margin: 0 0 10px; line-height: 2.5em; padding: 5px 15px; }

#sidebar ul#announcements { line-height: 1.8em; list-style-type: none; margin: 0; padding: 0; }

#sidebar ul#announcements li
{
	padding: 5px 10px; 
	border-bottom: 1px dotted #aaaaaa;
}

#sidebar ul#announcements li.alt
{
	background-color: #f0ede8;
}

#sidebar ul#announcements li .date,
#sidebar ul#announcements li .entry
{ display: block; }

#sidebar ul#announcements li .date { color: #af735b; font-size: 11px; }

/* Footer */

#footer a:link
{
	color: #9c9084; border-bottom-color: #9c9084; 
}

#footer a:visited
{
	color: #7a7062; border-bottom-color: #7a7062; 
}

#footer a:hover, #footer a:active
{
	color: #bfb2a6; border-bottom-color: #bfb2a6;
}

#footer ul, #footer ol { color: #7a7062; line-height: 2.5em; }

#footer #additional-info
{
	width: 850px;
	margin: 0 auto;
}

#footer #additional-info ul
{
	margin: 0; padding: 0;
}

#footer #additional-info h6 
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#footer #recent-blog
{
	width: 33%;
	float: left; 
	text-align: left;
}

#footer #recent-news
{
	width: 33%;
	float: left;
	text-align: left;
}

#footer #about
{
	width: 33%;
	float: left;
	text-align: left; 
}

#footer #site-info
{
	clear: both;
	float: left;
	width: 100%;
}
#headerlogo {
	width: 400px;
	color: #555555;
	top: 125px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	left: 300px;
	text-align: right;
}
#apDiv1 {
	position:relative;
	left:113px;
	top:18px;
	width:333px;
	height:43px;
	z-index:1;
	float: left;
}
#apDiv2 {
	position:absolute;
	left:200px;
	top:48px;
	width:269px;
	height:114px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
