/* CSS Document - 2010 JacTravel*/

    body{
	    background-color:#F2E6B0;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
        text-align:center;
		color:#C53314;
		line-height:1.5;
		font-weight:normal;
		
		overflow:auto;

		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;		
    }

/* Standards */

	p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#C53314;
		line-height:2.0;
		font-size:11px;

		padding:0px 0px 0px 0px;
		margin:0px 0px 11px 0px;
		border:0px 0px 0px 0px;	
	}
	
	h1{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#C53314;
		line-height:1.5;
		font-size:40px;
		font-weight:normal;

		padding:0px 0px 0px 0px;
		margin:0px 0px 20px 0px;
		border:0px 0px 0px 0px;
	}
	
	h2{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#C53314;
		line-height:1.5;
		font-size:16px;
		font-weight:normal;

		padding:0px 0px 0px 0px;
		margin:0px 0px 11px 0px;
		border:0px 0px 0px 0px;	
	}
	
	a{
		color:#A10C28;
				text-decoration:none;
		outline:none;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;	
	}
	
	a:hover{
		color:#B9974A;
		text-decoration:underline;
		outline:none;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;	
	}
	
	img{
		background-color:none;
		outline:none;
		border:none;
		background:none;
		
		padding:0px none;
		margin:0px none;
		border:0px none;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
	}
	
	input{
		font-size:10px;
		color:#C53314;
	}
	
	
	
/* Wrapppers */
    
    #wrapper{
		background:none;
					
        width:1024px;
		height:auto;
		
        position:relative;
		top:-0px;
				
        text-align:center;
		
		padding:0px 0px 0px 0px;
		margin:0px auto;
		border:0px auto;
    }
	
    #inner_wrapper{
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:1024px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	background-image: url(wrapper_background.png);
	}
	
/* Containers */
	
	#header{
	background: none;
	background-color: #F8F3D6;
	width: 954px;
	height: 155px;
	overflow: hidden;
	float: left;
	clear: left;
	text-align: left;
	color: #333333;
	padding: 0px 35px 0px 35px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	}	
	
		#header_logo{
	float:left;
	margin-top:30px;
		}
		
		#header_tagline{
			width:340px; 
			height:11px; 
			
			float:left; 
			clear:left;
			
			margin-top:15px;
			margin-bottom:11px;
		}
	
		#header_submitregister{
	background-repeat: no-repeat;
	width:440px;
	height:65px;
	float:right;
	text-align:center;
	margin-top:0px;
	background-image: url(header_registerbackground.png);
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 22px;
		}	
	
			#header_submitregister_input{				
				float:left;
			}
			
			#header_submitregister_button{
	float:right;
	text-align:left;
	margin-left:5px;
			}

				input.header_submitbutton, input.header_registerbutton{
					border:0px none;
				}
		
		#header_navigation{
	width:590px;
	height:30px;
	float:right;
	clear:right;
	text-align:right;
		}

			a.navigation{
				margin-left:30px;
			}
		
		#header_dottedlinedivider{
			height:10px;
			width:954px;
			
			float:left;
			clear:both;
		}
		
	#banner{
		background:none;
		background-color:none;
					
        width:1024px;
		height:145px;
		
		overflow:hidden;
		
		float:left;
		clear:left;
				
        text-align:left;
		color:#333333;
		
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		border:0px 0px 0px 0px;
	}
	
	#maincontent{
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:none;
	width:1024px;
	height:auto;
	overflow:hidden;
	float:left;
	text-align:left;
	padding:0px 0px 50px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	}
	
		/* 3 Column Template */
		#maincontent_left{
			background:none;
			background-color:none;
						
			width:200px;
			height:auto;
			
			font-size:10px;
		
			float:left;
		
			padding:5px 25px 20px 25px;
		}
		
			#maincontent_left ul{
			margin:0px 0px 0px 30px;
				padding:0px 0px 0px 0px;
		
			}
		
			#maincontent_left li{
			
				width:160px;
				list-style-image:url(bullet_star.png);
				padding:5px 0px 5px 0px;
				margin-bottom:5px;
				margin-right:0px;
				border-bottom:#B39D5A dotted 1px;
		
			}
		
			a.maincontent_left_navigation{
				color:#B39D5A;
				font-weight:normal;
			}
			
			a:hover.maincontent_left_navigation{
				color:#B39D5A;
				font-weight:normal;
			}
			
			
		
			.maincontent_left{
	float:left;
	clear:left;
	margin-bottom:5px;
	padding:5px 0px 5px 0px;				
			}
		
			.maincontent_lefticon{
				width:30px;
				
				float:left;
				margin-top:10px;
				
				
			}
		
			.maincontent_leftcontent{
				width:160px;
				height:60px;
				
				float:right;
				padding-left:10px;
				font-size:10px;
			}
		
	
		#maincontent_center{
			background:none;
			background-color:none;
						
			width:470px;
			height:auto;
		
			font-size:11px;
			
			float:left;
			
			padding:25px 14px 90px 15px;
		}
		
			img.title{
				margin-bottom:8px;
			}
		
			#maincontent_center li{
				list-style-image:url(bullet_star.png);
				padding:3px 0px 3px 0px;
				margin-bottom:2px;
				margin-right:30px;
				font-size:11px;
		
			}
	
		#maincontent_right{
			background:none;
			background-color:none;
						
			width:250px;
			height:auto;
			
			font-size:11px;
			color:#B39D5A;
		
			float:left;
			
			padding:25px 15px 205px 10px;
		}
		
			#maincontent_right li{
	list-style-image:url(bullet_star.png);
	margin-bottom:5px;
	margin-right:40px;
			}
		
			a.maincontent_right_navigation{
				color:#B39D5A;
				font-weight:normal;
			}
			
			a:hover.maincontent_right_navigation{
				color:#B39D5A;
				font-weight:normal;
			}
	
		/* 2 Column Template */
	
		#maincontent_double{
			background:none;
			background-color:none;
						
			width:520px;
			height:auto;
			min-height:300px;
		
			font-size:11px;
		
			float:left;
			
			padding:25px 14px 130px 15px;
		}
		
			#maincontent_double li{
				list-style-image:url(bullet_star.png);
				padding:3px 0px 3px 0px;
				margin-bottom:2px;
				margin-right:30px;
				font-size:11px;
		
			}
	
		/* 1 Column Template */
	
		#maincontent_single{
			background:none;
			background-color:none;
						
			width:600px;
			height:auto;
			min-height:300px;
		
			font-size:11px;
		
			float:left;
		
			padding:25px 212px 70px 212px;
		}
		
	#footer{
	background-position:top;
	background-repeat:repeat-x;
	background-color:#A10C28;
	width:1024px;
	height:20px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	overflow:hidden;
	float:left;
	clear:left;
	padding:12px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	background-image: url(footer_bar.gif);
	}
	
		#footer_left{
	float:left;
	margin-left:20px;
		}
		
		#footer_right{
			float:right;
			margin-right:30px;
		}
			
			#footer a{
				color:#FFFFFF;
				font-weight:normal;
			}
			
			#footer a:hover{
				text-decoration:underline;
				color:#FFFFFF;
				font-weight:normal;
			}
	

/* End of CSS Document */

/* Produced by Steve Ferrar on behald of London Creative */

	
/* 
STANDARDS:

	TITLE FONT - 'Serifa'
	BODY FONT - Verdana
	
	Deep Red - #A10C28
	Lighter Red - #C53314
	Gold - #B39D5A
	Sidebar Heading Background - #F8F0D2
*/	
hr {
	border-bottom-style: dotted;
	color: #C0A35E;
	border-bottom-width: thin;
.selected {
	color: #A10C28;
}
.pic {
	border: thin solid #000;
	float: left;
	margin-right: 10px;
	text-align: left;
}
