/* CSS Document */

html { 
	min-height: 100%;
	height: auto; 
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

#content { 
	width: 970px;
	height: 640px;
	padding:0px;
	MARGIN: 0px auto 0px;
	clear:left;
}

#col-left  { 
	float: left; 
	width: 220px; 
	height: 600px; 
	text-align: left; 
}

#col-right { 
	float: right; 
	width: 700px; 
	height: 640px; 
	text-align: left;
}

#col-right ul {margin: 0; padding: 0;}

#col-right li {display: inline; padding: 0; margin: 0; background:none;}

#figure-animation {  
	width: 220px; 
	height: 305px; 
	padding-top: 0px;
	text-align: left; 	
}

#navigation {
	width: 220px;
	height: 170px;
	padding: 0px;
	
	margin-top: 25px;
}

/* LOGO */


h1#logo  {

	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
}

h1#logo a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 220px;
	height: 105px;
	background: url(../images/clarity-home.gif) no-repeat;
	
}


/* NAVIGATION */

#navbar {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 20px;
	
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	text-indent: -5000px;
}



#navbar #whoweare {
	background: url(../images/whoweare-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 26px;
}
#navbar #whoweare:hover {
	background-position: 0 -26px;
}

#navbar #whoweareselected {
	background: url(../images/whoweare-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 26px;
	background-position: 0 -26px;
}


#navbar #advertising{
	background: url(../images/advertising-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 34px;
}
#navbar #advertising:hover {
	background-position: 0 -34px;
}
#navbar #advertisingselected{
	background: url(../images/advertising-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 34px;
	background-position: 0 -34px;
}


#navbar #corporateid{
	background: url(../images/corporateid-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 31px;
}
#navbar #corporateid:hover {
	background-position: 0 -31px;
}
#navbar #corporateidselected{
	background: url(../images/corporateid-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 31px;
	background-position: 0 -31px;
}


#navbar #directmail{
	background: url(../images/directmail-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 29px;
}
#navbar #directmail:hover {
	background-position: 0 -29px;
}
#navbar #directmailselected{
	background: url(../images/directmail-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 29px;
	background-position: 0 -29px;
}

#navbar #webdesign{
	background: url(../images/webdesign-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 33px;
}
#navbar #webdesign:hover {
	background-position: 0 -33px;
}
#navbar #webdesignselected{
	background: url(../images/webdesign-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 33px;
	background-position: 0 -33px;
}

#navbar #publicrelations{
	background: url(../images/publicrelations-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 31px;
}
#navbar #publicrelations:hover {
	background-position: 0 -31px;
}
#navbar #publicrelationsselected{
	background: url(../images/publicrelations-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 31px;
	background-position: 0 -31px;
}

#navbar #events{
	background: url(../images/events-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 28px;
}
#navbar #events:hover {
	background-position: 0 -28px;
}
#navbar #eventsselected{
	background: url(../images/events-button.gif) no-repeat 0px 0px;
	width: 201px;
	height: 24px;
	background-position: 0 -28px;
}

a {
color:#000;
text-decoration:none;
}

a:hover {
color:#FF0000;
text-decoration:none;
}

.bold-redtag {  
	color: #FF0000; 
	font-weight: bold;
}