@charset "UTF-8";
/* CSS Document */
* {
	margin:0;padding:0
}
html {
	font-size:75.5%;
}

body {
	text-align: center;
	font-family: arial;
	background-color: #333;
}
#container {
  width: 1016px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#login{
  float: right;
  color: white;
  font-weight: bold;
  font-size: 115%;
}
#login input {
  margin-right: 10px;
}  
#loginButton {
  background: url(../images/login.png) no-repeat top left;
  border: none;
  padding: 2px 25px;
  margin-left 2px;
  margin-top: 2px;
}  
h1 {
	color: #666;
	font-size: 500%;
}

#header h1{
  background-image: url(../images/logo_knock_out.png);
  background-repeat: no-repeat;
  text-indent: 85px;
  color: white;
  font-weight: normal;
  font-style:italic;
} 
#header a:link, #header a:visited, #header a:hover, #header a:active {
  text-decoration: none;
}  
 
#nav a:link, #nav  a:visited, 
#nav a:hover, #nav a:active,
#footer a:link, #footer  a:visited, 
#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
  text-decoration: underline;
 } 
div#int_maincontent > p > a:link,  #int_maincontent p a:visited {
	color: #FF5D00;
	text-decoration: none;
	font-weight: bold;
}
#int_maincontent a:hover, ##int_maincontent a:active {
	color: #FF5D00;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar_nav a:link,  #sidebar_nav a:visited {
	color: #efefef;
	text-decoration: none;
}
#sidebar_nav a:hover, #sidebar_nav a:active {
	text-decoration: none;
	color: #fff;
}
		
#nav {
	background-repeat: no-repeat;
	height: 61px;
	color:#FFF;
	font-size: 150%;
	text-align:center;
	background-image: url(../images/nav.png);
	background-position: center;
}
#nav ul {
	list-style:none;
	padding-top: 20px;

}
#nav ul li{
  display:inline;
	float: left;
	width: 247px;
	text-indent: 15px;
}
#billboard {
	repeat: none;
	height: 361px;
	margin-top: 0px;
	background-image: url(../images/billboard1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 990px;
}
#billboard h2 {
	color:white;
	font-size: 200%;
	width: 450px;
	padding-top: 85px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#billboard p{
	color: white;
	width: 450px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}
#billboard img {
	padding-left: 20px;
}	
img {
  border-style: none
}
#footerM  ul li {
  margin-top: 10px;
}  

fieldset {
  border: none;
 } 

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#CDEAFF;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-12em; 		/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:24em;         		/* Left column width + right column width */
        background:#cfc;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:12em;        		/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 13em;     		/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:10em;        		/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:1em;         		/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:10em;        		/* Width of right column content (right column width minus left and right padding) */
        margin-right:3em;  		/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
#footer {
  clear: both;
}
#copyright {
  margin-top: 20px;
  margin-bottom: -20px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}  
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}					
	
.column h3 {
	color: #F60;
	font-size: 210%;
	margin-top: -10px;
	margin-left: 15px;
	font-weight:500;
}
#wootd {
	background-color: #FFFFFF;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	width: 968px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 20px;
	font-size: 100%;
	
}
#wootd table {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}		
.thrColFixHdr #container #footer h3 , #white_wrapper h3{
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF5D00;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#white_wrapper h3 {
	margin-top: -30px;
	margin-left: -20px;
	font-size: 35px;
	font-weight: bold
}	
#footerL {
  font-size: 200%;
 }
.thrColFixHdr #container #white_wrapper {
	background-color: #FFF;
}
