body {
	margin: 0;
	padding: 0;
	background: #26292b;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #cecece;
}
h1 {
	color: #2E96EE;
	font-size: 18px;
	float: right;
	font-weight: normal;
	margin: 73px 0 0 0;
}

h1 a:link, h1 a:visited {
	color: #2e96ee;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #fff;
	text-decoration: underline;
}

h2 {
	margin: 0 0 10px 0;
	color: #2e96ee;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: normal;
}
h3 {
	color: #2E96EE;
	font-size: 16px;
	margin: 45px 0 10px 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #686a6b;
	text-decoration: none;
}

a:hover, a:active {
	color: #2e96ee;
	text-decoration: underline;
}

p {
	padding: 0;
	text-align: left;
	margin: 0 0 5px 0;
	font-size: 14px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
	display: inline;
}

img {
	border: 0;
	padding: 0;
}

/* div styles here */
#header {
	padding: 0;
	margin: 20px auto;
	width: 980px;
}

#header table {
	margin: 0;
	padding: 0;
}

#globalnav {
	position: absolute;
	left: 855px;
	top: 0;
}

#main {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	text-align: center;
}

#homemain {
	position: relative;
	padding: 0;
	margin: 0 auto 10px auto;
	width: 980px;
}

#homeright {
	position: absolute;
	left: 565px;
	top: 0;
	padding: 0;
	margin: 0;
	width: 415px;
	height: 360px;
	text-align: center;
}
#portfoliolinks {
	position: absolute;
	width: 150px;
	height: 60;
	z-index: 50;
	left: 255px;
	top: 20px;
	visibility: hidden;
	text-align: right;
}

#portfoliolinks ul {
	margin-top: 10px;
	font-size: 12px;
}

#portfoliolinks li {
	padding: 5px 4px;
}

#homerightbutton1, #homerightbutton2 {
	padding: 10px;
	margin: 0 0 6px 0;
	width: 393px;
	height: 96px;
	background-color: #3c3f41;
	border-left: #2E96EE;
	border-width: 0 0 0 2px;
	border-style: none none none solid;
	text-align: left;
	position: relative;
}

#homerightbutton3 {
	padding: 10px;
	margin: 0;
	width: 393px;
	height: 96px;
	background-color: #3c3f41;
	border-left: #2E96EE;
	border-width: 0 0 0 2px;
	border-style: none none none solid;
	text-align: left;
}

#hometextleft {
	padding: 15px;
	margin: 15px 0 0 0;
	width: 950px;
	background-color: #3c3f41;
	border-top: #2E96EE;
	border-width: 2px 0 0 0;
	border-style: solid none none none;
	font-size: 14px;
	height: 
}

#hometextleft p { font-size: 10px; }

#homerightvideo {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	width: 320px;
	text-align: left;
	font-size: 10px;
}
#homerightvideo a {
	display: block;
	margin: 5px;
}

#homerightvideo a:link, #homerightvideo a:visited {
	color: #fff;
	text-decoration: none;
}

#homerightvideo a:hover, #homerightvideo a:active {
	color: #2e96ee;
	text-decoration: underline;
}

#textmain {
	position: relative;
	padding: 10px 10px 30px 50px;
	margin: 0 auto;
	width: 920px;
	background-color: #3c3f41;
}

#textmain p { padding: 0 150px 20px 0; }

#textmain ul {
	font-size: 11px;
	margin: 0 0 15px 0;
}
#textmain a:link, #textmain a:visited {
	color: #2e96ee;
	text-decoration: none;
}

#textmain a:hover, #textmain a:active {
	color: #fff;
	text-decoration: underline;
}

#footer {
	margin: 10px auto 10px auto;
	width: 980px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#footer ul { padding: 0 0 10px 0; }

#rightvideo {
	float: right;
	margin: 0 130px 15px 15px;
}
/* classes here */
.headerleft {
	width: 400px;
	text-align: left;
}
.headerright {
	width: 580px;
	text-align: right;
	color: #fff;
}

.textlist { 
padding: 0 150px 20px 0;
margin:0;
list-style-type: square;
}
.textlist li {
	display: list-item;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.rightalign {
	float: right;
	margin: 0 0 15px 15px;
}

.smalltext {
	margin: 100px 0 50px 0;
	font-size: 9px;
	color: #666;
	text-align: justify;
}