* { 
    -moz-box-sizing: border-box; 
}

/* Altered default tags */

BODY {
	background-color: #E6F5FD;
	padding: 0 0 0 0;
	margin: 5px;
	font-family: verdana, arial, times new roman;
	font-size: 0.9em;
	color: #000;
	width: 770px;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color:#008ED7;
	text-align: left;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color:#0075B2;
	text-align: left;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	color:#008ED7;
	text-align: left;
}
p, li {
	font-size: 0.8em;
	text-align: left;
}
ul {
	list-style-type: square;
	color: #0075B2;
}
hr {
	color:#008ED7;
	width: 80%;
	height: 1px;
}

/* Boxes that hold stuff */
#bodyContainer {

	position: relative;
	top: 10px;
	left: 10px;

	width: 775px;

	margin: 0px;
	padding: 0px;
	
	z-index: 1;
}
/* To do with the white background and page content */

#pageContent {
	position: relative;
	top: 0px;
	left: 13px;
	margin: 0px;
	padding: 0px;
}
#mainContainerTop {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 775px;
	z-index: 2;
}
#mainContainer {
	position: relative;
	float: left; /* overcomes float problem with firefox */
	background-color: #ffffff;
	border-left: solid 2px #D6D6D6;
	border-right: solid 2px #D6D6D6;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	width: 775px; 
}


/* Menu related items */
#menuContainer {
	position: absolute;
	width: 745px;
	top: 277px;
	left:0px;
	margin: 0;
	padding: 0;
	z-index: 20;
	clear: both;
	text-align: center;
}
.menuItem {
	position: relative;
	padding: 0 0.5em 0 0.5em;
	margin: 0px;
	display: inline;
	text-align: center;
	clear: both;
}
.menuLink {
	font-weight: bold;
	color: #008ED7;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
}

.menuLink:hover {
	text-decoration: underline;
	color: #000;
}
#smallLinks {
	width: 740px;
	height: 30px;
	text-align: right;
	color: #008ED7;
	position: relative;
	z-index: 15;
	font-size: 0.7em;
}

#smallLinks a:link {
	color: #008ED7;
	text-decoration: none;
}
#smallLinks a:visited {
	color: #008ED7;
	text-decoration: none;
}
#smallLinks a:hover {
	color: #000;
	text-decoration: underline;
}

/* Company Name stuff */
#companyName {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 680px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, times new roman;
	font-size: 3em;
	font-weight: bold;
	overflow: auto;
}

#companyName .mainText {
	color: #000;
}

#companyName .altText {
	color: #0075B2;
}

/* Slogan stuff */
#slogan {
	position: absolute;
	top: 130px;
	left: 80px;
	width: 640px;
	z-index: 10;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	overflow: auto;
}

/* Main content */
#containingBox {
	vertical-align: top;
	clear: both;
}
#smallBox {
	display: inline;
	width: 245px;
	position: relative;
	left: 1px;
	top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	z-index: 10;
	float: left;
}
.smallBoxTop {
	position: relative;
	width: 233px;
	margin: 0px;
	padding: 0px;
}
.smallBoxContent {
	position: relative;
	width: 100%;
	margin: 0px;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 245px;
}
.smallBoxBottom {
	position: relative;
	width: 233px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}
#bigBox {
	display: inline;
	width: 488px;
	position: relative;
	left: 8px;
	top: 3px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	z-index: 10;
	float: left;
}
.bigBoxTop {
	position: relative;
	width: 488px;
	margin: 0px;
	padding: 0px;
}
.bigBoxContent {
	position: relative;
	width: 100%;
	margin: 0px;
	border-left: solid 1px #D6D6D6;
	border-right: solid 1px #D6D6D6;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color: #fff;
	width: 488px;
}
.bigBoxBottom {
	position: relative;
	width: 488px;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}
#copyrightBlock {
	position: relative;
	top: 10px;
	float:left;
	font-size: 0.65em;
	color: #000;
	text-align: center;
	width: 100%;
	margin:0px;
	padding: 0px;
	z-index: 15;
}
#mainContainerBottom {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 775px;
}
