/* this CSS defines the universal styles for stanleywatt.com */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
body {
	background-color: #D8CEBD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/wrap/Khakhi002.jpg);
	background-repeat: repeat;
	padding: 0;
	text-align: center;
	font: center;
	
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 1.5;
}



a {
	text-decoration: none;
}
a:link {
	color: #3C5191;
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #1D74CB;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #63F;
}
h0,h1,h2,h3,h4,h5,h6,h7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 3px;
}

h0,h1,h2,h3,h4,h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif	
}

h0 {
	font-size: 42px;
	margin-bottom: 0px;
	line-height: 0.75;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
}

h1 {
	font-size: 32px;
	margin-bottom: 2px;
	line-height: 1.05;
	font-family: "Courier New", Courier, monospace;
}
h2 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.5;

}

h3 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
	font-weight: normal;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.15;
}

h7 {	/* introduced for custom headings in slides 
(used so far in: demo page, film page) */
	font-size: 12px;
	font-weight: bold;
	/*line-height: 1.6em;*/ /* works: line spacing */
	color:#CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}




#container {
	text-align: center;
	margin-top: 25px;

}

/*the following elements are intended for div-based non-table usages*/
#sidebar {
//float: left;
background: #EBEBEB;
padding: 15px 10px 15px 20px;
}

#sidebar1 {
float: left;
width: 200px;
background: #EBEBEB;
padding: 15px 10px 15px 20px;
}
#sidebar2 {
float: right;
width: 200px;
background: #EBEBEB;
//padding: 15px 10px 15px 20px;
}
#mainContent {
	margin: 0;
	padding: 20px 20px 20px 20px;
}


.NoPaddingOrMargin {
	padding: 0px; 
	margin:0px;
	display: inline;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shade1 {
	color: #646464;
}


.shadeBlack {
	color: #000;
}

.shadeTan {
	color: #F8CFB6;
}

.alignbottom {
	vertical-align: bottom;
}

.hidden {
	display: none;
	visibility: hidden;
}
