
/* --------------------------------------------------------- */
/* Main settings            :                                */
/* --------------------------------------------------------- */


body{
    background: #5b87ad;
}

#wrapper img {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper a {
	color: #ffffff;
}

#wrapper a:hover, a:visited{
	color: #ffffff;
}

#wrapper h1, h2, h3, h4, h5, h6, p {
	text-decoration:none;
}

#wrapper h1 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#wrapper h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#wrapper p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px
}
#wrapper ul, ol {
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
    margin: auto;
    margin-bottom:15px;
}

/* --------------------------------------------------------- */
/* Site main building blocks:                                */
/* --------------------------------------------------------- */

#wrapper {
	width:100%;
    margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
}

#container {
	background: transparent url(../images/containerbg.jpg) repeat-y scroll left top;
	width: 980px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#topperhead {
	background: #5b87ad url(../images/topperbg.jpg) no-repeat scroll left bottom;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 10px;
	text-align: left;
}

#topper {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100px;
	text-align: left;

}

#logo {
	background:transparent url(../images/naplogo.jpg) no-repeat scroll right bottom;
	float:left;
	height:90px;
	margin:5px 20px 0;
	width:100px;
}

#title {
	float: left;
	padding: 22px 0 0;
	width: 400px;
	height: 70px;
	vertical-align: middle;
}

#title h1{
	margin: 0;
	padding: 0;
	color: #00ADEF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 34px;
	font-size: 40px;
	text-transform: uppercase;	
}

#title h2 {
	text-indent: 5px;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 24px;
	font-size: 20px;
	color: #5b87ac;
}

#menu {
	background: #000 url(../images/menubg.gif) left top repeat-x scroll;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 37px;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 244px;
}

#defaultHeader {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100px;
	background: transparent url(../images/defaultheaderbg.jpg) repeat scroll left top;
}

/* --------------------------------------------------------- */
/* If we use language selectors, we use these styles:        */
/* --------------------------------------------------------- */

#langselectTXT {
	float: right;
	width: 120px;
	height: 12px;
	font-size: 80%;
	line-height: 28px;
	color: #000;
	text-align: right;
	padding-right: 14px;
}

#langselectTXT a, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

#langselectTXT a:hover{
	text-decoration: underline;
	color: #149BE2;
}

#langselectTXT .current {
	color: #149BE2;
}


/* --------------------------------------------------------- */
/* Midsection: HOME columns layout                           */
/* --------------------------------------------------------- */


#midsection {
	background: #FFF url(../images/TEMPmidsectionbg.jpg) repeat-x scroll left top;
	margin: 0 10px;
	padding: 0;
	width: 960px;
	height: 375px;
	border-top: 5px solid #000;
}

#midsection ul {
	margin:0;
	padding:0;
}

#midsection li {
	display:inline;
	float: left;
	width: 227px;
	height: 355px;
	position: relative;
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
	overflow: hidden;
	text-align: left;
}

#midsection li p {
	margin: 10px 15px 0 15px;
	font-family: Arial, "lucida console", sans-serif;
	font-size: 12px;
}

#midsection h2 {
	width: 195px;
	margin: 26px 0 0 15px;
	padding-bottom: 10px;
	color: #000;
	font-family: Arial, "lucida console", sans-serif;
	font-weight: bold;
	font-size: 24px;
}

#midsection a {
	color: #fff;
	text-decoration: underline;
}

#midsection .white a {
	color: #149be2;
	text-decoration: underline;
}

.columnlist {
	width: 195px;
	margin-top: 10px !important;
}

#midsection .columnlist li {
	background: transparent url(../images/arrow.gif) no-repeat 0 0.8em; 
	height: auto;
	display: list-item;
	float: left;
	width: 195px;
	list-style-type: none;
	margin: 0 17px;
	padding: 0;
	overflow: visible;
	text-align: left;
	padding-left:20px;
}


/* ---------------------------------- */
/* Images                             */
/* ---------------------------------- */

#midsection img {
	position: relative;
	display:block;
	background: #000;
	margin: 10px 15px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	border: 1px solid #464646;
}

#contentsection img {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 6px;
	margin-bottom: 20px;
}

/* ---------------------------------- */
/* Floats: Used for images            */
/* ---------------------------------- */


.left {
	float: left;
	margin: 0 10px 0 0;
}

.right {
	float: right;
	margin: 0 0 0 10px;
}

/* ---------------------------------- */
/* All backgrounds for the columns    */
/* ---------------------------------- */

#midsection .blue {
	background: transparent url(../images/homelibgblue.gif) no-repeat scroll left top;
}

#midsection .grey {
	background: transparent url(../images/homelibggrey.gif) no-repeat scroll left top;
}

#midsection .white {
	background: transparent url(../images/homelibgwhite.gif) no-repeat scroll left top;
}

/* ---------------------------------- */
/* All bottom borders for column h2's */
/* ---------------------------------- */

#midsection .blue h2 {
	background: transparent url(../images/h2borderblue.gif) repeat-x bottom left;	
}

#midsection .grey h2 {
	background: transparent url(../images/h2bordergrey.gif) repeat-x bottom left;	
}

#midsection .white h2 {
	background: transparent url(../images/h2borderwhite.gif) repeat-x bottom left;	
}


/* --------------------------------------------------------- */
/* Contentsection: DEFAULT layout content                    */
/* --------------------------------------------------------- */

#contentsection {
	background: #FFF url(../images/contentsectionbg2.jpg);
	border-top: 5px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 960px;
}

/* ---------------------------------- */
/* Left column (submenu col)          */
/* ---------------------------------- */

#leftcol {
	float:left;
	width: 228px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

#leftcoltop {
	display:block;
	height:24px;
	margin:14px 0 14px;
	padding:0 20px;
	width:188px;
}

#leftcoltop h1{
	color: #149BE2;
	padding: 0 0 0 10px;
}


/* ---------------------------------- */
/* Main content                       */
/* ---------------------------------- */

#maincol {
	float: right;
	width: 732px;
	text-align: left;
    min-height: 500px;
}

/* ---------------------------------- */
/* Content CMS block                  */
/* ---------------------------------- */

#contCMSblock {
	float: left;
	padding: 10px 20px;
}

#contCMSblock h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#contCMSblock h1 {
	background: transparent url(../images/dotted.gif) repeat-x scroll bottom center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 9px;
	margin: 0 0 10px;
}

#contCMSblock p {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	overflow: hidden;
}

#contCMSblock a, a:active, a:visited {
	color: #149BE2;
	text-decoration: underline;
}

#contCMSblock a:hover{
	color: #149BE2;
	text-decoration: underline;
}

/* ---------------------------------- */
/* Breadcrumb                         */
/* ---------------------------------- */

#breadcrumb {
	font-size: 11px;
	font-weight: normal;
	height: 24px;
	padding: 14px 20px 6px 20px;
	color: #149BE2;
	line-height: 10px;
}

#breadcrumb a, a:active, a:visited {
	color: #149BE2  !important ;
    text-decoration:none;
}

#breadcrumb a:hover {
	color: #000000  !important ;
	text-decoration: underline;
}

/* --------------------------------------------------------- */
/* Footer                                                    */
/* --------------------------------------------------------- */

#footer {
	background:  url(../images/footerbg.jpg) no-repeat scroll left top;
	width: 980px;
	height: 34px;
	text-align: right;
	margin: 0 auto;
}

#footermid {
	color: #fff;
	width: 960px;
	height: 34px;
	text-align: right;
	margin: 0;
	padding-top: 5px;
	padding-right: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#footermid a {
	color: #FFF;
	text-decoration: none;
}

#footermid a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* --------------------------------------------------------- */
/* Front admin                                               */
/* --------------------------------------------------------- */

.frontadmin {
    float:right;
    display: block;
    text-align: right;
    margin: 5px 5px 0 0 ;
    width: 16px;
    height: 16px;
    z-index: 200;
    background: url(../../images/icons/page_edit.png) top right no-repeat;
}

