/* SITE WIDE TAGS */

body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
	margin: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px 0px 10px 0px;
}

/* SITE LAYOUT */

div#container {
	display: block;
	width: 780px;
	margin: auto;
	padding: 0;
	border-right: 1px solid;
	border-left: 1px solid;
}

div#header {
	display: block;
	width: 100%;
	height: 80px;
	background-position: top left;
	background-repeat: no-repeat;
}



div#header #logo {
	display: inline;
	width: 220px;	
	text-decoration: none;
	
}

div#search .submit
{
background-color:#4E6B85;
}

div#search
{
position:relative;
width:250px;
/*display:inline;*/
float: right;
/*left: 670px;*/
margin-top:-50px;
text-align:right;
padding-right:20px;

}

table#content {
	width: 100%;
}

table#itinerary {
	width: 600px;
}

.left-column {
	vertical-align: top;
}

.right-column {
	vertical-align: top;
}

.right-column-inside {
	vertical-align: top;
}

/* TEXT */

.right-column .headertext {
	text-transform: uppercase;
}

/* IMAGES */

.thumb-square {
	display: block;
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6px;
}

.medpic-horizontal {
	display: block;
	width: 260px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
}

.medpic-square {
	display: block;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
}

#footer {
	width: 780px;
	margin: 0 auto;
	position: relative;
	height: 45px;

}

#footer #cvbname {
	position: absolute;
	top: 30px;
	left: 12px;
	width: 470px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer a#poweredby {
	position: absolute;
	top: 30px;
	right: 12px;
	display: block;
	height: 10px;
	width: 91px;
	background-repeat: no-repeat;
	background-position: center;
}

#footerLinks {
	top: 8px;
	width: 100%;
	text-align: center;
}

#footerLinks a {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

/* Shell Classes */

.headertext {
	font-size : 19px;
	text-transform: capitalize;
}

headertext a {
	font-weight: bold;
	text-decoration: underline;
}

headertext a:hover {
	text-decoration: none;
	color: #333399;
}

.subheadtext {
	font-size : 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #f8ecba;
	background-color:#1C3A52;
}

a.listings-tab-off {
	font-size : 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #f8ecba;
}

a.listings-tab-off:hover {
	
	text-decoration: underline;
	
}

a.listings-tab-on {
	font-size : 11px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #f8ecba;
}

a.listings-tab-on:hover {
	
	text-decoration: underline;
	
}

.smboldcream {
	font-size: 11px;
	font-weight: bold;
	/*color: #f8ecba;*/
	color:#456075;
}

.smlightblue {
	font-size: 11px;
	color: #9DD6DB;
	text-decoration: none;
}

.smlightblue:hover {
	color: #9DD6DB;
	text-decoration: underline;
}

.midtext {
	font-size : 11px;
	font-weight: bold;
}

.smmidtext {
	font-size : 10px;
	margin-bottom: 24px;
}

.bigboxhead {
	/*color: #ffffff;*/
	color:#456075;
	font-size: 14px;
	font-weight: bold;
}

.boxhead {
	/*color: #ffffff;*/
	color:#456075;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.subboxhead {
	/*color: #ffffff;*/
	color:#456075;
	font-weight: bold;
}

.smboxhead {
	color: #ff9600;
	font-size: 10px;
	font-weight: bold;
}

.hint {
	color: #ff9600;
	font-size: 10px;
}

.formreq {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

.formnoreq {
	font-size: 11px;
	font-weight: bold;
}

.FormText {
	color: #888888;
	font-size : 12px;
	font-weight: bold;	
}

.botnav {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a.botnav:hover {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration:none;
}

a.botnav {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration:none;
}

.totalbox {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #990000;
		width: 95px;
		background-color : #ffffff;
		border-style : Solid;
		border-color : #ffffff;
		border-width : 0;
}

/* Custom Classes */

.user-content img {
	/* Borders push elements down and right in non-IE browsers*/
	margin: -1px 0px 0px -1px !important;
	margin-left: 0px;
	border: 1px solid black;
}

.emphasis {
	font-size: 110%;
}

.hidden {
	display: none;
}

.simpleview {
	font-family:"Century Gothic";
	font-weight:normal;
	text-decoration:none;
}

.simpleview:hover {
	font-family:"Century Gothic";
	font-weight:normal;
	text-decoration:none;
}
