/* global 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 {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.75em;
color: #333;
/* background-image:url(../images/stripe.png); */
}

.list-blue
{ 
	background-image:url(../images/bkg-list-blue.png); 
	background-repeat:no-repeat;
	height:29px;
	vertical-align:middle;
	padding-left:33px;
	border::solid 1px red;
}

.list-white
{ 
	background-image:url(../images/bkg-list-white.png); 
	background-repeat:no-repeat;
	height:29px;
	vertical-align:middle;
	padding-left:33px;
	border::solid 1px red;
}

img 
{
/*display: block;*/
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

table   { border-collapse: collapse }


/* typography */
#contenttext-2
{
	float:left;
	width:465px;
	padding-right:20px;
}
#contenttext ul, #contenttext-2 ul  
{
	padding-left:20px;
	padding-top:2px;
}

ul.topmenulist li a {
font-weight:bold;
color: #000066;
text-decoration:none;
}

ul.topmenulist li a:link {
font-weight:bold;
color: #000066;
text-decoration:none;
}

ul.topmenulist li a:hover {
color: #09C;
}

a {
font-weight:bold;
color: #000066;
text-decoration:none;
}

a:link {
font-weight:bold;
color: #000066;
text-decoration:none;
}

a:hover {
color: #09C;
font-weight:bold;
text-decoration:none;
}

a.cross-link {
font-weight:bold;
color: #000066;
text-decoration:none;
}

a.cross-link:link {
font-weight:bold;
color: #000066;
text-decoration:none;
}

a.cross-link:hover {
color: #09C;
font-weight:bold;
text-decoration:none;
}

h1 {
font-size:1.6em;
color:#09C;
line-height:1.2em;
}

h1 a {
font-weight:bold;
color: #000066;
text-decoration:none;
}

h1 a:link {
font-weight:bold;
color: #000066;
text-decoration:none;
}

h1 a:hover {
color: #09C;
font-weight:bold;
text-decoration:none;
}

h2 {
font-size:2.35em;
color:#09C;
}

h3 {
font-size:1.8em;
color:#99cc00;
}

h4 {
font-size:2em;
color:#09C;
}

.lightblue {
color:#09C;
}

.darkblue {
color:#000066;
}

.green {
color:#99cc00;
}

p.greenbar {
width: 246px;
height:25px;
text-align:center;
color: #fff;
font-size: 1.2em;
font-weight:bold;
line-height:25px;
background-color:#99cc00;
}


#sidesmall p {
font-weight:normal;
font-size:0.9em;
}

#sidesmall a {
color: #666;
font-weight:normal;
text-decoration:none;
}

#sidesmall a:link {
color: #666;
font-weight:normal;
text-decoration:none;
}

#sidesmall a:hover {
color: #09C;
font-weight:normal;
text-decoration:none;
}

#footer p {
font-weight:bold;
font-size:0.9em;
}

#footer a {
color: #666;
text-decoration:none;
}

#footer a:link {
color: #666;
text-decoration:none;
}

#footer a:hover {
color: #09C;
text-decoration:none;
}

ul.footermenulist li a {
font-size:0.9em;
font-weight: normal;
color: #666;
text-decoration:none;
}

ul.footermenulist li a:link {
font-weight: normal;
color: #666;
text-decoration:none;
}

ul.footermenulist li a:hover {
color: #09C;
text-decoration:none;
}

#loginbox a {
display:block;
background: #09c;
color: #fff;	
padding: 0.5em;
}

#loginbox a:link {
display:block;
background: #09c;
color: #fff;	
padding: 0.5em;
}

#loginbox a:hover {
display:block;
background: #999;
}

#bottomtext a, #bottomtext-2 a 
{
	font-weight:normal;
	color: #000066;
	text-decoration:none;
}

#bottomtext a:link, #bottomtext-2 a:link
{
	font-weight:normal;
	color: #000066;
	text-decoration:none;
}

#bottomtext a:hover, #bottomtext-2 a:hover 
{
	color: #09C;
	font-weight:normal;
	text-decoration:none;
}

form {	
color: #333333;
font-size:1em;
font-family: Helvetica, Arial, san-serif;
}

input {
border: 1px;
border-color:#999;
border-style:solid;
background-color: #fff;
color: #333333;
font-family: Helvetica, Arial, san-serif;
vertical-align: middle;
}

.greyinput {
width: 250px;
padding: 6px;
border: 1px;
border-color:#999;
border-style:solid;
background-color: #fff;
color: #333333;
font-size:1em;
font-family: Helvetica, Arial, san-serif;
vertical-align: middle;
}

.greyinput2 {
width: 150px;
padding: 3px;
border: 1px;
border-color:#0099CC;
border-style:solid;
background-color: #fff;
color: #333333;
font-size:1em;
font-family: Helvetica, Arial, san-serif;
vertical-align: middle;
float:right;
}

.greytextarea {
width: 250px;
height: 100px;
padding: 6px;
border: 1px;
border-color:#999;
border-style:solid;
background-color: #fff;
color: #333333;
font-size:1em;
font-family: Helvetica, Arial, san-serif;
vertical-align: middle;
}

.buttoninput {
width: 85px;
height: 25px;
border: 1px;
border-color:#999;
border-style:solid;
background-color: #ccc;
color: #333;
font-family: Helvetica, Arial, san-serif;
font-weight: bold;
vertical-align: middle;
}

.buttoninput2 {
width: 65px;
height: 25px;
border: 1px;
border-color:#99CC00;
border-style:solid;
background-color: #99CC00;
color: #fff;
font-family: Helvetica, Arial, san-serif;
font-weight: bold;
vertical-align: middle;
float:right;
}


/* structure */

#centrewrap {
postion: relative;
margin: 0 auto;
width: 1040px;
}

#clearwraptop {
postion: relative;
width: 990px;
padding: 25px 25px 5px 25px;
}

#topmenu {
position: relative;
width: 990px;
}

#whitewrap {
postion: relative;
width: 986px;
padding: 10px 25px 0px 25px;
border: solid 2px #fff;
background-color:#FFF;
}

#header {
position: relative;
width: 990px;
padding-bottom: 5px;
}

#promo {
position: relative;
width: 990px;
padding: 5px 0px 12px 0px;
}

#body {
position: relative;
width: 990px;
padding-bottom: 10px;
}

#sidemenu { 
position: relative;
float: left;
width: 240px;
}

#content {
position: relative;
float: left;
width: 750px;
padding-top:1px;
}

#footer { 
position: relative;
width:990px;
padding-top: 10px;
border-top: 2px;
border-style: solid;
border-color: #09C;
}

#clearwrapbottom {
postion: relative;
width: 990px;
padding: 5px 20px 20px 20px;
}

#bottomtext 
{ 
	position: relative;
	width:990px;
	text-align:center;
}

#bottomtext-2 
{ 
	position: relative;
	width:769px;
	text-align:center;
}

#login { 
position: relative;
padding-top: 0px;
padding-bottom:10px;
}

#loginbox { 
width: 220px;
position: relative;
text-align:left;
}

.floatleft {
position: relative;
float: left;
}

.floatright {
position: relative;
float: right;
}

.clear {
position: relative;
clear:both;
}

.width250 {
width:240px;
}

.padright10 {
padding-right: 10px;
}

/* define top menu styles */

ul.topmenulistleft li {
	margin: 0px;
	padding-right: 10px;
	list-style: none;
	display: inline;
}

ul.topmenulistright li {
	margin: 0px;
	padding-left: 10px;
	list-style: none;
	display: inline;
}

/* define side menu styles */

ul.menu, ul.menu ul {
	
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 220px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #09c;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #999;
}

ul.menu li ul li a {
  background: #eee;
  color: #333;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #eee;
  border-left: 5px #09c solid;
  padding-left: 15px;
}


/* define footer menu styles */

ul.footermenulist li {
	margin: 0px;
	padding-right: 20px;
	list-style: none;
	font-weight:bold;
}

/*s3slider */

#s3slider ul {
	list-style:none;
}

#s3slider {
   width: 750px; /* important to be same as image width */
   height: 350px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 750px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   padding: 10px 13px;
   width: 750px;
   background-color: #fff;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.s3top {
	top: 0;
	left: 0;
	
}
.s3bottom {
	bottom: 0;
    left: 0;
	width: 750px !important;
	height: 70px;
}

.s3bottom h1 {
font-size:2em;
color:#333;
line-height:1.4em;
}

.s3bottom h3 {
font-size:2em;
color:#99cc00;
}

.s3left {
	top: 0;
    left: 0;
	width: 235px !important;
	height: 270px;
}
.s3right {
	right: 0;
	bottom: 0;
	width: 235px !important;
	height: 270px;
}

#content h1 {font-size:30px;font-weight:bold;color:#0099CC; margin-bottom:15px;} 
#content h2 {font-size:25px; font-weight:normal; color:#0099CC; margin-bottom:15px; margin-top:5px;} 



/******** Start BannerAnimation Home **************/
#home-banner-animation-container img { /*display: none*/ }
#home-banner-animation-container img.litBannerImages {display:block}

#home-banner-animation-container { overflow:hidden; position:relative; top:0px; left:0px; width:226px; height:372px; /*background-image:url(../images/franchise-slideshow/bkg-slideshow.jpg); background-repeat:no-repeat;*/ border: solid 0px blue;   }

.home-banner-animation-controls {position:relative; top:-26px; left:880px; width:94px; height:27px; background-image:url(../images/banners/bkg-control-home.gif); background-repeat:no-repeat;  border:solid 0px brown; z-index:101;}
#home-banner-animation-control-prev {width:21px; height:21px; margin-left:45px; margin-top:7px;background-image:url(../images/banners/btn-prev-trivett.png); background-repeat:no-repeat; position:absolute; z-index:101; border:solid 0px blue;}
#home-banner-animation-control-next {width:21px; height:21px; margin-left:52px; margin-top:7px; background-image:url(../images/banners/btn-next-trivett.png); background-repeat:no-repeat; position:absolute; z-index:101; border:solid 0px blue;}

.home-banner-animation-image {width:226px; height:372px; margin-bottom:0; padding-bottom:0; padding-left:1px; overflow:visible; border:solid 0px green; background-image:url(../images/franchise-slideshow/bkg-slideshow.jpg); background-repeat:no-repeat; }
.home-banner-animation-image p {font-size:14px; padding-top:10px; text-align:center; border: solid 0px blue;}

/*#home-banner-animation-image span {color:#A2A2A2; }*/

/*#whitdiv {border:solid 10px white;  position:absolute; clear: both; margin-top:-50px; margin-left:20px; min-height:244px; width:942px; z-index:2;}*/

/*#home-banner-animation-image span {color:#A2A2A2;width:942px; height:16px;padding-top:20px; vertical-align:top; overflow:hidden;}*/

/*#home-banner-animation-text {width:942px; height:16px; overflow:hidden; padding-top:20px; color:#A2A2A2; border:solid 0px red; visibility:hidden}*/

/******** End BannerAnimation Home **************/

