
/* Reset defaults */
a, abbr, acronym, address, area, b, bdo, big, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* stops shorter pages from jumping due to default scrollbar */
html { min-height:100%; margin-bottom:1px;}

/* Defaults */
:focus {outline:0}
a, a:visited {text-decoration:none}
a:hover {text-decoration:underline}
body {font:62.5% Arial;background:#d7d9c6 repeat-x;}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {margin:0 0 1em}

/* Containers */
#skip {height:0px;overflow:hidden;width:0px;}
#page {width:975px;margin:0 auto}

/* Header Section*/
#header{
	position:relative;
	height:112px;
	margin:0 0 0px 0;
	background:url(../images/header-bg.jpg) no-repeat 0 0;
}
/* Lebsontech LLC */ 
#header img{
	position:relative;
	float:left;
	top:15px;
	left: 30px;
}
/* Lebsontech LLC */ 
#header h1{
	position:absolute;
	left:100px;
	top:22px;
	color:#fff;
	font:2.4em Verdana;
}
/* Tag Line */ 
#header h2{
	position:absolute;
	left:140px;
	top:50px;
	color:#fff;
	font:1.7em Verdana;
}

/* Tabs */ 
#header ul{
	position:absolute;
	left:255px;
	top:94px;
}
#header li{
	width:125px;
	float:left;
	list-style:none;
	margin:0 2px 0 0;
	display:inline;
	height:1%;
	overflow:hidden;
}
#header li.first{
	width:110px;
}
#header li a{
	display:block;
	background:url(../images/news-button.gif) no-repeat 0 0;
	height:24px;
	padding:2px 0 0 0;
	text-align:center;
	color:#fff;
	font:1.2em Verdana;
	text-transform:capitalize;
	}
#header li.first a{
	background:url(../images/news-button-first.gif) no-repeat 0 0;
}
#header li .current{
	background:url(../images/news-button-current.gif) no-repeat 0 0;
	color:#333;
	font:1.2em Verdana;
	font-weight:bold;
}
#header li.first .current{
	background:url(../images/news-button-first-current.gif) no-repeat 0 0;
}

/* Content*/
#content{
	background:url(../images/content-top.jpg) no-repeat 0 0;
	padding:10px 0 0;
	width:975px;
	margin:0 auto;
	height:1%;
	overflow:hidden;
}
#content .wrap{
	border-left:1px #bcc0a1 solid;
	border-right:1px #bcc0a1 solid;
	background:#f9f9f7;
	height:1%;
    overflow:hidden;
	padding:0 0 6px 0;

}

/*the right side of the content is included in .main,the left side of the content is include in #sidebar */
.main{
	float:left;
	width:975px;
	padding:0 0 0 20px;
}
/*styling of welcome box*/
.main .welcome{
	float:left;
	padding:0 0 0px 0;
	margin:0 0 2px 0;
	width:600px;
	font-size:1.3em;
}


.main .welcome li{
	display:list-item;
    margin-bottom: 4pt;

}
.main h2{
	font-size:2.4em;
	font-weight:normal;
	color:#600;
	padding:5px 0 8px 0;
}

.main h3{
	font-size:1.1em;
	font-weight:bold;
	color:#600;
	padding:10px 0 0px 0;
}

/* Footer */
#footer{
	background:url(../images/footer-bg.jpg) #660000 repeat-x;
	text-align:center;
	padding:8px 0 6px 0;
	color:#fff;
	font:1.2em Verdana;
	
}

/*Floating text box*/

#floating {
	position:relative;
	float:left;
	background-image: url(../images/TextBoxBackground.jpg);
	border: 2px solid #6297BC;
	width: 310px;
	top:40px;
	padding:2px 7px 2px 7px;

}
#floating h2{
	font-size:1.4em;
	font-weight: bold;
	color:#600;
	padding:7px 5px 12px 0;
}
#floating p{
	font-size:1.2em;
	font-weight: normal
	padding:7px 5px 12px 0;
}
#floating li{
	display:list-item;
	font-size:1.1em;
}
/*Picture on Right*/

#picture {
	position:relative;
	float:left;
	width: 310px;
	top:40px;
	padding:0px 0px 0px 20px;

}
/*the right side of the content is included in .main,the left side of the content is include in #sidebar */
.subnav{
	float:left
	text-align:center
	width:975px;
	font-size:1.3em;
	padding:0 0 0 0px;
}
/*  used to float images in content area left or right so text flows around it */
.imgleft {
	float: left;
	padding: 3px;
}

