/* New WTO CSS */
/* Presentation */
*{
	border: none;
	padding: 0;
	margin: 0;
	}
body{margin: 0 auto;
	text-align:center;
	background-color: #9DB6FF;
	font: normal 13px Verdana, Arial;
	line-height: 1.5em;
	color: #555;
	}
#wrapper{
	width: 760px;
	background: #9DB6FF url(../images/dingle-holidays-bg.jpg) 0px 50px repeat-y;
	margin: 0 auto;
	text-align: left;
	}
#mastHead{
	width: 760px;
	margin: 0 auto;
	height: 147px;
	background: #9DB6FF url(../images/dingle-holidays-header.jpg) -39px 0px no-repeat;
	}
/**/
#mainNav{
	position:relative; 
	right:-16px;
	top:147px;
	width: 707px; 
	height:31px;
	z-index:1;
	background-color:#777 ;
}
/*#mainNav ul {
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0;
	z-index:1;
}
#mainNav li{
	height: 31px;
	float: left;
	display: inline;
	padding-left: 20px;
	z-index:2;
}
*/
#mainNav p{ 
	text-align: center;
	padding: 5px;
	font: bold italic 15px Verdana,Arial,sans-serif; 
	color: #eef;
	}
#mainNav a{
	color: #eef;
	text-decoration: underline;
	}
#mainNav a:hover{
	color: #000;
	text-decoration: underline;
	}
/**/
/* Structure, site layout*/
h1,h2,h3{
	font-family: Georgia, "Times New Roman",Times;
	font-weight:  bold;
	text-align: center;
	color: #3876AF;
	padding: 10px 0;
	}
h1{
	margin: 35px 0 0 0;
	font-size: 31px;
	}
h2{
	margin: 15px 0;
	font-size: 31px;
	
	}
h3{
	clear: both;
	font-size: 14px;
	color: #555;
	}
	/**/
#content{
	margin: 15px 40px;
	border: none;
	border-bottom: none; 
		}
#content p{
	text-align: left;
	padding: 5px 10px 15px 0px;
		}
#content .redText{
	font-weight: bold;
	font-size: 15px;
	color: #900;
	}
#content blockquote{
	padding: 10px 20px;
	font-weight: bold;
	font-style: italic;
	color: #222;
	}
#content p.lite#FFC0CB{
	background-color: #FFC0CB;		
	padding: 10px;
	margin: 10px 0 0 0;
	}
#content .liteBlue{
	text-align: justify;
	padding: 10px 15px 10px 15px;
	margin: 30px 0 20px 0;
	background-color: #eef;
	width: 93%
		}
#content ul, ol{
	margin: 0px 20px 0px 35px;
	}
#content ul li, ol li{	
	padding: 0px 0;
	font-style: italic;
	color: #555;
	}
	/**/
#footer{
	width: 760px;
	margin: 0 auto;
	padding-bottom: 15px;
	background-color:transparent;	
	}
#footer p{
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
	background: #ccc;
	margin: 0 40px 0 20px;
	}
/**/
#content img{
	padding: 5px;
	background: #fff;
	border: 2px solid #ccc;
	}
#content img.imgCenter{
	margin: 0 auto;
	text-align: center;
	display: block;
	}
/**/
.imageRight{
	float: right;
	padding: 10px 0 0 10px;
	}
.imageLeft{
	float: left;
	padding: 10px 0px 0 0;
	margin-right: 20px;
	}
/**/
.TwoColBox{
	border: 1px solid #fff;
	background-color: #ffe;
	margin: 10px 0;
	width: 665px;
	clear: both;
	}
.TwoColBox .tcbLeft{
	float: left;
	border: none;
	background-color: transparent;
	}
.TwoColBox .tcbLeft img{
	margin: 5px 0px;
	text-align: center;
	}
.TwoColBox .tcbLeft p{
	padding: 0px 10px 10px 10px;
	text-align: center;	
	font-weight: bold;
	}
		/* Start Right box*/
.TwoColBox .tcbRight{
	float: right;
	width: 310px;
	border: none;
	margin-right: 10px;
	background-color: transparent;
	padding: 0px 0px;	
	text-align: left;
	}
.TwoColBox .tcbRight img{
	margin: 5px 0px;
	text-align: center;
	}
.TwoColBox .tcbRight h3{
	font-size: 19px;
	text-align: left;
	padding: 20px 0 0 0;
	}
.TwoColBox .tcbRight p{
	padding: 10px 25px 0 0;
	line-height: 1.4em;
	font-size: 12px;
	}
/**/
#sendToFriend input{
	border: 1px solid #ccc;
	background-color: #000;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	}
/**/
#w3c{
	margin: 10px auto;
	}
