/* Reset the stylesheet */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End of Reset */

#Wrapper { width: 1000px; margin: 0 auto; font-family: Lucida Sans, Arial, Sans-Serif; font-size: 0.85em; color: #002d56; }
#Header { background: #002d56 url('/Resources/Images/website/Images/Logo.gif') no-repeat right; height:99px; }
#Header-Bottom { background: #002d56 url('/Resources/Images/website/Images/Header_Bottom.gif') no-repeat; height: 50px; margin-bottom: 20px; }

h1, h2, h3 {font-weight:bold; }
h1 { font-size: 1.2em; }
p, address, #Left-Menu li a { line-height: 1.3em; font-size: 0.9em; letter-spacing: 0.05em; }
p, address { padding: 10px 0; }
br { clear:both; }
strong { font-weight: bold; }
em { font-style:italic; }

/* Left menu */
#Left-Menu { width: 200px; margin-left: 20px; float:left; }
	#Left-Menu ul { margin-bottom: 20px; background-color: #d9e0e6; }
	#Left-Menu li { background-color: #d9e0e6; font-weight: bold; }
		#Left-Menu li a { text-decoration: none; color: #002d56;  display:block; min-height: 15px; padding:10px; }
		* html #Left-Menu li a { height: 15px; }
	#Left-Menu li.left-menu-top { background: #002d56 url('/Resources/Images/website/Images/Menu_Top.gif') no-repeat; color: #fff; }
		#Left-Menu li.left-menu-top a { color: #fff; }
	
	#Left-Menu h2 { margin-bottom: 10px; }

/* Content */
#Content { padding-right: 30px; float:right; width: 715px; }
#Content img { margin-bottom: 0px; }

.left-content { float:left; width: 415px;}
	.left-content h2 { margin-top:10px; }
.right-content { float:right; width: 295px; }
	.right-content img { float:left; }
	.right-content h2 {  padding-bottom: 15px; }
	.right-content h3 { color: #d90000; }
        .right-content h3 a { color: #d90000; text-decoration: none; }
	.right-content p, .right-content h3 { font-size: 0.75em; padding:0; }
.right-content-text { width: 225px; float:right; margin-bottom: 10px; }

.click-to-enlarge { float: left; margin-bottom: 10px; }
.finance-link { font-weight: bold; color: red; float: right; margin-bottom: 10px; }

#CreditCards { float:right; margin-top:10px; }
#Footer { background: #002d56 url('/Resources/Images/website/Images/Footer_Top.gif') no-repeat; height: 100px; }

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window { color: #333333; }

#TB_secondLine { color:#666666; }

#TB_window a:link {color: #666666;}

#TB_window a:visited {color: #666666;}

#TB_window a:hover {color: #000;}

#TB_window a:active {color: #666666;}

#TB_window a:focus{color: #666666;}



#TB_window h3 { font-size:1.5em; padding:10px; background-color:lime; }

/* ----------------------------------------------------------------------------------------------------------------*/

/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

#TB_caption,
#TB_closeWindow
{
	font-size:12px;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}

.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  min-width:300px;
  min-height:300px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
}

#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}

#TB_title{
  background-color:#e8e8e8;
  height:27px;
}

#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
  padding:15px;
}

#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}

#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}