@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d5d5d5;
	background-image: url(SMAARTgrad.gif);
	background-repeat: repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}



p {
	font-size: small;
	padding: 15px 20px 0px 20px;
	margin:0;
}

ul li{
	font-size: small;
	padding: 0px 20px 5px 10px;
	margin:0px 0px 0px 20px;
	list-style-type: square;
	/*list-style-image: url(file:///M|/work/offlineWork/Smaart%20Website/site/assets/bullet.gif);*/
}

ol li{
	font-size: small;
	padding: 5px 20px 5px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: decimal;
	/*list-style-image: url(none);*/
}
form {
	margin: 0px; 
	padding: 0px;
}

h1 {
	font-size: x-large;
	font-weight:lighter;
	letter-spacing:2pt;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	/*margin-bottom: 1.5em;*/
}

h2 {
	font-size: large;
	font-weight:lighter;
	color: #A3064E;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*margin-bottom: 1.5em;*/
}

h3 {
	font-size: medium;
	font-weight:normal;
	color: #A3064E;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	/*margin-bottom: 1.5em;*/
}

h4 {
	font-size: small;
	font-weight:bold;
	color: #333333;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	/*margin-bottom: 1.5em;*/
}

h5 {
	font-size: small;
	font-weight:bold;
	color: #A3064E;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	/*margin-bottom: 1.5em;*/
}

.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-color: #FFFFFF;
	background-image: url(SMAART-web-layers_03.gif);
	height: 130px;
	width: 1000px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	float: left;
} 

.thrColFixHdr #header h1 { 
	color: #FFFFFF;
	padding: 50px 50px 0px 200px;
	text-align:right;
} 

.thrColFixHdr #video { 
	background: #000000; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 160px;
} 

/*.thrColFixHdr #video { 
	float: left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
} */

.thrColFixHdr #title { 
	float: right;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 20px 20px 20px;
} 

.thrColFixHdr #logoMenu { 
	background: #FFFFFF; 
	padding: 0;
	margin: 0; 
} 
.thrColFixHdr #logo { 
	background: #FFFFFF; 
	padding: 0;
	margin: 0; 
	width: 224px;
	float: left;
}

.style2 {color: #FF0000}
.thrColFixHdr #searchbox { 
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;
	margin: 0px; 
	float: right;
}

.zoom_button  {
	border: 0px solid #000000;
	background: #FFFFFF; 
	padding: 1px;
	height: 20px;
	margin: 10px 20px 0px 0px;	
}


.thrColFixHdr #contentcont {
	padding: 0;
	margin: 0; 
} 

.thrColFixHdr #tmp1col1 {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px; 
	/*position:absolute;*/
	float: left;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #tmp1col2 {
	margin: 2px 455px 2px 162px;
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px; 
}
.thrColFixHdr #tmp1col3 { 
	margin: 2px 0px 2px 0px;
	float:right;
	background: #EEEEEE;
	width: 453px;
	padding: 0px 0px 20px 0px;
} 

.thrColFixHdr #tmp2col2 {
	margin: 2px 555px 2px 162px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
.thrColFixHdr #tmp2col3 { 
	margin: 2px 0px 2px 0px;
	float:right;
	background: #EEEEEE; 
	width: 553px; 
	padding: 2px 0px 20px 0px; 
} 

.thrColFixHdr #tmp3col2 {
	margin: 2px 0px 2px 162px;
	padding: 0px 0px 0px 0px; 
}



.thrColFixHdr #footer { 
	padding: 4px 0px 4px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666; 
	background-image:url(SMAART-web-layers_06.gif);
	background-repeat:repeat;
} 
.thrColFixHdr #footer p {
	color: #FFFFFF;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
}

.thrColFixHdr #footer a {
	color: #FFFFFF;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 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;
}

#menu {
	background: #CCCCCC;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
#menu li {
	font: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	/*list-style-image: url(none);*/
}
#menu a {
	background: #cccccc;
	border-bottom: 2px solid #ffffff;
	color: #666666;
	font-size:small;
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 8px 12px 8px 12px;
	text-decoration:none;
}
#menu a:hover {
	background: #999999 url("assets/hover.gif") left center no-repeat;;
	color: #ffffff;
	padding-bottom: 8px;
}



#clientList {
	background: #FDAAAE;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
}
#clientList li {
}

#peopleList{
	background: #cccccc;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
}
#peopleListName{
	float: left;
	width: 700px;
	border-right: 2px solid #cccccc;
}
#peopleListPic{
	float: left;
	width: 165px;
	border-right: 2px solid #cccccc;
}

#peopleListText{
	float: left;
	margin: 0;
	padding: 8px 12px;
}

