﻿body { text-align: center; }
.container { margin: 0 auto; width: 806px; }
.container * { text-align: left; }

#PageComplex {
	width: 800px !important;
	width: 806px;
	position: relative;
	}

/* Content Areas
---------------------------------------- */
#left-content {
	margin-top: 15px;
	/*margin-left: 20px;*/
	padding: 0;
	float: left;
	width: 180px;
	/* Fix IE 6 double margin*/
	display: inline;
	}
#right-content {
	margin-top: 15px;
	margin-left: 20px;
	padding: 0;
	float: left;
	width: 540px;
	position: relative;
	}

/* Content Elements
---------------------------------------- */
#breadcrumbs { font-size: 1em; margin: 5px 0 0 20px; padding: 0; }
#header { margin: 10px 0 0 0; padding: 0; }
.hackersafe { margin-bottom: 15px; }

/* Content Links
---------------------------------------------------- */
a { outline: none; }

/*FF 1.07 hack to remove dotted border, not entirely compliant*/
/*a:focus { -moz-outline: none; }*/

a:link { font-weight: normal; color: #005bf9; text-decoration: none; }
a:visited { font-weight: normal; color: #005bf9; text-decoration: none; }
a:hover { font-weight: normal; color: #D6492A; text-decoration: none; }
a:active { font-weight: normal; color: #002566; text-decoration: none; }

/* HTML
---------------------------------------------------- */
	
/* H Tags
---------------------------------------------------- */
h1,
h2,
h3 {
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1.2em;
	color: #D6492A;
	font-style: normal;
}

h1 { font-size: 1.58em; }
h2 { font-size: 1.3em; color: #00338E; }
h3 { font-size: 1.16em; }
p { margin: 0 0 14px 0; padding: 0; line-height: 1.4em; }
p.lead-in { margin: 0 0 14px 0; padding: 0; line-height: 1.4em; font-size: 1.16em; }
sup { margin: 0; padding: 0; line-height: 0; font-size: .92em; }
h2 sup { text-transform: lowercase; }
a.readmore {
	margin: 0;
	padding: 0;
	font-size: .92em;
	display: block;
	width: 75px;
	}
.rc table { text-align: left; vertical-align: top; }
.rc table tr { text-align: left; vertical-align: top; }
.rc table tr td { text-align: left; vertical-align: top; }

/* List Styles
---------------------------------------------------- */
ul.relative { position: relative; }
ul { margin: 0 0 15px 15px; padding: 0; list-style: none; line-height: 1.3em; }
ul li { margin: 0 0 6px 0; padding: 0 0 0 10px; background: url(/images/Odyssey/common/bullet-1.gif) 0 5px no-repeat; }
ul li ul { margin: 6px 0 0 10px; padding: 0; }
ul li ul li { margin: 0 0 6px 0; padding-left: 10px; background: url(/images/Odyssey/common/bullet-2.gif) 0 5px no-repeat; }
ul.plain { margin: 0 0 20px 0; padding: 0; list-style: none; }
ul.plain li { margin: 0 0 6px 0; padding: 0; background-image: none; }
ul.plain li ul { margin: 6px 0 0 20px; padding: 0; }
ul.plain li ul li { background-image: none; }

/* OL Styles */
ol { margin: 0 20px 12px 35px; padding: 0; line-height: 1.3em; }
ol li { margin: 0 0 8px 0; padding: 0; background-image: none; }
ol li ol { margin: 8px 0 0 30px; padding: 0; }
ol li ol li { background-image: none; color: #A5BF6D; }

ol.plain { margin: 0 20px 12px 0; padding: 0; list-style: none; }
ol.plain li { margin: 0 0 8px 0; padding: 0; background-image: none; }
ol.plain li ol { margin: 8px 0 0 0; padding: 0; }
ol.plain li ol li { background-image: none; }

/* UL OL Styles */
ul li ol { margin-top: 5px; }
ul li ol li { padding-left: 0; background: none; }

/* OL UL Styles */
ol li ul li { margin-top: 5px; padding-left: 12px; }

/* Blockquote Styles
---------------------------------------------------------------- */	
blockquote { margin: 0; padding: 0; background: url(/images/homepage/common/bg-blockquote.gif) left 4px no-repeat; }
blockquote p {
	margin: 0;
	padding: 0 20px 0 0;
	text-indent: 20px;
	font: 1.083em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	background: url(/images/homepage/common/bg-blockquote-p.gif) right bottom no-repeat;
	}
blockquote cite {
	margin: 0;
	padding: 0;
	display: block;
	font-style: normal;
	text-align: right;
	color: #A3A3A3;
	font-size: 1em;
	line-height: 1.2em;
	}
blockquote cite strong { display: block; color: #666; } 
.module blockquote { margin: 0 8px; padding: 0; }
.module blockquote p { font: 1em/1.5em Georgia, "Times New Roman", Times, serif; margin: 0 0 5px 0; padding: 0; font-weight: normal; }

.testimonials dl.image dt img,
.cases dl.image dt img { padding: 0; border: none; }

/* Image Styles
---------------------------------------------------------------- */	
dl.image img.no-border { border: none; padding: 0; }
dl.block-1 { width: 208px; }
dl.block-2 { width: 408px; }
.sc dl.block-sc { width: 275px; }
dl.image { margin: 0 0 10px 0; padding: 0; }
dl.image dt { margin: 0; padding: 0; }
dl.image dt img { margin: 0; padding: 3px; display: block; border: 1px solid #00338E; }
dl.image dd { font-size: .92em; line-height: 1.2em; margin: 0; padding: 5px 4px; color: #666; border-bottom: 1px solid #00338E; }
dl.left { float: left; display: inline; margin: 0 15px 10px 0; }
dl.right { float: right; display: inline; margin: 0 0 10px 15px; }
img.left { float: left; margin-right: 10px; padding: 0; display: block; }
img.right { float: right; margin-left: 10px; padding: 0; display: block; }
.left { float: left; padding: 0; }
.right { float: right; padding: 0; }

/* MODULE
---------------------------------------------------------------- */	
.module,
.module-gray {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	width: 100%;/** /background: url(/images/homepage/common/bg-module.gif) left bottom no-repeat;/**/
	}
.rc .module { background: url(/images/homepage/common/bg-center-module.gif) left bottom no-repeat; }
.rc .module h2 { background: url(/images/homepage/common/bg-center-module-top.gif) left top no-repeat; }
.rc .module-gray { background: url(/images/homepage/common/bg-center-module-gray.gif) left bottom no-repeat; }
.rc .module-gray h2 { background: url(/images/homepage/common/bg-center-module-top-gray.gif) left top no-repeat; }
.lc .module { background: url(/images/homepage/common/bg-left-module.gif) left bottom no-repeat; }
.lc .module-gray { background: url(/images/homepage/common/bg-left-module-gray.gif) left bottom no-repeat; }
.lc .module h2,
.lc .module-gray h2 { background: url(/images/homepage/common/bg-left-module-top.gif) left top no-repeat; }
.rc .module-form {
	margin: 0;
	padding: 0;
	width: 180px;
	background: url(/images/homepage/common/bg-left-module.gif) left bottom no-repeat;
	}
.rc .module-form h2 { background: url(/images/homepage/common/bg-left-module-top.gif) left top no-repeat; }
.module h2,
.module-gray h2,
.rc .module-form h2,
.action1 h2,
.action2 h2 {
	font-size: 1.083em;
	line-height: 1.2em;
	margin: 0 0 8px 0;
	padding: 6px 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	}
.module h4 {
	margin: 0 8px 3px 8px;
	padding: 0;
	line-height: 1.2em;
	}
.module p,
.module-gray p,
.action1 p,
.action2 p {
	margin: 0;
	padding: 0 8px 8px 8px;
	}
.module form {
	margin: 0;
	padding: 0;
	}
.module dl.image { margin-left: 8px; }
.module dl.image dt img { display: block; }
.footer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #00338E;
	}
.footer p { text-align: center; }
.footer table.affiliates { text-align: center; }
input.submit { text-align: center; }

/* Split Content View
---------------------------------------------------------------- */	
div.columns { margin-bottom: 15px; }
div.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
div.columns { display: inline-block; }
/* Hides from IE-mac \*/
* html div.columns { height: 1%; }
div.columns { display: block; }
/* End hide from IE-mac */	
	
div.columns div.col1 { float: left; width: 400px; display: inline; }
div.columns div.col2 { float: left; width: 140px; }

div.columns div.action1,
div.columns div.action2 { width: 260px; height: 262px; }
div.columns div.action1 h2 { background: url(/images/budgettravelads/bg-action-module-top.gif) left top no-repeat; }
div.columns div.action2 h2 { background: url(/images/budgettravelads/bg-action-module-top-blue.gif) left top no-repeat; }
div.columns div.action1 {
	float: left;
	margin-right: 20px;
	display: inline;
	background: url(/images/budgettravelads/bg-center-module.gif) left bottom no-repeat;
	}
div.columns div.action2 {
	float: left;
	background: url(/images/budgettravelads/bg-center-module-gray.gif) left bottom no-repeat;
	}