/* @override http://www.ifidesign.com/dev/style.css */

/* Reset code */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset Code */

/* Structure */
body {
	background: #d5e4f0 url(images/background.gif) repeat-x 0 top;
}
#outer {
	background: url(images/content_bkd.gif) repeat-y center top;
	margin-top: 20px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/main-header.jpg) no-repeat 0 top;

}
#header {
	height: 240px;
	position: relative;
}
#title {
	height: 60px;
	margin-bottom: 50px;
}
#content {
	padding-bottom: 30px;
}
#main {
	width: 520px;
	float: right;
	margin-right: 70px;
	display: inline;
}
#sidebar {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}
#sidebar.photo {
	background: url(images/photo-bkd.png) no-repeat;
	width: 300px;
	height: 280px;
}
#footer {
	background: url(images/footer_bkd.gif) no-repeat;
	height: 70px;
	clear: both;
}

/* Nav */
#nav {
	top: 160px;
	left: 350px;
	position: absolute;
	height: 52px;
	float: left;
}
#nav li {
	display: inline;
}
#nav li a {
	float: left;
	height: 60px;
	line-height: 52px;
	text-indent: -9999px;
}
#nav #home {
	width: 130px;
	background: url(images/nav-home.png) no-repeat;
}
#nav #about {
	width: 130px;
	background: url(images/nav-about.png) no-repeat;
	margin-left: -20px;
}
#nav #contact {
	width: 166px;
	background: url(images/nav-contact.png) no-repeat;
	margin-left: -20px;
}
	
#nav :hover #home, #nav :hover #about, #nav :hover #contact   {
	background-position: 0 -60px;
}
body#home a#home, body#about a#about, body#contact a#contact   {
	background-position: 0 -120px;
}

/* Text styles */
body {
	font: 13px/24px Verdana, Helvetica, Arial, "Sans Serif";
	color: #595959;
}

h1 a {
	width: 180px;
	height: 50px;
	display: block;
	top: 80px;
	position: absolute;
	left: 150px;
	text-indent: -9999px;
}
#title h2 {
	text-indent: -9999px;
	height: 50px;
	width: 520px;
}
.hometitle {
	background: url(images/title-home.png) no-repeat;
}
.abouttitle {
	background: url(images/title-about.png) no-repeat;
}
.contacttitle {
	background: url(images/title-contact.png) no-repeat;
}

#main h2 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 12px;
	color: #757679;
}
#main h3, h4, h5, h6 {
	font-size: 13px;
}
p {
	margin-bottom: 24px;
}
.clear {
	clear: both;
}
#footer .copyright {
	color: #929292;
	font-size: 12px;
	line-height: 51px;
	float: left;
	margin-left: 50px;
	margin-bottom: 0;
}
#footer .contact {
	float: right;
	color: #929292;
	font-size: 12px;
	line-height: 51px;
	font-weight: bold;
	margin-right: 50px;
	margin-bottom: 0;
}
#footer .phonenumber {
	margin-right: 20px;
}

/* Links */
a {
	text-decoration: none;
	color: #2568a8;
}
a:hover {
	text-decoration: underline;
}

/* Buttons */
a.learn-more-button {
	display: block;
	width: 285px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-indent: -9999px;
	background: url(images/button-learn-more.png) no-repeat;
	margin-top: 30px;
	margin-bottom: 20px;
}
a:hover.learn-more-button  {
	background-position: 0 -45px;
}
/* Slider */
.slideshow, .singlephoto {
	margin-top: 10px;
	margin-left: 30px;
}
.slideshow img { display: none }
.slideshow img.first { display: block }

/* PNG Fix */
img, div, a { behavior: url(scripts/iepngfix.htc) }

