
/* td img {
	display: block;
	} */

body {
	background-color: #a7cbe7;
}

#container{
	width: 900px;
	margin: 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	/* font-weight: bold; */
}

#header{
position:relative;
	height: 135px;
	background-image:url(images/web-header2.gif);
	background-repeat:no-repeat;
}

#logo{
	float:left;
	height: 105px;
	margin-top:10px;
	padding-left:25px;
}

/* Menu */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #e3d084;
	width: 635px;
	position:absolute;
	top: 80px;
	left: 232px;
}	

#menu-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	width: 530px;
	float:left;
	margin-top:20px;
	margin-right: 10px;
	text-align:left;
}

#menu-small img {
	margin-right: 5px;
}

ul#menu-nav {
	list-style: none;
	padding: 0;
	margin-top: 7px;
	white-space: nowrap;
}
ul#menu-nav li	{
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	white-space: nowrap;
	margin-right: 1px;	
}

ul#menu-nav li a {
	font-weight: normal;
	height: 20px;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	color: #000000;
	margin-left: 3px;
	white-space: nowrap;
	font-weight: bold;
}
ul#menu-nav li span a {
	color: #ffffff;
}

ul#menu-nav li a:hover {
	color: #ffffff;
}

#content-container {
	position: relative;
	width: 900px;
	height: 475px;
}

/* Content Right Side */	
	
#transbox {
	position:absolute;
	left:500px;
	top:51px;
	width:375px;
	height:393px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    /* background-image: none;                             IE only */
    /* background-color: #ffffff;                          IE only */
    /* filter:alpha(opacity=81);                           IE only */
}

#content {
	position:relative;
	left:10px;
	top:2px;
	width:355px;
	height:382px;
	overflow: auto;
	padding-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight: bold;
}

.icongroup1{
}

#windowshade {
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	left:500px;
	top:25px;
	width:375px;
	height:26px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    /*background-image: none;                              IE only */
    /*background-color: #ffffff;                           IE only */
    /*filter:alpha(opacity=81);                            IE only */
}

#windowshade h1 {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008cd2;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
	float: left;
	clear: none;
}
	
.iconspan {
	margin-right: 12px;
	margin-top: 6px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	float: right;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #008cd2;
	text-align: left;
	line-height: 1.3em;
}

#content a:hover {
	color: #008cd2;
}

/* Content Left Side */

#windowshadeleft {
	position:absolute;
	margin-top:0px;
	left:25px;
	top:25px;
	width:375px;
	height:26px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    /*background-image: none;                              IE only */
    /*background-color: #ffffff;                           IE only */
    /*filter:alpha(opacity=81);                            IE only */
}

#windowshadeleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008cd2;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
	float: left;
	clear: none;
}	
	
#transboxleft {
	position:absolute;
	left:25px;
	top:51px;
	width:375px;
	height:393px;
	background-image: url(images/translucent.png) !important;  /* Mozilla only */
	background-repeat: repeat !important;				/* Mozilla only */
    background-color: transparent !important;           /* Mozilla only */
    /*background-image: none;                              IE only */
    /*background-color: #ffffff;                           IE only */
    /*filter:alpha(opacity=81);                            IE only */
}

* html #transboxleft,#transbox{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”images/translucent.png”, sizingMethod=”scale”);
}

#contentleft {
	position:relative;
	left:10px;
	top:2px;
	width:355px;
	height:382px;
	overflow: auto;
}


#contentleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
}

#contentleft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #008cd2;
	text-align: left;
	line-height: 1.3em;
}

#contentleft a:hover {
	color: #008cd2;
}

#content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 1.1em;
}

#content table.form {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

#contentleft table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
}

#contentleft table.form {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

/* Footer */

div#footer{
	text-align:right;
	margin-top: 5px;
	font-size: 16px;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
}
	
#footer a, .copyright a {
	text-decoration: none;
	color: #11a0db;
}
	
#footer a:hover, .copyright a:hover {
	color: #000000;
}
	
.copyright    {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
}
