body {
	background: #003E6C;
	margin: 20px 0;
	padding: 0;
}

body, p, td, th, ul, li, form, input, textarea, select {
	font-family: "Verdana",sans-serif;
	font-size: 11px;
	line-height: 18px;
}

p, ul, quote, form, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 8px 0;
}

ul, ol {
	list-style-position: inside;
}

img {
	border: 0;
}

h1 {
    color: #006699;
    font-family: Arial,Verdana;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

h2 {
    color: #336699;
    font-family: Verdana,Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 4px 0 0;
    text-transform: uppercase;
}

hr {
    background-color: #FFFFFF;
	border: none;
	border-bottom: 1px dotted #B2B2B2;
    color: #FFFFFF;
    display: block;
    margin: 10px 0;
    padding: 0;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/* copy from old site */
a.more {
    background-image: url("../_images/arrowred.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #CC0000;
    font-size: 10px;
    padding: 0 0 0 15px;
}

a {
    color: #003366;
    font-family: Verdana,Arial;
    font-size: 11px;
    text-decoration: none;
}

img.left {
    margin: 5px 15px 0 0;
	float: left;
}

img.right {
    margin: 5px 0 0 15px;
	float: right;
}

#borderImg, .borderImg {
    border: 1px solid #999999;
    margin-right: 24px;
    margin-top: 5px;
    padding: 4px;
}

ul.inside, ol.inside {
    list-style-position: inside;
}

p, ul, ol {
    line-height: 18px;
    margin: 0;
    padding: 5px 18px 5px 0;
}

ul {
    padding-left: 15px;
}

td {
    margin: 0;
    padding: 5px 5px 5px 0;
    vertical-align: top;
}
/*************** Notifications ***************/
.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('../_images/icons/exclamation.png') 10px 11px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../_images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.success {
                background: #d5ffce url('../_images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.error {
                background: #ffcece url('../_images/icons/cross_circle.png');
                border-color: #df8f8f;
                color: #665252;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/*************** Template ***************/
#areaContainer {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: URL("../_images/bg_arrowdown.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#areaHeader {
	background-image: URL("../_images/logo_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 98px;
}

#areaLogo {
	position: absolute;
}

#areaMainNav {
	background-image: URL("../_images/nav_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	height: 34px;
	padding: 0 0 0 0;
}

#areaMainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-left: 80px;
}
#areaMainNav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#areaMainNav a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 19px 0 15px;
	height: 27px;
}
#areaMainNav a:hover, #areaMainNav a.actived {
	background-image: URL("../_images/nav_bg_over.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}
#areaMainNav a span, #areaMainNav a span {
	padding-left: 12px;
}
#areaMainNav a:hover span, #areaMainNav a.actived span,
#areaMainNav li:hover a span
{
	background-image: URL("../_images/nav_over.jpg");
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#areaMainNav ul li:hover a {
	background-image: URL("../_images/nav_bg_over.jpg");
}
#areaMainNav ul li:hover a span {
	background-image: URL("../_images/nav_over.jpg");
}
#areaMainNav ul li .subMenus {
	position: relative;
}
#areaMainNav ul li ul {
	padding: 0;
	position: absolute;
	width: 99%;
	display: none;
	text-align: left;
}
#areaMainNav ul li div.menu-3 ul {
	width: auto;
}
#areaMainNav ul li ul li {
	float: none;
	clear: both;
	padding: 0;
}
#areaMainNav ul li:hover ul li a {
	background-image: none;
}
#areaMainNav ul li ul li a {
	white-space: nowrap;
	text-transform: none;
	font-weight: normal;
	background-image: none;
    background-color: #E1E5E5;
    color: #666666;
    display: block;
    font-size: 11px;
    padding: 5px 15px 8px;
	height: auto;
	border-bottom:1px solid #FFFFFF;
}
#areaMainNav ul li ul li a span {
	padding: 0;
}
#areaMainNav ul li ul li a:hover {
	background-image: none;
	color: #C00;	
}

#areaBanner {
	height: 200px;
}
#areaBanner img, #areaBanner ebmed {
	display: block;
	margin: 0;
	padding: 0;
}

#areaFooter {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
#areaFooter .legend {
	background-color: #999;
	color: #CCC;
	padding: 2px 0;
}
#areaFooter .links {
	background-color: #EB2D2E;
	color: #CCC;
	padding: 2px 0;
}
#areaFooter .links a {
	font-size: 11px;
	text-decoration: none;
	color: #CCC;
}
#areaFooter .links a.actived, #areaFooter .links a:hover {
	color: #FFF;
}
#areaFooter .year40 {
	text-align: right;
	padding: 0 35px 10px 0;
}

#areaKicker {
	width: 179px;
	position: absolute;
}

#areaLeftMenus {
	background-image: URL("../_images/bg_leftarea_nav.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 170px;
	padding-top: 50px;
}
#areaLeftMenus ul, #areaLeftMenus ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#areaLeftMenus a {
    background-image: url("../_images/bg_leftnav.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #FFFFFF;
    display: block;
    font-family: Verdana,Arial;
    font-size: 13px;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
	line-height: 16px;
}
#areaLeftMenus a:hover {
	color: #CCC;
}

#areaBody {
	margin-left: 179px;
    min-height: 800px;
	_height: 800px;
    padding: 20px 72px 20px 30px;
	width: 718px;
}

.home #areaBody {
    padding: 25px 70px 20px 30px;
	width: 720px;
}

#kickerBody {
    text-align: center;
}
#kickerBody p {
    line-height: 16px;
    margin: 0;
    padding: 4px 8px;
    text-align: left;
}
#kickerBody img {
    margin: 6px 0 4px;
    padding: 0;
}

.button {
    background: url("../_images/bg_button.gif") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font: 12px Verdana;
    height: 26px;
    margin: 0;
    padding: 0;
    width: 67px;
	cursor: pointer;
}
label span {
	color: #F00;
}

/* For addon_sitemap.php */
.sitemap-1 {
	font-weight: bold;
	padding: 5px 0;
}

.sitemap-2 {
	padding: 5px 0 5px 15px;
	list-style-type: none;
}
#signature {
	width:1000px;
	color:#999;
	text-align:center;margin:0 auto;
}
#signature * {
	text-decoration:none;
	color:#999999;
	font-size:10px;
	text-align:center;
	
}

