/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:#fff;
	clear:both;
}


table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 sans-serif;
	color:#333;
	background:#f4f4f4;
	letter-spacing:0px;
}

a, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover, a:active {
	color:#7f7f7f;
	text-decoration:none;
}

/*#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}*/

.theme-default #slider {
    margin:25px auto 0 auto;
    width:750px; /* Make sure your images are the same size */
    height:480px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	position:absolute;
    margin-top:50px;
	clear:both;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*-------------------SAM'S CODE-----------------*/
#content{
	position:relative;
	clear:both;
}

#blocks{
	position:relative;
	width:800px;
	height:auto;
	margin:auto;
	clear:right;

}


#top-bar{
	margin-top:30px;
	position:relative;
	/*background-color:#585858;
	background-image:url(bkg-patt.png);
	background-repeat:repeat;*/
}

/*#nav{
	float:right;
	width:375px;
	line-height:22px;
	margin-top:0px;
	margin-right:35px;

}

#nav ul{
	text-align:left;
	margin-right:0px;
	margin-top:-5px;
	text-decoration:none;
	list-style-type:none;
}

#copy{
	width:750px;
	font-size:10px;
	line-height:normal;
	letter-spacing:normal
}

#nav img{
	width:375px;
}*/

						
#left-block{
	position:absolute;
	width:240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:24px;
	margin-left:24px;
	margin-top:45px;
	float:left;
	clear:both;
	

}


#blocks hr{
	width:220px;
	margin-left:0px;
}

#block-head{
	font-size:16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	

}

#left-block img{
	margin-top:15px;
	width:225px;
	
}

#center-block{
	position:absolute;
	width:240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:24px;
	margin-left:284px;
	margin-top:45px;
	float:left;
	clear:both;
	}

#center-block img{
	margin-top:15px;
	width:225px;
	
}

#right-block{
	position:absolute;
	width:240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:24px;
	margin-left:544px;
	margin-top:45px;
	float:left;
	clear:both;

}

#right-block img{
	margin-top:15px;
	width:225px;
	
}

#lower{
	position:relative;
	width:800px;
	height:auto;
	margin:auto;
	margin-top:430px;
	clear:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:24px;
}

#lower hr{
	width:744px;
	margin-left:24px;
	margin-top:-15px;
	margin-bottom:30px;
}

#lower-left{
	position:absolute;
	width:240px;
	float:left;
	margin-left:24px;
	margin-top:-10px;
	
}

#lower-left img{
	margin-left:-5px;
}
	
#lower-right{
	position:absolute;
	width:500px;
	float:left;
	margin-left:375px;
	
}

#footer{
	position:relative;
	width:800px;
	height:auto;
	margin:auto;
	margin-top:350px;
	clear:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:24px;
}

#footer-content{
	position:absolute;
	width:500px;
	float:left;
	margin-left:150px;
	text-align:center;
	
}

