/* CSS Document */

/* @group global reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
p { margin: 10px 0; }
a img, frameset { border: 0; }

/* @end */
/* @group utility */

.hb { height: 10px; display: block; clear: both; }

.clear {
	height: 1px;
 	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
.row:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h2, h3, h4, h5 { }
h2 { font-size: 185%; margin: 25px 0; }
h3 { font-size: 150%; margin: 15px 0; color: #092c4f; font-weight: normal; }
h4 { font-size: 135%; margin: 15px 0; }
h5 { font-size: 115%; margin: 5px 0; }
small { font-size: 90%; }
.add_top, #add_top { margin-top: 15px; }
.add_bottom, #add_bottom { margin-bottom: 15px; }
.no_bottom { margin-bottom: 0; padding-bottom: 0; }
.no_top { margin-top: 0; }
.no_border { border: 0; }
.left { float: left; }
img.left { margin: 0 15px 15px 0; }
.right { float: right; }
img.right { margin: 0 0 15px 15px; }
.text_right { text-align: right; }
.hide { display: none; }

/* @end */
/* @group links */

a:link { text-decoration: underline; color: #333; }
a:visited {}
a:hover { text-decoration: none; }
a:active {}

/* @end */
/*-------------------------------------------*/
body{

	margin:0px;
	font-family: georgia, times, -serif;
	padding:0px;
	background: #5c7084;
}

#wrapper {
	width: 903px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
}


/*Everything in the header tag*/
#header {
	background: #c59e41 url('/images/header.jpg') no-repeat;
	height: 131px; 
	width: 903px; 
} 



#nav{
	position: relative;
	top: 0px;
	left:23px;
	font: georgia, times, serif;
	text-transform:uppercase;
	color:#83381b;
	font-size:10pt;
}

#nav a{
	margin-right:25px;
	text-decoration:none;
	color:#83381b;
/*	letter-spacing:1px;*/
}


#navfix{
/*	margin-left:510px;
	margin-top:-15px;*/
      float: right; 
      margin-right: 8px;
}

#nav a:hover, #navfix a:hover{
	text-decoration:none;
	color:#082f58;
	border-bottom: 1px dotted #082f58;
}


#logo{
	position: relative;
	top: 5px;
	left:25px;
	width:63px;
}

#search{
	position: relative;
	top: -20px;
	left:695px;
	width:260px;

}
#search #keywords {
	width: 130px;
	padding: 3px;
	font-size:12px;
	color:#083058;
	margin:-2px 0px 0px 0px;
	border-style:solid;
	border-color:#083058;
	border-width:.5px;
	background-color:#f9f9f9;
	font-family: georgia, "times new roman", sans-serif;
	margin-left:10px;
/*	height:16px;*/
}

#search #submit {
	padding-bottom: 1px;
	font-size:12px;
	color:#083058;
	font-family: georgia, "times new roman", sans-serif;
	border:none;
	background-image:url('/images/searchbutton.gif');
	margin-left:0px;
	width:25px;
	height:21px;

	}
	
#contact{
	position: relative;
	top: 0px;
	left:750px;
	font-size:12px;
	background-color:#083058;
	width:120px;
	height:20px;
	padding-top:7px;
	font: georgia, times, serif;
	color:#d6b35c;
}

#contact a.active{
	text-decoration:none;
	border-bottom: 1px dotted #d6b35c;
	color:#d6b35c;
	text-decoration:none;

}

#contact a{
	font: georgia, times, serif;
	color:#d6b35c;

	text-decoration:none;


	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:10px;
/*	margin-top:102px;*/
/*	letter-spacing:1px;*/
}

#contact a:hover{
	color:#83381b;
	text-decoration:none;
	border-bottom: 1px dotted #83381b;
}


/* End Header*/


/*=======Begin contents and down area========*/

#contents {
	top: 3px;
	width: 903px;
position:relative;
	left:0px;
	background: white;
	color:red;
/*	height:640px;*/
	z-index:1;
	
}

#middles {
		ttop: 228px;
		width: 873px;
		position:absolute;
		left:0px;
		background-color: #fff ;
		padding-right:15px;
		padding-left:15px;
}

/*=======Feature area========*/	
		
#feature{
	width:903px;
	height:228px;
	background-color:#7b3e24;
}

#feature img{float:left;}

#callout {
	background-image:url('/images/calloutblock2.gif');
	float:left;
	height:228px;
	width:535px;
}

#callout p{
margin:80px 0px 0px 24px;
font-family: georgia, times, serif;
color:#f1dca7;
font-size:14px;
line-height:18px;
width:450px;

}
.featureit {
	font-style:italic;
	font-size:16px;
	line-height:30px;
}
#callout a{
	color:#d1ad54;
	text-decoration:none;
/*	border-bottom: 1px dotted #d1ad54;*/
}
#callout a:hover{
	text-decoration:none;
/*	border-bottom: 1px dotted #d1ad54;*/
	color:#f1dca7
}

#button{
	margin-left:300px;
	margin-top:-40px;
}

/* a.srollover {

    display: block;
	width: 141px;
 	height: 61px;
 	background: url("/images/butt.gif") 0 0 no-repeat;
 	text-decoration: none;
	border-bottom:0px;
		border-style:none;
	text-indent: -9000px;
}

   
    a:hover.srollover {
    background-position: -141px 0;
	text-decoration: none;
		border-style:none;
}*/


a.srollover {

    display: block;
	width: 182px;
 	height: 54px;
 	background: url("http://nationalsmallbusinessweek.com/images/butt2.gif") 0 0 no-repeat;
 	text-decoration: none;
	border-bottom:0px;
		border-style:none;
	text-indent: -9000px;
}

   
    a:hover.srollover {
    background-position: -183px 0;
	text-decoration: none;
		border-style:none;
}



/*=======Main content area========*/

#leftcolumn{
	width: 519px;
/*	height:700px;*/
	float: left;
/*	position: relative;*/
	left: 15px;
	top: 0px;
/*	margin:0px 15px 0px 15px;*/

}
/*=======Happneing area========*/
#happeningbox{
	background: #f8f3e6 url('/images/happening.jpg') no-repeat top center;
	width: 519px;
	/*height:240px;*/
        height:300px;
/*	position: relative;*/
	margin: 15px 0px 0px 0px;
	}

#happeningbox2{
	background: #f8f3e6 url('/images/happeningsched.jpg') no-repeat top center;
	width: 469px;
        padding: 60px 25px 30px 25px;
	margin: 15px 0px 0px 0px;
	}
#happeningbox2 a{font-size:14px;}


#happeningbox2 p{
	line-height:20px;
font-size:14px;
	}

#hapleft{
	margin-top:10px;
		height:180px;
		width:210px;
		position:absolute;

	}
#happeningbox img{
	border-color:#6c3119;
	border-width:1px;
	margin-top:60px;
	margin-left:15px;
	border-style:solid;
	position: relative;
}

#caption {
	font-family: arial, verdana, sans-serif;
	font-size:9px;
	color:#652b13;
	margin-top:12px;
	width:175px;
	margin-left:15px;
	
}

#happeningcontent h1{
	font-family:georgia, serif;
	color:#092c4f;
	font-size:18px;
	font-weight:normal;
	margin-top:60px;
}

#happeningbox h2{
	font-family:georgia, serif;
	color:#652b13;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	margin-top:2px;
        margin-bottom: 10px;
}

#happeningcontent{
	margin-left:210px;
	position:absolute;
		width:260px;
}
#happeningcontent p{
	font-family:arial, sans-serif;
	font-size:11px;
	color:#071e34;
	width:285px;
	line-height:14px;
}
#happeningcontent a{
	font-family:georgia, serif;
	color:#2a929d;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	border-bottom: 1px dotted #2a929d;
	text-decoration:none;
	
}
#happeningcontent a:hover{
	text-decoration:none;
	color:#0b2b4c;
	border-bottom: 1px dotted #0b2b4c;
}



/*=======Speaker area========*/
#speakerbox{
	background: #f8f3e6 url('/images/speakerhead.jpg') no-repeat top center;
	width: 519px;
	height:155px;
	margin-top:10px;
	/*position: absolute;*/
	}

	
.speaker{
		background-color: #f8f3e6;
		width: 489px;
/*		height:135px;*/
		margin-top:10px;
		padding:15px 15px 15px 15px;
	/*	position: absolute;*/
}


.speakerleft{
	width:122px;
	float:left;

}

.speakerright{
	width:350px;
	float:left;
}
.speakerright a{
	border-bottom: 1px dotted #2a929d;
	color:#2a929d;
	text-decoration:none;
}
.speakerright a:hover{
	text-decoration:none;
	color:#0b2b4c;
	border-bottom: 1px dotted #0b2b4c;
}
.speakerright p{
	font-family:georgia, serif;
	color:#652b13;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	margin-top: -5px;
	
}

.speaker dl {
	font-family:georgia, serif;
	color:#652b13;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}


.speaker dt {
  float: left;
}

.speaker dd {
  margin-left: 75px;
  margin-bottom: 5px;
}
.speakerleft img{
		border-color:#6c3119;
		border-width:1px;
		margin-left:15px;
		border-style:solid;
		position: relative;
		margin-top:15px;
}


.speakerright h1{
	color:#481e0c;
	font-family:georgia, serif;
	font-weight:normal;
	font-size:17px;
	margin-bottom:20px;
	margin-top:15px;

	
}
.speakerright h1 a { border: none; color: #481e0c; }


/*======= Right column ========*/

#rightcolumn{
	width: 340px;
	float: right;
/*	position: absolute;*/
	left: 548px;
	margin-top: 5px;

}

#sponsorship{
	background: #f8f3e6;
/*	height:900px;*/
	margin-top:10px;
	padding-bottom:30px;
}

#sponsorship h1{
	color:#062c51;
	font-family:georgia, times, serif;
	font-size:18px;
	margin: 15px 0px 0px 15px;
	font-weight:normal;
	position:absolute;
	}


#superbigsponsors{width:340px;}
	
#bigsponsors{
	width:340px;
	margin-top:60px;
}

#mediumsponsors{
	width:340px;
	margin-top:70px;
}
#bigleft{
	float:left;
	width:180px;
	padding-left:20px;
	padding-right:30px;
}
#smallsponsors{
	margin-top:50px;
	margin-left:40px;
	width:340px;
}

#smallsponsors a{
	margin:0px 40px 0px 0px;
}
#smallsponsors img{
	margin:30px 0px 0px 0px;
}

#raytheon{margin-bottom:30px;}

#sams { 
padding:40px 0px 0px 90px;
}
#admin { 
padding:10px 0px 0px 30px;
}
#lock{
	padding:50px 20px 0px 50px;
}
#db { 
padding:10px 20px 0px 20px;
float:left;
}
#kauffman { padding: 50px 20px 0px 70px; }



/*======= Footer ========*/

#footer {
	clear:both;
	height: 225px;
	width: 873px;
	background: #fff url('/images/footer.jpg') repeat-x top;


}



#footer p{
	color:#fff;
	font-family:arial, verdana, sans-serif;
	font-size:10px;
	margin: 20px 0px 0px 15px;
	font-weight:normal;
	line-height:15px;
	position:absolute;
	width:860px;
}

#footer p a{
	color:#efd084;
	border-bottom: 1px dotted #efd084;
	text-decoration:none;
}

#footer p a:hover{
	color:#fff;
	border-bottom: 1px dotted #fff;
	text-decoration:none;
}

#footernav {
	color:#fff;
	font-family:Georgia, times, serif;
	font-size:12px;
	position:absolute;
	margin: 90px 0px 0px 150px;
	
}
#footernav a{
	color:#fff;
	font-family:Georgia, times, serif;
	font-size:12px;
	margin: 0px 3px 0px ;
	font-weight:normal;
	border-bottom: 1px dotted #fff;
	text-decoration:none;

}
#footernav a:hover{
	color:#efd084;
	font-family:Georgia, times, serif;
	font-size:12px;
	margin: 20px 0px 0px ;
	font-weight:normal;
	border-bottom: 1px dotted #efd084;
	text-decoration:none;
	margin: 0px 3px 0px ;

}

#footerlogos{
 	margin:145px 0px 0px 120px;
	position:absolute;
}

#footerlogos a{
 	margin:0px 95px 0px 0px;

}

/* ---- Interior Styles ----- */

body.interior div#leftcolumn { color: #071E34; font-size: 12px; font-family: arial, sans-serif; line-height: 1.3em; }
body.interior div#leftcolumn h2 { color: #481E0C; font-weight: normal; font-size: 250%; font-family: Georgia, Times, serif; line-height: 1em;}
body.interior div#leftcolumn h3 { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; line-height: 1em;}
body.interior div#leftcolumn h4 { color: #481E0C; font-weight: normal; font-size: 165%; font-family: Georgia, Times, serif; line-height: 1em;}

body.interior ul { margin-left: 2em; list-style-type: disc; }
body.interior ul li { margin-top: 1em; }

body.interior #leftcolumn a:link { color:#2a929d; border-bottom: 1px dotted #2a929d; text-decoration:none; }
body.interior #leftcolumn a:visited, body.interior #leftcolumn a:hover { color: #0b2b4c; border-bottom: 1px dotted #0b2b4c; text-decoration: none; }

  /* ---- Location Detail Styles ---- */

body.location div#leftcolumn img { display: block; height: 150px; width: 200px; border: 5px solid #f8f3e6; float: left; margin-right: 20px; margin-bottom: 20px; }
body.location div.adr { font-style: oblique; }

  /* ---- Location List Styles ---- */

body.location dl#locationsList dt { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; padding: .5em 0; }
body.location dl#locationsList dd { background: #f8f3e6; padding: .5em 2em; margin: 10px; } 
body.location dl#locationsList dd img { display: block; float: left; width: 120px; height: 90px; margin-right: 20px; border: none; }

  /* ---- Event List Styles ---- */

body.schedule div#leftcolumn img { float: left; border: 5px solid #f8f3e6; margin-right: 20px; margin-bottom: 20px; }
body.schedule dl#eventsList dt { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; padding: .5em 0; }
body.schedule dl#eventsList dd { background: #f8f3e6; padding: .5em 2em; margin: 10px; } 
body.schedule dl#eventsList dd img { display: block; float: left; width: 120px; height: 90px; margin-right: 20px; border: none; }
body.schedule div.moreinfo p { margin:0; font-style: oblique; }
body.schedule div.moreinfo div.description, body.schedule div.moreinfo p.description {margin-top: 1em; font-style: normal; }
body.schedule div.description p {margin-top: 1em; font-style: normal; }
body.schedule div#leftcolumn img.logo { display: block; margin-right: 20px; margin-bottom: 20px; border: none; }

  /* ---- Speaker List Styles ---- */

body.speakers div#leftcolumn img { float: left; border: 5px solid #f8f3e6; float: left; margin-right: 20px; margin-bottom: 20px; }
body.speakers dl#eventsList dt { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; padding: .5em 0; }
body.speakers dl#eventsList dd { background: #f8f3e6; padding: .5em 2em; margin: 10px; } 
body.speakers dl#eventsList dd img { display: block; float: left; width: 60px; height: 80px; margin: 0; margin-right: 20px; padding-top: 10px; border: none; }
body.speakers div.moreinfo p { margin:0; font-style: oblique; }
body.speakers div.moreinfo p.description {margin-top: 1em; font-style: normal; }

  /* ---- Award List Styles ---- */

body.award div#leftcolumn img { float: left; border: 5px solid #f8f3e6; float: left; margin-right: 20px; margin-bottom: 20px; }
body.award dl#awardsList dt { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; padding: .5em 0; }
body.award dl#awardsList dd { background: #f8f3e6; padding: .5em 2em; margin: 10px; } 
body.award dl#awardsList dd img { display: block; float: left; width: 60px; height: 80px; margin: 0; margin-right: 20px; padding-top: 10px; border: none; }
body.award div.moreinfo p { margin:0; font-style: oblique; }
body.award div.moreinfo p.description {margin-top: 1em; font-style: normal; }

  /*  ---- RightBox Styles ---- */

div#rightcolumn div.rightBox { background-color:#f8f3e6; border: 2px solid #7b3e24; height: 1%; margin-top: 10px; padding: 15px; width: 306px; font-size: 80%; color: #333; }
div#rightcolumn div.rightBox h3 { font-weight: normal; font-size: 150%; color: #7b3e24; margin-top: 0; }
div#rightcolumn div.rightBox a { color: #2A929D; }

  /* ---- Winners Blog Styles ---- */

body.winnersblog div#leftcolumn img { float: left; border: 5px solid #f8f3e6; float: left; margin-right: 20px; margin-bottom: 20px; }
body.winnersblog dl#comments dt { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; padding: .5em 0; }
body.winnersblog dl#comments dd { background: #f8f3e6; padding: .5em 2em; margin: 10px; } 
body.winnersblog dl#comments dd img { display: block; float: left; width: 60px; height: 80px; margin: 0; margin-right: 20px; padding-top: 10px; border: none; }
body.winnersblog p.description {margin-top: 1em; font-style: normal; }

  /* ---- Blog Styles ---- */

body.blog div#leftcolumn img { float: left; border: 5px solid #f8f3e6; float: left; margin-right: 20px; margin-bottom: 20px; }
body.blog dl#comments dt { color: #481E0C; font-weight: normal; font-size: 200%; font-family: Georgia, Times, serif; padding: .5em 0; }
body.blog dl#comments dd { background: #f8f3e6; padding: .5em 2em; margin: 10px; } 
body.blog dl#comments dd img { display: block; float: left; width: 60px; height: 80px; margin: 0; margin-right: 20px; padding-top: 10px; border: none; }
body.blog p.description {margin-top: 1em; font-style: normal; }
body.blog h3 {color: #092c4f; }

#smallsponsors{margin-top:35px;}
		
		#kauffman{
			padding-top:0px;
			padding-bottom:50px;
		}

 #header h1, #header h1 a {
			width:350px;
			display:block;
			height:100px;
		}
		#header h1 a {text-indent:-9000px;}
		#header h1 {
			top:0px;
			position:absolute;
			left:350px;
		}

	
			#rowtwo{
			padding-top:50px;
			padding-left:20px;
			width:300px;
			height:100px;
		}
			#rowtwo a{padding-left:22px;}

	#smallsponsors{margin-top:10px;}
			#widemedium{
			padding:15px 0px 15px 70px;
			
	}



.captcha
{
background-color:#f8f3e6; 
border: 2px solid #7b3e24; 
height: 1%; 
margin-top: 10px; 
padding: 15px; 
color: #333;
}
.captcha h3
{
font-weight: normal; font-size: 130%; color: #7b3e24; margin-top: 0; 
}
.captcha h4
{
font-weight: bold; font-size: 110%; margin-top: 0; 
}

.captcha a
{color: #2A929D; 
}
.comment
{
background-color:#f8f3e6; 
height: 1%; 
margin-top: 10px; 
padding: 15px; 
}
.count
{
float:right;
font-size:180%;
}
#videoblock
{
background: #f8f3e6; 
height:270px; 
margin:-15px 10px 0px 10px;
}
#videoblock h3
{
color:#481E0C; 
font-size:170%; 
font-family: Georgia, Times, serif; 
padding:5px 20px 0px 20px;
}
#videoblock a
{color:#2A929D;}
#videoblock div
{
float:left; 
margin:0px 20px 20px 20px;
}