/* CSS Document */


body {
height:100%;	
}

#wrapper {
width:100%;
background-color:#3b6c9d;
z-index:0;
border-right:8px solid #3b6c9d;
padding:0px;
position:absolute;
top:0px;
left:0px;
}

.bot_line {
position:absolute; left:0px; width:100%; height:5px; background-color:#212121; bottom:0;
}


:active, :focus{
outline:none;
}

.thumbnail
{
float: left;
width: 75px;
height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
}

.clearfloats { clear: both; }

img {
border: 0px;
}

:active, :focus{
outline:none;
}


/* start collapsible menu styles */
.menu_list {
margin: 0px;
padding: 0px;
width: 215px;
}
.menu_head {
padding:0;
cursor: pointer;
position: relative;
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #212121;
}

.menu_head p {
padding: 0 0 1em;
}
.menu_body {
/*padding: 5px 10px 5px;*/
padding-top:3px;
padding-left:5px;
background-color:#c3b5a5;
line-height:15px;
}

/* end collapsible menu styles */


.green_double_line_divider {
	width:5px;
	font-size: 9px;
	border-left: 4px double #669933;
	display:inline;
	margin-left:10px;
	margin-right:5px;
}


.arrownav a {
display: block; 
width: 120px; 
height: 18px; 
background:  url("/HomePgImages/tiny_black_right.gif")  no-repeat; 
margin-top: 0px; 
text-align:left;
padding-left:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-decoration: none;
color: #212121;
}
.arrownav a:hover {
background:  url("/HomePgImages/tiny_white_right.gif") no-repeat; 
text-decoration:none;
color:#ffffff;
}

.arrownav_hoverorange a {
display: block; 
width: 120px; 
height: 18px; 
margin-top: 0px; 
text-align:left;
padding-left:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-decoration: none;
color: #212121;
}
.arrownav_hoverorange a:hover {
text-decoration:none;
color: #a52c19;
}

/* end collapsible menu styles */


/* start jquery slide show */
#slideshow {
position:relative;
height:190px;
}

#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
}

#slideshow IMG.active {
z-index:10;
}

#slideshow IMG.last-active {
z-index:9;
}
/* end jquery slide show */


/* start pop styles */

.pop {
position: absolute;  
display: inline; 
}
.pop .pop_menu {
display: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.pop .pop_toggle {
background-image: url(HomePgImages/tiny_black_right.gif);
background-repeat: no-repeat;
background-position: right;
width: 15px;
height: 20px;
overflow: hidden;
cursor: pointer; }

.pop .pop_toggle:hover {
	/* not changing color on hover anymore */
/*background-image: url(/HomePgImages/tiny_white_down.gif);*/
background-repeat: no-repeat;
background-position: right;
width: 15px;
height: 20px;
overflow: hidden;
cursor: pointer; }

.active .pop_menu {
display: block;
/*background-color: #ab9c8b;*/
background-color:#999999;
color: #ffffff;
position: absolute;
top:-190px;
left:15px;
/*padding: 5px;*/
padding:2px;
width: 225px; }
.active .pop_menu a {
color: #212121; }

.active .pop_toggle {
z-index: 2000;
position: absolute;
top: 0;
left: 0;
/*background-image: url(/HomePgImages/tiny_black_up.gif);*/ 
background-image: url(HomePgImages/tiny_white_left.gif);
}

.active .pop_toggle:hover {
z-index: 2000;
position: absolute;
top: 0;
left: 0;
/* not changing color on hover anymore */
/*background-image: url(/HomePgImages/tiny_white_up.gif);*/ 
}

/* orig pop demo for testing: */
/*
.pop {
  position: absolute;
  display: inline; }
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .pop .pop_toggle {
    background-image: url(HomePgImages/arrow-down.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer; }

.active .pop_menu {
  display: block;
  background-color: #F594A2;
  color: #fff;
  position: absolute;
  padding: .6em;
  width: 12em; }
  .active .pop_menu a {
    color: #fff; }
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(HomePgImages/arrow-up.gif); }
*/
/* end pop styles */


/* start accordian styles */

ul.menu, ul.menu ul {
list-style-type:none;
margin: 0px;
padding: 0px;
width: 225px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
color: #212121;
background: #999999;
}

ul.menu a {
display: block;
text-decoration: none;
}

ul.menu li {
margin-top: 1px;
}

ul.menu li a {
/*background: #cdc7c0;*/
background:#e2deda;
padding: 0px;
padding-left:15px;
}

ul.menu li a:hover {
background: #ffffff;
padding-left:15px;
}

ul.menu li ul li a {
/*background: #dfd8d1;*/
background:#f2eee9;
padding-left: 35px;
}

ul.menu li ul li a:hover {
background: #ffffff;
padding-left: 35px;

}

.code { border: 1px solid #ab9c8b; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
/*.code li { background: #aba49c; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }*/
.code li { background: #ab9c8b; border: 1px solid #aba49c; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }


/* end accordian styles */


/* start list styles (portfolio section) */

/* list 1: */
.list1 {
	/*background: url(http://codeasily.com/demo/ordered-list/images/orderedlist-bg.gif) left top repeat-y;*/
	background: url(HomePgImages/orderedlist-test.jpg) left top repeat-y;
	font: italic bold 1em Georgia, Times, serif;
	margin:0px;	
	padding:0px 0 5px 0;
	color: #e8e3dd; /* bullet color if used */
	list-style:none;
}
.list1 li {
	/*margin-left:40px;*/ /* space between img and bullets */
	margin-left:25px;
	padding-left:0px; /* bullet padding */
}
.list1 p {
	/* font: normal .8em Arial, Helvetica, sans-serif; */
	font: normal .8em Verdana, Geneva, sans-serif;
	color: #000000;
	padding:0px;
	margin:0px;
	height:19px;
}
/* start list styles (portfolio section) */


/* start miscellaneous text styles (some are old) */

.white9pxBold
{
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
}

.lesswhite9pxBold
{
color: #d9d9d9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}

a:hover.lesswhite9pxBold
{
color: #eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration: underline;
}

.white10Bold
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #ffffff;
}


.lesswhite10Bold
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #d9d9d9;
}

a:hover.lesswhite10Bold
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: underline;
color: #eeeeee;
}


.black10Bold
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #212121;
}

a:hover.black10Bold
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: underline;
color: #212121;
}


.special
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #212121;
}

a:hover.special { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: underline;
/*color: #ffffff;*/
color: #212121;
}

.special2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #cccccc;
}

a:hover.special2 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: underline;
color: #ffffff;
}

.special3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #3b6c9d;
}

a:hover.special3 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
/*color: #003366;*/
/*color:#003399;*/
/*color:#a52c19;*/
/*color:#044485;*/
/*color: #c3b5a5;*/
color: #3b6c9d;
/*text-decoration: none;*/
text-decoration:underline;
}

/* end miscellaneous text styles (some are old) */

