@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background: #FFF url(../img/bg-07.gif) repeat-x fixed;
}
/* Commonly used to style page titles. */
h1 {
	color: #ED9B43;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: .5em;
	padding-top: 10px;
}
/* Commonly used to style section titles. */
h2 {
	color: #00C;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	text-align: center;
}

h3 {
	font-size: 14px;
	color: #F90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #FF8040;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #C30;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #999;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#outerWrapper #header {
	background-color: #ddd;
	border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 200px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

.spacer {
	height: 60px;
	background-color: #9FD6FF;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

.spacer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #0021C0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #9FD6FF; /* Sets the right border properties for an element using shorthand notation */
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0CF;
}

#outerWrapper #contentWrapper #leftColumn1two {
	background-color: #9FD6FF; /* Sets the right border properties for an element using shorthand notation */
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 215px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Menu */

.outer{
	margin:0px;
	padding:0px;
	font-size: 13px;
}
#menu4 {
	width: 200px;
	border-size: 1px;
	padding:0px;
	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: none;
	border-left-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-bottom-color: #00C;
	border-left-color: #00C;
	}
	#menu4 ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#menu4 li a {
		height: 32px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 24px;
		text-decoration: none;
		font-weight:normal;
		}
		
	#menu4 li a:link, #menu4 li a:visited {
	color: #930;
	display: block;
	padding: 8px 0 0 30px;
	background-image: url(../img/menu4.gif);
		}
		
	#menu4 li a:hover {
	color: #fff;
	padding: 8px 0 0 30px;
	background-image: url(../img/menu4.gif);
	background-position: 0 -32px;
		}
		
	#menu4 li a:active {
		color: #fff;
		background: url(../img/menu4.gif) 0 -64px;
		padding: 8px 0 0 30px;
		}	
		
/* End Menu */

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

#content ul {
	list-style: none;
}

#content ul li {
	padding-left: 10px;
	list-style-image: url(../img/img16.gif);
	background-image: url(img/img16.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#outerWrapper #contentWrapper #content2 {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 0;
}

#content2 ul {
	list-style: none;
}

#content2 ul li {
	padding-left: 10px;
	list-style-image: url(../img/img16.gif);
	background-image: url(img/img16.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}



.termsList li
{
	font-size: 12px;
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #9FD6FF; /* Sets the top border properties for an element using shorthand notation */
	height: 40px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #0CF;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

.imgBorder {
	padding: 4px;
	border: 1px solid #999;
}

.imgLeft {
	padding: 4px;
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
}

.imgRight {
	padding: 4px;
	border: 1px solid #999;
	float: right;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 p {
	text-align: center;
	color: #666;
	font-size: 12px;
}
.para {
	padding: 10px;
}

.tableGolf {
	width: 90%;
	border: 1px solid #CCC;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
}

.tableGolf td, tr {
	margin: 2px;
	padding: 3px;
}

#box {
   width:590px;
   height:100px;
   background-color:#6B86A6;
   -moz-border-radius: 20px;
}

/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */


body {
  background-color: #ffffff;
  color: #333333;
  font-size:62.5%; /* Explain @ www.clagnut.com/blog/348/ */
}

/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #dbe9f2 url(../img/bl_18_dbe9f2_ffffff.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 18px;
  margin: 1em 10px 0 0 ;
  height:100%
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #dbe9f2 url(../img/br_18_dbe9f2_ffffff.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 18px 0;
  margin: 0 0 -18px 18px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h1, div.rounded h4 {
  color: #ffffff;
  background: #dbe9f2 url(../img/tr_18_dbe9f2_ffffff.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(../img/tlc_18_dbe9f2_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h1 {
  font-size: 3.2em;
}
div.rounded h4 {
  font-size: 2em;
}
