/*	
** @author Iain - JPN3 Consulting
** @devloper JPN3 Consulting
** Lots of Hard work have been put into this... If your reading this, I hope you aren't stealing it!,
** If you want to ask permission to use it or to see how things work please be glad to contact me,
** to do so, go to my site (it's in the footer) and use the form there. - Iain p.s. many thanks to a list apart, they've helped me considerably.
*/

/*basic formatting*/
body {
    background-color: #7ab2d3;
    color: #000;
    margin: 0;
    padding: 0;
}

#main-container {
}

#container {
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url(images/bodybottom.jpg) no-repeat bottom center;
    padding-bottom: 5px;
}
/*basic layout*/
#header {
    background: url(images/header-m.jpg) no-repeat center #000;
    height: 200px;
}

#page-element {

    /*preferred font goes here*/
}
#content {
    background: #fff;
    float: right;
    width: 550px;
    position: relative;
}

#navbar {
    position: relative;
    width: 200px;
    float: left;
}


#footer {
    clear: both;
    position: relative;
    width: 750px;
    text-align: center;
    margin-top: 20px;
	margin-bottom:10px;
}

/*specific formatting*/
/*header formatting*/
#h-text {
    margin-left: 200px;
    height: 200px;
}
#h-main {
    position: relative;
    vertical-align: middle;
    font-size: 30px;
    color: #222;
    font-weight: bolder;
}

#h-contact {
    position: relative;
    float: right;
    width: 320px;
    text-align: right;
    padding-right:15px;
	padding-top:0px;
}

#h-contact p {
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 10px;
}

#h-contact p a {
    color: #fff;
    text-decoration: none;
    border-bottom: dotted 1px;
}

#h-contact p a:hover {
    border-bottom: solid 1px;
}
/*content formatting*/

#content p {
    padding-right: 30px;
    text-align: justify;
}

#content h1 {
    text-align: center;
    font-weight: bolder;
    font-size: larger;
}

#content h3 {
    text-align: center;
    font-weight: normal;
    font-size: medium;
}

/*navbar*/

#navbar ul {
    font-variant: small-caps;
    display:block;
    list-style: none;
    list-style-type: none;
    text-align: center;
}

#navbar ul li {
    padding-top: 10px;
	margin-left: -4px;
    padding-bottom: 15px;
	background: url(images/navbar1.png) left no-repeat;

}

#navbar ul li a {
    font-size:medium;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:10px;
    margin-right: 45px;
    color: #fff;
    text-decoration: none;
    font-weight:bolder;
	overflow:hidden;
}

#navbar ul li:hover {
    background-image: url(images/navbar2.png);
}

#navbar ul li a:hover {
    color: #000;
}
/*end navbar*/
/*misc rules*/

#navbar ul li.current {
	background-image:url(images/navbar3.png);
	}
#navbar ul li.current:hover {
	background-image:url(images/navbar4.png);
	}

.listpadding {
	padding:5px;
	list-style:none;
	list-style-type:none;
}

#content a {
	color:#333;
	border-bottom:dotted 1px;
	text-decoration:none;
}
#content a:hover {
	color:#555;
	border-bottom:solid 1px;
	text-decoration:none;
}

#footer p {
	font-size:x-small;
}

.center {
    text-align: center;
}

#logoimg {
}

#logoimg img {
    float: left;
    width: 200px;
    height: 200px;
    border: none;
}

.contentswap {
    display: none;
}

.listpadding {
    padding: 5px;
    list-style: none;
    list-style-type: none;
}

.right {
    text-align: right;
}
#print-header {
	visibility:hidden;
	display:none;
}
#print-header h1 {
	visibility:hidden;
	display:none;
}
/*end css*/