/*/////////////////////////////////////*/
/* Blade Pack Theme                    */
/* MIS                                 */
/* Custom theme by smiffy6969          */
/* ----------------------------------- */
/* This theme is not offered under any */
/* licence, and remains the property   */
/* of Morgan Integrated Systems Ltd.   */
/* Use of this theme is strictly       */
/* prohibited under copyright to       */
/* Morgan Integrated Systems Ltd.      */
/* ----------------------------------- */
/* 18-06-08                            */
/*/////////////////////////////////////*/

/*------------*/
/* GLOBAL TAG */
/*------------*/

* {
	margin: 0px;
	padding: 0px;
}

/*----------------*/
/* MAIN FRAMEWORK */
/*----------------*/

body {
	/*background: url(mainback.png) left top repeat;*/
	background-color: #000;
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
}

#pageframe {
	background: url(headermid.gif) top repeat-x;
	width: 950px;
	margin: 0px auto 0 auto;
}

#header {
	background: url(headerr.gif) right top no-repeat;
	height: 235px;
        position: relative;
}

#main {
	width: 950px;
	padding: 0px;
}

#footer {
        padding-top: 2px;
	height: auto;
        width: 100%;
	border-top: 2px solid #e85c00;
        float: left;
        position: relative;
        bottom: -30px;
}

#links {
	width: 950px;
	margin: 0px auto 0 auto;
	background-color: #e85c00;
        float: left;
}

/*-----------*/
/* ROOT TAGS */
/*-----------*/

h1 {
	font-size: 25px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
        font-weight: normal;
}

h2 {
	font-size: 16px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
        font-weight: normal;
	padding: 0px 5px 6px 0px;
}

h3 {
	font-size: 16px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
        font-weight: normal;
}

p {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
}

a {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
	color: #ff6600;
	text-decoration: none;
	border: 0px;
}

a:hover {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #ff6600;
	text-decoration: none;
	border: 0px;
}

ul {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
}

li {
	font-size: 12px;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: lowercase;
        color: #dddddd;
}

/*----------------------*/
/* SITE NAME AND SLOGAN */
/*----------------------*/

.sitename, .sitename:hover {
	width: auto;
	display: block;
	text-align: left;
	clear: both;
	padding: 47px 0px 0px 0px;
	color: #ffffff;
	font-size: 25px;
        font-weight: normal;
	font-family: Helvetica, Verdana, sans-serif;
        float:left;
}

#slogan {
	width: auto;
	display: block;
	text-align: left;
	font-size: 16px;
        font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: none;
        float:left;
        clear: left;
}

/*-----------------*/
/* CONTENT SECTION */
/*-----------------*/

#contentmid {
	width: 950px;
	padding: 0px 0px 0px 0px;
	float: right;
}


#content {
	width: 690px;
	padding: 0px;
        float: left;
}

#contentleft {
	width: 325px;
	padding: 0px;
        float: left;
}

#contentright {
	width: 325px;
	padding: 0px;
        float: right;
}

#contentfull {
	width: 700px;
	padding: 0px;
        float: left;
}

#content h1 {
        margin-top: 0px;
	margin-bottom: 15px;
	display: block;
	color: #ffffff;
}

#content h2{
        margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 35px;
        height: 30px;
	display: block;
	background: url(h2.gif) left top no-repeat;
	color: #26c6ae;
}

#content h3 {
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 0px;
        height: 30px;
	display: block;
	color: #ffffff;
}

#content p {
	margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 10px;
	line-height: 20px;
    color: #dddddd;
}

#content a:hover {
}

#content table {
	margin: 1px;
    padding: 1px;
	width: 90%;
	border: 1px solid #dddddd;
    background-color: #333333;
}

#content th {
	padding: 5px 15px 5px 15px;
	color: #dddddd;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

#content td {
	color: #dddddd;
	padding: 5px 15px 5px 15px;
}

#content blockquote {
	padding: 8px 8px 0 35px;
	background: url(quote.png) 5px 5px no-repeat;
	background-color:  #eeeeee;
	font-size: 14px;
	font-weight: normal;
	font-family: serif, Palatino ;
	display: block;
	border: solid 1px #dddddd;
}

#content ul {
	margin-left: 25px;
    padding-left: 5px;
    padding-right: 10px;
}

#content ol {
	margin-left: 25px;
}

#content li {
	padding: 3px;
}

#content .leftalign {
	margin: 8px;
	padding: 5px;
	display: block;
	float: left;
}

#content .rightalign {
	margin: 8px;
	padding: 5px;
	display: block;
	float: right;
}

.contentnav {
	margin-bottom: 20px;
	height: 26px;
}

.contentnav ul {
	padding: 6px 0px 0px 0px;
	list-style: none;
}

.contentnav li {
	margin: 0;
	padding: 0px;
	display: inline;
}

.contentnav ul li a, .contentnav ul li a:visited, .contentnav ul li a:active {
	padding: 4px 10px 6px 10px;
	color: #444444;
    height: 2.5em;
	text-decoration: none;
}

.contentnav ul li a.active {
	color: #111111;
	background-color: #ffffff;
	text-decoration: none;
}

.contentnav ul li a:hover {
	color: #111111;
	background-color: #eeeeee;
	text-decoration: none;
}

.contentnav ul li a.active:hover {
	color: #111111;
	background-color: #ffffff;
	text-decoration: none;
}
.textfield {
	margin: 3px 3px 3px 30px;
	padding: 3px;
	display: block;
	width: 50%;
	border: 1px solid #CBE0E7;
	background: #E9F2F5;
}

input, textarea {
	border: 1px solid #dddddd;
    background-color: #bbbbbb;
}

label {
	margin: 3px;
	padding: 5px;
	display: block;
	font-weight: bold;
}

.button {
	padding: 0px;
	margin: 3px;
	display: block;
	border: 1px solid #9DC6D2;
	color: #000000;
	background: #E9F2F5;
}

.noshow {
	display: none;
}

.clear {
	clear: both;
}

.audio {
	height: 40px;
}

.pip {
    width: 60px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    float: right;
    display: block;
}

.pip a {
    width: 60px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-image: url(newpip.jpg);
    background-repeat: no-repeat;
}

.pip a span {
    display: none;
}

.loc8or {
    margin: 0px 0px 0px 5px;
    float: left;
}

.loc8or img, .lo8or a img {
    border: none;
}

.contentpicright {
    margin: 6px;
    padding: 2px;
    float: right;
    border: 2px solid #26c6ae;
}

.contentpicleft {
    margin: 6px;
    padding: 3px;
    float: left;
}

/*----------------*/
/* TOP NAVIGATION */
/*----------------*/
/* ######################################################### */
/* ######################################################### */
/* Topnav css */
/* ######################################################### */
/* ######################################################### */

#topnav {
    margin: 40px 0px 0px 0px;
    padding: 0px;
    width: 944px;
    background-image: url(images/navbar.jpg);
    background-position: center;
    background-repeat: repeat-x;
    text-align: left;
    float: left;
}


#topnav ul, #topnav ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}


#topnav ul a {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: auto;
    height: auto;
    color: #e85c00;
    text-decoration:none;
    font-size: 120%;
}

#topnav ul li a:hover {
    color: #0c93cd;
    background-image: none;
}

#topnav a.active {
    color: #0c93cd;
}

#topnav a.active:hover {
    color: #0c93cd;
    background-image: none;
}

#topnav ul li ul li a{
    color: #e85c00;
}

#topnav ul li ul li a:hover {
    color: #0c93cd;
}


/* top level non hover property */
#topnav ul li {
    float: left;
    width: auto;
    height: auto;
}


#topnav ul li ul{
    position: absolute;
    left: -999em;
}


/* top level hover property */
#topnav ul li:hover, #topnav ul li.hoverfix {
    float: left;
    width: auto;
    background-image: none;
    height: auto;
}


/* Drag in 2nd level menu */
#topnav ul li:hover ul, #topnav ul li.hoverfix ul {
    left: auto;
    background: #000000;
    opacity: 0.9;
    z-index: 2;
}


/* 2nd level non hover property */
#topnav ul li:hover ul li, #topnav ul li.hoverfix ul li {
    clear: left;
    background-image: none;
    height: auto;
    border: 0px;

}

/* 2nd level hover property */
#topnav ul li:hover ul li:hover, #topnav ul li.hoverfix ul li.hoverfix {
    clear: left;
    background-image: none;
    height: auto;
    border: 0px;
}

/*---------*/
/* SIDEBAR */
/*---------*/

#sidebar {
        width: 250px;
        margin-top: 20px;
        padding-bottom: 0px;
        height: auto;
	background: url(sidemid.jpg) left top repeat-y;
        float: right;
}

#sidebarmid {
        margin: 0px 0px 0px 0px;
        padding: 8px 8px 8px 8px;
	background: url(sidetop.jpg) left top no-repeat;
}

#sidebarmid h2 {
	display: block;
	color: #26c6ae;
        height: 30px;
        margin: 3px 0px 0px 3px;
	padding-top: 3px;
        padding-left: 65px;
	background: url(sh2.png) left top no-repeat;
	text-transform: lowercase;
}

#sidebarmid p {
	padding-left: 0px;
	padding-right: 5px;
    color: #dddddd;
}

#sidebarbot {
	background: url(sidebot.jpg) left bottom no-repeat;
}

#sidebarmid a img.icon {
        margin: 8px;
	border: none;
        background-color: #e85c00;
}

#sidebarmid a:hover img.icon {
	border: none;
        background-color: #0c93cd;
}

/*--------------------*/
/* SIDEBAR NAVIGATION */
/*--------------------*/

#sidenav {
	float: left;
	width: 190px;
}

#sidenav ul {
	list-style: none;
	font: bold 14px Helvetica, Verdana, sans-serif;
}

#sidenav li {
	padding: 0px 0px 0px 0px;
	display: block;
	height: 28px;
	margin: 0px;
}

#sidenav h2 {
	display: block;
	padding: 6px 5px 6px 25px;
	color: #ff6633;
	text-transform: uppercase;
}

#sidenav a {
	padding: 4px 0px 0px 16px;
	height: 26px;
	display: block;
	color: #333333;
}

#sidenav a:hover, #sidenav a.active {
	color: #ff6600;
}

/*-------------------*/
/* FOOTER NAVIGATION */
/*-------------------*/

#footerbrace {
	width: 950px;
	margin: 0px auto 0px auto;
}

#footerright {
    float: right;
}

#footer p {
	padding-top: 40px;
	display: block;
        clear: left;
	text-align: center;
    color: #dddddd;
}

#footer p a {
    color: #e85c00;;
}


#footer ul, #footer ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}


#footer ul a {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: auto;
    height: auto;
    color: #e85c00;
    text-decoration:none;
}

#footer ul li a:hover {
    color: #e85c00;
    background-image: none;
}

#footer a.active {
    color: #e85c00;
}

#footer a.active:hover {
    color: #e85c00;
    background-image: none;
}

#footer ul li ul li a{
    color: #e85c00;
}

#footer ul li ul li a:hover {
    color: #e85c00;
}


/* top level non hover property */
#footer ul li {
    float: left;
    width: auto;
    height: auto;
}


#footer ul li ul{
    position: absolute;
    left: -999em;
}


/* top level hover property */
#footer ul li:hover, #footer ul li.hoverfix {
    float: left;
    width: auto;
    background-image: none;
    height: auto;
}


/* Drag in 2nd level menu */
#footer ul li:hover ul, #footer ul li.hoverfix ul {
    left: auto;
    background: #000000;
    opacity: 0.9;
    z-index: 2;
}


/* 2nd level non hover property */
#footer ul li:hover ul li, #footer ul li.hoverfix ul li {
    clear: left;
    background-image: none;
    height: auto;
    border: 0px;

}


/* 2nd level hover property */
#footer ul li:hover ul li:hover, #footer ul li.hoverfix ul li.hoverfix {
    clear: left;
    background-image: none;
    height: auto;
    border: 0px;
}

img {
    border: none;
}