@charset "utf-8";

* { margin:0; padding: 0;}
img { border: none;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

h1{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #0b366b;
	margin-bottom: 15px;
	padding: 3px 0;
	}
h2{ font-size: 16px; color: #096fae;}
h3{}
p{ padding-bottom: 14px;}
a{}
a:hover {}


body {
	background-image:url(../images/background-repeat.gif);
	background-repeat: repeat;
	}
		
#outer-container {
	width: 100%;
	background-image:url(../images/header-repeat.gif);
	background-repeat: repeat-x;
	background-position:top;
	padding-top: 28px;
	}
	#inner-container {
		width: 822px;
		margin: 0 auto;
		padding: 0 24px 20px 24px;
		background-color:#FFFFFF;
		}
		
		#header {
		height: 110px;
		background-color:#FFFFFF;
		}
		#logo {
			width: 209px;
			padding-top: 20px;
			}
		#header-right {
			width: 537px;
			padding-left: 75px;
			}
			#tagline {
				height: 75px;
				padding-top: 5px;
				text-align: right;
				color: #0b366b;
				}
			#nav {
				height: 30px;
				list-style: none;
				}
			#nav li { 
				float: left;
				background-image: url(../images/nav-tableft.gif);
				background-repeat:no-repeat;
				background-position:left;
				margin-right: 2px;
				}
			#nav a {
				display: block;
				padding: 6px 22px 6px 22px;
				background-image:url(../images/nav-tabright.gif);
				background-repeat:no-repeat;
				background-position:right;
				color: #FFFFFF;
				text-decoration: none;
				}
				#nav a:hover {color: #e02816;}
		
	
		#banner {
			background-color: #e0e0e0;
			background-repeat: repeat-x;
			height: 154px;
			padding-top: 14px;
			}
		#wrapper-top {
			background-image: url(../images/wrapper-top.gif);
			background-position:top;
			height: 20px;
			}
		#wrapper {
			background-image: url(../images/wrapper-extender.gif);
			background-repeat: repeat-y;
			}
			#leftcol {
				width: 520px;
				padding: 17px 18px 64px 0;
				}
				#book-form {
					padding: 10px 20px;
					background-color: #ebeff4;
					}
				#book-form table td{
					padding: 2px;
					}
					
				
			#rightcol {
				width: 237px;
				padding: 17px 22px 0 24px;
				background-image:url(../images/rightcol-drop.gif);
				background-repeat:no-repeat;
				background-position:top;
				}
				#reasons { list-style: none; padding: 15px 0;}
				#reasons li { 
					background-image:url(../images/list-redarrow.gif); background-repeat:no-repeat; background-position: left;
					padding-left: 37px;
					margin-bottom: 15px;
					color:#de1e0b; font-size: 12px;}
					
				.reason-title {
					width: 190px;
					font-size:22px;
					font-family:Georgia, "Times New Roman", Times, serif;
					color: #0b366b;}
		
#footer-container {
	background-image: url(../images/footer-repeat.gif);
	background-repeat:repeat;
	height: 200px;
	}
	#footer {
		width: 822px;
		margin: 0 auto;
		padding: 7px 24px 0px 24px;
		background-color: #d0dae6;
		
		color: #096fae;
		font-size: 12px;
		}		


/*-----------------universal classes----------------*/

fieldset { border: 1px solid #CCCCCC; padding: 15px 5px; margin-bottom: 10px;}
legend { color:#999999;}

.indent-button { padding-left: 100px;}

.icon-reverse-white, .icon-reverse-grey {
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 46px;
	}
.icon-reverse-white { background-image:url(../images/icon-reverse-white.gif);}
.icon-reverse-grey { background-image:url(../images/icon-reverse-grey.gif);}

img.display-center {
	display: block;
	margin: 0 auto;
	}

.input-long { width: 192px; padding: 3px 5px;}


.right { float:right;}
.left { float: left;}
.clearb { clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
