﻿body { 
	margin: 0;
	padding: 0;
	background: #2d2d2d;
	font-family:Helvetica, "Myriad Pro", Arial, sans-serif;
	color: #000;
	font-size: 12pt;
}

p {
	font-size: 11pt;
}
	
a {
	color: #f2ae06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	border-bottom:1px solid #838383;
	font-weight:normal;
}

h2, h3 {
	margin:5px 0;
	color: black;
	font-weight: normal;
}

.yellowbox h3 {
	text-decoration: underline;
	font-weight: bold;
	}
	


#wrapper {
	width: 875px;
	background: white;
	margin: 20px auto;
	padding: 35px 10px 10px 10px;
	*padding: 45px 10px 10px 10px;
}

/* CHRISTMAS */

    #bow {
left:-25px;
position:absolute;
top:100px;
z-index:5;
background: url(../images/bow.png) no-repeat;
_background: url(../images/bow.gif) no-repeat;
width: 140px;
height: 150px;
    }
    
    #happy-holidays {
left:282px;
position:absolute;
top:14px;
z-index:500;
}
    
    #wrapper {
    position: relative;
    }
    
    /* END CHRISTMAS */

.clear {
	clear:both;
}



/*--------------------------------------Nav---------------------------------*/

#nav2 {
	background:url(../images/nav-repeat.jpg) repeat-x;
    height:48px;
    margin-left:10px;
    width:854px;
}

#nav2 a {
color:white;
display:block;
float:left;
font-family:'Crimson Text',"Times New Roman",Times,serif;
font-size:26px;
line-height:48px;
padding:0 21px;
text-decoration:none;
}

#nav2 a:hover {
	text-decoration: underline;
}





#nav {
	height: 33px;
	float: right;
}

ul {
	margin-top: 0;
}

#nav ul {
	list-style-type: none;
	
}

#nav li {
	font-size: 15pt;
	margin-right:0px;
	display:inline;
}

#nav li a {
	color: black;
	text-decoration: none;
	padding: 0 10px;
}

#nav li a:hover {
	border-bottom: 2px solid #fbc01a;
}

#nav li.selected a {
	color:white;
	background: url(../images/navhoverbg2.jpg) repeat-x;
}


/*--------------------------------------End Nav---------------------------------*/
#masthead {
	background: url(../images/masthead13.jpg) no-repeat;
	margin: 10px auto 0;
	width:853px;
	height:200px;
}

/* #logo {
	background: url(../images/logo3.png) no-repeat;
    _background: url(../images/logo3ie6.gif) no-repeat;
	width: 233px;
	height: 140px;
	position: relative;
	left: 7px;
	top:-90px;
	}
	*/
	
	
#logo2 {
	background: url(../images/logo4.png) no-repeat;
    _background: url(../images/logo4ie6.gif) no-repeat;
	width: 130px;
	height: 157px;
	position: relative;
	left: 20px;
	top:-73px;
	}
	
	#logo-text {
	background: url(../images/logotext.jpg) no-repeat;
	width: 681px;
	height: 48px;
	position: absolute;
	left: 180px;
	top: 22px;
	}

	

/* Old Logo
#logo {
	background: url(../images/logo2.png);
    _background: url(../images/ie6logo2.gif) no-repeat;
	width: 233px;
	height: 164px;
	position: relative;
	left: 7px;
	top:-90px;
}
*/


#left {
	width: 25%;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
}

.header {
border-bottom:1px solid gray;
float:left;
margin-bottom:15px;
width:100%;
}

.announcement a {

text-decoration: underline;
font-weight: bold;
}

.announcement a:hover {
text-decoration: none;
}

.yellowbox {
	width: 95%;
	background: #fefeca;
	border: 1px solid #ebe8bb;
	padding: 10px;
	clear:both;
}


.yellowbox img {
margin-bottom:15px;
}

.yellowbox p {
	font-size: 11pt;
	margin: 0;
}

#main-box {
width: 572px;
}

#right {
	width: 68%;
	float: left;
	padding-left: 20px;
		border-left: 1px solid #838383;
		min-height: 400px
}

#right img {
	float: left;
	margin-right: 10px;
	}
	
	#button {
	background:url(../images/button.png);
	_background:url(../images/button.gif);
	height: 40px;
	width: 125px;
	float: left; 
	margin-bottom: 10px;
}

#button a {
		color: white;
		padding-left: 10px;
		line-height:31px;
		padding-left:28px;
		text-decoration: none;
}
#button a:hover {
	text-decoration: underline;
	}

	
	
	/*--------------------------------------Gallery---------------------------------*/

#gallery {
	width: 100%;
	border-top:  1px solid #838383;
	border-bottom:  1px solid #838383;
	height: 185px;
	margin-top: 20px;
}

#gallery img {
	float: left;
	margin-right: 17px;
	border: 0;
}

#gallery img:hover {
	border-bottom: 2px solid #BD1717;
}


 img#last {
	margin-right: 0;
}

/*--------------------------------------End Gallery---------------------------------*/


/*--------------------------------------Footer---------------------------------*/

#footer {
	height: 55px;
	background: #cccccc;
	border: 1px solid #bbb9b9;
	width: 100%;
}

#phone {
	float: left;
	display: inline;
	line-height: 55px;
	margin-left: 10px;
}

#copyright {
	display: inline;
	float: left;
	line-height: 55px;
	margin-left: 125px;
	color: gray;
	font-size: 10pt;
}

#address {
	float: right;
	display: inline;
	line-height: 55px;
	margin-right: 10px;
}


