﻿/* 
Created by http://www.AtlantaWebDesignGA.com
Jonathan Beacher, 770-605-8659

Sports Hernia South Colors
RGB: 89/144/195 #4c84bd sky blue
RGB: 54/87/117 #365775 dark blue
RGB: 194/175/89 #C2AF59 gold
RGB: 117/95/54 #755F36 brown
RGB: 61/61/61 #3D3D3D black
RGB: 194/194/194 #365775 gray

*/

body {
	background-color:#4c84bd; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}

blockquote {
	margin-left: 3em;
}

ul {
  margin-left: 1em; 
}

ul li {
	margin-bottom: .5em;
	list-style-position: outside;
	list-style-type: square;
}

ul li a {
	text-decoration:none;
}

ol {
	margin-left: 3em;
	list-style-type: upper-alpha;
}

ol li {
	margin-bottom: .5em;
	list-style-position: outside;
	list-style-type: upper-alpha;
}

label {
	text-align:left;
	font-size:.9em;
}

a {
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #4c84bd;
}

strong {
	font-weight:bold;
}


/* boxblue */

.boxblue {
	margin-bottom: 20px;
	background: #365775;
}

.boxblue .title {
	padding: 10px 0 0 20px;
	font-size: 1.3em;
	color: #C2AF59;
}

.boxblue .content {
	padding: 20px 20px 20px 20px;
}

.boxblue p {
	margin-bottom: 10px;
}

/* boxbrown */

.boxbrown {
	margin-bottom: 20px;
	background: #755F36;
}

.boxbrown .title {
	padding: 10px 0 0 20px;
	font-size: 1.3em;
	color: #C2AF59;
	line-height:100%;
}

.boxbrown .content {
	padding: 20px 20px 20px 20px;
}

.boxbrown p {
	margin-bottom: 10px;
}

/* boxgold */

.boxgold {
	margin-bottom: 20px;
	background: #C2AF59;
}

.boxgold .title {
	padding: 10px 0 0 20px;
	font-size: 1.3em;
	color: #365775;
	line-height:100%;
}

.boxgold .content {
	padding: 20px 20px 20px 20px;
}

.boxgold p {
	margin-bottom: 10px;
}

/* clouds */

.clouds460  {
	width:460px;
	height:36px;
	background: url(../images/cloud460.jpg) no-repeat;
}

.clouds220  {
	width:220px;
	height:36px;
	background: url(../images/cloud220.jpg) no-repeat;
}

.clouds705  {
	width:705px;
	height:36px;
	background: url(../images/cloud705.jpg) no-repeat;
}


/* widecopy */

.widecopy {
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}


.widecopy .title {
	clear: both;
	padding: 20px 0;
	color: #4c84bd;
}

.widecopy .article {
}

.widecopy h1 {
	font-size:1.8em;
	color: #C2AF59;
	margin-bottom:20px;
}

.widecopy .article h2 {
	font-size:1.4em;
	color:#4c84bd;
	margin:30px 0 20px 0;
}

.widecopy .article h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.widecopy .article blockquote {
	margin-bottom: 1.5em;
	line-height: 150%;
}

.widecopy .article p {
	margin-bottom: 1.5em;
	line-height: 150%;
}

/* protocol */

.widecopy .protocol h2 {
	font-size:1.4em;
	color:#4c84bd;
	margin:30px 0 20px 0;
}

.widecopy .protocol h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}


.widecopy .protocol p {
	margin-top: 1em;
	line-height: 150%;
}

.widecopy .protocol strong {
	font-size:110%;
	margin:10px 0 0 20px;
}

.widecopy .protocol ul {
	margin:0 0 2px 20px;
}

.widecopy .protocol li {
	margin:0 0 2px 20px;
}


/* images */ 

.imageright {
	float:right;
	margin:0 0 5px 20px;
}

.imageleft {
	float:left;
	margin:0 20px 5px 0;
}

.imagecenter {
	margin: 10px 0 10px 0;
}

/* header */

#header {
	width: 950px;
	height: 350px;
	margin: 0 auto;
	background-image:url('../Images/Sports-Hernia-Header.jpg'); 
	background-repeat:no-repeat;
}

 #header h1 {
	padding: 60px 0 0 467px;
	color:#425d66;
	font-size: 32pt;
	letter-spacing: -1pt;
	font-weight:bold;
}

#header h2 {
	margin-top: 200px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	color:#FFFFFF; 
	font-size: 1em;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #425d66;
	font-size: 32pt; 
	letter-spacing: -1pt;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
}

/* horizontal menu */

#menu {
	width: 950px;
	height: 35px;
	margin: 0 auto 0 auto;

}

#menu ul {
	list-style: none;
	float:right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color:#365775;
}

#menu a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color: #365775;
}


/* mainarea */

#mainarea {
	width: 950px;
	margin: -30px auto;
	padding: 20px 0 0 0;
}


/* mainarea > leftcol460 */

#leftcol460 {
	float:left;
	width:460px;
}

/* mainarea > leftcol705 */

#leftcol705 {
	float:left;
	width:705px;
}


/* mainarea > middlecol */

#middlecol {
	width: 220px; 
	margin: 30px 0 0 485px;
}

/* content > rightcol */

#rightcol {
	float: right;
	width: 220px;
}


/* vertical menu */

#vertmenu {
font-size: 120%;
width: 220px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 90%;
display: block;
border-bottom: 1px dashed #4c84bd;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #755F36;
width:180px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #FFFFFF;
background-color: #365775;
}

/* footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* footer > Legal */

#legal {
}

/* footer > Links */

#links a {
	text-decoration:none;
}
dt {
	text-indent: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
