@charset "utf-8";
/* CSS Document */

/*Contents*/
/*CSS RESET*/
/*PAGE SECTIONS*/
/*NAV*/
/*LINKS*/
/*TEXT*/
/*MISC*/

/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 
a, em, img, samp, small, strong,
b, u, i, center, dl, dt, dd, ol, 
form, label,
embed, footer, header, 
menu, nav, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {border:none;}
p {margin-bottom:15px;}
/* end CSS Reset */


/*PAGE SECTIONS*/
body {	
	text-align: center;
	position:relative;
	background-color:#4e6088;
	background-image:url(images/bg-gradient.jpg);
	background-repeat:repeat-x;	
}

#wrapper {
	width: 1155px;
	margin: 0 auto;
	text-align:center;
	background-image:url(images/bg-top.gif);
	background-repeat:no-repeat;
	position:relative;
}

#content  {
	margin: 0 auto;
	min-height:450px;
	width:951px;
	text-align:left;
	position:relative;
	top:429px;
	background-color:#FFF;
	background-image:url(images/bg-content-home.jpg);
	background-repeat:no-repeat;	
}

#contentMain {
	width: 682px;
	padding: 16px;
	float:left;
	border-right: dotted #CCC thin;
	position:relative;
	z-index:2;
}

#footer  {
	margin: 0px auto 15px auto;
	background-image:url(images/bg-footer.gif);
	background-repeat:no-repeat;
	width:951px;
	height: 207px;
	text-align: center;
	position:relative;
	top:420px;
}

#creditDiv {
	position:absolute;
	width:467px;
	height:20px;
	left: 34px;
	top: 162px;
}

#tm1 {
	position:absolute;
	width:547px;
	height:20px;
	left: 399px;
	top: 120px;
}

#tm2 {
	position:absolute;
	width:418px;
	height:20px;
	left: 500px;
	top: 149px;
}

#logo  {
	width:418px;
	height: 256px;
	position: absolute;
	left: 101px;
	top: 77px;
}

#logoPhone {
	position:absolute;
	left: 153px;
	top: 71px;
	width: 220px;
	height: 25px;
	text-align:center;
	background-color:#0e0c0d;
	z-index:99;
}


#headPic  {
	width:532px;
	height: 288px;
	position: absolute;
	top:45px;
	left: 521px;
	overflow:hidden;
}

#scheduleLink  {
	width:226px;
	height: 20px;
	position: absolute;
	top:73px;
	left: 700px;
}

#stars  {
	width:951px;
	height: 99px;
	position: absolute;
	top:421px;
	background-image:url(images/stars.gif);
	background-repeat:no-repeat;
	left: 102px;
	z-index:2;
}

#heading  {
	width:933px;
	height: 44px;
	position: absolute;
	top:383px;
	left: 104px;
	color:#f1be62;
	text-align:left;
	padding-left:15px;
}



#panelRight {
	width: 207px;
	padding: 14px;
	float:left;
	margin-bottom:100px;
}

.panelBox {
	width:210px;
	min-height:100px;
	text-align:center;
	margin-bottom:40px;
}

#socialDiv {
	position: fixed;
	top: 30%;
	left: 2px;
	text-align: left;
	width: 48px;
	z-index: 999;
}

/*home page sections*/
#kudzuBox {
	float:left;
	margin-right:15px;
}

.featureBox {
	width:237px;
	height:291px;
	float:left;
}

.featureText {
	width:205px;
	margin: 90px 0px 0px 15px;
}
/*home page sections*/
/*PAGE SECTIONS*/


/*NAV*/

#nav ul, #nav li {
	list-style:none;
	margin:0;
	padding:0;
}

#nav {
	width:951px;
	height:39px;	
	position: absolute;	
	left: 102px;
	top: 335px;
	z-index:99;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif Tahoma, Geneva, sans-serif;
}

#menu  {
	position: absolute;
	top:0;
	left:0;
	width: 950px;
}


#menu li {  /*  makes menu horizontal */
	float:left;
}


#menu a, #menu a:visited { 
	display:block;
	color:#FFF;
	background:url("images/border.gif") no-repeat right top;
    padding:10px 12px 10px 12px;
	text-decoration:none;
}

#menu a:hover {
		color:#FFF;
		background-color:#040e29;
}


#menu li ul {
	position: absolute;
	height: 100px;
	left:-999em;	 /* position submenu off the screen to hide*/
	text-align:left;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif Tahoma, Geneva, sans-serif;
	line-height:normal;
	border-top: thin #13274a solid; 
}

#menu li:hover ul, #menu li ul:hover {   /* re-position sunbmenu on hover (this is over-ridden by the fade effect when javascript is working) */
	left:auto;
}

#menu li ul li { /*  makes submenu vertical */
 	float: none;
}

#menu li ul a, #menu li ul a:visited { /* submenu links */
 	text-decoration:none;
	padding:7px 10px;
	background-image:none;
	background-color:#14284d;
	border-right: thin #13274a solid; 	
	border-left: thin #13274a solid; 
	border-bottom: thin #040e29 solid;
}

 #menu li ul a:hover {
	 background-color:#040e29;
 }
/*NAV*/
 
/*LINKS*/
#link10 a {
    display:block;
	background-image:url(images/ribbon.gif);
	background-repeat:no-repeat;
	background-position: 8px top;
    padding:12px 12px 8px 38px;
	font-size:11px;
}
	
#link10 a:hover {
	color:#FFF;
	background-color:#040e29;
	background-image:url(images/ribbon-on.gif);
}

#creditDiv a, #creditDiv a:visited {
		color:#c1c1c1;
		text-decoration:none;
}

#creditDiv a:hover {
		color:#FFF;
		text-decoration:none;
}

.textMenu a, #textMenu a:visited {
		color:#000000;
		text-decoration:none;
}

.textMenu a:hover {
		color: #006;
		text-decoration:underline;
}

h1 a, h3 a  { 
 	text-decoration:none;
}

h1 a:visited, h3 a:visited  { 
 	color: #3f4e75;
	text-decoration:none;
}

h1 a:hover, h3 a:hover  { 
 	color: #7687ae;
	text-decoration:none;
}

.box a, .box a:visited{
	color: #FFF;
}

.box a:hover{
	color: #df5c78;
}


#logoPhone a, #logoPhone a:visited  {
	color:#f6f3f3;
	text-decoration:none;
}

#logoPhone a:hover  {color:#df5c78;}

/*LINKS*/


/*TEXT*/
html {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif ;
	font-size:12px;	
	color: #2f2e2e;
	letter-spacing: 1px;	
}
h1  {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;	
	line-height: normal;
	letter-spacing:normal;
	color:#000;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;	
	letter-spacing:normal;
	line-height:1.5;
	color: #999; 
	font-variant:small-caps; 
	font-weight:700;	
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#403f3f;
	line-height:normal;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-variant:small-caps; 

}

h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#403f3f;
	line-height:normal;
}


.textHeading  {
	color:#f1be62;
	font-size:22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-variant:small-caps;
}

.textSmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#403f3f;
	line-height: 1.3;	
}

.creditText {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	letter-spacing:normal;
	color:#999;
}

.textMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	letter-spacing:normal;
	color:#999;
}

.phone {
	font-family: 'Patua One', cursive;
	font-weight:normal;
	font-size:21px;
	color:#f6f3f3;	
}

/*TEXT*/


/*MISC*/
.featureBox img {border:#666 thin solid; margin-bottom: 7px;}	

.clear {clear:both;}

.dropShadow { 
	border-right:thin #999 solid;
	border-bottom:thin #999 solid;
}

#ulHome {
	list-style:disc; 
	margin-left:300px;
}

.box {
	background-color: #39496d; 
	color:#FFF; 
	font-variant:small-caps; 
	font-weight:bold; 
	border:thick dotted #999; 
	width:75%; 
	padding: 17px; 
	margin: 20px 50px;
	font-size:16px;
}

 .box ul {
	list-style:none; 
}

 .textLrge {
	font-size: 22px; 
}

 .textSm{
	font-size: 13px; 
}

 .textTiny{
	font-variant:normal; 
	font-size:10px; 
	font-weight:normal; 
}


.imgLeft{
	float:left;
	margin-right:18px;
}

.imgRight{
	float:right;
	margin-left:18px;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

.form em { font-weight: bold; color: red; padding-right: 1em; vertical-align: top; }


/*MISC*/