/****************************************
|
| Small Business Centre - eBusiness
| Created by: Kevin Biskaborn
| Copyright 2008 ScriptReaction
| http://www.scriptreaction.com
|
****************************************/

/****************************************
|	IMPORT STYLES
****************************************/

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin:0px;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body { 
	background:#fff;
	cursor:default;
	overflow:auto;
	margin:0px 10px 20px 10px;
}

body, select, input, textarea {
	font-family:tahoma, arial, verdana, sans-serif;
	font-size:11px;
	color:#000066;
}

a {
	color:#0066ff;
	text-decoration:underline;
}

a:hover {
	color:#009966;
	text-decoration:none;
}

ul {
	list-style:none;
}

/* all headings */
h1, h2, h3, h4, h5 {
	font-size:11px;
	line-height:11px;
}

form .hidden {
	display:none;
}
img {
	border:0px;
}

/****************************************
|	GLOBAL CLASSES
****************************************/
.uc { 
	text-transform:uppercase;
}

.filterPng {}

.flash {
}

.hidden_form {
	visibility:hidden;
}

/****************************************
|	PAGE LAYOUT
****************************************/
#skn, #shl {
	position:relative;
}

#skn {
	width:100%;
}

#shl {
	width:765px;
	text-align:left;
}

/****************************************
|	HEADER
****************************************/
#masthead {
	position:relative;
	width:765px;
	height:154px;
	font-size:0px;
}
#masthead #logo {
	position:relative;
}
#masthead #banner {
	position:absolute;
	left:254px;
	top:0px;
}

/****************************************
|	CONTENT
****************************************/
#content {
	position:relative;
	height:235px;
	margin-top:-55px;
}

#sponsors {
	position:relative;
	float:left;
	background:#ececec;
	border:1px solid #ccc;
	border-top:0px;
	border-left:0px;
	width:253px;
	height:189px;
	top:45px;
	font-size:0px;
	text-align:center;
}
#sponsors img {
	position:relative;
	border:0px;
	margin-top:28px;
}

#focal {
	position:relative;
	float:left;
	width:256px;
}
#focal img {
	display:block;
	border:0px;
}

#info {
	position:relative;
	float:left;
	border:1px solid #ccc;
	border-top:0px;
	border-right:0px;
	background:#ececec;
	width:221px;
	height:202px;
	overflow:hidden;
	padding:16px;
}

#info h2 {
	font-size:12px;
	margin-top:10px;
}
#info h2 span {
	display:block;
	font-weight:normal;
	color:#3f78b2;
	font-size:12px;
	margin:2px 0px 0px 0px;
}
#info h3 {
	display:block;
}
#info h3 a {
	display:block;
	text-align:center;
	width:200px;
	line-height:17px;
	padding:8px 5px 8px 5px;
	background:#fff;
	border:1px solid #336699;
	color:#0066cc;
	font-size:17px;
	margin-top:10px;
}
#info h3 a:hover {
	background:#0066cc;
	color:#fff;
}

#speakers {
	position:relative;
	border-top:1px solid #fff;
}
#speakers .speakerBox {
	position:relative;
	float:left;
	width:254px;
	border-right:1px solid #fff;
}
#speakers .speakerBox img {
	float:right;
	right:0px;
	position:absolute;
	margin:0px 0px 5px 0px;
}
#speakers .speakerBox .header {
	height:35px;
	padding:8px;
	border-bottom:1px solid #fff;
	background:#2d0f5c url(../gfx/speaker_grad_top.gif) repeat-x;
	overflow:hidden;
}
#speakers .speakerBox .header h3 {
	font-size:10px;
	color:#9999cc;
}
#speakers .speakerBox .header h1 {
	font-size:14px;
	color:#fff;
}
#speakers .speakerBox .header h2 {
	font-size:11px;
	color:#9999ff;
	margin-top:2px;
}
#speakers .speakerBox .header h2 a {
	color:#9999ff;
	text-decoration:none;
}
#speakers .speakerBox .header h2 a:hover {
	text-decoration:underline;
}
#speakers .speakerBox .content {
	float:left;
	width:236px;
	background:#fff url(../gfx/speaker_grad_bottom.gif) repeat-x;
	font-size:11px;
	padding:9px;
}



#testimonials {
	position:relative;
	border-top:1px solid #fff;
}

/****************************************
|	FOOTER
****************************************/
#footer {
	position:relative;
	clear:left;
	padding-top:5px;
	color:#999;
	border-top:1px solid #ccc;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#ff6600;
	text-decoration:underline;
}
#footer span {
	position:absolute;
	right:0px;
}












