
* {
	margin: 0;
	padding: 0;
}

body {
font: 12px arial;
font-size: 12px;
line-height: 17px;
color: #222;
background: #CCCC99;
}
img {border:0}
H1 { font-weight: normal; font-size: 19px; padding:15px 0px 15px 0px } 
H2 { font-weight: normal; font-size: 18px; padding:30px 0px 15px 0px; color:#2C4D9B} 
H2 a {text-decoration:none}
a {
text-decoration: underline;
color: #2C4D9B;
}
a:hover {
text-decoration: none;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 250px;
background: #FFFFFF;
text-align: right;
padding-bottom: 0px;
}
#header h1 { 
font-size: 24px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#content {
background: #FFFFFF url(images/content.jpg) repeat-y;
padding: 0 5px;
padding-top: 5px;

}

#map {
margin-left: 210px;
width: 500px;
align: right;
}

/* tab start */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid black;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
position:relative;
top: 1px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #FFFFFF;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #77AAEE;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: black;
}

/* tab end */



.bmenu {
float: left;
width: 178px;
  padding-left: 0px;
  padding-top: 10px;
  margin-right: 2px;
  color: #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  }

/* accordion menu */

.nglossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.nglossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
text-align:left;
}


.nglossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.nglossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.nglossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.nglossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.nglossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.nglossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.nglossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
text-align:left;
}

.nglossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


.articles { 
padding: 10px;
float: right;
}

#bottom {
background: transparent;
padding: 0px 0;
height: 100px;
}

#footer {
text-align: center;
font-size: 12px;
color: #000000;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }