@charset "utf-8";
 
/**********
** Global
**********/

html {
	overflow-y: scroll;
}

#container {
	position: relative;
	margin: 10px auto;
	width: 987px;
}

/**********
** Sections
**********/

/**********
Header
**********/
#header {
	position: relative;
}

#header>a {	/*Logo*/
	height: 40px;
	width: 182px;
}

#header a {
	display: block;
}

#header #search {
	position: absolute;
	top: 19px;
	right: 0px;
}

#header #flag {
	border:1px solid #CCCCCC;
	margin-left: 10px;
}

#header #searchsubmit {
	margin-left: 5px
}

#header #search a {
	height: 21px;
}

#header #search input[type='text'] {
	width: 135px;
	font-size: 14px;
	height: 17px;	/*21px(real height) - border(2*1px) - padding(2*1px)*/
	
	display: block;
	background: #ffffff;
	border: 1px solid #999999;
}

#banner {	
	/*margin-bottom: 8px;*/	/*There's a loss of pixels from somewhere, supposed to be 10px*/
}

#bannerSpecial {	
	margin-bottom: 36px;	/*There's a loss of pixels from somewhere, supposed to be 10px*/
}

.global #banner { 
	padding-top: 44px; /* 10*/
	margin-top: 10px;
	border-top: 2px solid #939598;
	
	position: relative;
	z-index: 100;
}

#contactFloater {
	position: absolute;
	top: 58px;
	left: 1px;
	z-index: 200;
}

.global #bannerSpecial {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #939598;

}

#slideshow {
	position: relative;
	z-index: 100;
}
 
/**********
Menu
**********/
.global #menu {
	position: absolute;
	z-index: 600;
	top: 61px; /* 18 */
	left: 282px; /* 189 */
}

/*Spacing*/
.global #menu>li {
	margin: 0px 5px; /* 3 */
}



/**********
Content Division
**********/
#content {
	width: 100%;
	margin-top: 18px;
}

#content>tbody>tr>td {
	padding:0 20px;
}

.sidemenu {
	vertical-align: top;
	width: 199px;
	border-right: 1px solid #999999;
}

.sidemenu h1 {
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	margin: 0;
}

.sidemenu h1 .special {
	color:#000000;
	font-size:12px;
	text-transform:lowercase;
	margin: 0;
}

.sidemenu ul {
	margin: 0;
}

.sidemenu>ul {
	min-height: 180px;
	border-top: 2px solid #CACACA;
	list-style-type: none;
	margin: 5px 0 0;
	width: 100%;
}

.sidemenu>ul a {
	background-image:url(/images/menu_arrow_red.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #555555;
	color:#000000;
	display:block;
	text-decoration:none;
	width:159px;
}

.sidemenu>ul a:hover {
	background-color:#E2E2E2;
	color:#0072BC;
}

.sidemenu li {
	margin:0;
	list-style: none;
}

.sidemenu li a {
	background-position:-1px 0.5em;
	font-weight:bold;
	padding:3px 30px 3px 10px;
}

.sidemenu li li a {
	background-image:url(/images/menu_dot_black.gif);
	background-repeat:no-repeat;
	background-position:15px 0.5em;
	font-weight:normal;
	padding:3px 15px 3px 25px;
}

.sidemenu li li li a {
	background-image:url(/images/menu_dot_red.gif);
	background-repeat:no-repeat;
	background-position:30px 0.5em;
	padding:3px 0 3px 40px;
}

/**********
Footer
**********/
#footer {
	margin: 20px auto;
	text-align: center;
	
	font-size: 10px;
}

#footer ul {
	display: inline;
}

#footer li {
	display: inline;
	padding: 0 0.3em;
	border-left: 1px solid #000000;
}

#footer li:first-child {
	border-left: none;
}

#footer a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

#footer #copyright {
	/*Spacing of the line*/
	padding: 2px 0;
	margin: 4px auto;
	
	/*Line*/
	border-top: 1px solid #c9cacb;
	width: 600px;	/*Width of the line*/
}





/*                                       Added by Wade                                        */

/* Executive team pages */
table#executiveteam {
	margin-top: 10px;
}

table#executiveteam img {
	float: left;
	margin-right: 10px;
	width: 70px;
}

table#executiveteam td {
	vertical-align: bottom;
	padding: 0px;
	padding-bottom: 20px;
}

table#executiveteam h5 {
	width: 170px;
}

table#executiveteammember img {
	margin-right: 20px;
}

.special {
	margin-top: 40px;
}
/*.special .sidemenu{
	border: 0 !important;
	margin: 0 !important;
}*/

.hr {
	padding: 0 !important;
}

.hr img{
	height: 1px;
	width: 705px;
	margin: 10px 0px;
}

.landing {
	margin-left: 26px;
	margin-right: 26px;
}

.landingLeftColumn {
	text-align: center;
	padding: 12px;
}

#button {
	margin: 30px;
}

.form .buttonForm #submit {
	margin: 26px 0 20px 0;
}

.contactLine {
	margin-bottom:8px;
}

#slideshow {
	position: relative;
	height: 137px; /*Same as the pictures*/
}

#slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	
	display: none;
}

#contact {
	margin-top:12px;
}
