/*
Stylesheet for Gracious Host

Done by Living Blueprint (livingblueprint.com)
Employee: Paul Sheldrake
*/

/* ------------------------------------------------   HTML TAGS --------------------------------------- */


body {
	background-color: #FFFFFF;
    color: #4A4A4A;
    margin: 0px;
    font-family: "Georgia", serif;
}
p {
	font-size: 12px;
    line-height: 17px;
	text-align: justify;
    }
ul, ol {
	font-size: 12px;
    }
h1,h2,h3,h4,h5 {
	font-family: "Times New Roman", Times, serif;
    color: #000;
    letter-spacing: .05em;
    }

h1 {
	margin-top: 30px;
    margin-bottom: 25px;
    font-size: 17px;
    }

h1 a {
	color: #000000;
    text-decoration: none;
    }
    
h1 a:hover {
	color: #000000;
    text-decoration: underline;
    }
    
h2 {
	margin-top: 30px;
    margin-bottom: 25px;
    font-size: 17px;
    }
    
/* ------------------------------------------------   IDs -------------------------------------------- */




#wrapper {
	width: 950px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#header {
 	width: 950px;
	height: 250px;
 	background: url(../img/logo.gif) no-repeat;
    margin: 0px;
}

#logo-top {
	width: 950px;
    height: 102px;
}
#logo-bottom {
	width: 215px;
    height: 54px;
    float: left;
}
#menu {
	margin-top: 10px;
    margin-left: 5px;
    z-index: 50;
    float: left;
}



#menu a {
	font-family: "Helvetica", san-serif;
    font-size: 14px;
    color: #B6B6B6;
    text-decoration: none;
    width: 81px;
    letter-spacing: .07em;
}

#menu a:hover {
	color: #000000;
    text-decoration: none;
}

#menu a img {
	opacity: 0.50;
    -moz-opacity: 0.5;
	filter: alpha(opacity=50);
    border: none;
    text-decoration: none;
    
}
#menu a:hover img {
	opacity: 1;
    -moz-opacity: 1;
	filter: alpha(opacity=100);
}
#content {
	width: 950px;
    }
#content p a {
	color: #4A4A4A;
    }
#content p a:hover {
	color: #4A4A4A;
    text-decoration: none;
    }
#content ul a {
	color: #4A4A4A;
    }
#content ul a:hover {
	color: #4A4A4A;
    text-decoration: none;
    }
#column-1 {
	width: 350px;
    float: left;
    margin-left: 220px;
   }
/* A CSS comment before the hack \*/
* html #column-1 {
	margin-left: 110px;
	}
/* Another CSS comment after the hack */
#column-2 {
	width: 350px;
    float: left;
    margin-left: 15px;
   }
#footer {
	padding-top: 30px;
	padding-left: 220px;
    font-size: 10px;
    color: #AAAAAA;
	}
#footer a {
	color: #AAAAAA;
    text-decoration: none;
    }
#footer a:hover {
	color: #AAAAAA;
    text-decoration: underline;
    }
#column-1-wide {
	width: 715px;
    float: left;
    margin-left: 220px;
   }
/* A CSS comment before the hack \*/
* html #column-1-wide {
	margin-left: 110px;
	}
/* Another CSS comment after the hack */
/* ------------------------------------------------   CLASSES --------------------------------------- */

.menu-item {
	width: 81px;
    text-align: center;
    float: left;
}

.clear {
	clear: both;
}
.textbox {
	width: 340px;
    padding: 2px;
    font-family: "Georgia", serif;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    }
.submit {
    font-family:  "Georgia", Times, serif;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 2px;
    background-color: #CCCCCC;
    border: solid 1px #CCCCCC;
    }
.red {
	color: #ef4231;
    }
.thumbnails img {
	margin-top: 5px;
    margin-left: 5px;
    border: none;
	}
