/* @override 
	http://sanmarinotsunamis.com/beta/tsunamis.css
	http://www.sanmarinotsunamis.com/beta/tsunamis.css
	http://sanmarinotsunamis.com/tsunamis.css
	http://www.sanmarinotsunamis.com/tsunamis.css
*/

/* @group Structure */

body {
	background: url(images/bubbleBack.jpg) repeat-y;
	background-color: #003366;
	color: #003366;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.float-right {
	float: right;
	margin: 0 10px;
}
.float-left {
	float: left;
	margin: 0 10px;
}
img { behavior: url("iepngfix.htc"); }

a {
	color: #2E5A8B;
}

h1, h2 {
	color: yellow;
	text-shadow: #000 4px 4px 2px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 16pt;
	text-align: center;
}

h3 {
	color: white;
	text-align: center;
	padding: 0;
	margin:10px;
	font-size: 12pt;
}
h4 {
	color: black;
	background: url(images/navBackWhite75.png) repeat;
	padding: 10px 10px 0 10px;
	font-size: .8em;
	font-weight: bold;
	margin:0;
	font-size: 12pt;
}

.underline {
	text-decoration: underline;
}

.gray_back {
	width: 380px;
	background: url(images/navBackGray.png) repeat;

}

/* @group Navigation */
#nav {
	position: absolute;
	top: 20px;
	left: 20px;
}
#nav ul {
	display: block;
	width: 140px;
	height: 700px;
	padding: 5px;
	margin: 0;
	background: url(images/navBackFade.png) repeat-x;
}

#nav ul li {
	display: block;
	color: yellow;
	font-weight: bold;
	padding: 10px;
	text-shadow: #000 4px 4px 2px;
}

#nav a {
	color: #FFFF00;
	text-decoration: none;
}

#nav a:hover {
	color: #BBBB00;
}
table {
	background: url(images/navBackWhite75.png) repeat;
	margin-left: auto;
	margin-right: auto;
	width: 500px;

}

/* @end */

#content, .mainContent {
	width: 600px;
	padding: 15px;
	background: url(images/navBackGray.png) repeat;
	position: relative;
	left: 120px;
}
#content p, .mainContent p {
	background: url(images/navBackWhite75.png) repeat;
	padding: 10px;
	font-size: .8em;
	font-weight: bold;
	margin:0;
	line-height: 1.5;
}
#content p.practiceSchedule {
	width: 480px;
	margin: auto;
	margin-bottom: 15px;
}
.bio_image {
	float: left;
	border: outset 2px;
	margin:5px;
	background: #fff;
	margin-right: 25px;
}
.bio_image img {
	margin:5px;
}
#content_col1 {
	width: 400px;
	width: 350px;
	position: absolute;
	top: 20px;
	left: 200px;
}
#content_col2 {
	width: 350px;
	position: absolute;
	top: 20px;
	left: 600px;
}

/* @group tdLink */

#tdLink {
	position: fixed;
	bottom: 0;
	left: 5px;
	opacity: .7;
	letter-spacing: -1px;
}

#tdLink h2 {
	font-size: 14px;
	color: white;
}

#tdLink h2 a {
	color: yellow;
}



/* @end */

/* @end */

/* @group Column 2 Gradient Sections */

#content_col2 .section {
	background-image: url(images/col2Back.png);
	padding: 5px;
	margin-bottom: 20px;
}

#content_col2 h3 {
	color: #003366;
}

/* @end */

/* @group Tables (nice borders)
 */
#content_col2 .section table {
	padding: 10px;
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

table.niceBorders th {
	font-weight: bold;
	border-bottom: 5px double #003366;
	padding: 5px;
}

table.niceBorders .right {
		border-left: 5px double #003366;
}

table.niceBorders .left {
		border-right: 5px double #003366;
}

table.niceBorders td {
	padding: 3px;
	border-bottom: 2px solid #003366;
	text-align: center;
}

table.niceBorders td.date {
	width: 40px;
	line-height: .8;
}



/* @end */

/* @group Index.php */

#logo {
	width: 350px;
	height: 213px;
}

#visionsAndGoals {
	padding: 15px;
	width: 350px;
	background: url(images/navBackGray.png) repeat;
}

#visionsAndGoals p {
	padding: 10px;
	font-size: .8em;
	font-weight: bold;
}

#poolImagesGallery {
	margin-top: 30px;
	padding: 15px;
	width: 350px;
	height: 255px;
	background: url(images/navBackGray.png) repeat;

}

/* @end */