/* ======================================= */
/* HTML ENTITIES                           */
/* ======================================= */

html, body {
    margin: 0px;
}
body {
    /*background: url(images/body.gif) repeat-x #0aa2f5;*/
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

/* ======================================= */
/* ENTITIES                                */
/* ======================================= */

#container {
    /*background: url(images/position_bg.gif) repeat-x #0aa2f5;*/
    width: 780px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
    position:relative;
}

#left {
    float: left;
    width: 180px;
    overflow: hidden;
}

#content {
	position:relative;
	top: 190px;
    width: 780px;
    height: auto !important;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;

}
#top {
	position:absolute;
	width: 762px;
    height: 172px;
    background-image: url(images/HeaderBack.gif);
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 5px;
    text-align: center;
    z-index: 2;
}


#bottom-outer {
    clear: both;
    margin-top: 190px;
    padding: 10px 10px 0px 10px; /* t r b l */
}
#bottom-inner {
	width: 780px;
	background-color: #004494;
    height: 60px;
	padding-top: 10px;
    border-top: 1px solid #fff;
}
a:link, a:visited, a:hover {
    color: #004494;
}

/* --------------------------------------- */
/* --------------------------------------- */
/* logo tile                               */
.pagetop {
    float: left;
	width: 139px;
    height: 77px;
    /*background-image: url(images/logo.png);*/
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    margin: 10px 0px 0px 160px !important;  /* t r b l */
    margin: 10px 0px 0px 90px;  /* t r b l */
    text-decoration:none;
    cursor: pointer;
    display: block;
}
.pagetop span {
	display: none;
}

.pagetop a:link,
.pagetop a:visited,
.pagetop a:hover {
	color: #fff;
}

/* Menu tile                           */
.menu {
	margin: 10px 0px 0px 0px !important;  /* t r b l */
	margin: 10px 0px 0px 0px;  /* t r b l */
    font-size: 13px;
    font-weight: bold;
    color: #004494;
    overflow: hidden;
    text-align: left;
}

.menu-root{
	width:auto;
	padding-left: 6px;
	padding-right: 2px;
	margin: 1px;
	margin-left: 0px;
	float: right;
}

.menu-root ul{
	padding: 0px;
	margin: 0px;
}

.menu-root li{
	list-style-type: none;
	border-bottom: solid 1px #fff7b8;
}
.menu-subcategory a:hover{
	border-bottom: solid 2px #c2e8f7;
}


.menu-subcategory{
	text-align: left;
	padding: 2px;
	color: #fff;
	background-color: #fff7b8;

}

.menu a:link,
.menu a:visited,
.menu a:hover {
	color: #004494;
	text-decoration: none;
}
.menu-subcategory a:link,
.menu-subcategory a:visited,
.menu-subcategory a:hover {
	padding: 0px;
	margin: 1px;
}

/*Footer tile */
.banner-article,
.banner-article a:link,
.banner-article a:visited,
.banner-article a:hover {
	color: #fff;
}
.banner-article a:visited,
.banner-article a:link{
	text-decoration: none;
}


li.userrequest-list-entry {
	padding: 4px;
	padding-right: 10px;
    margin: 10px;
}
.userrequest-list-seperator{
    background-image: url(images/seperator.gif);
    background-repeat: no-repeat;
    width: 103px;
    height: 31px;
    margin-left: 10px
}

/* Two Column country display*/
#twocol_articledisplay{
    margin-left: auto;
    margin-right: auto;
}


#firstcol, #secondcol{
	margin: 30px;
	float: left;
	width: 306px;
}
#firstcol .content, #secondcol .content{
	padding-left: 10px;
	padding-right: 10px;
}
#firstcol{
 	background-color: #c2e8f7;
}
#firstcol .top{
	position: relative;
	width: 306px;
	height: 12px;
	background-image: url(images/roundedtopblue.gif);
    background-repeat: no-repeat;
}

#firstcol .bottom{
	margin-top: 12px;
	width: 306px;
	height: 12px;
	background-image: url(images/roundedbottomblue.gif);
    background-repeat: no-repeat;
}

#secondcol{
 	background-color: #fffce4;
}
#secondcol .top{
	padding: 0px;
	width: 306px;
	height: 12px;
	background-image: url(images/roundedtopyellow.gif);
    background-repeat: no-repeat;
}

#secondcol .bottom{
	margin-top: 12px;
	width: 306px;
	height: 12px;
	background-image: url(images/roundedbottomyellow.gif);
    background-repeat: no-repeat;
}