@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #042469;
}
.white_text {
	color: #FFF;
}
.oneColFixCtr #container {
	width: 1060px;
	text-align: left;
	background-repeat: repeat-y;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #787878;
	border-left-color: #000000;
	background-image: url(layout_images/strip_down.jpg);
}

.oneColFixCtr #container #main_layout {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.oneColFixCtr #container #main_layout #main_content {
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
}
.footer_float_left {
	float: left;
	margin-left: 75px;
	margin-top: 20px;
}

.float_left {
	float: left;
}

.footer_float_right {
	float: right;
	margin-top: 20px;
	margin-right: 75px;
	text-align: right;
}
.centre_footer {
	margin-top: 4px;
}

a {
	color: #f9842f;
}
.oneColFixCtr #header {
	width: 1060px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-image: url(layout_images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 379px;
}
.oneColFixCtr #container #main_layout #footer {
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(layout_images/footer.jpg);
	background-color: #04256C;
	height: 50px;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
#top_right_unit {
	float: right;
	background-repeat: no-repeat;
	margin: 0px;
	clear: right;
	background-image: url(layout_images/playstation_unit_right.jpg);
}
#top_right_unit img {
	text-align: right;
	float: right;
	margin: 0px;
}
.oneColFixCtr #container #main_layout #main_content p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.clear_left {
	clear: left;
}
.oneColFixCtr #container_underneath img {
	float: left;
	border: 3px solid #006;
}
.oneColFixCtr #container #header #nav {
	float: left;
}
.oneColFixCtr #container #header #nav ul {
	margin-top: 115px;
	margin-left: 28px;
	font-size: 13px;
	color: #FFF;
	padding-left: 50px;
	font-family: "Century Gothic", Verdana, "Geneva CY", sans-serif;
}
.oneColFixCtr #container #header #nav ul li {
	display: block;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: -3px;
	margin-bottom: 0px;
	margin-left: -3px;
	float: left;
}

#nav ul a  {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtr #container #header #nav ul a:hover {
	color: #FFF;
	text-decoration: underline;
}
.first_in_list {
	background-color: #52BCED;
}

.last_in_list {
	background-color: #FFF;
	background-image: url(images/new_layout/curvededge_23px_high_narrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mid_of_list {
	background-color: #52BCED;
	background-repeat: no-repeat;
	background-position: left top;
}
.current       {
	color: #003;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #04256C;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #A0A1A5;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #52BCED;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0A1A5;
	padding-bottom: 2px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }



.clearfix {display: inline-block;}  /* for IE/Mac */





[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]

