@charset "UTF-8";
/* CSS Document */



/*----------------------------------------------------------------------------- 
[www.princesscondorentals.com] Screen Stylesheet 

version:   1.0 
date:      01/23/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}



/* Random Classes -----------------------------------------------------------*/

#owners {
padding-top:10px;
text-indent:40px;
margin-right: 40px;}

#ownerslayout {
padding-top:10px;
text-indent:40px;
margin-right: 40px;
font-size:12px};

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

.indent_hours {
	text-indent: 3pt;
}




/* Tables 
-----------------------------------------------------------------------------*/ 

table 
    { 
      border-spacing: 0; 
    border-collapse: collapse; 
} 

td 
    { 
    font-weight: normal; 
}


body {
	background-color: #46A5BA;
	background-image: url(images/bgbar.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
	text-align: center;
	color: #758392;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	font-weight: normal;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c3a444;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
		
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #276bab;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #a9975d;
	font-weight: normal;
	line-height: 13px;
}

h2 {
	width: 655px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -5000px;
	margin-left: 0px;
	overflow: visible;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 23px;
	color: #c3a444;
	font-weight: normal;
	margin-bottom: 24px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #3f6995;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #8b8b8b;
	font-weight: normal;
}

ol {
	margin-left: 40px;
	list-style-image: url(images/li.gif);
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #D25436;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------ DIV ID's ---------------------------------------------------------------- */


#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

		#top_area {
			background-image: url(images/images_toparea_bg.gif);
			background-position: top;
			background-repeat: no-repeat;
			width: 950px;
			height: 80px;
		}
		
		#flash {
			width: 950px;
			height: 345px;
		}
		
		#content_bg {
			width: 950px;
			display: block;
		}
		
				#content_box {
					width: 285px;
				}
		
		.content_top {
			background-image: url(images/images_content_top.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
				
		
		#footer {
			background-image: url(images/images_footer_bg.gif);
			background-repeat: no-repeat;
			background-position: top;
			width: 950px;
			height: 141px;
		}	
		
				#left_nav {
					width: 355px;
				}
				
				#logo {
					width: 240px;
				}
				
				#right_nav {
					width: 355px;
				}
				
				#nav_container {
					width: 308px;
					height: 25px;
					text-align: center;
					background-image: url(images/images_nav_container.gif);
					background-repeat: no-repeat;
					background-position: top left;
					font-family: "Times New Roman", Times, serif;
					font-size: 13px;
					line-height: 13px;
					font-weight: normal;
					color: #276bab;
					text-decoration: none;
					padding-top: 6px;
					font-style: normal;
				}
				
						#nav_container a {
							font-weight: normal;
							color: #276bab;
							text-decoration: none;
							font-style: normal;
						}
						
						#nav_container a:hover {
							font-weight: normal;
							color: #dcb026;
							text-decoration: none;
							font-style: normal;
						}
						
		#mail_input {
			width: 197px;
			height: 25px;
			margin: 6px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
			text-align: center;
			background-image: url(images/images_emailsignupbox.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
		.input_text {
			font-family: Arial, Helvetica, sans-serif;
			color: #a9975d;
			font-size: 12px;
		}
				
/* --------------------------------------------------------------- CLASS IDENTIFIERS --------------------------------------------------------------- */

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #a9975d;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
	font-style: normal;
}

		.small a {
			font-family: "Times New Roman", Times, serif;
			font-size: 13px;
			line-height: 13px;
			color: #a9975d;
			font-weight: normal;
			text-decoration: none;
			font-style: normal;
		}
		
		.small a:hover {
			font-family: "Times New Roman", Times, serif;
			font-size: 13px;
			line-height: 13px;
			color: #276bab;
			font-weight: normal;
			text-decoration: none;
			font-style: normal;
		}
		
.inputbox {
	background:none;
	border:none;
	border-bottom:1px solid #bab18e;
}
