/****************************************

     HANNUSH ENTERPRISES, LLC
     WebCSS V1.1 STYLE
     Date originated: 06 FEB 2008
     Writer: Drew Hannush
     www.hannush.com

*****************************************/

/****************************************
***** UNIVERSAL ELEMENTS ****************
*****************************************/

html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	background-color: #006699;
	color:#222222;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:100%; /* IE6 FONT SIZE FIX For use with ems */
	margin:0px;
	padding:0px;
	text-align:center;  /* CENTER PAGE 2: Set text-align to center to fix IE6- margin recognition error in #wrapper  */
	}

a {
	color:#666666; 
	text-decoration:underline;
	}

a:hover {
	color:#FF9933;
	text-decoration:underline;
	}

h1, div.componentheading, td.contentheading, td.buttonheading {	/* MAIN HEADLINE: Large Font  */
	color: #006699;
	background-color:#EEEEEE;
  	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding:5px;
	}

h2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #222222;
	background-color:#EEEEEE;
  	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	}

.buttonheading img {
	border:0px;
	}

h3 {
	font-size:11px;
	color:#222222;
	text-transform:uppercase;
	}

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	color: #4870A3;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

span.small {
	display:inline;
	padding:0px;
	font-size:11px;
	text-indent:5px;
	margin: 0px;
	padding: 0px;
	color:#333333;
	}

#float-clear {
	clear:both;
	}

#searchbox {  /*  Make input name and id "searchbox"  */
	background-color: #BF2E01;
	border: 1px solid #000000;
	color: #FFFFFF;
  }

/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin-top: 0px;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	text-align:left;
	width:890px;
	background-color:#FFFFFF;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
	width:890px;
}

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#breadcrumbs {
	float:left;
	width:850px;
	height:20px;
	padding:5px 20px 0px 20px;
	margin-bottom:5px;
	font-size:11px;
	}

#copyarea {
	float:left;
	width:890px
	}

#sidebar {
	float: left;
	width:200px;
	padding:5px 10px;
	}

#copy {
	display:inline; /* DOUBLE MARGIN IE FIX */
	float: left;
	font-size:12px;
	line-height: 145%;
	text-align:left;
	padding:8px;
	width: 630px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	}

#home1, #home3 {
	float:left;
	width:310px;
	padding-right:10px;
	}

#home2, #home4 {
	float:left;
	width:310px;
	}

#home1 h2, #home3 h2, #home2 h2, #home4 h2 {
	display:block;
	}

div.moduletablehome1, div.moduletablehome2, div.moduletablehome3, div.moduletablehome4 {
	border: 1px solid #EEEEEE;	
	margin-top:5px;
	}

div.moduletablehome1 p, div.moduletablehome2 p, div.moduletablehome3 p, div.moduletablehome4 p {
	display:block;
	padding:2px;
	font-size:11px;	
	}

div.moduletablehome1 a, div.moduletablehome2 a, div.moduletablehome3 a, div.moduletablehome4 a {
	margin-top:0px;
	padding-top:0px;
	padding-left:2px;
	font-size:11px;	
	}
div.moduletablehome1 a img, div.moduletablehome2 a img, div.moduletablehome3 a img, div.moduletablehome4 a img {
	display:inline;
	}

div.moduletablehome1 img, div.moduletablehome2 img, div.moduletablehome3 img, div.moduletablehome4 img {
	display:block;
	padding:0px;
	margin:0px;	
	}
	
div.moduletable_menu {
	color:#666666;
	font-size:10px; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

div.moduletable_menu li {
	padding-bottom:3px;
	}

div.moduletable_menu a {
	color:#666666; 
	font-size:11px; 
	font-weight:normal; 
	text-transform:none;
	text-decoration: underline; 
	}

div.moduletable_menu a:hover {
	color:#275873;
	text-decoration: none;
	}

div.moduletable_menu h3 {
	padding:9px 0px;
	text-indent:36px;
	background-image: url(/trip2/templates/america/images/1_bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	}

td.aboutTitle {
	font-size:10px;
	font-weight:bold;
	color:#999999;
	}

/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/

#footer {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	height: 41px;
	padding-top: 12px;
	text-align: center;
	width: 770px;
	}

#copyright {
	color: #999999;
	font-size: 10px;
	height: 41px;
	padding-top: 8px;
	text-align: center;
	width: 770px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
  }

