/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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;
}

html, body {
    height: 100%;
    margin-bottom: 1px;
}

body {
    background: #8ea9c1 url(images/background-pattern.gif) 0 102px repeat-x;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 11px;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
}

#header {
    height: 102px;
    width: 900px;
    position: relative;
}
#header img {
    position: absolute;
    bottom: 0;
    left: 0;
}
p#contact {
    position: absolute;
    top: 10px;
    right: 150px;
    color: #fff;
    font-weight: bold;
}
p#contact a {
    color: #fff;
    text-decoration: none;
}

p#nav {
    position: absolute;
    bottom: 6px;
    right: 150px;
    color: #384856;
    font-weight: bold;
}
p#nav a {
    color: #384856;
    text-decoration: none;
}
p#nav a:hover {
    color: #fff;
}

#main {
    height: 425px;
    width: 900px;
    position: relative;
}
#photo-nav {
    position: absolute;
    top: 10px;
    right: 0;
    width: 140px;
}
#photo-nav li {
    padding-bottom: 10px;
}
#photo-nav li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
}
#slideshow {
    margin-left: 150px;
}

#main2 {
    width: 780px;
    margin: 0 auto;
    background: url(images/main2-background.gif) top left repeat-y;
}

#content {
    width: 466px;
    color: #999;
    padding: 37px;
}
#content h2 {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: bold;
}
#content p {
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 24px;
}

#sidebar {
    width: 180px;
    float: right;
    padding: 30px;
}
#sidebar h3 {
    color: #a00b11;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#sidebar ul.links li {
    padding-bottom: 10px;
}
#sidebar ul.links li a {
    color: #fff;
    text-decoration: none;
    font-family: Georgia, serif;
    font-size: 12px;
}


#footer {
    width: 900px;
    height: 100px;
    position: relative;
}
#social {
    position: absolute;
    top: 30px;
    right: 150px;
    border-top: 1px solid #2078a7;
    padding-top: 12px;
}
#social li {
    float: left;
    margin-right: 20px;
}
