body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#183C5E;
	background-image:url(../images/interface/gradient_bkg.jpg);
	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: #004590;
}
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #none; 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header2 {
	background: #FFFFEF; 
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
	color:#004590;
	font-family: Ariel, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#header2 A:link {
	font-family: Ariel, sans-serif;
	color: #004590;
	text-decoration:none;
	font-style:bold;
}
#header2 A:Hover
{
	color: #004590;
	text-decoration:underline;
}
#header2 p {
	margin: 0; 
	padding: 2px 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:5px 0 5px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFEC;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	
	text-align:left;
}
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFEC;
}
.oneColFixCtrHdr #mainContent h1 {
	color:#004590;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-bottom:0;
	text-align:center;
}
.oneColFixCtrHdr #mainContent h2 {
	color:#CC0000;
	font-family:Ariel, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-bottom:0;
	text-align:left;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0; 
	padding: 7px 0;
	line-height:22px;
}
.oneColFixCtrHdr #footer {
	padding: 3px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#none;
	text-align:center;
	color:#FFFFFF;
}
.oneColFixCtrHdr #footer a {
	color:#FFFFEC;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ------------------------ Homepage Containers ------------------------- */

#containers {
	width:515px;
	color:#fff;
	margin-top:10px;
}

#containers a { 
 color:#fff;
}

#container-1 {
	float:left;
	width:170px;
	height:75px;
	border-right:solid 1px #333333;
	border-left:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-1 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-1 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	font-size:13px;
	line-height:14px;
	padding: 10px 0 0 10px;
}


#container-2 {
	float:left;
	width:170px;
	height:75px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-2 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-2 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	font-size:13px;
	line-height:14px;
	padding: 10px 0 0 10px;
}

#container-3 {
	float:left;
	width:170px;
	height:75px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#container-3 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#container-3 ul li{	
	color:#CCCCCC;
	font-family: Ariel, sans-serif;
	font-size:13px;
	line-height:14px;
	padding: 10px 0 0 10px;
}
#container-3 ul li a{	
	color:#CC0000;
	text-decoration:none;
}

#container-3 ul li a:hover {	
	color:#CC0000;
	text-decoration:underline;
}

#container-title1, #container-title2, #container-title3 { 
	height:20px; 
	padding:2px 0 2px 10px;
	font-weight:bold;
	font-size:13px;
	border-bottom:solid 1px #333333;
	border-top:solid 1px #333333;
}
#container-create #container-title1 { background:url("../images/title-case.jpg"); }
#container-happening #container-title2 { background:url("../images/title-worth.jpg"); }
#container-quotes #container-title3 { background:url("../images/title-lawyer.jpg"); }

.clear {
	clear:both;
}

div.clear { 
	clear:both;
	height:.01em; 
	overflow:hidden; 
}

#content1 {
	float: left; 
	width: 110px;
	height:157px;
	margin: 0 5px 0 0; 
}

#content1 span {
	display:none;
}

#content2 {
	float: left;
	width: 200px;
	height:157px;
	margin: 0 0 5px 5px;
}

#CoachBio ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#CoachBio ul li{	
	color:#CC0000;
	font-family: Ariel, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#CoachBio ul li a{	
	color:#CC0000;
	text-decoration:none;
}

#CoachBio ul li a:hover {	
	color:#669933;
	text-decoration:none;
}

#CoachBio ul ul li{	
	color:#CCCC66;
	font-family: Ariel, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
}
#CoachBio ul ul ul li{	
	color:#CCCC66;
	font-family: Ariel, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

#CoachBio ul ul ul li a{	
	color:#CC0000;
	text-decoration:none;	
}

#CoachBio ul ul ul li a:hover {	
	color:#CC0000;
	text-decoration:underline;	
}

#line {	
	border-bottom:dashed 1px #333333;
}

/* Start close*/
.Close
{
	color:#FFFFEC;
	font-family:Verdana, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:right;
	padding:5px 10px 5px 0;
	height:15px;
}
.Close a {
	color: #FFFFEC;
	text-decoration:none;
}
.Close a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* Start Follow World Cup*/
.Cup
{
	color:#004590;
	font-family:Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	padding:5px 10px 5px 0;
	height:15px;
}
.Cup a {
	color: #CC0000;
	text-decoration:none;
}
.Cup a:hover {
	color: #CC0000;
	text-decoration:underline;
}


