/* Portal CSS

AS Colours:

10% White: #ecf6fb
20% White: #daedf7
40% White: #b5dbef
50% White: #a2d1eb

Light Blue: #45a4d7
Dark Blue: #2d7eb3

Light Green: #98e349
Dark Green: #68bc2f

Light Red: #f96450
Dark Red: #d35035

Light Lime: #9f3
Dark Lime: #3c3

Light Bronze: #eb9
Dark Bronze: #a65

Light Silver: #eee
Dark Silver: #89a

Light Gold: #fd2
Dark Gold: #d70

*/

body {
	background: #ecf6fb;
	font-family: "lucida sans unicode", verdana, tahoma, arial, sans-serif;
	font-size: 10pt;
	padding: 0 0;
	margin: 0 0;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #2d7eb3;
}

div#thecontainer {
	width: 960px;
	margin: auto auto;
	padding: 0 20px;
}

div#theheader {
	margin: 25px 0 25px 0;
}

div#theheader p {
	margin: 0 0;
	padding: 0 0;
}

div#theheader p span {
	font-size: 18pt;
	font-weight: bold;
	color: #e00;
}

div#theheader p.topnav {
	float: right;
	font-size: 9pt;
	text-transform: uppercase;
}

div#theheader p.topnav a {
	color: #2d7eb3;
	font-weight: normal;
	text-decoration: none;
}

div#theheader p.topnav a:hover {
	text-decoration: underline;
}

div#theheader p.pphone {
	clear: both;
	float: right;
	margin-top: -22px;
	display: none;
}

div#navigation {
	clear: both;
	padding-top: 20px;
}

div#navigation p {
	padding: 0 0;
	margin: 0 0 0 0;
}

div#navigation img {
	margin-right: 1px;
}

div#navbar {
	clear: both;
	height: 70px;
	margin: 15px 0 20px 0;
	background: url(/style/blue_nav.gif) #45a4d7;
}

div#navbar h1 {
	float: left;
	margin: 0 0 0 25px;
	line-height: 70px;
	font-size: 20pt;
	color: #ecf6fb;
}

div#navbar h4 {
	text-align: center;
	margin: 0 0;
	line-height: 70px;
	font-size: 16pt;
	color: #f4fcec;
}

div#navbar h4 a {
	text-decoration: none;
	color: #f4fcec;
}

div#navhighlight {
	width: 472px;
	height: 70px;
	float: right;
	background: url(/style/green_highlight.gif);
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
	line-height: 16pt;
}

div#navhighlight p {
	padding: 0 0;
	text-align: center;
}

div#dcom, div#duk, div#deu {
	float: left;
	width: 158px;
	margin-top: 2px;
	border-right: #98e349 1px solid;
}

div#dcom {
	width: 157px;
}

div#deu {
	width: 154px;
	border: none;
}

div#navhighlight p.d1 {
	margin-bottom: 2px;
}

div#navhighlight p.d2 {
	color: #2d7eb3;
}

div#navhighlight p.d3 {
	font-size: 11pt;
}

div#thefooter {
	clear: both;
	width: 100%;
	height: 150px;
	background: url(/style/footer.gif) #222 repeat-x;
}

div#thefooter p {
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 9pt;
}

div#thefooter a, div#thefooter a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

div#thefooter img {
	margin-bottom: 3px;
}

div#footer_cont {
	width: 960px;
	margin: auto auto;
	padding: 30px 20px 0 20px;;
}

div#footer_1 {
	width: 140px;
	height: 100px;
	float: left;
}

div#footer_2 {
	width: 150px;
	height: 100px;
	float: left;
	border-right: #fff 1px solid;
}

div#footer_3 {
	width: 160px;
	height: 100px;
	float: left;
	padding-left: 20px;
}

div#footer_4 {
	width: 150px;
	height: 100px;
	float: left;
	border-right: #fff 1px solid;
}

div#footer_5 {
	width: 300px;
	height: 100px;
	float: left;
	padding-left: 20px;
}

table {
	border-collapse: collapse;
}

.linux th, .win th {
	font-size: 12pt;
	line-height: 25px;
	color: #fff;
}

.pch {
	font-size: 10pt;
	color: #fff;
}

td {
	vertical-align: top;
}

th, td {
	border: #999 1px solid;	
}

td p {
	text-align: center;
	font-size: 11pt;
}

td p.pcad {
	font-size: 8pt;
}

ul#menu li a {
	text-decoration: none;
	color: #45a4d7;
}

ul#menu li a:hover {
	text-decoration: underline;
	color: #2d7eb3;
}

ul#cp li a {
	text-decoration: none;
	color: #45a4d7;
}

ul#cp li a:hover {
	color: #2d7eb3;
}

#container {
	width: 928px;
	margin-bottom: 20px;
	border: #2d7eb3 1px solid;
}







/* IE6 fixes * html */

* html div#theheader {
	height: 30px;
}

* html div#theheader p.pphone {
	margin-top: 10px;
}

* html div#navbar {
	clear: both;
	margin: 0px 0 20px 0;
}

* html div.blue_end {
	margin: -10px 0 20px 0;
}

* html div.blue_small_end {
	margin: -10px 0 20px 0;
}

* html div.green_end {
	margin: -10px 0 20px 0;
}

* html div#container {
	overflow: hidden;
}

/* IE7 fixes - *:first-child+html */

*:first-child+html div#theheader {
	height: 30px;
}

*:first-child+html div#theheader p.pphone {
	margin-top: 10px;
}

*:first-child+html div#navbar {
	clear: both;
	margin: 0px 0 20px 0;
}

*:first-child+html div.blue_end {
	clear: both;
	margin: 0px 0 20px 0;
}

*:first-child+html div.blue_small_end {
	clear: both;
	margin: 0px 0 20px 0;
}

*:first-child+html div.green_end {
	margin: -10px 0 20px 0;
}

*:first-child+html div#container {
	overflow: hidden;
}