/*  CSS Stylesheet for Tour Plan International 
	Author Colette Mitchell-Ruff
*/
body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #81C6D0;
	background-image:  url("../images/bg2.jpg");
	background-repeat: repeat-x;
}

a:link
{ 
	color:#29727B;
	text-decoration:none;
}
a:visited { color: #333; text-decoration:none;}

a:hover, a:active
{
	color: #fff;
	background-color: #ff9980;
	text-decoration:none;
	
}
img { border: none; }

h2
{
	color: #ff9980;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #ff9980;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}
/*  Container Elements and Header */
#container
{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: #fff;
	/*background-image:  url("../images/container_bg.gif");
	background-repeat: no-repeat;*/
	
	
}

#header
{
	height: 300px;
	width: 100%;
	background-image:  url("../images/header2.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #ff9980;
	position: relative;
	border: 1px none #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}
/* =================== Navigation ================ */
#mainnav
{
	background-color: #29727B;
	color: #fff;
	padding: 2px 0;
	font-size:90%;
}

#mainnav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #81C6D0;
}

#mainnav li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #81C6D0;
}

#mainnav li a
{
	text-decoration: none;
	color: #fff;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #ff9980;
}
/*  ======================================= */



#menu
{
	float: right;
	width: 25%;
	border-left: 1px dotted #e2e2e2;
	text-align:center;
	font-weight:bold;
	display: block;
	padding-top:10px;
	
}
#menu ul { padding-right: 15px;}
#menu ul li
{
	list-style:none;
	text-align: center;
	padding-bottom:5px;
}

#contents 
{ 
	margin: 0 50px 50px 50px;
	/*background-image:url("../images/stamp.gif");
	background-repeat: no-repeat;*/
	width:80%;
}

#contents p { line-height: 165%; margin-bottom:10px; }
#contents ul { padding: 15px;}
#contents ul li
{
	margin-bottom: 10px;
	line-height: 130%;
}
#contents dl{ padding:15px;}

#contents dl dt { font-weight:bold; margin:.7em 0 .7em 0;}
#contents dl dt dd { font-size:.8em; line-height:140%; margin-bottom:1em;}
/* ============================ */



/*  Selectors and Footer */
.company_info { margin-top: 5px;border-bottom: 1px solid #ff9980;}
.imagefloat { float: right; margin-left:10px; margin-top:0px;}
.imagefloat2 { float: left; margin-right:10px; margin-top:10px;}
.focus { color:#447883; font-weight: bold;}
.no_focus { color:#c8c8c8; }
.link_focus { color:#81C6D0; }
.lquote { background-image:url(../images/lquote.gif); background-repeat:no-repeat; width:25px; height:25px; margin-right:5px; float:left;}
.rquote { background-image:url(../images/rquote.gif); background-repeat:no-repeat; width:25px; height:25px;margin-bottom:10px; float:right;}



#footer a:link, a:visited{ text-decoration:none; color:#c8c8c8;}
#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 80%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
	font-size:.7em;
}

#skipmenu a
{
	color: #e2e2e2;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
