body, form {
	margin: 10px 0 10px 0;
	padding:0;
	background:url(designimgs/design_r1_c2.gif);
	background-color: #3b3e47;
}

body, td, table {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 1.5em;
	vertical-align:top;
	color:#000000;
}

p {
	text-align: justify;
}

h1 {
	font: bold 18px Verdana, Tahoma, Arial;
	margin: 0 0 10px;
}

h2 {
	font: bold 12px arial, helvetica, sans-serif;
	color:#315c89;
}


a {
	color:#737272;
	text-decoration:underline
}
a:hover {
	text-decoration:none
}

b a {
	color:#4B4E4F;
	text-decoration:none
}

b a:hover {
	text-decoration:underline
}

b {
	color:#315c89
}

span b a {
	color:#4B4E4F;
	text-decoration:underline
}
span b a:hover {
	text-decoration:none
}

.dark {
	color:#727372;
	/* line-height:12px */
}
.dark span a {
	color:#4B4E4F;
	text-decoration:underline
}
.dark span a:hover {
	text-decoration:none
}
.list ul {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:17px
}
.list ul li {
	background:url(DesignImgs/list_marker.gif) top left no-repeat;
	padding:0 0 0 9px;
}
.list ul li a {
	color:#5B5D5E;
	font-weight:bold;
	text-decoration: underline
}
.list ul li a:hover {
	text-decoration: none
}
.left{ margin-left:15px}
.form input {
	width: 169px;
	height:19px;
	font-family:tahoma;
	font-size:11px;
	color: #646464;
	padding:2 0 0 6px;
	background-color:#FFFFFF
}
.form textarea {
	width:140px;
	height:101px;
	font-family:tahoma;
	font-size:11px;
	color:#646464;
	overflow:hidden;
	padding:2 0 0 6px;	
	background-color:#FFFFFF
}

.clear {
	clear:both;
}

#wrap {
	width:766px;
	margin:20px auto 0;
}

.container {
	width:766px;
}

#header {
	margin: 0 0 15px;
}

#logo {
	width:350px;
	float:left;
}

#topArea {
	width:416px;
	float:left;
	text-align:right;
	padding-top:25px;
}

#banner {
	margin:15px 0 10px;
	text-align:center;
}

#breadcrumb {
	margin:10px;
}


#leftBanner {
	background:url(DesignImgs/left_flash_bg.jpg) no-repeat left top;
	width:309px;
	height:477px;
	text-align:center;
	padding-top:80px;
	float:left;
}

#content {
	width:447px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}


#footer {
	background:url(Images/left.gif) no-repeat left top;
	background-color: rgb(239, 239, 239);
	height:117px;
	margin-bottom:20px;
}

#footer-wrap {
	background:url(Images/right.gif) no-repeat right top;
	width:100%;
	height:100%;
}

.privacy {
	color:#878787;
	margin: 44px 0 0 70px;
}
.privacy a {
	color:#878787;
	text-decoration:none
}
.privacy a:hover {
	text-decoration:underline
}
.style1 {font-size: 11px}
.footer { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer a:link { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer a:visited { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer a:hover { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: underline}

#linklist {
   vertical-align:top;
}

#linklist a {
   text-decoration: none;
}

.ulprdcat
{
float:none;
list-style:none;
/* font-size:12px; */
font-weight:bold;
margin-top:10px;
}
.liprdcat
{
list-style:none;
float:none;
font-weight:bold;
/* font-size:12px; */
margin-top:10px;
}

.ulprd
{
float:none;
list-style:none;
/* font-size:12px; */
margin-top:10px;
}
.liprd
{
list-style:none;
float:none;
/* font-size:12px; */
margin-top:10px;
}

#csssitemap ul ul 
{
margin-top:10px;
}

/**************** menu coding *****************/
#menu {
	width: 12em;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	height: 27px;	
}

#menu a, #menu h2 {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;	
	width: auto;
	text-align: left;
	height: 27px;
}

#menu h2 {
	background: url(DesignImgs/b.gif) no-repeat;
	color: #fff;
	text-transform: uppercase;
	
}

#menu a {	
	padding: 5px 3px 4px 30px;
	color: #315c89;
	text-decoration: none;
}

#menu a:hover {
	color: #60c6e8;
	height: 20px;
	background: url(DesignImgs/b_on.gif) no-repeat;
	padding: 5px 3px 2px 30px;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #FFF;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
 #menu ul li {float: left; width: 100%;}
<![endif]-->

<!--[if lt IE 7]>
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 12px arial, helvetica, sans-serif;
} 

<![endif]-->

/******* end if *******/


