/* HOLIDAY NQ
NQ WEB DESIGN 19 - 12 - 2005

 */

body
{
	background-color: #0C9ED6;
	margin-top:0px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
.layout_middle
{

	background-image:url(../images/outer_tile.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}

.content
{
	background-color:#dcf3c2;
	border:1px solid #a0d671;
	color:#55871A;
	padding-left:20px;
	padding-right:20px;
}
/*.content h1
{
	background-image:url(images/header_tile.gif);
	background-repeat:repeat-y;
	font-size:12px;
	font-weight:bold;
	color:#6CAB30;
	padding:5px;
	text-transform:uppercase;
	
	letter-spacing:2px;
	margin-top:10px;
}*/

.content h1
{
	font-size:14px;
	margin-top:10px;
	padding:0px;
	color:#0C9ED6;
	font-weight:bold;
	letter-spacing:3px;
}
.content h2
{
	font-size:11px;
	margin-top:10px;
	padding:0px;
	color:#0C9ED6;
	font-weight:bold;
	letter-spacing:2px;
}

.content a:link, .content a:visited
{
	color:#0C9ED6;
	text-decoration:none;
}

.content a:hover
{
	color:#0C9ED6;
	border-bottom:1px dashed #0C9ED6; 
}


.bottomText
{
	color:#76B529;
}

.bottomText a:link, .bottomText a:visited
{
	color:#76B529;
}

.bottomText a:hover
{
	color:#0C9ED6;
}


/* SIDE MENU */
#navcontainer
{
	width:150px;
	
}

 #navlist
{
	padding: 0 1px 1px;
	margin-left: 0;
	background:#a0d671;
	width: 150px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top:1px solid #a0d671;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 7px solid #ACDC81;
background-color:#dcf3c2;
text-decoration: none;
}

#navlist li a:link { color: #55871A; }
#navlist li a:visited { color: #55871A; }

#navlist li a:hover
{
border-color: #0C9ED6;
color: #0C9ED6;
}


/* TOOLTIP */

span.tooltip {
	position: relative;
}

span.tooltip a span {
	display: none;
}

span.tooltip a:hover {
	font-size: 99%;
}

span.tooltip a:hover span {
	display: block;
	position: absolute;
	margin-top: 10px;
	margin-left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	padding:10px;
	background-color:#BFE793;
	border: 1px solid #a0d671;
	color:#55871A;
}
/* End Tooltip */


.txtbox
{
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	border:1px solid #a0d671;
}

.button
{
	background-color:#7EC638;
	border: 1px solid #56AA04;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
#accom a:link, a:visited
{color:#FFFFFF;
}
#accom
{color:#FFFFFF;
}
