/* START CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */


/* MAIN STYLES */

body { background:#fff; font-family:Arial, Helvetica, sans-serif; }

img { border:0; }

#header { background:#fff; width:100%; height:140px; overflow:hidden; }
#headervsl { background:#fff; width:100%; height:70px; overflow:hidden; }
#header-container { margin:0 auto; width:844px; }
#header-container .logo { float:left; width:224px; padding-top:20px; }
#header-container .navi2 { float:right; width:567px; padding-top:40px; }
#header-container .navigation { float:right; width:580px; padding-top:104px; text-align:right; }
#header-container .navi1  { float:right; width:600px; padding-top:20px; text-align:left; font-size: 13px; text-transform: uppercase; white-space: nowrap; }
#header-containervsl { margin:0 auto; width:844px; }
#header-containervsl .logo { float:left; width:224px; padding-top:20px; }
#header-containervsl .vsl { float:right; width:100px; padding-top:15px; text-align:right;}
#header-containervsl .navigation { float:right; width:580px; padding-top:4px; text-align:right; }

#content { background:#00703c; width:100%; }
#content-container { margin:0 auto; width:844px; height:340px; vertical-align:middle; color:#FC6; text-align:left; }

#footer { margin:0 auto; width:844px; overflow:hidden; padding:20px 0; }
#footer .legal { float:left; width:400px; font-size:11px; line-height:15px; color:#cbb9a3; }
#footer .links { float:right; width:440px; text-align:right; font-size:11px; line-height:15px; text-transform:uppercase; color:#cbb9a3; }
#footer a { color:#cbb9a3; text-decoration:none; }
#footer a:hover { color:#00703c; text-decoration:underline; }

a:link, a:visited { color:#FFF; text-decoration:none; }
a:hover { color:#FFF; text-decoration:underline; }

/* Home Page Content Styles */
#content-container .homeText {
	width: 480px;
	float: left;
	color: #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 120%;
	font-weight: 200;
}

#content-container .homeText p {
	font-size: 14px;
}

#content-container .homeText h1 {
	margin: 1em 1em 1em 0;
	color: #cbb9a3;
	font-size: 145%;
	font-weight: 200;
}

#content-container .rightPic img {
	padding-top: 1em;
}

.flashWrap {
	position: relative;
	background-color: #00703C;
}

.homeWrap {
	position: absolute; left: -999em;
}

.ui-tabs-hide { position: absolute; left: -999em; }

/**
 * Content Slider
 */
#content-slider { width: 844px; margin: 0 auto; position: relative;  height: 305px; }
#content .tab-slide ul {  overflow: hidden; position: absolute; right: 0; bottom:0; }
  #content .tab-slide ul li { display: inline; float: left; width: 50px; height: 50px;}
    #content .tab-slide ul li a { font-size: 72px; display: block; text-decoration: none;  text-shadow: 1px 1px 5px #ccc; }
#content-slider ul li.ui-tabs-selected a { color: #CBB9A3;  }

@import url("nav.css");

