/* CSS Document */

*{ margin:0;padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(bgtop.jpg) top repeat-x;
	font-size:85%;
	color:#333333;
	}

#outer {
	margin: 0 auto;
	width:940px;
	position:relative;
	}

a, 
a:link,
a:visited,
a:active {
	color:#333333;
	}
a:hover {
	color:#003366;
	}

h1 {
	font-size:110%;
	color:#003366;
	margin-bottom:15px;
	font-weight:bold;
	}
h2 {
	font-size:90%;
	color:#990000;
	margin-bottom:15px;
	font-weight:bold;
	}
h3 {
	font-size:90%;
	color:#003366;
         font-weight:bold;
	}
h5 {
	font-size:80%;
	color:#003366;
	}
p  {
	font-size:80%;
	margin-bottom:10px;
	line-height:16px;
	}
img {border:none}

/* HEADER */

#header {
	height:135px;
	}
#header h1 {
	font-size:120%;
         letter-spacing:0.05em;
	color:#990000;
	text-align:right;
	margin:60px 30px 0 0;
         float:right;
         font-weight:normal;
	}
#header img {
	margin:35px 0 0 30px;
	float:left;
	}

/* NAVIGATION */

#dropDown  {
	background: url(navstart.jpg) no-repeat;
	color:#fff;
	}
#navigationbg {
	background:url(navbg.jpg) repeat-x;
	}
#navigationend {
	background: url(navend.jpg) no-repeat right 0;
	height:50px;
	padding:15px 0 0 20px;
	}
#dropDown a, 
#dropDown a:link,
#dropDown a:visited,
#dropDown a:active { 
	color:#fff;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	padding:2px 0 2px 5px;
	display:block;
	}
#dropDown a span { 
	padding:2px 5px 2px 0;
	}
#dropDown a:hover {
	background:#20487B url(navleft.gif) left top no-repeat;
	}
#dropDown a:hover span {
	background:#20487B url(navright.gif) right top no-repeat;
	}
#dropDown ul{
   	margin:0;
   	padding:0;
   	list-style:none;
	}
#dropDown li {
   	float:left;
   	list-style:none;
   	padding:0 15px;
   	border-right:1px solid #cccccc;
	}
#dropDown li.dropDownEnd {
   	border-right:0px;
	}
#dropDown li ul {
   display:none;
   position:absolute;
   left:auto;
   top:auto;
   background-color:#FFF;
   width:180px;
   overflow:hidden;
}

#dropDown li ul.dropDownSub {
   background-color:#999999;
}

#dropDown li.over ul{
   display:block;
   clear:left;
}

#dropDown li.over li a,
#dropDown li.over li a:link,
#dropDown li.over li a:visited {
   font-size:90%;
   border-bottom:1px solid #cccccc;
   height:auto;
   width:180px;
   padding:5px 10px;
   color:#FFF;
   margin:0 -15px;
   text-decoration:none;
}

#dropDown li.over li a:hover{
   color:#fff;
   	background-image:none;
   }
	
/* HEADER IMAGE */

#headerimage {
	margin-bottom:20px;
	}
	
/* COLUMN LEFT */

#column-left {
	width:219px;
	float:left;
	}
#column-left .box1 {
	background:url(bgnews.jpg) no-repeat;
	height:29px;
	display:block;
	height:100%;
	}
#column-left .box1 h3 {
	font-size:90%;
	color:#fff;
	padding: 6px 0 0 10px;
	}
#column-left .box1 h4 {
	font-size:80%;
	color:#003366;
	padding: 13px 0 0 10px;
	}
#column-left .box1 p {
	font-size:80%;
	padding: 5px 10px 5px 10px;
         margin:0;
	}
#column-left .box1 p.date {
	font-size:80%;
	color:#666666;
	}
#column-left .box1 a.read {
	font-size:100%;
	color:#990000;
	font-weight:bold;
	padding-left:15px;
	background:url(read.gif) no-repeat 0 1px;
	text-decoration:none;
	}
#column-left .box1 a.read:hover {
	text-decoration:underline;
	}
#column-left .box1 ul {
	margin:10px 0 20px 0;
	}
#column-left .box1 li {
	list-style:none;
	font-size:80%;
	border-bottom:1px solid #CCCCCC;
	}
#column-left .box1 li a {
	color:#333333;
	text-decoration:none;
	display:block;
	padding:5px 10px;
	}
#column-left .box1 li a:hover {
	background-color:#EBF6FC;
	}
	
/* COLUMN BODY */

#column-body {
	width:445px;
	float:left;
	margin:0 28px;
	}
#column-body-fullwidth {
	width:690px;
	float:left;
	margin:0 0 0 28px;
	}
#column-body h1, #column-body-fullwidth h1 {
	font-size:110%;
	color:#003366;
	margin-bottom:15px;
	font-weight:bold;
	}
#column-body h2, #column-body-fullwidth h2 {
	font-size:90%;
	color:#990000;
	margin-bottom:15px;
	font-weight:bold;
	}
#column-body p, #column-body-fullwidth p  {
	font-size:80%;
	margin-bottom:10px;
	line-height:16px;
	}
#column-body ul, #column-body li, #column-body-fullwidth ul, #column-body-fullwidth li {
	list-style-type:disc;
/*	display:list-item; */
	margin-left:20px;
         font-size:90%;
	}
#column-body th, #column-body-fullwidth th {
font-size:80%;
}
#column-body tr, #column-body-fullwidth tr {
font-size:100%;
}

/* COLUMN RIGHT */

#column-right {
	width:218px;
	float:left;
         margin-top:30px;
	}
#column-right h3, #column-left h3 {
	font-size:100%;
	color:#003366;
	padding: 0 0 0 10px;
	}
#column-right h4, #column-left h4 {
	font-size:80%;
	color:#003366;
	padding: 15px 0 0 10px;
	}
#column-right p.date, #column-left p.date {
	font-size:80%;
	color:#666666;
	padding: 0 0 0 10px;
	}
#column-right .case, #column-left .case  {
	background:url(bgcase.jpg) no-repeat;
	color:#fff;
	margin-top:30px;
	height:116px;
	padding:12px 75px 0 10px;
	}
#column-right .case h3, #column-left .case h3 {
	font-size:110%;
	margin-bottom:10px;
	color:#ffffff;
	padding:0;
	}
#column-right .case p, #column-left .case p {
	font-size:80%;
	}
#column-right .case a, #column-left .case a {
	color:#fff;
	}
#column-right .case a:hover, #column-left .case a:hover {
	color:#003366;
	}
#column-right h5 {
	font-size:80%;
	color:#003366;
         margin-bottom:10px;
	}
#column-right img {
         float:right;
         }
#column-right p {
         font-size:80%;
}

/* SITEMAP */

#sitemap {
	margin-left:50px;
	}
#sitemap ul li {
	margin-top:15px;
	list-style-type:none;
	font-size:90%;
	}
#sitemap ul li a {
	font-weight:bold;
	text-decoration:none;
	}
#sitemap ul li li {
	margin:5px 0 5px 20px;
	list-style-type:none;
	}
#sitemap ul li li a {
	color:#003366;
	font-size:100%;
	margin:5px 0 5px 15px;
	}
#sitemap ul li li li a {
	color:#003399;
	font-size:100%;
	font-weight:normal;
	margin:5px 0 5px 15px;
	}
#sitemap a:hover {
	color:#666666;
	}

/* FORM */

form {
	margin-top:20px;
	}
form div {
	clear:both;
	border:1px solid white;
	}
label {	
	display:block;
	width:130px;
	height:27px;
	padding:8px 5px 0 0;
	background-color:#EBF6FC;
	color:#003366;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	float:left;
	}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:283px;
	}
form div span {
	display:block;
	float:left;
	width:295px;
	height:28px;
	padding:7px 0 0 5px;
	margin-left:2px;
	background-color:#E1F0F9;
	}
.button {
	width:100px;
	margin-top:10px;
	margin-left:152px;
	}

/* NEWS SCROLL */

#news-scroll {
	background:url(bgcrmnews.gif) no-repeat;
	padding:10px 5px;
	height:148px;
	}
#news	{
	width:210px;
	
	}
#news ul {
	margin:0 10px;
	list-style:none;
	}
#news li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	margin:0 0 15px 0;
	}
#news a {
         text-decoration:none;
         color:#003366;
}
#news p.date {
         font-size:90%;
	color:#666666;
         margin-left:-10px;
}
#news a:hover {
        color:#666666;
}

/* the news box when JavaScript is available */
#news.hasJS {
	height:120px;
	overflow:hidden;
	position:relative;
	margin:15px 0;
	}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
	position:absolute;
	top:110px;
	left:0;
	}

/* FOOTER */

#footer {
	border-top:1px solid #CCCCCC;
	clear:both;
	font-size:90%;
	color:#666666;
	padding:5px 0;
	margin:20px 0;
	}
#footer .copyright {
	float:left;
	}
#footer .links {
	float:right;
	}
#footer .links a {
	color:#666666;
	text-decoration:none;
	}
#footer .links a:hover {
	text-decoration:underline;
	}














