﻿/* Style sheet for TWC Graphics Design template */
html {
	margin: 0px;
	padding: 0px;
}
body  { 	
	background: white;
	color: #000; 
	margin: 0px auto;
	padding: 0px;
	text-align: center; 
	font: normal normal .9em/1.2em Verdana, Arial, sans-serif;
}
input { color: #000; font: normal normal .8em Arial, sans-serif; }
h1    {
	border-top: 3px solid #4C6569;
	padding: 7px 5px 1px 3px;
	font: normal bold .9em Verdana, Arial, sans-serif;
	color: #4C6569;
	margin-top: 0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: 100;
}
h2    { font: normal bold .9em Verdana, Arial, sans-serif;
	color: #4C6569;
	border-bottom: 0px solid #CADFD1; }
h3    { font: normal bold .9em Verdana, Arial, sans-serif; color: #4C6569; }
h4    { color: #4C6569; font:  normal bold .9em Verdana, Arial, sans-serif; }
h5    { color: #000; font:  normal bold .8em Verdana, Arial, sans-serif; }
h6    { color: #000; font:  normal bold 10px Verdana, Arial, sans-serif; }
ol ol ol { color: #666; }
ol ol { color: #666; }
ol { color: #666; }
ul    { list-style-image: url('images/design_elements/bullet.gif'); color: #666; 
	 }
ul ul    { list-style-image: url('images/design_elements/bullet2.gif'); 
	color: #666; }
ul ul ul { list-style-image: url('images/design_elements/bullet3.gif'); 
	color: #666; }

#movie {
	width: 760px;
	height: 190px;
	text-align: center;
	}
#container {
	background: white;
	display: block;
	width: 760px;
	text-align: center;
	margin: 0 auto;
}
#container2 {
	background: white;
	display: block;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	}
#container3 {
	background: #FFF;
	display: block;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	}
	
	

#fullcol { background: #FFF;
	padding: 0px 0px 10px 0px;
	font:  normal normal .9em/1.2em Verdana, Arial, sans-serif; 
	text-align: left;
	border-bottom: 3px solid #FFF;
	vertical-align: top;
	}
#fullcol p { padding-right: 10px; 
	padding-left: 10px;}
#fullcol li { padding-right: 10px; }	
#fullcol h2    { font: normal bold .9em Verdana, Arial, sans-serif;
	color: #4C6569;
	border-bottom: 2px solid #CADFD1; 
	margin: 0px 10px; }
#fullcol h3    { font: normal bold .9em Verdana, Arial, sans-serif;
	background:  url('images/design_elements/bullet.gif') no-repeat top left;
	margin: auto 10px;
	color: #4C6569; 
	padding-left: 16px; }

	
/* Define footer section */
#footer {
	clear: both;
	position: relative;
	background: url(images/design_elements/footer.gif) no-repeat bottom left;
	width: 760px;
	height: 42px;
	}

#footerleft {  background: inherit;
	text-align: left;
	float: left;
	font: normal normal 11px Verdana, Arial, sans-serif; 
	color: #333; 
	width: 364px;
	margin-left: 1px;
	padding: 22px 0px 0px 10px;
	}
#footerright {  
	float: right;
	text-align: right;
	display: inline;
	font: normal normal 11px Verdana, Arial, sans-serif; 
	color: #000; 
	width: 374px;
	padding: 22px 10px 0px 0px;
	}
#footerright a:visited  { color: #000; text-decoration: none;   }
#footerright a:active  { color: #000; text-decoration: none;   }
#footerright a:link  { color: #000; text-decoration: none;   }
#footerright a:hover   { color: #4C6569; text-decoration: underline;  }

/* Define standard hyperlinks */	
a:link  { color: #4C6569;  }  
a:active { color: #4C6569;  }
a:visited { color: #4C6569;  }
a:hover { color: #000; text-decoration: none; }



/* Define textbox area */

.textbox      { background: #CADFD1; color: #000; 
	padding: 5px; text-align: left;
	border: 1px solid #ADC1BB;
	}
/* Menu styling */

.menuul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width:158px;
	list-style: none;
	z-index: 10;
	}

.menuul li {
	position: relative;
	z-index: 9;
	}
	
.menuul li ul {
	position: absolute;
	left: 158px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 9;
}

/* Styles for Menu Items */
.menuul li a {
	display: block;
	background-color: #ADC1BB;
	border-bottom: 1px solid #CADFD1;
	padding: 0px;
	margin: 0;
	width: 158px;
	height: 22px;
	min-height: 22px;
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	color: black;
	z-index: 9;
}
.menuul li li a {
	display: block;
	padding: 0px 6px;
	background-color: #CADFD1;
	border-bottom:1px solid #ADC1BB;
	width:158px;
	height:22px;
	min-height: 22px;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	color: black;
	z-index: 9;
}

/* Fix IE. Hide from IE Mac \*/
* html .menuul li { float: left; height: 1%; }
* html .menuul li a { height: 1%; }
/* End */

.menuul li a:hover { 
	display:block;
	width:158px;
	height:22px;
	min-height: 22px;
	color: #FFF;
	background-color: #ADC1BB;
}
.menuul li li a:hover { 
	display:block;
	width:158px;
	height:22px;
	min-height: 22px;
	color: #FFF;
	background-color: #ADC1BB;
}

 /* Hover Styles */
		
.menuul li.over ul { display: block; }

.menuul li:hover ul { display: block; }

