/* --------------------------- */
/* Tim Dolighan                */
/* Master Stylesheet           */
/* Author: Nathaniel Smith     */
/* CMS Web Solutions           */
/* Last Modified: 2008-03-04   */
/* --------------------------- */

/* Content Beige:   #F3E2CC */
/* Navbar Blue:     #5267BA */

/* Reset defaults for all browsers, from Eric Meyer: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
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; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* Fonts */

body {
    font-size: small;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* html body {
    font-size: x-small; /* for IE5/Win */
    f\ont-size: small;  /* for other IE versions */
}

p {
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}

h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 1em 0;
}

h2 {
    font-size: 1.3em;
    line-height: 1.1538em;
    margin: 0 0 1.1538em 0;
}

h3 {
    font-size: 1.2em;
    line-height: 1.25em;
    margin: 0 0 1.25em 0;
}

a, a:visited {
	color: #5267BA;
}
a:hover {
	color: #DC110F;
}

body {
    text-align: center;
}

h1#heading {
    text-indent: -9999px;
    background: url(../img/header.jpg) no-repeat;
    margin-bottom: 0;
}

h1#heading a {
    display: block;
    width: 956px;
    height: 208px;
}

div#container {
    width: 956px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background: url(../img/containerbg.png);
}

div#nav_column {
    float: left;
    width: 196px;
}

div#content_column {
    float: left;
    width: 640px;
    padding: 50px;
    background: #F3E2CC;
}

ul#nav {
    width: 196px;
    height: 576px;
    background: #5267ba url(../img/navbg.jpg) no-repeat;
    padding-top: 30px;
}

ul#nav li {
    text-indent: -9999px;
}

ul#nav li a {
    display: block;
    height: 100%;
    width: 100%;
}

li#home {
    height: 35px;
}

li#golf {
    height: 32px;
}

li#christmas {
    height: 45px;
}

li#cartoons {
    height: 45px;
}

li#about {
    height: 28px;
}

li#contact {
    margin-top: 85px;
    height: 53px;
}
h2#home, h2#about, h2#golf-cards, h2#christmas-cards, h2#confirmation {
	height: 50px;
	width: 460px;
    text-indent: -9999px;
    margin-bottom: 10px;
}
h2#home {background: url(../img/header-home.gif) no-repeat;}
h2#about {background: url(../img/header-about.gif) no-repeat;}
h2#golf-cards {background: url(../img/header-golf-cards.gif) no-repeat;}
h2#christmas-cards {background: url(../img/header-christmas-cards.gif) no-repeat;}
h2#confirmation {background: url(../img/header-confirmation.gif) no-repeat;}
.imageright {
	margin: 0 0 10px 20px;
	float: right;
	clear: both;
}
#cards {
	margin: 20px 0;
	float: left;
}
#cards img {
	padding: 2px;
	border: 1px solid #A275D2;
}
div#footer {
    width: 956px;
	font-size: .9em;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
div#footer p {
	margin: 2px 0;
}
div#footer a, div#footer a:visited {
	color: #000;	
}
div#footer a:hover {
	color: #A275D2;
}
div#footer .cms a, div#footer .cms a:visited {
	color: #DDD;
}
div#footer .cms a:hover {
	color: #000;
}