/* CSS Document */

body {
	background-color:#2a65ad;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#323647;
}

div.spacer {clear:left;min-height:10px;}
div.spacer2 {clear:left;height:0px;}
div.divfloatright {}
div.floatleft {float:left;margin-left:200px}
a.backtotop {clear:both}

a {
	color:#2a65ad;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	padding:5px;
	border:none;
	margin:3px;
}
.hide {display:none}

h1 {
	font-family:Arial;
	font-size:25px;
	font-weight:normal;
}

li {
        font-size:12px;
}

div.entry > ul {
  padding-top:0.5em;
  padding-left:2em;
}
div.entry > ul > li {
  font-size:1.3em;
}

code { overflow: auto }
pre { overflow: auto }

#page_description {
  font-size: 1.45em;
  padding: 0 22px 0;
  line-height:135%;
  margin-bottom:20px;
  }

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
}

#title h1 {
        font-style:italic;
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
        margin:0;
        padding:0;
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
    background-color:#fff;
    background-image:url(/images/bg1.jpg);
    background-repeat:repeat-y;
    width:690px;
    margin:0 auto 0 auto;
    padding: 0;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
  font-family:Verdana, Arial;
  width:140px;
  margin-right:20px;
  _margin-right:10px;
  float:right;
  text-align:left;
}

#sidebar h1 {
	font-size:150%;
}

#sidebar p {
  line-height:1.4em;
}

#sidebar ul {
  padding:0px;
  margin:0px;
  line-height:1.3em;
}

#sidebar li {
  list-style:none;
  padding:0px;
  margin:0px;
}

#sidebar a {
  text-decoration:none;
}

#sidebar a:hover {
  text-decoration:underline;
}

.grey_menu a {
  color:#323647;
}

.blue_menu a {
  color:#2a65ad;
}

/* Nav Bar */

#navbox {
  background-color:#001e2b;
  background-image:url(/images/navbar_bg.png);
  background-repeat:repeat-x;
  color:#fff;
  text-align:left;
  margin:0 5px 1.4em 5px;
  height:2.8em;
}

#navbox a {
  font-family:Helvetica, Verdena, Arial;
  font-size: 150%;
  color:#d0e1f1;
  text-decoration:none;
  font-weight:lighter;
  line-height:34px;
  padding: 0 1em 0 .7em;
}

ul#nav > li > a.divider {
  background:url(/images/nav_divider.png) 100% 50% no-repeat;
}

#navbox a.first {
  padding-left:17px;
}

#navbox a:hover {
  text-decoration:underline;
}

#navbox img {
  vertical-align:top;
  }

#navbox ul  {
  margin:0;
  padding:0;
}

#navbox > ul > li {
  display:inline;
}

/* THE AREA NEXT TO THE SIDEBAR */

#content {
  margin-left:20px;
	margin-right:170px;
	padding-right:20px;
	border-right:1px solid #d0e1f1;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
  clear:left;
}

#content h2 {
  font-family:Verdana, Arial;
  text-align:left;
  font-size:200%;
  margin-bottom:0;
* margin-top:0;
}

#content a {
  text-decoration:none;
}

#content a:hover {
  text-decoration:underline;
}

#content p {
  font-size: 110%;
  line-height:1.6em;
  margin-top:0;
}

/* stylized boxes for sales and service */

.box_style1 {
  clear:left;
  padding-bottom:20px;
}

.box_style1 img {
  border: 4px solid #cde0f0;
  float:left;
}

.box_style1 img:hover {
  border: 4px solid #2a65ad;
}

.box_style1 h2, .box_style1 h3, .box_style1 p {
  margin-left: 195px;
}

.box_style2 {
  clear:left;
}

.box_style2 img {
  border: 4px solid #cde0f0;
  float:left;
}

.box_style2 img:hover {
  border: 4px solid #2a65ad;
}

.box_style3 img {
  margin-top: 10px;
  border: 4px solid #cde0f0;
}

.box_style3 img:hover {
  border: 4px solid #2a65ad;
}

.box_style2 h2, .box_style2 h3, .box_style2 p {
  margin-left: 195px;
}

.box_about a, .box_sabreblog a {
  font-size:70%;
}

.box_about {
  clear:left;
  float:left;
  width:220px;
  font-size: 90%;
  padding: 0 15px 0 0;
  margin-top:10px;
  border-right:1px solid #d0e1f1;
}

.box_sabreblog {
  float:left;
  width:220px;
  font-size: 90%;
  padding: 0 0 0 20px;
  margin-top:10px;
}

/* THE FOOTER */

#footer {
	width:660px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #d0e1f1;
}

/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0; padding: 0; position: relative; }
  .droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .droppy a { display: block; }
  .droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .droppy ul { line-height: 0; } /* IE6 "fix" */
  	.droppy ul a { zoom: 1; } /* IE6/7 fix */
    .droppy ul li { float: none; }
    .droppy ul ul { top: 0; }
    
/* Essentials - configure this */

.droppy ul { width: 180px; }
.droppy ul ul { left: 181px; }

/* Everything else is theming */
 
.droppy { background-color: none; height: 2em; }
.droppy *:hover { background-color: #011e2b; }
.droppy a { border-right: none; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  .droppy li.hover a { background-color: #011e2b; }
  ul.droppy ul {background-color: #011e2b}
  .droppy ul { top: 2.8em; }
    .droppy ul li a { background-color: #011e2b; }
      .droppy ul a.hover { background-color: #011e2b; }
   .droppy ul a { border-bottom: 1px solid #011e2b; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */


