@charset "utf-8";
/* CSS Document */
/* CSS for tdstables.com, 2009 */
/* Designed by micahgast.com, 2009 */

body {
	background:#7f9999 url(../images/background.png) repeat-x;
	width: 100%;
	height: 100%;
	min-width:810px;/**not supported in pre-IE7**/
}

body,
html {
    margin:0;
    padding:0;
}

img {
	border: none;
}

/* tag modifiers */

.floatRight {
	float:right;
	padding-left: 12px;
	padding-bottom: 15px;
}

.floatLeft {
	float:left;
	padding-right: 12px;
	padding-bottom: 15px;
}

.header {
	margin-bottom:-20px;
}

.subHeader {
	margin-bottom:-20px;
}

.links {
	float:left;
	padding-right:8px;
}

.link-text {
	padding-left:128px;
	padding-top:3px;
}

.indent {
	padding-left:144px;
}

.photos {
	margin:5px 0px 10px 15px;
}

.bullets {
	margin-right: 10px;
	margin-bottom:-2px;
}

/* layout proporties */

#outerWrapper {
	height:555px;
	width:1000px;
	margin:0 auto;
	background:url(../images/header_bg.png) no-repeat;
}

#wrap {
    margin:0 auto;
    width:1000px;
	height:100%;
}

#header {
	width: 802px;
	top: 0px;
	margin-left:99px;
	padding-bottom:10px;
	background:#FFFFFF;

}

#banner {
	width:802px;
}

#sidebar {
	width: 190px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main {
	width: 562px;
	padding:10px;
	margin-left: 210px;
}

#bottom {
	height:75px;
	width:802px;
	padding-top:35px;
	margin-left:99px;
	background:url(../images/bottom.png) no-repeat;
}

#footer {
	width:802px;
	clear: both;
	margin:0px auto;
	padding-top:5px;
	padding-bottom:50px;
	text-align:center;
}

/* roll overs */

/*  colors:
	teal = #006666
	dark teal = #003333
	green = #009966
	light green = #66cc66
	blue = #5a7793
	brown = #6d614b
*/


a:hover {
	color:#006666;
	text-decoration:none;
}

a:visited {
	color:#006666;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:link {
	color:#006666;
	text-decoration:none;
}


#bottom a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#bottom a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#bottom a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#bottom a:active {
	text-decoration:none;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:active {
	text-decoration:none;
}