/*-----------------------------------------------------------------------------
Main Style Sheet

date:      15 Oct 2008
author:    Lori Gray
email:     lori@prairiesuncreations.com
website:   
-----------------------------------------------------------------------------*/

/* =General ------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: inherit;
	outline: 0;
	font-weight: inherit;
}
body {
	font-size: 100.01%;
	color: #333;
	background-color: #fff;
}
p, li, th, td {
	line-height: 1.4;
	font-size: 0.8em;
}
th {
	font-weight: bold;
}
th p, td p {
	font-size: 1em;
}
strong {
	font-weight: bold;	
}
blockquote {
	font-style: italic;	
	font-size: .8em;
	text-align: center;
	padding: 10px 65px;
}
/* Miscellaneous classes for reuse -------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-right: 10px;
}
.fltlft { /* this class can be used to float an element left on the page */
	float: left;
	padding-right: 8px;
}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* =wrapper - entire page is within this container ------------------------*/
#wrapper { 
	float: left;
	width: 780px;
} 
#sidebar {
	float: left;
	width: 230px;
}
#innerwrapper {
	width: 550px;
	float: right;
}

#header {
	width: 460px;
	height: 60px;
	float: right;
	margin: 10px 30px 0 0;
}
ul#nav {
	background: #fff url(../images/nav_bkg2.jpg) no-repeat 0 0;
	margin-top: 40px;
	padding-top: 30px;
	width: 200px;
	height: 380px;
}
ul#nav li {
	list-style: none;
	margin: 10px;
	width: 150px;
}
ul#nav a {
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 10px 0;
}
ul#nav a:hover {
	color: #003768;
}
#content {
	float: right;
	width: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 30px 30px 0 0;
}
#content p {
	line-height: 1.5;
	margin: 10px 0;
}
#content ul {
	margin-left: 30px;
}
#content h1 {
	padding: 5px 0 3px 0;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: normal;
	color: #003768;
	border-bottom: 1px solid #003768;
}
#content h2 {
	padding: 5px 0 3px 0;
	margin: 10px 0 7px 0;
	color: #1481c5;
	font-weight: bold;
	font-size: .95em;
	border-bottom: 1px solid #1481c5;
}
#content h3 {
	padding: 5px 0 3px 0;
	margin: 10px 0 7px 0;
	font-size: .9em;
	font-weight: bold;
	color: #008851;
}
.homeblock {
	width: 250px;
	float: left;
	font-size: 1em;
	font-weight: normal;
	padding-top: 20px;
}

#hours {
	border: 1px solid #003768;
	padding: 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	width: 460px;
	float: right;
	border-top: 2px solid #b32317;
	padding-top: 5px;
	margin: 20px 30px 0 0;
}
#footer p {
	margin: 0 0 15px 0;
	line-height: 1.4;
}
#design {
	font-size: .7em;
	text-align: center;
	margin-top: 10px;
}
table.detailslist {
	border-collapse: collapse;
	border-bottom: 1px solid #003768;
	border-right: 1px solid #003768;
	width: 450px;
	margin-top: 20px;
}	
.detailslist th, .detailslist td {
	border-top: 1px solid #003768;
	border-left: 1px solid #003768;
}
.detailslist th {
	padding: 3px;
	color: #003768;
	background-color: #FFFFCC;
}
.detailslist td {
	text-align: center;
	padding: 2px;
}
#details {
	margin-top: 20px;
}
#details img {
	padding-left: 10px;
	float: right;
}
#details h3 {
	color: #1481c5;
	font-weight: bold;
	font-size: .95em;
}
#details h4 {
	color: #666;
	font-weight: bold;
	font-size: .9em;
	margin: 15px 0;
}
#details h5 {
	color: #666;
	font-weight: bold;
	font-size: .8em;
	margin: 10px 0;
}
.pics {  
	float: right;
	width:  180px;
    height: 300px;
    padding: 0;  
    margin:  0;  
}

.pics img {  
    padding: 5px;  
    /*border:  1px solid #ccc;*/  
    background-color: #eee;  
    width:  185px;
    height: 247px;

}
#housing {
	background-color: #ddd;
	border: 1px solid #666;
	padding: 10px;
}
#housing h2 {
	color: #900;
	border-bottom: none;
	font-weight: normal;
	padding: 0; 
}
/* get rid of this style when client makes decision */
#housing2 {
	background-color: #FFFFDA;
	border: 1px solid #999;
	padding: 10px;
}
#housing2 h2 {
	color: #b32317;
	border-bottom: none;
	font-weight: normal;
	padding: 0; 
}