/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:"Palatino Linotype", Garamond, Georgia;
}
body, html{
    margin:0 0 10px 0;
    padding:0;
	color:#000000;
	background-color:#FFFFFF;
    text-align:center;
	font-size:99.99%;
	width: 700px;
}
a{
    color:#000000;
    text-decoration:underline;
}
    a:hover{
        color:#000000;
        text-decoration:none;
    }

td {
	padding: 5px;
}

table {
	text-align: center;
	margin: 0 auto;
	width: 500px;
}
table a {
	text-decoration: none;
}

#dontPrint {
	display:none;
}

.printOnly {
color:#000000;
}
/* ----- HEADER ----- */

#header {
    text-align:left;
    margin:0 auto;
    padding:10px 0 0 0;
	width: 700px;
	border-bottom: 2px solid #000000;
}

#header .headerText{
    margin: 0;
    padding: 0.5em 1em 0em 0.8em !important;
	padding: 0.5em 1em 0em 2em;
    color:#000000;
    font-size:1.8em;
    text-indent:2px;
    letter-spacing: 1px;
}

#header .slogan {
	font-size: 0.9em;
	color:#000000;
    margin: 0;
    padding: 0em 1em 0.5em 1.8em !important;
	padding: 0em 1em 0.5em 4.2em;
	clear:both;
	text-transform:uppercase;
}

#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
}

/* ----- NAVIGATION ----- */

#navigation{
	display: none;
}


/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:11px;    
    line-height:25px;
}

h1 {
	font-size: 1.6em;
	color:#000000;
	font-weight: bold;
	padding-left: 2.4em;
}

h2 {
	font-size: 1.6em;
	color:#000000;
	padding-left: 2.4em;
}

.title {
	font-size: 1.4em;
	color:#58583D;
	padding: 0.2em 0 0.5em 1.2em;
	text-transform:capitalize;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}



/* ----- CONTENT ----- */
#container{
    width:700px;
    margin:0 auto;
    padding:0;
    text-align:left;
}

#container p {
	padding: 1em 2em 0.2em 2em;
	line-height: 1.1em;
	color:#000000;
}


#containerBottom {
    width:700px;
	height: 20px;
    margin:0px auto;
    padding:1em 0 0 0;
    text-align:left;
}

#brownBox {
    width:700px;
    margin:0.5em auto 0 auto;
    padding:0 0 1em 0;
    text-align:left;	
}

#brownBox p {
	padding: 1em 3em 0.2em 5em;
	line-height: 1.2em;
	color:#000000;
	font-size: 12px;
}

#brownBox img {
	margin: 0em 1em 0.2em 1.5em;
	border: 0;
}

#brownBox .floatLeft {
	float: left;
	width: 420px;
	padding: 1em 0em 0em 1em;
}

#brownBox .floatRight {
	padding: 1.3em 1em 0em 0em;
}

#brownBoxBottom {
    width:700px;
	height: 16px;
    margin:0px auto -1em auto !important;
	margin:-1em auto -1em auto;
    padding:0;
    text-align:left;	
}


#whiteInnerBox {
	padding-top: 15px;
	margin-top: 5px;
}
#home #whiteInnerBox {
	padding: 0px;
}
	#home .whiteSection {
		float: left;
		width: 220px;
		margin-right: 10px;
		margin-bottom: 25px;
	}
	#home .whiteSection h1 {
		overflow: hidden;
		height: 49px;
	}
	
	#whiteBoxBottom p, #whiteBoxBottom li {
		font-size: 12px;
		line-height: 1.5em;
	}

#whiteInnerBox2 {
	background: url(../images/whiteInnerBoxBG.jpg) top center no-repeat;
	padding-top: 1em;
	margin-top: 0em;
}

#whiteInnerBox2 ul {
	padding: 1em 0 2em 4em;
}

#whiteInnerBox2 li {
	list-style:outside;
	list-style-type:disc;
	list-style-position:outside;
	padding: 0.5em 0 0 0;
}

#whiteBoxBottom {
	padding-bottom: 15px;
	padding-top: 0em;
}

	.whiteSection {
		width: 220px;
		margin-right: 10px;
		float: left;
	}


#contentLeft {
	width:200px;
	margin: 0 0 0 2.6em !important;
	margin: 0 0 0 1.4em;
	float:left;
}
	
#contentCenter {
	width:200px;
	margin: 0;
	float:left;
}
	
#contentRight {
	width:200px;
	margin: 0;
	float:left;
}


#halfWidthsPhotos {
	display: none;
}

#bottomBox {
    width:700px;
    margin:0px auto;
	clear:both;
    padding:0;
    text-align:center;	
}

#bottomBox p {
	padding: 1.8em 5em 0em 5em;
	line-height: 1.2em;
	color:#000000;
	font-size: 13px;
}

#bottomBox a {
	text-decoration: none;
	color:#000000;
}

#bottomBox a:hover {
	text-decoration:underline;
	color:#000000;
}

#bottomBoxBottom {
    width:700px;
    margin:0px auto;
    padding:0;
    text-align:left;	
}

#anchors ul {
	padding: 0.5em 0 1em 4em;
}

#anchors li {
	list-style:outside;
	list-style-type: disc;
	list-style-position:outside;
	padding: 0.5em 0 0 0;
}

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:5px;
    height:10px;
    padding:5px 0 0 0;
    clear:both;
    width:640px;
    text-align:left;
    font-size:11px;
    color:#000000;
	line-height: 2em;
	letter-spacing: 0.03em;
	border-top: 1px solid #000000;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
		text-align:right;
    }
    #footer a{
        color:#000000;
        text-decoration:none;
    }
    #footer a:hover{
        color:#000000;
        text-decoration:underline;
    }

.clear{
    clear:both;
}

.arrows {
	vertical-align:middle;
}

.gallery {
	margin: 2em;
	vertical-align:middle;
	text-align:center;
}

#galleryBox {
	text-align:center;
}

#galleryBox a {
	text-decoration:none;
	border: 0;
}

	