/* SLC */
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#body {
	background-color: #FFFFFF;
	width: 992px;
	border: solid 1px #878787;
	background-image: url(images/globe-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
#right-shadow {
	background-image: url(images/shadow-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 6px 0px 0px;
	;
}
#bottom-shadow {
	background-image: url(images/bottom-shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 6px;
}
#clear {
        clear: both;
}

#content {
	width: 720px;
	float: right;
	padding: 20px;

}
#sidebar {
        width: 227px;
        margin: 0px;
        padding: 0px;
        float: left;
}
#brand-nav {
	margin: 20px 0px 0px 0px;
        overflow-hidden;
	background-image: url(images/ham-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#brand-nav img {
      /*  width: 164px;*/
	margin: 0px 0px 0px 0px;
}
#brand-nav p {
	font-size: 12px;
}
#navigation {
	padding:30px 0px 5px 0px;
	margin: 0px;

}

#home .home a,
#about .about a,
#our-strength .about a,
#corp-culture .about a,
#our-team .about a,
#services .services a,
#press .press a,
#careers .careers a,
#contact .contact a {
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.glossymenu, .glossymenu li ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 227px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
	position: relative;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: -0.5px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
        position: absolute;
        width: 190px; /*WIDTH OF SUB MENU ITEMS*/
        left: 0;
        top: 0;
        display: none;
}

.glossymenu li ul li{
        float: left;
	background-image: none!important; 
        background-color: #dfdfe0;
        margin: -1px 0px 0px 1px;
        padding: 0px;
        border: solid 1px #777777;
}

.glossymenu li ul li a:hover {
	background-image: url(images/nav-hover.jpg)!important;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.glossymenu li ul li a:hover {
        color: #white!important;
}
.glossymenu li ul li a {
	background-image: none!important; 
        color: #002e5f!important;
        
}
.glossymenu li ul a{
        width: 150px; 
/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu li a:visited {
	background-image: url(images/nav.jpg);
}
.glossymenu li a:active {
	background-image: url(images/nav.jpg);
}
.glossymenu li a:hover{
	background-image: url(images/nav-hover.jpg);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

#subnav1,
#subnav2,
#subnav3,
#subnav4 {
        margin: 0px 0px 5px 0px!important;
}
#sub-nav {
        margin: 0px 0px 20px 0px!important;
}
#content h1 {
	font-size: 22px;
	color: #002e5f;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
#content h2 {
	font-size: 18px;
	color: #777777;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px;
}
#content p {
	font-size: 14px;
	color: #002e5f;
	padding: 5px;
	margin: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}#content li {
	color: #002E5F;
	list-style-type: square;
	padding-bottom: 7px;
}
#content ul {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
}
#content a {
	color: #006699;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #002e5f;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #006699;

}
#footer #right-col {
	float: right;
	width: 400px;
	font-size: 10px;
	text-align: right;
	padding-right: 6px;
}
