<!--This stylesheet is applied to FutureSource Workstation jump page-->

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 10pt Verdana, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana,  Sans-serif;
	font-weight: Bold;
	font-size:14px; 		
}

h2 {
	
	text-align:center;	
	/*
	color: #88ac0b;
	background: #d7e4f7; 
	border: 1px solid #999;
	font-size: 100%;*/
}
h3 {
	/*font-size: 120%;
	color: #3565B1; */
}

/* images */

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
	list-style: none;
	line-height: 1.4em;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(/ads/futuresource/images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;	
}

#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}

#header {
	width: 820px;
	position: relative;
	height: 250px;
	/*background: #CCC url(/ads/futuresource/images/header_shw.gif) no-repeat center top;*/
	background: #CCC url(/images/ads/futuresource/hdr_image.gif) no-repeat center top;
	padding: 0;	
}

/*#centerimage {
	width: 818x;
	position: relative;
	height: 149px;
	background: #CCC url(/images/ads/futuresource/header2.gif) no-repeat center top;
	padding: 0;	
}*/

/* Main Column */
#main {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
}

#right {
	float: right;
	width: 40%;
	padding: 0; margin: 0;
}

#bottom {
	color: #333;
	clear: both;
	width: 550px;
	margin-left: 90px; 
	background-color: #FFFFCC;
	font: Verdana, Sans-serif;
	border:solid #CCCCCC thin;
}

sup { line-height: 50% }

#footercontent {
	clear: both;
	width: 820px;
}

#bottomnext {
	color: #333;
	clear: both;
	width: 760px;
	font: Verdana, Sans-serif;
}

#formborder{
	width: 415px;
	margin: 0px;
	float:left;	
	border: 1px solid #0481c2;
}

#main h1 {
	margin-top: 10px;
	font: Bold  Verdana, Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 44%;
	padding: 0; margin: 0;	
}	

#sidebar h1 {
	margin-top: -4px;
	padding: 5px 0 5px 10px; 
	font: Verdana, Sans-serif;
	/*background: #EEF0F1 url(/ads/futuresource/images/headerbg.gif) repeat-x left bottom;		*/
}

#sidebar .left-box {
		margin: 0 0 5px 0;	
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {	
	background: url(/ads/futuresource/images/button.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 10px 2px 0 10px;	
}

/* Footer
#footer {	
	background: #CCC url(/ads/futuresource/images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 60px;
	text-align: center;	
}

 */	


#footer { 
clear : both;
margin : 0;
font-size : 11px;
color : #000;
width: 820px;
/*background: #CCC url(/ads/futuresource/images/footer.jpg) no-repeat center top;*/
}

#footerBG { 
background: #CCC url(/ads/futuresource/images/footer.jpg) no-repeat center top;
width: 820px;
height:55px
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.p12 {
font-size: 12px;
font-family:Verdana, Sans-serif;
}

.p13{
font-size: 13px;
font-family:Verdana, Sans-serif;
font-weight:bold;
}

.p09 {
font-size: 9px;
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
}

