html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	background-color: #00042D;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* main body */
#container {
	font-family: "Century Gothic", Verdana, sans-serif;
	width: 910px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	position: relative;
}


/* menu */
#menu {
	width: 205px;
	height: 100%;
	position: fixed;
	background-color: #002B6A;
	color: #EEEEEE;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

#marker1 {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}

#marker1 li {
	list-style-type: none;
	margin: 0px;
	padding-left: 8px;
	margin-bottom: 5px;
	background-color: #002B90;
	cursor: pointer;
}

#marker1 ul {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

#marker1 ul li {
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	margin-left: -8px;
	background-color: #0044AA;
}

.logo {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.menutext {
	padding-top: 12px;
	text-align: center;
}

a:link {color: #EEEEEE; text-decoration: none;}      /* unvisited link */
a:visited {color: #EEEEEE; text-decoration: none;}  /* visited link */
a:hover {color: #FFFF80; text-decoration: none;}  /* mouse over link */
a:active {color: #EEEEEE; text-decoration: none;}  /* selected link */ 


/* content */
#cbackground {
	position: fixed;
	top: 0px;
	margin-left: 220px;
	width: 690px;
	height: 100%;
	background-image: url('background.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #506177;
}

#content {
	width: 630px;
	position: absolute;
	left: 220px;
	top: 25px;
	margin-left: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

#interimg {
	position: relative;
	float: right;
	top: 20px;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: right;
}

#interimg img {
	border-color: #002B6A;
	border-style: solid;
	border-width: 1px;
}

h3 {
	padding-top: 15px;
	font-style: italic;
	text-align: justify;
}

h4  {
	padding-top: 0px;
	margin: 0px;
}

.info {
	padding-top: 30px;
	text-align: center;
	font-size: 14pt;
}

.intro{
	padding-top: 25px;
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
}

.intro2 {
	padding-top: 15px;
	text-align: center;
	font-size: 14pt;
	font-style: italic;
	line-height: 24pt;
}

.services {
	margin-left: 30px;
	padding-left: 30px;
	list-style-type: square;
	font-size: 12pt;
	text-align: justify;
}

/* portfolio */
.portimg img {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}

/* copyright information */
#copy {
	position: fixed;
	bottom: 10px;
	width: 205px;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align: center;
}


/* image scroller */
/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */
/* following part of CSS modified by the materials provided with the above plugin */
/* Default/Master classes */
.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
}

.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}
	
/* Custom class modifications - override classees */
.simply-scroll { /* Customisable base class for style override DIV */
	position: relative;
	top: 25px;
	left: 15px;
	width: 600px;
	height: 200px;
}

.simply-scroll .simply-scroll-clip {
	width: 600px;
	height: 200px;
}
		
.simply-scroll .simply-scroll-list li {
	float: left;
}