@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #7f9dd2;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}


.style2 {font-size: 10px}

.blackMainBorder {
	border: 1px solid #000000;
	background-color: #F4F4F4;
	padding: 1px;
}
.orangeDivider {
	background-color: #FF6600;
	width: 6px;
}
.navigationCell {
	background-image: url(../images/menuBackground.gif);
	background-repeat: repeat-x;
	height: 28px;
	color: #FFFFFF;
	padding-left: 10px;
}
.contentBackground {
	background-color: #e6e8eb;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.contentBackgroundNoPadding {
	background-color: #e6e8eb;
}
.contentBackgroundNoColour {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.footerCell {
	color: #FFFFFF;
	font-size: 10px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 3px;
}
.rightShadow {
	background-image: url(../images/rightShadow.png);
	background-repeat: repeat-y;
}
.bottomShadow {
	background-image: url(../images/bottomShadow.png);
	background-repeat: repeat-x;
}

.singleNavCell{
	padding-right: 30px;
}
/* Link styles */



a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.nav:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#technologyDiv {
	width: 100%;
}
.fields {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	font-size: 11px;
}
