@charset "utf-8";
/* CSS Document */

HTML 		{overflow-y:scroll; background-color:#FFFFFF;}
BODY		{font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana; font-size:13px; color:#333333;}
A			{
	text-decoration:none;
	cursor:pointer;
	outline:none;
	color:white;
}
H1			{font-size:15px; color:#cc0000;margin:0px;padding:10px 0px 10px 0px;}
H2			{margin:0px; padding:5px 0px; font-size:12px; color:#cc0000;}
H3			{color:#4c4c4e; margin:0px; padding:0px; font-size:14px;}
TD			{border-collapse:collapse;}
TABLE		{border-collapse:collapse;}
INPUT		{background:#ffffff; border:1px solid #818181; color:#333333;}
A:hover		{text-decoration:underline;}
:focus 		{ -moz-outline-style:none;}


#outer	 	{width:100%;}
#inner		{width:1000px;}
#footer		{position:relative; clear:both; width:1000px; height:400px;}
#logo		{position:relative;width:100%; border-bottom:1px solid #cc0000;}
#subnav		{width:100%; padding:15px 0px; font-size:13px;}
#subnav A	{display:inline-block; padding:0px 15px; color:#666666;}
#menu		{position:absolute; left:0px; top:5px; z-index:10; width:100%}
#maincol	{position:relative; width:100%; min-height:450px;}
#left		{position:relative; float:left; }
#right		{position:relative; float:right;}
#right A	{color:#333333;}
.fade		{display:none;}
.clients LI	{list-style-type: none; padding-top:2px;}
.clients	{margin-left:10px;margin-top:0px;}
.red		{color:#cc0000;}
#top		{z-index:999;position:absolute; top:100px; left:500px; color:#333333;}
#top A		{color:#333333;}
.weblink	{color:#ffffff; font-size:2px; display:none !important;}

/* mouseover bottom menu stling */
#dynatip 		{display:none; position:relative; z-index:999;}
#dynatip div 	{font-size:15px;height:119px;width:153px;padding:75px 25px 25px 25px;color:#fff;text-align:center; z-index:999;}
.dynatipred 	{background:url(../images/bg2.png);z-index:999;}
.dynatippink 	{background:url(../images/bg1.png);z-index:999;}
.dynatiptwo		{background:url(../images/bg3.png);z-index:999;}
.dynatiporange 	{background:url(../images/bg4.png);z-index:999;}
.dynatipyellow 	{background:url(../images/bg5.png);z-index:999;}
.dynatiplime 	{background:url(../images/bg6.png);z-index:999;}
.dynatipgreen 	{background:url(../images/bg7.png);z-index:999;}
.tbg1			{background:url(../images/tbg1.png);z-index:999;}
.tbg2			{background:url(../images/tbg2.png);z-index:999;}
.tbg3			{background:url(../images/tbg3.png);z-index:999;}
.tbg4			{background:url(../images/tbg4.png);z-index:999;}
.tbg5			{background:url(../images/tbg5.png);z-index:999;}
 
/* style the trigger elements */
#nav	{clear:both; z-index:99;}
#nav a {
	display:inline-block;
	padding:25px 13px 13px 13px;
	background-color:#cccccc;
	border:0;
	cursor:pointer;
	font-size:13px;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 400px;	 
	width: 545px;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	margin:0px 0;
	padding:0px;
	font-size:12px;
	height:400px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:545px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.prevPage{
	font-size:13px;
	float:left;
}


.nextPage {
	float:right;
}

.nextPage SPAN, .prevPage SPAN	{font-size:13px;}
