/* */
/* Style Sheet for Sports Radar Website */
/* Constructed by :   Nick Roberts */
/* Date Constructed : May 2009 */
/* */
/* Date last modified: May 2009 */
/* Nature of last change: Initial Build*/
/* */
/* Set body colour to grey and place background image */
body {
      font-family: verdana, arial, sans-serif;
      font-size:100%;
      color: #000000;
      margin-right: 5px;
      margin-bottom: 5px;
      background-image: url(images/bg.jpg);
      background-attachment:fixed;
      background-position:bottom left;
      background-repeat:no-repeat;
}
/* Horizontal Menu Styles - from CSSpplay - URL: http://www.cssplay.co.uk/menus/pro_five  */
.preloadGPM {
           background: url(images/GPMenu_2.gif);
}
.preloadGPMa {
           background: url(images/GPMenu_2a.gif);
}
.GPMenu {
           padding:0 0 0 1em; 
           margin:0; 
           list-style:none; 
           height:43px; 
           position:relative; 
           background:transparent url(images/GPMenu_back.gif) repeat-x left top; 
           font-size:11px;
}
.GPMenu li {
           float:left;  
           height:43px;
}
.GPMenu li a {
           display:block; 
           float:left; 
           height:40px; 
           line-height:35px; 
           color:#022E7D; 
           text-decoration:none; 
           font-family:verdana, arial, sans-serif; 
           font-weight:bold; 
           text-align:center; 
           padding:0 0 0 10px; 
           cursor:pointer; 
           background:url(images/GPMenu_0a.gif) no-repeat;
}
.GPMenu li a b {
           float:left; 
           display:block; 
           padding:0 60px 0 0; 
           background:url(images/GPMenu_0.gif) no-repeat right top;
}
.GPMenu li.current a {
           color:#000; 
           background:url(images/GPMenu_2a.gif) no-repeat;
}
.GPMenu li.current a b {
           color:#000; 
           background:url(images/GPMenu_2.gif) no-repeat right top;
}
.GPMenu li a:hover {
           color:#000; 
           background: url(images/GPMenu_2a.gif) no-repeat;
}
.GPMenu li a:hover b {
           color:#000; 
           background:url(images/GPMenu_2.gif) no-repeat right top;
}
.GPMenu li.current a:hover {
           color:#000; 
           cursor:default;
}
/* Set Heading Level 1 colour to Dark Blue */
h1.big    {
      font-family:verdana, arial, sans-serif;
      color: #022E7D;
      font-size:275%;
      }
/* Set Heading Level 1 colour to Dark Blue */
h1    {
      font-family:verdana, arial, sans-serif;
      color: #022E7D;
}
/* Reduced size Heading Level 1 - 125% of normal text*/
h1.small {
      font-style: italic;
      font-family:verdana, arial, sans-serif;
      font-size:175%;      
}
/* Set Heading Level 2 colour to Dark Blue */
h2    {
      font-family:verdana, arial, sans-serif;
      color: #022E7D;
}
/* Set Heading Level 3 colour to Dark Blue */
h3    {
      font-family:verdana, arial, sans-serif;
      color: #022E7D;
}
/* Reduced size Heading Level 2 - 110% of normal text */
h2.small {
      font-size:110%;      
}
/* Reduced size Heading Level 3 - 90% of normal text*/
h3.small {
      font-size:90%;      
}
/* Set default para text size to 80% */
p {
	font-family:verdana, arial, sans-serif;
      font-size:80%;
}      
/* Reduced size para text */
p.small {
      font-size:70%;
}
/* Set default bullet text size to 80% normal */
ul    {
	font-family:verdana, arial, sans-serif;
      font-size:80%;
}      
/* 75% Reduced size bullet text */
ul.small    {
      font-size:75%;
}      
/* 90% Reduced size bullet text for indent*/
ul.smaller    {
      font-size:90%;
}      
/* 100% size bullet text*/
ul.restore    {
      font-size:100%;
}      
/* 90% reduced size bullet text, emboldened */
ul.large    {
      font-size:90%;
      font-weight:bold;
}      
/* Set form text size to 80% normal */
form  {
	font-family:verdana, arial, sans-serif;
      font-size:80%;
}      


/* Column definition for use in div - Column 1 for main body text for page */
#column1 {
      position:absolute; 
      top: 185px;
      left: 15px;
      width: 760px;
	font-family:verdana, arial, sans-serif;
}
/* Column definition for use in div - Column 2 for supplementary text and images*/
#column2 {
      position:absolute; 
      top: 185px;
      left: 790px;
      width: 200px;
	font-family:verdana, arial, sans-serif;
      color: #022E7D;
}
/* Column definition for use in div - Single Column 2 for main body text for page */
#column1and2 {
      position:absolute; 
      top: 185px;
      left: 15px;
      width: 960px;
	font-family:verdana, arial, sans-serif;
}
/* For placing the Logo and padding at the top of each page */
#topbanner {
      position:absolute; 
      top: 5px;
      left: 15px;
}
a.sitemap {
	font-family:verdana, arial, sans-serif;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: #87D187;
	border: 1px solid #C1EFC1;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

