/* The ultra77 template is designed and released by Ian Smith
of N-vent Design Services LLC - www.n-vent.com. Feel free to
use this, but please don't sell it and kindly leave the credits
intact. Muchas Gracias!

January 2007

global styles
============================== */
body {
    position: relative;
	color: gray;
	padding: 0;
	min-width:800px;
	background: #fff url('images/bg.png') repeat-y center;; font-style:normal; font-variant:normal; font-weight:normal; font-size:75%; font-family:Arial, Helvetica, sans-serif; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
	}
#wrapper{
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 821px;
	background: url('images/bgpng') repeat-y;
	}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	position: relative;
	border: 0px none;
	}
h1, h2, h3{
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
	}
h1{
	font-size: 130%;
	color: black;
	border-bottom: 1px dashed silver;
	}
h2{
	font-size: 110%;
	color: black;
	border-bottom: 1px dashed #e8e8e8;
	}
h3{
	font-size: 100%;
	color: #80a1cd;
	}
a:link {
	color: #3D82C7;
    }
a:visited {
	color: #234D76;
    }
a:hover {
	color: red;
    }



/* header styles
============================== */

#header{
	position: relative;
	height: 138px;
	background: url('images/hbg.png') no-repeat center;
	}
#branding {
	position: absolute;
	left: -25px;
	top: 25px;
	width: 300px;
	height: 110px;
    }
#pagedescription{
	position: relative;
	top: 25px;
	float: right;
	right: 15px
    }
#pagedescription h2{
	font-weight: normal;
	color: gray;
	padding: 0;
	margin: 0;
    }
#pagedescription h1 {
	font-weight: normal;
	border: 0px none;
	padding: 0;
	margin: 0
    }

/* feel free to delete this class. */
.templogo {
    font-size: 3em;
	}




/* menu styles
============================== */

#menu{
	margin-top: 10px;
	position: relative;
	height: 38px;
    background: url('images/mbg.png') no-repeat center;
	text-align: center
    }
#submenus{
	top: -15px;
	margin-top: 5px;
	margin-bottom: -5px;
	position: relative;
	height: 15px;
	text-align: center;
    }
#submenus ul,
#menu ul {
	position: relative;
	top: 10px;
	padding: 0;
    }
#submenus li,
#menu li,
#footer li{
	display: inline;
	padding: 0 1px;
    }
#submenus li a,
#menu li a{
	display: inline;
	color: black;
	text-decoration: none;
    }
#submenus li a:hover,
#submenus li a:focus,
#menu li a:hover,
#menu li a:focus{
    font-weight: bolder;
    text-decoration: underline;
    }
.active{
    font-weight: bolder;
    }
#menubox {
    margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	text-align:left;
	left: 0px;
	width: 194px;
	background: url('images/body-bg.png') repeat-x center;
    }
#sidemenu {
    margin-top: 10px;
	position: absolute;
	left: 0px;
	top: 250px;
	width: 194px;
	text-align:left;
	background: url('images/body-bg.png') repeat-x center;
    }
#smtop,
#smbottom{
	position: relative;
	background: url('images/sm-top.png') no-repeat center;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	clear: both
    }
#smbottom{
	background: url('images/sm-bottom.png') no-repeat center;
    }
#menubox ul,
#sidemenu ul,
#smtitle{
	padding: 0;
	margin: 0;
	width: 194px;
	background:  url('images/sm-bg.png') repeat-y center;; list-style-type:none
    }
#smtitle h1{
    padding: 10px;
    border: 0px none;; font-style:normal; font-variant:normal; font-weight:bolder; font-size:120%; font-family:Arial, Helvetica, sans-serif
    }
#menubox li,
#sidemenu li{
	padding: 3px 0 3px 1px;
	display: block;
    }
#menubox li a,
#sidemenu li a{
	line-height: 18px;
	padding-left: 24px;
	color: black;
	display: block;
	height: 19px;
	text-decoration: none;
    }
#menubox li a:hover,
#menubox li a:focus,
#sidemenu li a:hover,
#sidemenu li a:focus{
	background: url('images/sm-over.png') no-repeat center;
    }
#menubox li a.currentpage,
#sidemenu li a.currentpage {
    background: url('images/sm-urhere.png') no-repeat center;
    }



/* content styles
============================== */

#bodywrap{
	position: relative;
	left: 80px;
	width: 660px;
	min-height: 200px;
	text-align: center;
    background: url('images/body-bg.png') repeat-y left;
    }
#bodytop,
#bodybottom{
	position: relative;
    left: 80px;
	width: 660px;
	background: url('images/body-top.png') no-repeat center;
	height: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0
    }
#bodytop {
    margin-top: 10px;
    }
#bodybottom{
	background: url('images/body-bottom.png') no-repeat center;
    }
#contentbody{
    position: relative;
	margin: 0;
	border: 0px none;

	text-align: left; padding-left:45px; padding-right:15px; padding-top:0; padding-bottom:0
    }
#contentbody p{
	padding: 3px 0;
	margin: 0;
    }
#contentbody ul,
#contentbody ol{
	padding: 3px 0;
	margin: 0 18px;
	list-style: outside;
    }
#contentbody img {
    border: 0px none;
    float: right
    }


/* footer styles
============================== */

#footer{
	margin-top: 10px;
	clear: both;
	position: relative;
	height: 38px;
	background: url('images/footerbg.png') no-repeat center;
	text-align: center;
	font-size: 9px
    }
#footer p{
	position: relative;
	top: 13px;
	padding: 0;
	padding-left: 15px;
	display: inline;
    }
#footer ul{
	display: inline;
	position: relative;
	top: 13px;
	padding: 0;
    }
#footer li{
	padding: 0 0 0 10px;
	display: inline;
	list-style: none outside;
    }
#footer a:link {
	color: #000;
	text-decoration: none;
    }
#footer a:visited {
	color: gray;
	text-decoration: none;
    }
#footer a:hover {
	color: #000;
	text-decoration: underline;
    }
.box {
	border: thin solid #CCCCCC;
}.newsbox {
	background-color: #FFFFFF;
	border: 5px solid #999999;
}