#col1                                   {
	width: 45%;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-left: 10px;
}
#col2                                   {
	width: 45%;
	float: right;
	text-align: justify;
	margin-right: 15px;
	padding: 10px;
	margin-top: 15px;
}
#col3 {
	float: right;
	width: 49%;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.white10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.white12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/85p_honey.png);
}
.white14 {
	font-size: 14px;
	color: #FFFFFF;
}
.white16 {
	font-size: 16px;
	color: #FFFFFF;
}
.white18 {
	font-size: 18px;
	color: #FFFFFF;
}
.white20 {
	font-size: 20px;
	color: #FFFFFF;
}
.white24 {
	font-size: 24px;
	color: #FFFFFF;
}
/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0; }
body                                    {
	font: 12px Georgia, Serif;
	background-color: #000000;
}
a, a img                                { border: 0; text-decoration: none; outline: 0; }

#page-wrap                              {
	width: 760px;
	padding: 15px;
	margin: 0 auto 50px;
	position: relative;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
}

h1                                      { font: bold 60px Helvetica, Sans-Serif; letter-spacing: -2px; margin: 20px 0; text-align: center; }
h2                                      { font: bold 30px Helvetica, Sans-Serif; letter-spacing: -1px; margin: 0 0 10px 0; }
h3                                      { font: 16px Georgia, Serif; margin: 0 0 10px 0; }  
h5                                      { font: 15px Georgia, Serif; text-align: center; }
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #EEB506;
	text-align: center;
}

pre                                     { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; }

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; }
#header {
	padding-top: 10px;
	padding-left: 30px;
}


#dl                                     {
	top: 10px;
	right: 0;
	background: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 30px;
}
#dl:hover                               { background: #666; }

/*
    This stuff is for the TitleBlock Plugin
*/
.image                                  { position: relative; margin-bottom: 20px; width: 100%; }
.image h2                               { position: absolute; top: 220px; left: 0; width: 100%; }
.image h2 span                          {
	font: bold 30px/40px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	padding: 6px 8px;
}
.image h2 span.spacer                   { padding: 0 2px; background: none; }


/*
    For Specific Slides
*/
#textSlide                              {
	padding: 10px 30px;
	color: #FFFFFF;
}
#indexSlide {
	color: #FFFFFF;
	background-image: url(../images/bg.gif);
	height: 280px;
	padding: 0px;
}

#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }
#menubar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 680px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#phone {
	width: 35%;
	float: right;
}
#header #menubar a {
	color: #FFFFFF;
}
#header   #menubar a:hover   {
	color: #EDB314;
	font-weight: bold;
}

.gold-12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F1B113;
}
.goldheading {
	font-size: 18px;
	font-weight: bold;
	color: #F9B40F;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.bluehead {
	font-size: 16px;
	color: #8B97CB;
}
