/* 
Theme Name: Structure
Theme URI: http://justintadlock.com/archives/2007/12/09/structure-wordpress-theme
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported license
http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

* { margin: 0; padding: 0; }

img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
img.alignleft {float: left;}
img.alignright {float: right;}

ul li { list-style-type: none; }

p { margin: 10px 0; }

body { 
 color: #F6F6F6;
 background:url('/files/bg.gif') repeat-y center #010F29;
 font: 80% 'Lucida Grande', Verdana, Arial, Sans-Serif;
 padding: 0;
 margin: 0;
 }

#body-container {
	overflow: hidden;
	width: 948px;
	margin: 0 auto;
	padding: 0 12px;
	background: #01203c;
	}

textarea {background-color: #D0D0DB;}

h1 a, h4 a, h5 a, h6 a {text-decoration: none; color: #94C2E3; font-weight: bold;}

h2 a {font-size: 20px; text-decoration: none; color: #94C2E3; font-weight: bold;}
h3 a {font-size: 11px; text-decoration: none; color: #94C2E3; font-weight: bolder;}

h1 { font-size: 24px; color: #f6f6f6; display: inline; margin-left: 1em; position: relative; bottom: 5px; padding: 0;}
h2 { font-size: 18px; color: #94C2E3; display: inline;}
h3 { font-size: 14px; color: #94C2E3; display: inline;}
h4 { font-size: 15px; color: #94C2E3; display: inline; font-weight: bold;}
h5 { font-size: 13px; color: #94C2E3; display: inline;}
h6 { font-size: 10px; color: #94C2E3; display: inline;}

/* LINKS */
a {
 color: #BEBEBE;
 text-decoration: none;
 }
a:hover {
 color: #94C2E3;
 text-decoration: underline;
 }

blockquote { color: #BEBEBE; }

.talk {
 float: left;
 height: 10px;
 display: block;
 width: 588px;
 height: 100%;
 padding: 10px;
 margin-bottom: 10px;
 border: 1px solid #0c233c;
 background: #001937 url('/files/menu_grad.gif') repeat-x;
 }

.aleft {
   float: left; width: 49%;
   }

.aright {
   float: right; width: 49%; text-align: right; /* depends on element width */
   }

/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden;
	width: 942px;
	margin: 0 auto;
	padding: 0 12px;
	background: #000000;
	}

/* SEARCH FORM */
#search form {
	float: right;
	margin: 0;
	padding-right: 15px;
	}
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 2px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#search input#search-submit {
	width: 50px;
	padding: 4px;
	margin: 0 0 0 0;
	color: #fff;
	border: 1px solid #333;
	background: #660000;
	}
/* MAIN NAVIGATION MENU */
#nav-container { overflow: hidden; display: block; background: #000e60; }
#main-nav {
	float: left;
	width: 635px;
	margin: 0 10px 0 0;
	padding: 0;
	}
#main-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
         padding:0 2px;
	display: inline;

	}
#main-nav ul li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0;
         padding: 8px 15px;
	background: #0C3273;
	text-decoration: none;
	}
#main-nav ul li a:hover, #main-nav ul li a:active {
	border: none;
	margin: 0;
	background: #0C418C;
	text-decoration: underline;
	}
#main-nav ul li#current a { background: #0C418C; }

/* HEADER */
#header {
	float: left;
	width: 921px;
	margin: 0;
	padding: 10px 10px;
	display: block;
	clear: left;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	background: #fff;
	}

/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	width: 921px;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: #000923;
	}

#content, #home { float: left; }
#content { width: 611px; padding: 10px 0; }
#home { width: 611px; }
#content.left, #home.left, #sidebar.left { float: left; }
#content.right, #home.right, #sidebar.right { float: right; }

.author-box .avatar { float: left; width: 75px; height: 75px; margin-right: 10px; }

/* FEATURE */
#home .feature {
	float: left;
	width: 588px;
	border: 1px solid #323232;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	background: #001937 url('/files/feature_grad.gif') repeat-x;
	}
#home .feature img {
	float: left;
	margin: 3px 15px 5px 5px;
	}
#home .feature h2 a { font-weight: bolder; }
.feature p { margin: 10px 0; }

/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home #home-categories {
	clear: left;
	float: left;
	display: block;
	width: 610px;
	margin: 0 0 10px 0;
	}

/* EVERYTHING BELOW THE FEATURE */
#home #home-bottom {
	width: 600px
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	}
#home #home-bottom .block-left { float: left; width: 300px;}
#home #home-bottom .block-right { float: left; width: 300px;  margin-left: 10px; }

/* EXCERPTS ON THE EXCERPTS STYLE LAYOUT */
.excerpts {
	margin: 0;
	padding: 0;
	float: left;
	width: 611px;
	}
.excerpts .post {
	overflow: hidden;
	float: left;
	clear: left;
	display: block;
	width: 593px;
	margin: 0 0 10px 0;
	padding: 5px 11px 5px 3px;
	background: #001937;
	border: 1px solid #323232;
	}
.excerpts .post .entry .catpost {
	display: block;
	clear: left;
	width: 100%;
	padding: 0;
	margin: -10px 10px 0 6px;
	}
.excerpts .post .entry p { padding: 0; margin: 10px 0; }

/* VIDEO */

.video {
	display: block;
	float: left;
	overflow: hidden;
	width: 288px;
	margin: 0 0 10px 0;
	padding: 2px 5px 10px 5px;
	background: #001937;
	border: 1px solid #323232;
	}

.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	display: block;
	border: none;
	}
.video h4 a {font-weight: bold;}

object { padding: 0; margin: 0; }

/* POST */
.post {
	margin: 0;
	background: #001937;
	}

/* RECENT EXCERPTS (default style) */
.recent {
	width: 288px;
	padding: 0 5px 10px 5px;
	margin: 0 0 10px 0;
	float: left;
	background: #001937;
	border: 0px solid #323232;
	}

.recent h3 a {font-size: 14px; color: #94C2E3; font-weight: bold;}

.recent .post {
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
	background: transparent;
	}
.recent img {
        float: right;
	margin: 5px 10px 0 0;
	}
.excerpts img {
	margin: 5px 10px 0 0;
	}
.recent .entry {
	font-size: .9em;
	margin: 0;
	padding: 0;
	}
.recent p, .recent .entry p { margin: 0; padding: 0; }
/* SINGLE POST */
.single .post {
	float: left;
	width: 551px;
	font-size: 1em;
	overflow: hidden;
	padding: 10px 30px;
	margin: 0 0 10px 0;
	background: #001937 url(/files/feature_grad.gif);
         background-repeat: repeat-x;
	border: 0px solid #323232;
	}
.post h2 a {color:#f8f8f8; font-weight: bold;}
.post h3 a {font-weight: bold;}
.post a {
	font-weight: normal;
	color: #94C2E3;
	text-decoration: none;
	}
.post a:hover {
	color: #D6C96B;
	text-decoration: underline;
	}

.post .byline {
        margin: 5px 0 7px 0;
        color: #BEBEBE;
        font-size: 11px;
	}

.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	}
/* LISTS */
#content ul {
	margin: 15px 0;
	padding: 0;
	}
#content ul li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(/files/bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	}
/* tables */
.post table { border: none; }
.post tr, .post td { border: 0px solid #333; }

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 570px;
	}

#comments-template pre, #comments-template pre code { width: 98%; border: none; }

/* ALIGNMENT */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
.right {
	float: right;
	margin 0 0 0 15px;
	}
.clear { clear: both; }
p.ie6-bug { float: left; margin: -5px 0; padding: 0; }
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
/* /files */
.post img, .post a img {
	padding: 3px;
        margin: 8px;
	border: 1px solid #01203c;
	background: #000;
	}
.thumbnail {
	width: 75px;
	height: 75px;
	}
/* RELATED POSTS */
.related {
	width: 558px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 25px;
	overflow: hidden;
	background: #001937;
	border: 1px solid #323232;
	}
.related ul {
	width: 100%;
	}

/* COMMENTS TEMPLATE */
#comments-template {
	overflow: hidden;
	float: left;
	clear: left;
	display: block;
	width: 558px;
	padding: 10px 25px;
	margin: 0 0 10px 0;
	border: 1px solid #323232;
	background: #001937;
	}
#comments-template h3 {
	margin: 10px 0 0 0;
	padding: 0;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
	background: #000923;
	border: 1px solid #0C386E;
	}
#comments-template ol li.alt {
	border: 1px solid #0C386E;
	}
#comments-template ol li .comment-meta-data {
	font-weight: bold;
	}
#comments-template ol li .comment-text {
	width: 90%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #001937;
	}

.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #0C386E; }
input {
	width: 50%;
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #0C386E;
	}
textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #0C386E;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #0C386E;
	}
/* CONTACT */
fieldset {
	border: none;
	}
legend {
	border: none;
	}
/* SIDEBAR */
#sidebar {
	overflow: hidden;
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
	}
.menu {
	overflow: hidden;
	clear: left;
	float: left;
	display: block;
	width: 278px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #353535;
	background: #001937 url('/files/menu_grad.gif') repeat-x;
	}
.menu ul, .tabbed div ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
	}
.menu ul li, .tabbed div ul li {
        margin: 0;
        padding: 0;
        font-size: 13px;
	list-style-type: none;
	}

.menu ul li a, .tabbed div ul li a {
	display: block;
        background: url(/files/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 10px;
	}
.menu ul li a:hover { text-decoration: underline; }
/* TABS */
.tabs-block {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}
.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed h3 a {font-weight: bold;}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
	}

.tabbed ul.tabs li a {
        font-size: 10px;
	background: #000025;
	display: block;
        color: #909090;
	padding: 5px .8em;
	border-top: 1px solid #646464;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	}
}

.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
	background: url('/files/cat_middle.gif');
	border-bottom: 1px solid #000;
	border: 1px solid #646464;
        font-weight: normal;
        text-decoration: none;
        display: block;
	color: #B0D0F3; 
	margin: 0;
        padding: 5px .8em;
	}
.tabbed ul.tabs li a.tab-current {
	background: url('/files/cat_middle.gif');
	border-bottom: 1px solid #000;
	border: 1px solid #646464;
        font-weight: bold;
        display: block;
	color: #B0D0F3; 
	margin: 0;
        padding: 5px .8em;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 2px 0;
	border: 1px solid #353535;
	background: #001937;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5,  div.t6, div.t7, div.t8, div.t9, div.t10, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 298px; }
.tabbed div ul {
	overflow: hidden;
	padding: 2px 0 2px 0;
	margin-left: 10px;
	background: #001937;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	}
.tabbed div ul li a {
	font-weight: normal;
	width: 97%;
	display: block;
	padding: 0 0 0 10px;
	border: none;
	}
.tabbed div ul li a:hover { text-decoration: none; }

/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
#home .tabbed .c {
	width: 608px;
	}

.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 1%;
	padding: 0;
	}
.tabbed .post .entry {
        font-size: .95em;
	margin: 0;
	padding: 0;
	}
.tabbed .post img {
	margin: 5px 10px 0 0;
	}
.tabbed .post .entry p { 
        margin: 0; 
        padding: 0;
        }

.ads { float: left; clear: left; width: 304px; display: block; padding: 0; margin: 0;}
.ads p {
	margin: 0;
	padding: 0;
	}
.ads img {
	float: left;
	border: none;
	}

/* calendar */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #000e25; }
#sidebar table tr td { text-align: center; background: #001937; border: 1px solid #323232; }
#sidebar table tr td.pad { border: none; }

#footer {
	color: #646464;
        font-size: 11px;
	clear: both;
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #002347;
	}
#footer p {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer a {
	color: #646464;
	font-weight: bold;
	}
#footer img { margin: 0 10px; border: none; }
.mania { background: #990000; position: absolute; top: 0; left: 0; width: 1000px; height: 2000px; } .mania h2 { font-size: 5em; }

/* Full posts */
#full-posts .post {
	float: left;
	width: 594px;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#full-posts .post-title { float: left; width: 100%; margin: 0 0 5px 0; }
#full-posts .byline { margin: 0 0 15px 0; clear: left; display: block; float: left; width: 100%; }
#full-posts .post-meta-data { float: left; text-align: left; }

/* Widget blocks (also see sidebar menu) */
#widget-blocks { float: left; margin-bottom: 10px; width: 616px; }
#widget-blocks .block-left { float: left; width: 300px; }
#widget-blocks .block-right { float: right; width: 300px; }

.threeimgcat,
.threeimgcatcollapse {
background: transparent url('/files/cat_middle.gif');
color: #B0D0F3; 
font-size: 12px;
font-weight: bold;
font-family: Verdana, tahoma, sans-serif; 
letter-spacing: 1px;
margin: 0;
padding: 0;
height: 30px;
}

/* Tab content */
.tab-content {
	float: left;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin-top: -1px;
	border: 1px solid #ccc;
	background: #fff;
	}
#sidebar .tab-content, #widget-blocks .tab-content { width: 99%; padding: 5px 0; }
div.t2, div.t3, div.t4, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8 { display: none; }

/* All post tabs */
#post-tabs, #post-list-tabs, #post-block-tabs { width: 616px; }
#post-tabs .tab-content, #post-block-tabs .tab-content, #post-list-tabs .tab-content { width: 594px; padding: 10px; }
#post-tabs .post, #post-block-tabs .post, #post-list-tabs .post { margin: 5px 0 0 0; }
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1.15em; }

/* Post block tabs */
#post-block-tabs .odd { clear: both; float: left; width: 48%; }
#post-block-tabs .even { float: right; width: 48%; clear: none; }

/* Post list tabs */
#post-list-tabs .odd { float: left; width: 50%; clear: left; }
#post-list-tabs .even { float: right; width: 45%; clear: none; }
#post-list-tabs .tab-content li { margin: 4px 0; }


.threeimgcatcollapse{
border: 0;
height: 30px;
}

.threeimgcatcollapse td.nopad {
color: #B0D0F3; 
font-size: 12px;
font-weight: bold;
font-family: Verdana, tahoma, sans-serif; 
letter-spacing: 1px;
}

.threeimgcatcollapse img {vertical-align: top;}


.threeimgcat p,
.threeimgcatcollapse p {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.threeimgcat p.expand,
.threeimgcat p.goto,
.threeimgcatcollapse p.expand {
	float: right;
	width: auto !important;
}

.threeimgcat a:link, 
.threeimgcat a:visited,
.threeimgcatcollapse a:link, 
.threeimgcatcollapse a:visited{ 
	background: transparent;
	color: #B0D0F3;
	text-decoration: none; 
               font-size: 12px;
               font-weight: bold;
}

.threeimgcat a:hover, 
.threeimgcat a:active,
.threeimgcatcollapse a:hover, 
.threeimgcatcollapse a:active{ 
	background: transparent;
	color: #6a8ca4;
}

table th,
.borderwrap table th,
.subtitle,
.subtitlediv,
.postlinksbar{ 
	background: transparent url('/files/tile_sub.gif');
	border-bottom: 1px solid #06111e;
	color: #6a8ca4; 
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0; 
	padding: 4px; 
}

.borderwrap table th a:link,
.subtitle a:link,
.subtitlediv a:link,
.borderwrap table th a:visited,
.subtitle a:visited, 
.subtitlediv a:visited, 
.borderwrap table th a:active,
.subtitle a:active,
.subtitlediv a:active,
.borderwrap table th a:hover,
.subtitle a:hover,
.subtitlediv a:hover{ 
	background: transparent;
	color: #6a8ca4;
	text-decoration: none; 
}

.borderwrap h4{
	background: #0f1011;
	border: 1px solid #0c0d0e;
	border-bottom: 1px solid #000;
	border-top: 1px solid #111213;
	color: #778693; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.borderwrap p{
	background: transparent;
	border: 0;
	margin: 5px;
	padding: 2px;
	text-align: left;
}


td.formbuttonrow,
.pformstrip,
.borderwrap p.formbuttonrow,
.borderwrap p.formbuttonrow1{
	background: #000015 !important; 
	border: 1px solid #162432;
	border-top: 1px solid #0d1f2d;
	margin: 0px !important;
	padding: 5px !important;
	text-align: center;
}

td.formbuttonrow{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.borderwrap p.formbuttonrow1{
	background: #000015 !important;
	border: 0;
	border-top: 1px solid #162432;
}

.borderwrap,
.borderwrapm{
	background:#000000;
	border: 1px solid #000;
	padding: 0px; 
	margin: 0px; 
}

.borderwrapm{
	margin: 5px;
}

.borderwrap h3,
.maintitle,
.maintitlecollapse{
	background: url('/files/cat_middle.gif');
	border: 1px solid #152233;
	border-bottom: 1px solid #000;
	color: #B0D0F3; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 7px;
}

.ipb-top-left-link
{
	background: transparent;
	float: right;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 7px 0 7px 0;
	width: auto;
}

.ipb-top-right-link
{
	background: transparent;
	float: right;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 7px 0 7px 0;
	width: auto;
}

.ipb-top-left-link
{
        font-size: 10px;
	float: left;
	border-left: 0px;
}

.ipb-top-left-link a:link, 
.ipb-top-left-link a:visited,
.ipb-top-right-link a:link, 
.ipb-top-right-link a:visited
{ 
        font-size: 11px;
	background: transparent; 
	color: #F6F6F6;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

.ipb-top-left-link a:hover, 
.ipb-top-left-link a:active,
.ipb-top-right-link a:hover, 
.ipb-top-right-link a:active
{
        font-size: 11px;
	background: transparent; 
	color: #cccccc;
        text-decoration: underline;
}

#logostrip{ 
background: #0a1237 url(/files/tile_back.jpg); border: 1px solid #0c233c; height: 125px; margin: 0; padding: 0;
}
#logostrip2{ 
background: #0a1237 url(/files/tile_back.jpg); border: 1px solid #0c233c; height: 130px; margin: 0; padding: 0;
}
#logostrip3{ 
background: #0a1237 url(/files/tile_back.jpg); border: 1px solid #0c233c; height: 218px; margin: 0; padding: 0;
}
#logostrip4{ 
background: #0a1237 url(/files/tile_back.jpg); border: 1px solid #0c233c; height: 450px; margin: 0; padding: 0;
}
#logostrip5{ 
background: #0a1237 url(/files/tile_back.jpg); border: 1px solid #0c233c; height: 300px; margin: 0; padding: 0;
}

#logotop{
height: 125px; margin: 0; padding: 0; display: inline;
}

#google {
height: 125px; margin: 0; padding: 0; display: inline; position: relative; top: 35px; left: 37px;
}