/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body { position: relative }

:focus{
    outline:hidden;
}

/* links */
a { color: #282828; text-decoration: none }
a:hover { color: maroon; text-decoration: underline }
#a1 { color: maroon; text-decoration: none }
#a1:hover { color: teal; text-decoration: underline }

/* header elements */
h1, h2, h3, h4, h5, h6{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#282828;
    line-height:100%;
}

h1{
    font-size:28px;
}

h2{
    font-size:23px;
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}

/* page setup */
body    {
	color: #282828;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 50% 0
}

/* wrapper setup */
element { }
#id { }
div.maincontainer { margin: auto; width: 960px }

/* header */
div#header{
    position:relative;
    height:73px;
    margin:0px 0px 15px 0px;
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:0px;
    left:0px;
    width:135px;
    height:52px;
    border:0;
}

/* main body setup */
div#middle { background-color: white; background-position: 100% 0; margin: 0; padding: 20px; width: auto; clear: both; border: solid 1px #c6c6c6 }

/* right column */
div#right{
    width:277px;
    padding:0px 0px 0px 18px;
    float:right;
}

* html div#right{
    padding:0px 0px 0px 15px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;
}

/* footer */
div#footer{
    width:auto;
    padding:5px 0px 20px 0px;
    clear:both;
    color:#fff;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}
/* topmenu */
div#topmenu{
    position:absolute;
    top:46px;
    right:0px;
    height:27px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#topmenu li{
    float:left;
    display:block;
    margin:0 0 0 6px;
}

div#topmenu li a {
	color: white;
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	text-decoration: none;
	background: url(../images/menu-r.png) no-repeat 100% 0;
	text-transform: uppercase;
	display: block;
	padding: 0 5px 0 0;
	position: relative;
	height: 27px;
	float: left;
	overflow: hidden;
}

div#topmenu li a span{
    display:block;
    background:url(../images/menu-l.png) 0 0 no-repeat;
    padding:0 10px 0 15px;
}

div#topmenu li a.active, div#topmenu li a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #6699CC;
	background-image: url(../images/menu-r.png);
	background-repeat: no-repeat;
	background-position: 100% -28px;
}

div#topmenu li a.active span, div#topmenu li a:hover span {
	text-decoration: none;
	background: url(../images/menu-l.png) no-repeat 0 -28px;
	color: #FFFFFF;
}

/* main image */
div.main-image{
    margin:0 0 20px 0;

}

/* footermenu */
ul.footermenu{
    list-style:none;
    margin:0 0 0 10px;
}

ul.footermenu li{
    float:left;
    margin:0 0 0 15px;
}

ul.footermenu a{
    font-size:12px;
    color:#747474;
    text-transform:uppercase;
}

/* credits */
div.credits{
    float:right;
    margin:0 25px 0 0;
}

div.credits a{
    font-size:12px;
    color:#747474;
}
