/* --- BORROWED FROM BLUEPRINTCSS --- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:0px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}



/* --- CUSTOM CSS --- */
html,body {
    margin: 0px;
    padding: 0px;
    border: none;
    height: 100%;
    align: center;
    /*background-color: #ccc;*/
    /*background: url(images/background.png) repeat-x 0 0;*/
}

tr, td {
    text-align: left;
    vertical-align: top;
}

#container {
    width: 100%;
    margin: 0%;
}

#pagetable {
    width: 850px;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    margin: 0px auto;
    text-align: center; /* For  IE */
    height: 100% !important;
}


/* --- HEADER --- */
#header1 {
    /* background-color: #F5F5F5; */
    background:url(images/header.png) no-repeat 0 0;
    height: 170px;
    padding: 0px;
    margin: 0px;
}

#header1 h1 {
    /*background:url(images/title.png) no-repeat 0 0;*/
    margin: 0px;
    padding: 0px;
    font-size:1.0em; 
    text-align:center; 
    font-weight: normal; 
    color:#000000; 
    cursor:pointer; 
    text-indent:-1000em;
    overflow:hidden;
    height: 170px;
}

#header2 {
    background:url(images/header2.png) repeat-x 0 0;
	/*background-color: #354D7D;*/
	text-align: right;
	padding: 12px 12px 0px 0px;
	margin: 0px;
	height: 40px;
}

#header2 a{
	color: #000000;
}

#header2 #headeradsense {
    padding: 0px 25px 0px 0px;
}


/* --- LEFT COLUMN --- */
#leftcolumn {
    background-color: #EEEEEE;
    width: 160px;
}

#leftcolumn .menu {
    list-style: none;
	padding: 10px 0px 10px 25px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

#leftcolumn .menu a {
    text-decoration: none;
}


/* --- CENTER COLUMN --- */
#centercolumn {
    background-color: #FFFFFF;
    padding: 20px;
    font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}


#centercolumn .directory-bar { 
    background:#FFFFFF; 
    width: 100%; 
    overflow:hidden;
}

#centercolumn .directory-bar h4 { 
    font: 1.1em Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px; 
}

#centercolumn .title { 
    padding:10px 0px 10px 0px;
}

#centercolumn .title h3 { 
    font: 1.3em Verdana, Arial, Helvetica, sans-serif; 
    color:#2a2a2a; 
    padding:0px 0px 0px 0px;
}

#centercolumn .title h2 { 
    font: 1.5em Verdana, Arial, Helvetica, sans-serif; 
    color:#2a2a2a; 
    padding:0px 0px 0px 0px;
}

#centercolumn .title h1 { 
    font: 1.5em Verdana, Arial, Helvetica, sans-serif; 
    color:#2a2a2a; 
    padding:0px 0px 0px 0px;
}

#centercolumn #carimage {
    width: 200px;
    height: 100px;
}

.menusense {
    margin-bottom: 15px;
}

.menusense a {
    text-decoration: none;

}

/* --- RIGHT COLUMN --- */
#rightcolumn {
    background-color: #EEEEEE;
    width: 160px;
}


/* --- COLUMN HELPERS --- */
.ad { 
    width:100%; 
    text-align: center;
    margin: 30px 0px 10px 0px;
}

.separator {
    margin: 0px;
    background: url(images/separator.png) repeat-x 0 0;
    height: 40px;
    width: 160px;
    padding: auto auto;
}

.separator h3 {
    color: #FFF;
    text-align: center;
    line-height: 40px; 
}

.separator h4 {
    color: #FFF;
    text-align: center;
    line-height: 40px; 
}

.forminput1 {
    border: 1px solid #CCCCCC;
    padding: 3px 3px;
}

.forminput2 {
	border: 1px solid #CCCCCC;
}

.fineprint {
    font-size: 0.8em;
    padding: 15px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.recentsearches {
    margin: 10px 2px;
    font-size: 0.8em;
    line-height: 1.6em;
}


/* --- FOOTER --- */
#footer1 {
	text-align: left;
	padding: 15px 0px 10px 15px;
	background-color: #262626;
	height: 50px;
	color: #FFFFFF;
}

#footer2 {
	font-size: 10px;
	text-align: center;
	color: #BBBBBB;
	background-color: #FFF;
}

#footer1 a {
    color: #FFFFFF;
}

#footer1 ul { 
    width:100%; 
    overflow:hidden;
}

#footer1 li { 
    line-height:normal; 
    margin-left:0px; 
    float:left; 
    padding:0px 60px 0px 0px; 
    overflow:hidden;
}


/* --- LIST STYLING --- */

.list h2 { 
    font-size: 1.2em; 
    background-color: #E1EcF2;
    padding:20px 0px 20px 20px;
}

.list h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0px 5px 0px;
}

.list {
    margin: 15px 0 15px 0;
    font-size:1.0em;
}

.list ul {
    list-style-type:none;
    margin-bottom: 15px;
}

.list li {

}

#colortable td {
    border-bottom: 1px solid #DDDDDD;
}
