/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family:Arial;
	margin: 0px; text-align:justify;
	}
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#repeat_gradient {
background:url(images/gradient_bg.jpg) repeat-x top;
}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 20pt;
	}

h2.pagetitle {
	font-size: 12pt;
	color:#999;
	}

#sidebar h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
text-align: center;
	}

h3 {
	font-size: 24px;
	color:#a44d00;
	}
	
#h3 {
font-size:12pt;
color:#a44d00;
font-weight:bold;
}	

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #B85B5A;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#datefont {
	font-size: 10px;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 546px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 10px 0 10px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
text-align: center;
}

.postmetadata a {
color:#B85B5A;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top:10px;
	list-style:none;
	}

h2.pagetitle {
	margin-top: 15px;
	margin-bottom:10px;
	text-align: left;
}

#sidebar h3 {
	margin: 0 0 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0; font-size:8pt;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	font-size:10pt;
	}

.alignleft {
	float: left;
	font-size:10pt;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
	
#searchform input {
border:1px solid #FF9900;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
#searchsubmit {
color:#FFF;
background:#FF9900;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	text-align:left;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; text-align:left;
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */








#topheader {
width:836px;
}

#post_measure {
width:546px; float:left; height:inherit;
}

#sidebar_measure {
width:278px; float:left; height:inherit;
}

#dhtmlfloatie{
/*position: absolute;*/
filter:alpha(opacity=0);
-moz-opacity:0; height:inherit;
/*border: 2px solid #ffdea7;*/
padding: 0 5px;
z-index: 100;
font-size:10pt;
}

.menu {
margin-left:0;
padding-left:5px;
}

.menu a {
height:25px; width:160px; color:#990000;
line-height:25px;  padding-left:25px;
background:url(images/img_li.jpg) left center no-repeat;
display:inline-block; margin-left:0px;
text-decoration:none; font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
}

.menu a:hover {
background:#ffdea7 url(images/hover.jpg) left center no-repeat;
}


.1 {
background:url(images/1.jpg) no-repeat center left;
}

.2 {
background:url(images/2.jpg) no-repeat center left;
}

.3 {
background:url(images/3.jpg) no-repeat center left;
}

.4 {
background:url(images/4.jpg) no-repeat center left;
}

.5 {
background:url(images/5.jpg) no-repeat center left;
}

.6 {
background:url(images/6.jpg) no-repeat center left;
}

.7 {
background:url(images/7.jpg) no-repeat center left;
}

.8 {
background:url(images/8.jpg) no-repeat center left;
}

.9 {
background:url(images/9.jpg) no-repeat center left;
}

.content_style {
margin-left:10px;
margin-top:10px;
margin-bottom:15px;
width:826PX; height:auto;
}


.logo_banner {
	background:url(images/logo.jpg) top left no-repeat;
	height:120px;
	border-bottom:3px solid #000;
}

.footer_style {
border-top: 3px solid #000;
font-size:11pt; color:#757575;
padding:10px; width:817px;
clear:both; text-align:left;
}

.footer_style a {
font-size:11pt; color:#757575;
text-decoration:none; padding-left:5px; padding-right:5px;
}



.footer_span {
color:#a44d00;
font-size:10pt;
}

.footer_style2 {
font-size:10pt;
color:#757575;
}

.footer_style a:hover, .footer_style2 a {
color:#2bb1b7;
}

.reading_links a, .reading_links a:visited {
font-size:8pt;
}

.h2 {
font-size:24pt;
color:#000;
margin-bottom:0;
}

h3 {
font-size:10pt; margin-top:0px;
margin-bottom:5px; font-weight:bold;
}

.h3 {
font-size:9pt; color:#666; font-weight:bold;
}

h4.posttitle {
font-size:20pt; margin-bottom:5px; margin-top:5px;
font-family:Trebuchet MS, Arial;
}

h4.commenttitle {
font-size:11pt;
}

h6 {
font-size:10pt;
margin-bottom:3px;
margin-top:10px;
}

p {
font-size:9pt; color:#757575;
text-align:justify;
}


/* right panel */

.square_gradient {
height:173px; width:268px; margin-left:10px;
background:url(images/gradient_right.jpg) repeat-x bottom #fffbf2;
border:1px solid #999; margin-bottom:10px;
}

.popmargins {
border:#F90 1px solid; width:500px;
margin-left:auto; margin-right:auto;
padding:10px; margin-bottom:10px;
}

.square_gradient_form {
height:inherit; width:268px; margin-left:10px;
background:url(images/gradient_right.jpg) repeat-x bottom #fff;
border:1px solid #999; margin-bottom:10px; text-align:left;
}

.isangdaan {
height:53px;
background:url(images/100percent2.jpg) no-repeat;
}

.example {
height:39px;
background:url(images/fewexample.jpg) no-repeat;
}

.bullet_content {
color:#757575;
font-size:9pt;
margin-left:-10px;
list-style:url(images/arrow_orange.gif);
}

.bullet1 {
height:118px; color:#757575;
font-size:9pt; text-align:left;
margin-left:-10px;
list-style:url(images/arrow_orange.gif);
}

.bullet1 a {
color:#993300; text-decoration:none;
}

.bullet1 a:hover {
text-decoration:underline;
}

.bullet2 {
background:url(images/bullet2_img.jpg) no-repeat;
height:132px;
}

/* main menu */

.request_form {
font-size:9pt; color:#a44d00; padding:7px;
list-style:none;
margin-left: -35px;
}
.request_form h2 {
font-size: 20px;
padding-left: 30px;
}
.request_form ul {

list-style:none;
}

.request_form ul li a {
color:#757575; 
padding-left:15px;
background:url(images/arrow_orange.gif) center left no-repeat;
line-height:15px;
}

.strong_request_text {
font-weight:bold;
}

.italic_request_text {
font-style:italic; font-size:8pt;
line-height:normal;
}

.fields_fonts {
font-size:8pt; padding-top:5px;
line-height:20px;
}

.form_style {
border:1px #999 solid; padding:2px 2px;
font-size:8pt; height:20px; margin-bottom:3px;
}

.form_style_select {
border:1px #999 solid; padding:2px 2px;
font-size:8pt; height:20px; margin-bottom:3px;
}

.form_style_textbox {
border:1px #999 solid; padding:2px 2px;
font-size:8pt; margin-bottom:3px;
}

.form_button {
color:#FFF; text-align:center; font-size:8pt;
margin-left:auto; margin-right:auto;
font-weight:bold; border:none;
line-height:30px; height:30px;
background:#a44d00;
}

#main_menu {
height:30px; font-size:12pt;
text-align:center;
margin-top:110px; margin-left:10px;
}

#main_menu a {
text-decoration:none; font-weight:bold;
font-size:10pt; color:#000;
line-height:30px; padding:0 15px;
display:inline-block;
}

.separator {
border-right:5px solid transparent;
}

#main_menu a:hover {
background:#a44d00; color:#FFF;
}


/* DropDown Menu */

#popitmenu{
position: absolute;
background:#333;
color:#FFF;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: white;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #ffbd32;
color:black;
}


/* DropDown Menu two */
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  background: #a44d00;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  color:   #008000;
}

div#sample_attach_menu_parent a:active {
background:#a44d00;
}

a.sample_attach, a.sample_attach:visited { border:1px #a44d00 solid; color:#000; background:#FFF; }
div#sample_attach_menu_child a {
height:25px; background:#a44d00; margin-right:-5px;
line-height:25px; width:150px; font-size:8pt; margin-top:-2px;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  1px solid black;
  padding: 0px 5px 2px 5px;

  background: #FFFFEE;
}

form.sample_attach b
{
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.1em;
}

input.sample_attach { margin: 1px 0px; width: 170px; }

/* DROP DOWN MENU */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: auto; font-size:7pt;
display: block; color:#000;
text-indent: 3px; background:#ffe9ba url(images/arrow_small.jpg) center left no-repeat;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 1px 0;
padding-left:8px;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 160px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #fff url(images/arrow_small2.jpg) center left no-repeat;
color:#a44d00; text-decoration:none;
}

/* DDSMOOTH MENU */

.ddsmoothmenu{
font: bold 12px Verdana;

width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin:0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a, .dropdown_menu a {
display: block;
color: #fff;
padding: 8px 10px;
color: #2d2b2b;
text-decoration: none;
}

.dropdown_menu a {
height:10px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/*.ddsmoothmenu ul li a:link {
color:#000;
}*/


.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #fff; */
color: #a44d00;
}

.ddsmoothmenu ul li a:hover{
/*background: #fff; background of menu items during onmouseover (hover state)*/
color: #a44d00;
text-decoration:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 8pt Verdana; text-align:center;
width: 160px; /*width of sub menus*/
padding: 5px; color:#FFF;
margin: 0; background:#000;
border-top-width: 0;
border: 1px solid #000;
}

.ddsmoothmenu ul li ul li a:hover{
background:#a44d00;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.img_banner1 {
background: url(images/img_banner1.jpg) no-repeat;
width: 546px; height:227px;
}

.img_banner2 {
background:url(images/img_banner2.jpg) no-repeat;
width:546px; height:227px;
}

.img_banner3 {
background:url(images/img_banner3.jpg) no-repeat;
width:546px; height:175px;
}