@charset "utf-8";
/* CSS Document for SwimSCAC.com */
/* Created by: millbankDESIGN.com */

*	{
	margin: 0px;
	padding: 0px;
	}

body {
	background: #167b42 url(http://www.millbankdesign.com/swimscac.com/images/www/bg.gif) repeat-x; /* Creates shaded background */
}
	
h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 22px;
	margin-left: -3px;
	color: #8B0000;
}

h2 {
	font-size: 19px;
	color: #000000;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.1;
	line-height: 1.3em;
	color: #333;
}

a:link, a:active, a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #0044b9;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #0044b9;
}
		
img	{
		border: none;
	}

#container	{
	width: 961px;
	margin: 0px auto;
	background-image: url(http://www.millbankdesign.com/swimscac.com/images/www/background-repeat.gif);
	background-repeat: repeat-y;
	display: table;
	}
	
#container2	{
	width: 889px;
	padding: 40px 36px 0px 36px;
	background-image: url(http://www.millbankdesign.com/swimscac.com/images/www/background.jpg);
	background-repeat: no-repeat;
	float: left;		
	}

#organizations	{
	width: 889px;
	height: 92px;

	}

.rightjustify {
	float: right;
}

.leftjustify {
	float: left;
}	

#navigation {
	margin: -21px;
}

#header	{
	float: left;
	width: 931px;
	height: 313px;
	background-image: url(http://www.millbankdesign.com/swimscac.com/images/www/header101.jpg); /* Blue header */
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin-left: -21px; /* Moves blue header left to cancel out container and container2 width difference */
	position: relative;
	}

#headertxt	{
	width: 450px;
	height: 150px;
	margin: 30px 0px 15px 20px;
}

.headertxt {
	font-family: Arial;
	background-color: transparent;
	color: #fff;
	text-decoration: normal;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 1.7em;
	font-style: italic;
}
	
#content {
	float: left;
	width: 889px;
	padding: 20px 0px 0px 0px;
	}

#topcolumn {
	float: left;
	border-bottom: 1px solid #ccc;
	width: 840px;
	padding: 10px 20px 20px 20px;
	min-height: 150px;
	height: auto!important;
	height: 150px;		
	}

/* Right column */ 

#rightcolumn	{
	float: right;
	width: 400px;
	padding: 20px 20px 10px 20px;
	min-height: 250px;
	height: auto!important;
	height: 250px;		
	}
	
/* Left column */ 

#leftcolumn	{
	float: left;
	border-right: 1px solid #ccc;
	width: 400px;
	padding: 20px 20px 10px 20px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	}


/* Footer */

#footer { 
	clear: both; 
	width: 889px; 
	padding: 35px 0px 10px 0px; 
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.1;
	line-height: 1.3em;
	color: #333;
	}
	
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	}
	
#footer a:hover {
	text-decoration: underline;
	}	

#clubrecognition img {
	padding: 15px 9px 15px 9px;
}

/* End Footer ----- */
	
/* Hosted Meets -----*/

#hostedmeets_container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	background: #F0F0F0;
	margin: 0 0 20px 0;
	padding: 14px;
}

#hostedmeets_container a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-weight: none;
	background: #cbdbf6;
	color: blue;
	padding: 5px 5px 5px 0px;
}

.hostedmeets_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.1;
	line-height: 1.3em;
	color: #333;
	margin: 0 0 20px 0;
}

#hostedmeets_logo {
	float: left;
	width: 160px;
	margin: 15px 20px 10px 20px;
	min-height: 145px;
	background: grey;
}

#hostedmeets_col1 {
	float: left;
	width: 228px;
	line-height: 35px;
	padding: 5px 0px 0px 20px;
	border-right: 1px dotted grey;
    margin: 13px 0 13px 0;
}

#hostedmeets_col2 {
	float: left;
	width: 248px;
	line-height: 35px;
	padding: 5px 70px 0px 30px;
    margin: 13px 0 13px 0;
}

/* End Hosted Meets ------ */	

img.floatLeft { 
    float: left; 
    margin-right: 12px; 
}
img.floatRight { 
    float: right; 
    margin-left: 12px; 
}

