﻿/* -------------- Startpage ---------------------------- */
#startPageBackground
{
	background-image: url(../../Images/oebg.gif);
	background-color: #094EA3;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#startPagePageSetup
{
	width: 950px;
}

#startPageLeftColumn
{
	float: left;
	width: 330px;
	margin: 15px 0 5px 20px;
	color: White;
	font-size: 10px;
}

#startPageLeftColumn img
{
	border: 0px;
}

#startPageMiddleColumn
{
	float: left;
	width: 525px;
	font-family: Verdana;
}

#startPageMiddleLeftColumn
{
	color: #74CCF1;
	font-weight: bold;
	font-size: x-large;
	margin-top: 38px;
	margin-left: 10px;
}

#startPageMiddleLeftColumn img
{
	height: 26px;
}

#startpagecontactinfo
{
	color: White;
	font-size: medium;
	margin-top: 5px;
	margin-left: 20px;
}

#startPageMiddleRightColumn
{
	color: #74CCF1;
	font-weight: bold;
	font-size: large;
	margin-top: 150px;
	margin-left: 230px;
}

#startPageRightColumn
{
	float: left;
	width: 190px;
	font-family: Verdana;
	margin: 35px 0 0 10px;
}

#startPageRightColumn img
{
	width: 190px;
	border: 0px;
}

.startPageTopLink
{
	margin-top: 120px;
}

.startPageAbovePictureLink
{
	color: #FFFFFF;
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.white:link {color: #ffffff; font-weight: bold;}
a.white:active {color: #ffffff; font-weight: bold;}
a.white:visited {color: #ffffff; font-weight: bold;}
a.white:hover {color: #ffffff; font-weight: bolder;}

/* -------------- End Startpage ---------------------------- */

/* -------------- Global ----------------------------------- */

h2
{
	color: #8A151C;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

body
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#cmscontent
{
	margin-top: 30px;
}

/* -------------- End Global ------------------------------- */

/* -------------- Masterpage ------------------------------- */

#mainpage
{
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../../Images/oiebg.png);
	background-repeat: no-repeat;
}

#leftmenu
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: auto;
}

#leftmenu img
{
	margin-left: 30px;
	margin-top: 30px;
	width: 100px;
	height: 100px;
	border-style: none;
}

#leftmenu ul
{
	list-style-type: none;
}

#leftmenu ul li
{
	margin-top: 40px;
}

#leftmenu ul li a
{
	text-decoration: none;
	color: Black;
}


#contentFrame
{
	position: absolute;
	top: 32px;
	left: 200px; /*position to the right of of the frame div*/
	right: 0;
	bottom: 0;
	/*overflow: auto;*//*Destroys scroll in ipad*/
}

#oiecontactinfo
{
	margin-left: 40px;
	margin-top: 20px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #013888;
}


/* -------------- End Masterpage --------------------------- */


/* -------------- overview page ------------------ */

#itemsoverview
{
	float: left;
	margin-top: 0px;
	padding-left: 30px;
	width: 650px;
	text-align: left;
	line-height: 14px;
	text-decoration: none;
}

.itemdetails
{
	position: relative;
	float: left;
	width: 50%;
	padding-top: 20px;
}

.itemdetails img
{
	padding-right: 10px;
	float: left;
}

/* -------------- End overview page -------------- */


