/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
background: #829BB8 url('Images/HeaderBg.png') repeat-x 0 0;
min-width: 900px;
}

.uppercase
{
	text-transform:uppercase;
}
.uppercase a
{
	color:White;
}
.uppercase a:hover
{
	color:#D6B97A;
}
a:link, a:visited {
text-decoration: none;
font-weight:bold;
color:#f7f7f7;
}

a:hover {
color: #000;
text-decoration: none;
}

.link a
{
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

.link a:hover
{
	color:#122B00;
 
}

hr
{
     color:#7c7c7c;
     background-color:#7c7c7c;
     width:620px;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}

/*Logo*/
#logo {
	width: 898px;
	height: 80px;
	margin: 0px 0 0 0;
	border-right: 1px solid #000;
border-left: 1px solid #000;
border-top: 1px solid #000;
	padding-top: 34px;
	background: url('Images/Header.png') no-repeat left top;
}
.logotext
{
	padding: 0 0 0 0;
	margin-top:50px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.5em;
	font-family: Arial;
	color:#ffffff;
}
.logotextlow
{
	padding: 0 0 0 0;
	margin-top:50px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Arial;
	color:#ffffff;
}
#logo h1, #logo p {
	
	margin: 0;
	color: #FFFFFF;
	text-align:center;
}

#logo h1 
{
	
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.5em;
	font-family: Times New Roman;
}

#logo p {
	text-transform: uppercase;
	/*padding: 47px 0 0 3px;*/
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

.spacer
{
	width: 900px;
	height: 3px;
	margin: 0px 0 0 0;
	background:#4C5573;
}



/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 10px;
color:#fff;
padding-right:30px;
}

.leftMargin
{
	margin-left:15px;
}

h1 {
font-size: 2.4em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
text-align:center;
padding: 23px 0 4px 0;
letter-spacing: 1px;
background: url('Images/h1-bg.gif') repeat-x 0 100%;
width: 60%;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h1 span {
color: #93070E;
}

h2 {
font-size: 1.6em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #FFFFFF;
text-align: left;
margin: 3px 0 0 0;
letter-spacing: 1px;
}

h3 {
width:425px;
font-size: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color:#302817;
letter-spacing: 1px;
margin-bottom: 8px;
background: url('Images/h3-bg.gif') no-repeat 0 center;
padding-left: 20px; 
margin-left:220px;
text-transform:uppercase;

border-bottom:1px solid #5E3222;
}

/* Header */

#header {
width: 900px;
height: 108px;
margin: 0 auto;
padding-top:51px;
position: relative;

text-align: center;
}


/* Search form */

form.searching {
width: 209px;
position: relative;
float:right;
margin-right:25px;
}

form.searching fieldset {
border: 0;
}

.searchBox
{
	float:right;
	position:relative;
	width:240px;
height:29px;
	margin-top:-28px;
	background: url('Images/searchBox.png');
	background-repeat:no-repeat;
	
}

#picture-input {
position: relative; 
float:left;
overflow: hidden;
width: 165px;
height: 16px;
background: #C1CDD9;
border: 1px solid #000;
font-weight:bold;
margin-top: 6px;
margin-left:10px;
}
#picture-input:active
{
	border: 1px solid #f7f7f7;
}

.searchBg
{
	background: #686868;
}

#picture-input input {
border-style: none;
	border-color: inherit;
	border-width: 0;
	position: relative;
	top: 1px;
	left: 5px;
	width: 165px;
	letter-spacing: 1px;
	background-color: #C1CDD9;
	color:#000;
	font-size:11px;
	text-transform:lowercase;
}

form.searching input.hledat {
letter-spacing: 1px;
margin-left: 8px;
padding-left:5px;
color: #FFFFFF;
position: absolute;
top: 9px;
right: 0;
width:25px;
}

.hledat 
{
	float:right;
width:22px;
margin-left: 5px;
margin-right: 7px;
margin-top:4px;
}


form.searching label {
display: none;
}




/* Content */

#content {
width:898px;
margin: 0 auto;
margin-top:0px;
padding-left:0px;
background: #4C5573 url('Images/content-bg.png') repeat-x 0 0;
min-height: 100px;
color:#fff;

}

.content
{
	position:relative;
	padding:4px;
	background:#55677D;
	width:648px;
	float:left;
	margin-top:13px;
	margin-left:10px;
}

.welcomeTitle
{
	position:relative;
	float:left;
	width:630px; height:19px;
	background: #BF9550 url('Images/titleBg.png') repeat-x 0 0;
	color: #fff;
	padding:3px 3px 0px 15px;
	text-transform:uppercase;
	font-size:13px; font-weight:bold;
	text-align:left;
}
.welcomeContent
{
	text-align:left;
	width:626px;
	background:#55677D;
	color:White;
	padding:10px 10px 35px 10px;
	border:1px solid #778BA2;
	border-top:none;
}

.welcomeContent p
{
	text-align:justify;
	margin-right:-25px;
	margin-top:25px;
}

.leftImage
{
	float:left;
	margin-left:0px;
	margin:6px 20px 10px 0;
}
.skylineImage
{
	float:left;
	margin:5px 20px 10px 20px;
}
.skylineImageRight
{
	float:right;
	margin:5px 20px 10px 20px;
}

#content-box {
width: 898px;
margin: 0 auto;
text-align: left;
	min-height: 533px;
	color:#fff;
	
}

#content-box-in-left {
width:898px;
min-height:390px;
float: left;
color:#302817;
background:#586287;
}
#content-box-in-left-attorney {
width: 898px;
min-height:100px;
float: left;
color:#302817;
background:#586287;
}

#content-box-in-left-in 
{
	float:left;
margin: 0px 0 0px 0;
width:895px;
min-height:533px;
padding-right:3px;
}
#content-box-in-left-in-default
{
	float:left;
margin: 0px 0 0px 0;
width:670px;
min-height:533px;
padding-right:3px;


}
#content-box-in-left1 {
width: 898px;
min-height:390px;
float: left;
color:#302817;
background:#586287;
}

#content-box-in-left-in1 
{
	float:left;
margin: 0px 0 0px 0;
width:868px;
min-height:533px;
padding-right:3px;
background:#586287;
padding:15px;
text-align:left;

}
#content-box-in-left-in1 p
{
	margin-left:15px;
}

#content-box-in-left-in-attorneys
{
	float:left;
margin: 0px 0 4px 0;
width:890px;
height:auto;
background:#586287;
}

/* Right Column*/

.columnRight
{
	float:right;
	width:205px; min-height:300px;
	margin-right:7px;
	margin-bottom:10px;
	margin-top:16px;
	padding:2px;
	color:White;
	background:#778BA2;
	min-height:571px;
}

.columnRight2
{
	float:right;
	width:208px; min-height:510px;
	margin-right:7px;
	margin-bottom:10px;
	margin-top:12px;
	padding:2px;
	color:White;
	padding-left:10px;
	margin-left:10px;
	border-left:2px solid #333333;
}

.columnRight1
{
	float:right;
	width:200px; min-height:270px;
	margin-right:7px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:10px;
	padding:2px;
	color:White;
}
.columnRightContent
{
	width:185;
	padding:0;
	color:White;
}
.columnRightTitle
{
	width:185;
	height:17px;
	background: #BF9550 url('Images/titleBg.png') repeat-x 0 0;
	padding:6px 3px 0 3px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	border-top:2px solid #778BA2;
	border-bottom:1px solid #B8CBE1;
	text-align:left;
}
.columnRightText
{
	width:186px;
	background:#778BA2;
	padding:3px 5px 3px 10px;
	font-size:10px;
	color:#fff;
	text-align:left;
}
.columnRightText a, .columnRightTextAlt a
{
	color:#1C1C1D;
}
.columnRightText a:hover, .columnRightTextAlt a:hover
{
	color:#fff;
}
.columnRightText p, .columnRightTextAlt p
{
    line-height:14px;
    color:#1C1C1D;
}
.columnRightTextAlt
{
	width:186px;
	background:#7A8FA8;
	padding:3px 5px 3px 10px;
    color:#fff;
	font-size:10px;
	text-align:left;
	
}

/* End Right Column*/

/* Footer */

#footer 
{
	position:relative;
	bottom:0px;
	right:0px;
	clear:both;
width: 100%;
height: 40px;
margin: 0 auto;
border-top:6px solid #000;
background:#373836;
}

p.footer-left {
float: left;
width: 400px;
color: #fff;
text-align: left;
margin: 10px 0 0 230px;
display: inline;
}

p.footer-left a, p.footer-left a:visited {
color: #fff;
}

p.footer-right {
float: right;
width: 450px;
color: #fff;
text-align: right;
margin: 9px 200px 0 0;
display: inline;
}

p.footer-right a, p.footer-right a:visited {
color: #fff;
font-weight: normal;
}

p.footer-right a:hover {
color: #FFFFFF;
font-weight: normal;
}

/* Attorney page */

.smallBox
{
	width:130px;
	padding:7px;
	height:160px;
	float:left;
	margin-left:26px;
	
    text-align:center;
    margin-top:0px;
}
.imageBorder
{

	border:2px solid Gray;
	border-bottom:none;
	
	background:gray;
}


.imageBorder1
{
	height:198px;
	border:3px solid #f7f7f7;

}
.smallBoxImage
{
	width:128px;
	position:relative;
	text-align:center;

	border-bottom:none;
	
}

.attorneyList
{
	width:875px;
	background:#55677D;
	color:#fff;
	border-bottom:3px solid #2A2E34;
	margin-left:10px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-top:10px;
	
}

.attorneyTitle
{
	width:100%;
	min-height:15px;
	background: #000;
	padding:2px 0px 2px 0;
	border-top:1px solid #000;
	z-index:999;
}
.attorneyTitle a
{
	color:#FFF;
    text-decoration:none;
}
.attorneyTitle a:hover
{
	color:White;
}
.attorneyTitle1
{
	width:100%;
	height:15px;
	background: #000;
	padding:2px 0px 2px 0px;
	border-top:1px solid gray;
	z-index:999;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFF;
    text-decoration:none;
    text-align:center;
   
}

.smallBoxContent
{
	width:130px;
	height:30px;
	padding:0px;
	font-size:10px;
	text-align:center;
	
}
.attorneyNavigation
{
	clear:both;
	width:800px;
	height:12px;
	text-align:center;
	margin-left:15px;
	
	font-size:10px;
	text-transform:uppercase;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	color:#fff;
}
.attorneyNavigation a
{
	font-weight:bold;
}
.attorneyNavigation a:hover
{
	color:#7c7c7c;
}

.attorneyNavigation1
{
	float:right;
	width:230px;
	height:12px;
	text-align:center;
	margin-left:15px;
	
	font-size:10px;
	text-transform:uppercase;
	padding-top:2px;
	padding-bottom:3px;
	font-weight:bold;
	color:#fff;
}
.attorneyNavigation1 a
{
	
}
.attorneyNavigation1 a:hover
{
	color:#7c7c7c;
}
.attorneyDescription
{
	width:860px;
	height:auto;
	margin:0px 10px 10px 10px;
	text-align:left;
	min-height:320px;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	
	color:#302817;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    
}
.attorneyDescription p
{
	color:#fff;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	margin-right:-15px;
}
.attorneyDescriptionBox
{
	width:850px;
	height:140px;
}
.attorneyDescriptionLeft
{
	float:left;
	width:205px; min-height:100px;
	padding-left:0px;
	padding-bottom:10px;
	color:#fff;
	margin-right:10px;
	margin-bottom:5px;
}
.attorneyDescriptionLeft a
{
	color:#fff;
	text-decoration:none;
}
.attorneyDescriptionLeft a:hover
{
	color:#7f7f7f;
}
.attorneyDescriptionRight
{
	float:left;
	width:600px;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
    margin-bottom:20px;
	min-height:30px;
    clear:right;

	color:White;
}
.attorneyHighlightTitle
{
	float:left;
	width:394px;
	height:15px;
	padding:5px;
	background: #000 url('Images/titleBg.png') repeat-x 0 0;
	color:White;
}
.attorneyHiglightText
{
	width:384px;
	padding:10px 10px 10px 10px;
    font-style:italic;
    background:#778BA2;
}
.attorneyDescriptionRight ul
{
	padding-left:20px;
	margin-top:15px;
}

.attorneyDescriptionRight ul li
{
     font-weight:normal;
     text-decoration:none;
     font-style:italic;
}

.attorneyBiography
{

	width:800px;
	margin:10px 10px 0px 226px;
	padding:10px;
	min-height:140px;
	margin-bottom:10px;
	background:#778BA2;
	color:White;
	
}
.attorneyImage
{
	position:relative;
	display:block;
	float:left;
	width:auto; 
    background:Gray;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	border:2px solid Gray;

}




/* Contact page */

.contactBox
{
	width:850px;
	min-height:205px;
	margin:15px;
	border:1px solid #000;
	background:#778BA2;
	padding:10px;
	text-align:left;
	color:#302817;
}
.contactBoxMap
{
	float:left;
	width:250px;
	height:auto;
	margin:0px 20px 20px 10px;
}

.contactBoxTitle
{
	position:relative;
	float:right;
	width:520px;
	
	height:15px;
	padding:5px 10px 5px 20px;
	text-transform:uppercase;
	background: #BF9550 url('Images/titleBg.png') repeat-x 0 0;
	margin-left:10px;
	font-weight:bold;
	color: #fff;
	
}

.contactBoxText
{
	float:right;
	padding:0px 0 10px 20px;
	width:528px;
	color:White;
	border-top:none;
	margin-left:10px;
	min-height:168px;
	background:#55677D;
	background-position:bottom;
	border:1px solid #55677D;
}
.contactBoxText a
{
	color:#fff;
	text-decoration:none;
    font-weight:normal;
}
.contactBoxText a:hover
{
	text-decoration:underline;	
}

/* News */

.newsBox
{
	width:835px;
	padding:10px;
	height:28px;
	clear:both;
	border-bottom:1px solid #778BA2;
}
.newsLeft
{
	float:left;
	width:200px;
	color:#fff;
}
.newsLeft1
{
	float:left;
	width:150px;
	color:#fff;
}
.newsRight
{
	float:right;
	width:600px;
	
	color:#333333;
}
.newsRight1
{
	float:left;
	width:450px;
	padding:0px 20px 0px 0px;
	color:#fff;
}
.newsRight2
{
	float:left;
	width:200px;
	color:#fff;
}

.newsBoxHeader
{
	width:835px;
	padding:10px;
	height:15px;
	clear:both;
	border-bottom:1px solid #778BA2;
}
.newsLeftHeader
{
	float:left;
	width:200px;
	color:#fff;
	font-weight:bold;
}

.newsLeftHeader1
{
	float:left;
	width:150px;
	color:#fff;
	font-weight:bold;
}
.newsRightHeader
{
	float:right;
	width:600px;
	color:#fff;
	font-weight:bold;
}

.newsRightHeader1
{
	float:left;
	width:450px;
	color:#fff;
	font-weight:bold;
	padding:0px 20px 5px 0px;
}
.newsRightHeader2
{
	float:left;
	width:200px;
	color:#fff;
	font-weight:bold;
}

.newsRight a
{
	font-weight:bold;
}
.newsRight a:hover
{
	color:#778BA2;
}

.title
{
	width:854px;
	margin:15px;

	background:#f7f7f7;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    text-align:left;
    padding:5px 0 5px 15px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
}
.title1
{
	width:853px; height:15px;
	margin:0 15px 0px 0;
	background: #000 url('Images/titleBg.png') repeat-x 0 0;
	border:1px solid #000;
	border-bottom:none;
    text-align:left;
    padding:3px 0 5px 15px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
}
.content1
{
	width:868px;
	position:relative;
	background:#55677D;
	margin-top:0px;
	border-top:none;
	color:#fff;
	text-align:justify;
	border:1px solid #333;
}


.content2
{
	width:844px;
	height:auto;
	background:#55677D;
    position:relative;
	margin-top:0px;
    border:1px solid #333;
    border-bottom:6px solid #333;
	color:#fff;
	text-align:justify;
	padding:12px;

}
.title2
{
	width:854px;
	margin:5px 15px 15px 15px;
    text-align:left;
    padding:5px 0 5px 0px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    color:#FFCC00;
}

.title3
{
	width:860px; height:15px;
	margin:2px 15px 0px 10px;
	background: #000 url('Images/titleBg.png') repeat-x 0 0;
	border:1px solid #000;
	border-bottom:none;
    text-align:left;
    padding:2px 0 5px 15px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    color:#FFCC00;
}


.newsNavigation
{
	float:left;
	width:250px;
	height:17px;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding-top:3px;
	padding-left:30px;
	border-left:2px solid #fff;
	margin-left:5px;
}
.newsNavigation a
{
	color:#fff;
}
.newsNavigation a:hover
{
	color:#7f7f7f;
}

.newsTitle
{
	width:860px;
	text-align:left;
	margin-left:10px;
	font-weight:bold;
	margin-bottom:10px;
	padding:3px 0 5px 10px;
	border-bottom:1px solid #7c7c7c;
}
.newsText
{
	width:860px;
	text-align:left;
	padding-left:20px;
}
.dropList
{
	width:120px;
	border:#695537;
	background-color:#778BA2;
	font-weight:bold;
	border:1px solid #333;
	border-right:none; 
	color:White;
	margin-top:-1px;
	float:right;
	margin-right:13px;
}

.categoryTitle
{
	clear:both;
	float:left;
	width:315px;
	height:auto;
	padding-left:25px;
	text-align:left;
	color:White;
}

/* Sliding Tab */
#slide {
  margin:0px; 
  padding:0; 
  height:32.5em;
  width:878px; 
  overflow:hidden; 
  background:#f0f0f0;
  }
#slide li {
  list-style-type:none; 
  float:left; 
  display:block; 
  width:100%;
  }
#slide li a {
  display:block; 
  text-decoration:none; 
  color:#000; 
  margin:0; 
  width:100%;
  }
#slide li a span {
  display:none; 
  color:#000;
  }
#slide li a.one span {
  display:block; 
  height:15em; 
  margin:0 10px;
  }
#slide li a:hover {
  background:#f1f1f1;
  }
#slide li a:hover span {
  display:block; 
  height:15em; 
  margin:0 10px; 
  cursor:pointer;
  }
#slide .h2 {
  margin:0 5px; 
  padding:0; 
  color:#808; 
  font-variant:small-caps; 
  font-size:1.5em; 
  border:0;
  }
#slide .h3 {
  margin:0 5px; 
  padding:0; 
  font-size:1.1em; 
  color:#00b;
  }
#slide img {
  margin:5px 5px 5px 0; 
  border:1px solid #000; 
  float:left;
  }
.curved {
  width:880px;
  margin:0px 10px 0 10px; 
  }
.curved .b1, .curved .b2, .curved .b3, .curved .b4  {
  font-size:1px; 
  display:block; 
  background:#88c;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.curved .b1, .curved .b2, .curved .b3 {
  height:1px;
  }
.curved .b2, .curved .b3, .curved .b4 {
  background:#f0f0f0; 
  border-left:1px solid #88c; 
  border-right:1px solid #88c;
  }
.curved .b1 {
  margin:0 4px; 
  background:#88c;
  }
.curved .b2 {
  margin:0 2px; 
  border-width:0 2px;
  }
.curved .b3 {
  margin:0 1px;
  }
.curved .b4 {
  height:2px; 
  margin:0;
  }
.curved .c1 {
  margin:0 5px; 
  background:#88c;
  }
.curved .c2 {
  margin:0 3px; 
  border-width:0 2px;
  }
.curved .c3 {
  margin:0 2px;
  }
.curved .c4 {
  height:2px; 
  margin: 0 1px;
  }
.curved .boxcontent {
  display:block; 
  background:transparent; 
  border-left:1px solid #88c; 
  border-right:1px solid #88c; 
  font-size:0.9em; 
  text-align:justify;
}

/********* Login Page *************/

.loginFrame
{
	margin:0 auto;
	width:350px;
	height:200px;
	background-image:url("Images/loginFrame.png");
	background-repeat:no-repeat;
	text-align:center;
	padding-top:35px;
	padding-left:45px;
}
.loginTitle
{
	color:White;
	font-size:11px;
	text-transform:lowercase;
}
.loginTitle1
{
	color:White;
	font-size:10px;
	text-transform:uppercase;
	float:right;
	margin:0px 20px 5px 0;
	padding-bottom:2px;
}
.loginTextbox
{
	margin:10px;
	width:150px;
	height:14px;
	font-size:10px;
	color:#7c7c7c;
}
.loginButton
{
	float:right;
	margin-right:18px;
    border:1px solid #fff;
    background:#9CD700;
    font-size:11px;
    height:23px;
    width:50px;
    color:#fff;
    text-transform:lowercase;
    padding:2px 0 4px 0;
    font-weight:normal;
    line-height:8px;
    cursor:default;
}

/**********User Info ***************/
.UserInfoText
{
 width:600px; 
 text-align:right; 
 position:relative; 
 float:right; 
 margin-top:-63px; 
 display:block; 
 height:24px;
 font-size:11px; 
 font-weight:normal; 
 background:transparent; 
 font-family:Helvetica,Arial,Verdana,sans-serif; 
color:#fff; 
text-decoration:none; 
padding:13px 5px 0 0px;

}
.UserInfoText a
{
color:#ED5600; 
text-decoration:none; 
font-weight:bold; 
padding:4px 10px 0 3px; 
height:24px;
background:transparent url("../../Images/bgDIVIDER.gif") no-repeat top right;
}
.UserInfoText a:hover
{
    color: Gray;
}
.UserInfoText a.current, .UserInfoText a.current:hover
{
	color:#fff;background:transparent url("../../Images/bgON.gif") no-repeat top right;
}
.adminTitle
{
	font-weight:bold;
 font-size:14px;
 margin-top:2px;

}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {

	}
 
	#shadow-container .shadow2 {

	}
 
	#shadow-container .shadow3 {

	}
 
	#shadow-container .container {
		background: #ffffff;
		border-right: 2px solid #778BA2;
		border-left: 2px solid #778BA2;
		border-bottom: 2px solid #778BA2;
		padding: 0px;
		color:White;
	}

/****************************************************************************************/

/* Menu */

#menu-box {

width:898px;
margin: 0 auto;
background: #586287 url('Images/menu-bg.gif') repeat-x 0 0;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-bottom: 0px solid #000;
text-align:left;
height:36px;
padding-top:3px;
}


#menu {
text-align:left;
padding-left:10px;
}

.staticMenuItemStyle {
text-align:center;
display:block;
margin:0px;
padding:0px 7px 0 7px;
font-size: 11px;
color: #FFFFFF;
font-weight: normal;
text-decoration:none;
}

.staticMenuItemSelectedStyle
{
background: url('Images/menuBg1.png') repeat-x 0 0;
background-position:top;
border-right:2px solid #323232;
border-left:2px solid #323232;
border-bottom:2px solid #323232;
}

.staticMenuItemStyle a:hover
{
color: #778BA2;
background-position:top;
color:#fff;
}
.staticMenuItemStyle a
{
height:20px; width:auto;
border-left:solid 1px #000;
border-right:solid 1px #000;
}
.staticHoverStyle {
color: #C8AEAF;
}

.adjustedZIndex
{
    z-index:100;
    position:relative;
}

.dynamicMenuItemStyle {

	background: #313131;
	border-right:2px solid #323232;
	border-left:2px solid #323232;
	color:#778BA2;
	padding:1px 0 1px 0;
    height:28px;
    font-size:10px;
    display:block;
    z-index:2;
    position:relative;
}

.dynamicMenuItemStyle a
{
	background: #313131 url('Images/titleBg1.png') repeat-x 0 0;
	background-position:center;
	font-weight:bold;
	display:block;
    width:180px;
    padding:0px 2px 6px 2px;
    height:16px;

}
.dynamicMenuItemStyle a:active
{
	font-weight:bold;
	display:block;
    width:180px;
    height:16px;
    }
.dynamicMenuItemStyle a:hover
{
	background: #586287;
	border-bottom:1px solid #333333;
	color:#fff;
	display:block;
	width:180px;
	
}
.background {
border:solid 1px #000;

}

.NavigationMenu {
width:550px;
float:left;
}

.menuItemMouseOver,.menuItemSelected {

}

.NavigationMenu A:active {
padding:7px 4px 2px 4px;
}
.NavigationMenu A
{
border-left:solid 1px #000;
border-right:solid 1px #000;
padding:7px 4px 2px 4px;

}
.NavigationMenu A:visited
{
	
}

.grayColor
{
	color:Gray;
}

/***************SPAW styles***************/
.style1 {
    font-family:Arial;
    font-size: 10pt;
}
.style2 {
    font-family:Arial;
    font-size: 12pt;
}
.style3 {
    font-family:Arial;
    font-size: 14pt;
}
.style4 {
    font-family:Times New Roman;
    font-size: 10pt;
}
.style5 {
    font-family:Times New Roman;
    font-size: 12pt;
}
.style6 {
    font-family:Times New Roman;
    font-size: 14pt;
}
.vcard
{
    float:left; 
    background-image:url(Images/vcard.png);
    width:70px; height:50px; margin-left:-4px;
    background-repeat: no-repeat; display:block; 
}
.linkVCard
{
    display:block; width:60px; height:45px;
}
