/*
Theme Name: TCW - Foundation
Theme URI: http://tcwebsite.com/
Description: The default wireframe for The Complete Website, LLC.
Version: 1.0
*/

@import "css/reset.css";
@import "css/text.css";
@import "css/layout.css";
/*@import "css/nav.css";*/
@import "suckerfish.css";

/*
Site specific width's etc can go here as this is the last stylesheet called.
*/

td {vertical-align: top;}
.container {width:930px;border-left:10px solid #fff;border-right:10px solid #fff;margin: 0 auto; padding: 0; background-color: #fff;}
#contentwide {background-image: url(images/mainBG.gif);
background-repeat: repeat-y;
background-position: top center;}

.leftcol {width:150px;margin-right:30px;} /* was 200px */
.middlecol {width:510px;margin-right:10px;}
.rightcol {width:230px;}/* was 200px */
.header h2{display:none;}

.box a {
	/*color: #5E8BC8;*/
	text-decoration: none;
}

input.searchFLD {width:80px; height: 19px;}
input.searchBTN {background-image: url(images/searchBTN.png);
background-repeat: no-repeat;
background-color: transparent;
width: 48px;
height: 19px;
color: transparent;
border: none;
padding: 0;
float: right;}

.rdivider {width: 100%; height: 1px; border-bottom: 1px solid #BCBDA8;padding-bottom: 3px;}

#info {color: #333; font-family: Georgia, Times, "New Times Roman", serif; font-weight: lighter;font-size: 1.5em;margin-top: 25px;}

.alignleft {float: left; margin-right: 10px;z-index: 0;}
.alignright {float: right; margin-left: 10px;z-index: 0;}

#flashcontainer {float: right; margin: 5px; padding: 5px;}