/* CSS Document */

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;	
	text-align: center;
}

#wrapper{
	width: 770px;
	background-color: #3333ff;
	margin:5px auto;
	border: 1px solid #000000;
	text-align: justify;
}

#banner{
	height: 100px;
	background-image: url(../graphics/rts_banner.jpg);
	background-repeat: no-repeat;
	background-color: #3333ff;
}

#nav {
	width: 770px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../graphics/nav.png);
	background-position: center;
	background-repeat: no-repeat;
	border-top: 2px #fff dotted;
	border-bottom: 2px #fff dotted;		
}

#nav ul{
	width: 770px;
	margin: 0;
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;	
}

#nav ul li{
	display: inline;
	padding: 5px 0px;
}

#nav ul li a{
	color: #ffff00;
	background-color: #3333ff;	
	padding: 5px 5px;
	text-decoration: none;	 
}

#nav ul li a:hover, #nav ul li a:focus{
	color: #fff;
	background-color: transparent;
	font-weight: bold;
}

#nav #current a:hover,
#nav #current a:focus,
#nav #current a:link,
#nav #current a:active,
#nav #current a:visited{
	color: #fff;
	font-weight: bold;	
}	

#content{
	padding: 0;
	margin: 0;
}

#content p{
	font-size: 80%;
	margin: 10px;
}

#content p em{
	font-style: normal;
	font-weight: bold;
}

#content h1{
	text-align: center;
	font-size: 125%;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}

#content h2{
	text-align: left;
	font-size: 125%;
	padding-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
}

#content h3 {
	margin-left: 10px;
	color: #fff;
	font-size: 110%;
}

#content h4 {
	color: #ff0;
	font-size: 110%;
	text-align: left;
	margin-left: 7px;
}

#content h5 {
	text-align: left;
	font-size: 120%;
	padding: 0;
	margin: 5px 10px;
}

#content h6 {
	text-align: right;
	font-size: 120%;
	padding: 0;
	margin: 10px 10px;
}

#content ul {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	margin: 5px 20px 5px 0px !important;		
	margin-left: 40px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.smalltext {
	border: 0;
	color: #fff;
	font-size: 85%;
	margin: 20px 0px;
	text-align: center;
}

.container{
	background-color: transparent;
	margin: 10px;
}

.monacobg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/monacobg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

html>body .monacobg {
	height: auto;
}

.gorgesbg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/gorgesbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

html>body .gorgesbg {
	height: auto;
}

.ezebg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/ezebg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

html>body .ezebg {
	height: auto;
}

.cfbg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/cfbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

html>body .cfbg {
	height: auto;
}

.gourdonbg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/gourdonbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

html>body .gourdonbg {
	height: auto;
}

.museebg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/museebg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

html>body .museebg {
	height: auto;
}

.vanbg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/vanbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px 5px;
}

html>body .vanbg {
	height: auto;
}

.boxed70 {
	width: 60%;
	float: left;
	border: 2px dotted #ff0;
	padding: 6px 5px;
	color: #fff;
	margin-bottom: 5px;
}

.boxed70 p a {
	color: #ff0;
	font-weight: bold;
}

#content .boxed70 p a:hover,
#content .boxed70 p a:focus {
	color: #fff;
	font-weight: bold;
}

#content .boxed70 p a:active,
#content .boxed70 p a:visited {
	color: #fff;
	font-weight: 100;
}

.boxed30 {
	width: 35%;
	float: right;
	border: 2px dotted #ff0;
	padding: 5px 5px;
	color: #fff;
	margin-bottom: 5px;
}

#content .boxed30 p a{
	color: #fff;
	font-weight: 500;
}

#content .boxed30 p a:hover,
#content .boxed30 p a:focus {
	color: #fff;
	font-weight: 700;
}

.boxed30 p a:active,
.boxed30 p a:visited {
	color: #fff;
	font-weight: 100;
}


.boxed100 {
	border: 2px dotted #ff0;
	padding: 5px 5px;
	color: #fff;
}

.boxed100 p a {
	color: #ff0;
	font-weight: bold;
}

.boxed100 p a:hover,
.boxed100 p a:focus {
	color: #fff;
	font-weight: bold;
}

.boxed100 p a:active,
.boxed100 p a:visited {
	color: #fff;
	font-weight: 100;
}

.antibesbg {
	height: 1%;
	color: #fff;
	background-image: url(../graphics/antibesbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.antibesbg p a{
	color: #ff0;
	font-weight: bold;
}

.antibesbg p a:hover,
.antibesbg p a:focus {
	color: #fff;
	font-weight: bold;
}

.antibesbg p a:active,
.antibesbg p a:visited {
	color: #fff;
	font-weight: 100;
}

html>body .antibesbg {
	height: auto;
}

.antibesbg ul li {
	list-style-type: none;
	margin-left: 120px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

.left_transfer {
	float: left;
	width: 24%;
	text-align: left;
	margin-left: 30px;
}

.left_transfer ul{
	list-style-type: none;
}

.left_transfer ul li{
	font-weight: bold;
	padding-bottom: 5px;
}

.right_transfer {
	float: left;
	width: 23%;
	text-align: left;
}

.right1_transfer {
	float: left;
	width: 8%;
	text-align: left;
}

.right1_transfer ul {
	list-style-type: none;
}	

.right1_transfer ul li{
	font-weight: bold;
	margin-left: -30px;
	padding-bottom: 5px;	
}

.right2_transfer {
	float: left;
	width: 45%;
	margin-right: 10px;
}

.blue_container {
	width: 100%;
	background-color: #66ccff;
	color: #333;
}

.blue_container ul li{
	list-style-type: circle;
}

.blue_container p a {
	color: #333;
	font-weight: bold;
}

.blue_container p a:hover,
.blue_container p a:focus {
	color: #f00;
	font-weight: bold;
}

.blue_container p a:active,
.blue_container p a:visited {
	color: #f00;
}

.blue_top { 
	background: url(../graphics/blbltopright.gif) no-repeat top right; 
}

.blue_bottom {
	background: url(../graphics/blblbottomright.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.left50 {
	margin: 0;
	float: left;
	width: 49%;
}

.right50 {
	margin: 0;
	float: right;
	width: 49%;
}

.exampleleft {
	margin-bottom: 10px;
	float: left;
	width: 49%;
	border: 2px dotted #ff0;
	padding-bottom: 2px !important;
	padding-bottom: 13px;
}

.exampleright {
	margin-bottom: 10px;
	float: right;
	width: 49%;
	border: 2px dotted #ff0;	
}

.yellow {
	color: #ff0;
	font-weight: 600;
	font-size: 100%;
}	

/* Start Small Containers */

.left_containertq {
	height: 1%;
	margin-bottom: 10px;
	width: 49%;
	float: left;
	background-color: #00ffff;
	color: #333;
}

.left_containertq ul li {
	list-style-type: none;
}

html>body .left_containertq {
	height: auto;
}	

.left_containertq p {
	margin: 0 20px;
}

.left_containertq p a {
	color: #333;
	font-weight: bold;
}

.left_containertq p a:hover,
.left_containertq p a:focus {
	color: #f00;
	font-weight: bold;
}

.left_containertq p a:active,
.left_containertq p a:visited {
	color: #f00;
}

.left_containertq ul li a {
	color: #333;
	font-weight: bold;
}

.left_containertq ul li a:hover,
.left_containertq ul li a:focus {
	color: #f00;
	font-weight: bold;
}

.left_containertq ul li a:active,
.left_containertq ul li a:visited {
	color: #f00;
	font-weight: 100;	
}

.left_toptq { 
	background: url(../graphics/bltqtopright.gif) no-repeat top right; 
}

.left_bottomtq {
	background: url(../graphics/bltqbottomright.gif) no-repeat top right; 
}

.right_containergr {
	margin-bottom: 10px;
	width: 49%;
	float: right;
	background-color: #66ff99;
	color: #333;
}

.right_containergr ul {
	list-style-type: none;
}
	
.right_containergr p {
	margin: 0 20px;
}

.right_containergr p a {
	color: #333;
	font-weight: bold;
}

.right_containergr p a:hover,
.right_containergr p a:focus {
	color: #f00;
	font-weight: bold;
}

.right_containergr p a:active,
.right_containergr p a:visited {
	color: #f00;
	font-weight: 100;	
}

.right_containergr ul li a {
	color: #333;
	font-weight: bold;
}

.right_containergr ul li a:hover,
.right_containergr ul li a:focus {
	color: #f00;
	font-weight: bold;
}

.right_containergr ul li a:active,
.right_containergr ul li a:visited {
	color: #f00;
	font-weight: 100;	
}

.right_topgr { 
	background: url(../graphics/blgrtopright.gif) no-repeat top right; 
}

.right_bottomgr {
	background: url(../graphics/blgrbottomright.gif) no-repeat top right; 
}

.left_containerpk {
	margin-bottom: 10px;
	width: 49%;
	float: left;
	background-color: #ffccff;
	color: #333;
}

.left_containerpk p {
	margin: 0 20px;
	
}

.left_containerpk p a {
	color: #333;
	font-weight: bold;
}

.left_containerpk p a:hover,
.left_containerpk p a:focus {
	color: #f00;
	font-weight: bold;
}

.left_containerpk p a:active,
.left_containerpk p a:visited {
	color: #f00;
	font-weight: 100;	
}

.left_toppk { 
	background: url(../graphics/blpktopright.gif) no-repeat top right; 
}

.left_bottompk {
	background: url(../graphics/blpkbottomright.gif) no-repeat top right; 
}

.right_containeryw {
	margin-bottom: 10px;
	width: 49%;
	float: right;
	background-color: #ffffcc;
	color: #333;
}

.right_containeryw ul {
	list-style-type: none;
}

.right_containeryw p {
	margin: 11px 20px !important;
	margin: 0 20px;
}

.right_containeryw p a {
	color: #333;
	font-weight: bold;
}

.right_containeryw p a:hover,
.right_containeryw p a:focus {
	color: #f00;
	font-weight: bold;
}

.right_containeryw p a:active,
.right_containeryw p a:visited {
	color: #f00;
	font-weight: 100;
}


.right_topyw { 
	background: url(../graphics/blywtopright.gif) no-repeat top right; 
}

.right_bottomyw {
	background: url(../graphics/blywbottomright.gif) no-repeat top right; 
}

/* End Small Containers */
/* Start Contact Form */
#contact {
	width: 50%;
	float: left;
	margin-left: 20px !important;	
	margin-left: 10px;
	border: 2px dotted #fff;
	background-image: url(../graphics/contactbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#contact h3 {
	text-align: center;
}

.contact1 {
	float: left;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	width: 30%;
}

.contact1 p {
	padding: 3px 0px 3px 0px !important;
	padding: 4px 0px 4px 0px;
}

.contact2 {
	float: left;
	margin-left: 20px;	
	width: 60%;
}

/* End Contact Form */

#contacts {
	float: right;
	width: 40%;
	border: 2px dotted #fff;
	margin-right: 20px !important;
	margin-right: 10px;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
}

.contacts1 {
	float: left;
	width: 30%;
}

.contacts2 {
	float: right;
	width: 60%;
}

.city {
	margin: 15px 0px;
	border: 2px dotted #fff;
	color: #fff;
}

.city p a {
	color: #ff0;
	font-weight: bold;
}

.city p a:hover, 
.city p a:focus{
	color: #fff;
	font-weight: bold;
}

.city p a:active,
.city p a:visited {
	color: #fff;
	font-weight: 100;
}

.righttext {
	text-align: right;
}	

.image1 {
	border: none;
	margin: 5px 5px;
}

.image2 {
	margin: 5px 5px;
}

#footer{
	height: 100px;
	clear: both;
	background-image: url(../graphics/rts_footer.jpg);
	background-repeat: no-repeat;
}

#footer p{
	font-size: 70%;
	margin: 10px;
	padding-top: 20px !important;
	padding-top: 10px;
	text-align: right;
}

.toplink_right {
	margin-right: 20px;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}

.toplink_right a{
	color: #ff0;
	text-decoration: none;
}	

.address {
	font-size: 80%;
	margin-left: 20px;
}

.clearfix:after {
	display:block;
	content:".";
	height:0;
	visibility:hidden;
	clear:both;
}

.clearfix {display:inline-table;}/* for IEMac only */

/* this line hides these rules from IEMac \*/
* html .clearfix{height:1%;} /* for IE*/
.clearfix {display:block;} /* resets to block */
/* end hide from IEMac */

.clearit{
	clear: both;
	display: block;
}
