    /*///////////////////////////////////////////////////////*/
    /* razorCMS                                              */
    /* theme/default_css.css                                 */
    /* GPLv3                                                 */
    /* smiffy6969                                            */
    /* www.razorcms.co.uk                                    */
    /* www.burningfist.co.uk                                 */
    /* 03/2008                                               */
    /* ----------------------------------------------------- */
    /* V0.1  -  03/2008  -  Version 0.1 first release        */
    /*                                                       */
    /*                      Theme created by smiffy6969      */
    /*                      Copywrited to burningfist.co.uk  */
    /* ----------------------------------------------------- */
    /* V0.2  -  06/2008  -  This file contains changes for   */
    /*                      up issue to V0.2RC               */
    /* ----------------------------------------------------- */
    /* V0.2  -  08/2008  -  RC2 Bug fix release              */
    /*                      No changes to this file          */
    /* ----------------------------------------------------- */
    /*///////////////////////////////////////////////////////*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 760px;
	max-width: 1400px;
	background-color: #F7F7F7;
	font-family: Arial, Helvetica;
	text-align: center;
	float: left;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;

    font-size: 95%;
    color: #444444;
}

h2 {
    margin: 0px;
    padding: 0px;

    font-size: 90%;
    color: #444444;
}


a, a:visited, a:active {
	margin: 0px;
	padding: 0px;
	color: #01509d;
	text-decoration: none;
}

a:hover {
	margin: 0px;
	padding: 0px;
	color: #01509D;

}

img {
    position: relative;
}

#pageframe {
	padding: 0px;
	height: auto;
	width: 850px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

#pageframer {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    background-repeat: repeat-y;
    background-position: top right;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	height: 200px;
}

#headermid {
    margin: 0px;
    padding: 0px;
    height: 180px;
    width: 100%;
    background-image: url(images/headermid.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

#headerr {
    margin: 0px;
    padding: 0px;
    height: 180px;
    width: 100%;
    background-image: url(images/headerr.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

#headerr h1{
    padding-top: 87px;
    padding-left: 30px;
    color: #ffffff;
    text-align: left;
}

#headerr h2{
    padding-left: 30px;
    color: #999999;
    font-size: 80%;
    text-align: left;
}

/* ######################################################### */
/* ######################################################### */
/* Topnav css */
/* ######################################################### */
/* ######################################################### */

#topnav {
	padding: 2px;
	margin: 0px;
	text-align: left;
	background-color: #000000;
}

#topnav ul {
    margin: 5px;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	background-color: #000000;
}

#topnav ul li {
	margin-left: 0;
    display: inline;
}

#topnav a, #topnav a:active, #topnav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}

#topnav a:hover{
    border: none;
	color: #333333;
	text-decoration: none;
	background-image: url(images/button_back.gif);
	background-color: #FFFFFF;
	font-weight: bold;
}

/* ######################################################### */
/* ######################################################### */
/* ######################################################### */
/* ######################################################### */

#midbox {
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	position: relative;
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

/* ######################################################### */
/* ######################################################### */
/* Navbar css */
/* ######################################################### */
/* ######################################################### */

#leftbar {
	margin: 0px;
	width: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
	clear: both;
	color: #000000;
}

#leftbar p {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#leftbar h1, #leftbar h2 {
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#leftbar #leftnav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#leftbar #leftnav ul li {
    margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
    padding: 0px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 90%;
}

#leftbar #leftnav ul li a {
    margin: 0px;
	padding: 0px;
	color: #222222;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftbar #leftnav ul li a:hover{
    margin: 0px;
	padding: 0px;
	color: #555555;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menupopouts/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	width:147px;
	height:350px;
	position:relative;
	font-size: 85%;


}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:143px;
	text-align:left;
	line-height:19px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-color: #bcdcf1;
	color:#003366;
	margin-left: 0px;
	text-transform: uppercase;
	margin:0px;
}
.menu ul {list-style-type: none; margin-left: 0px;}
.menu ul li {float:left; margin-right:1px; position:relative; margin:0px;}
.menu ul li ul {display: none; margin:0px;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#ffffff; background:#01509d; margin-left: 0px;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:170px; width:147px; margin: 0px;}
/* tier 2 menu */
.menu ul li:hover ul li a.hide {background:#e4e4e4; color:#333333;}
.menu ul li:hover ul li:hover a.hide {width:170px; color:#D93283;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#D3D2D2; color:#000; width:220px; font-size:70%; }
.menu ul li:hover ul li a:hover {background:#e4e4e4; color:#333333;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:241px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#D3D2D2; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#e4e4e4; color:#333;}


/* ######################################################### */
/* ######################################################### */


#content {
	margin: 0px;
	padding: 0px 0px 0px 185px;
	height: auto;
	width: auto;
	text-align: left;
	background-repeat: repeat-x;
	font-size: 80%;
	line-height: 180%;
}

#content ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style-type: circle;
}

#content li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-family: Tahoma, Arial, Helvetica;
    color: #444444;
}

#belownav {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #999999;
}

#footerl {
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

#footer {
	height: 30px;
	font-size: 70%;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	color: #666666;
	margin-left: auto;
	width: 852px;
}

#footerr {
    margin: 0px;
    padding: 0px;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* ######################################################### */
/* ######################################################### */
/* Footnav css */
/* ######################################################### */
/* ######################################################### */

#footnav {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footnav ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style-type: none;
	font-weight: bold;
}

#footnav ul li {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    display: inline;
}

#footnav a, #footnav a:active, #footnav a:visited {
    margin: 0px;
    padding: 0px 5px;
    text-decoration: none;
    font-size: 80%;
	color: #CAE4FF;
}

#footnav a:hover{
    color: #FFFFFF;
}

/* ######################################################### */
/* ######################################################### */

.pageheight{
	height: 300px;
	vertical-align: top;
}
#address {
	color: #FFFFFF;
	background-color: #01509d;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 70%;
	text-align: center;
	background-image: url(images/addressBack.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
