html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {

	margin: 0px;

	padding: 0px;

	height: 100%;

	width: 100%;

	background-image: url(../images/bg.png);

	background-repeat: repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.8em;

	line-height: 1.5em;

	color: #333333;

}
a:link {
	color: #2d83d5;
	text-decoration: none;
}
a:visited {
	color: #2d83d5;
	text-decoration: none;
}
a:hover{
  color: #fff;
  background: #2d83d5;
  text-decoration: none;
}
form {
	margin-left: 20px;
}
label {
	width: 150px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
	padding-right: 8px;
}
input {
	margin-bottom: 15px;
}
table {
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #333333;
	font-weight: normal;
}

ul {
}
li {
}
blockquote {
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style1 {
	font-size: 1.2em;
	font-weight: bold;
	}
	
.style3 {
	font-size: 1.3em;
	}


/* LAYOUT
These are your basic layout divs -- try to keep them free of references such as right, left, blue, etc. so they still make sense if you change positioning (exception is usually header and footer). Remember, only one instance of each div can be on any given page to validate. If you need to have a style used more than once on a page, use a class.
____________________________________________________________*/


#wrapper {
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
}
#main {
	margin-top: 0px;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 1025px;
	margin-bottom: 0px;
}
#homelink {
	visibility: hidden;
	}
#global {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-top: 123px;
	height: 45px;
}
#global ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
	height: 45px;
	margin-bottom: 0px;
}
#global li {
	display: block;
	height: 45px;
	margin-top: 0px;
	display: block;
	float: left;
	padding-bottom: 0px;
	padding-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
	}
#global a:link {
	color: #000000;
	text-decoration: none;
}
#global a:visited {
	color: #000000;
	text-decoration: none;
}
#global a:hover {
	color: #01AEF0;
	background: none;
	text-decoration: none;
}
#utilities {
	position: absolute;
	width: 224px;
	left: 710px;
	top: 15px;
	margin-bottom: 0px;
	height: 155px;
}
#utlities a {
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	}
#utilities ul {
	list-style-type: none;
	margin-left: 0px;
	color: #FFFFFF;
}
#utilities li {
	height: 25px;
	padding-left: 25px;
	padding-top: 3px;
}
#utilities li.email {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#utilities li.phone {
	background-image: url(../images/cell.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#utilities li.linkedin {
	background-image: url(../images/portfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#utilities li.resume {
	background-image: url(../images/document.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#utilities li.twitter {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#utilities a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
}
#utilities a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
}
#utilities a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 0px;
}
#content {
	background-image: url(../images/background2b.png);
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#content-1 {
	float: left;
	width: 592px;
}
#content-1 p {
}
#content-2 {
	float: right;
	width: 278px;
}
#content-2 ul {

	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: -10px;
	padding-top: 0px;
}
#content-2 li {
}
#content-2 p {
}
#content-3 {
	width: 278px;
	float: left;
	margin-right: 45px;
}
#content-3 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: -10px;
	padding-top: 0px;
}
#content-3 li {
}
#content-3 p {
}
#content-3 h2 {
	margin-top: 0px;
	margin-left: 15px;
}
#content-4 {
	width: 278px;
	float: left;
	margin-right: 45px;
}
#content-4 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: -10px;
	padding-top: 0px;
}
#content-4 li {
}
#content-4 p {
}
#content-4 h2 {
	margin-top: 0px;
	margin-left: 15px;
}
#content-5 {
	float: left;
	width: 278px;
}
#content-5 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: -10px;
	padding-top: 0px;
}
#content-5 li {
}
#content-5 p {
}
#content-5 h2 {
	margin-top: 0px;
	margin-left: 15px;
}
#clients {
	clear: both;
	margin-top: 0px;
}
#clients {
	clear: both;
	margin-top: 0px;
}
#footer {
	background-image: url(../images/bottomb.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.75em;
	margin-top: 0px;
	clear: both;
	margin-bottom: 25px;
}
#footer p {
	padding-top: 35px;
	padding-left: 45px;
	margin-top: 0px;
	color: #99CCFF;
}
#footer a:link {
	color: #99CCFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #99CCFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
#header-print {
	display: none;
	visibility: hidden;
}




/* CLASSES
These are styles may need to use more than once on a page, for example floating an image...

------------------------------------------------------------*/


.item1 {
	background-image: url(../images/background4.png);
	background-repeat: repeat-x;
	margin-bottom: 40px;
}
.item1-start {
	background-image: url(../images/top-wide.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 592px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item1-box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: -7px;
}
.item1-end {
	height: 20px;
	width: 592px;
	background-image: url(../images/bottom-wide.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
.item1 p {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 7px;
}
.item2 {
	background-image: url(../images/background4.png);
	background-repeat: repeat-x;
	margin-bottom: 40px;
}
.item2-start {
	background-image: url(../images/top-narrow.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 278px;
	margin-bottom: 0px;
}
.item2-box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: -7px;
}
.item2-end {
	background-image: url(../images/bottom-narrow.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 278px;
	margin-top: 0px;
}
.item2 p {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 7px;
	}
.float-right {
	float: right;
	margin-left: 10px;
}
.float-left {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.small-text {
}
.caption {
}
.hidden {
	display: none;
}
.section-link {
	font-weight: bold;
	text-align: right;
}
.external-link {
}
.reference {
	text-align: right;
}
.text-input {
	width: 200px;
}
.send {
	margin-left: 158px;
	margin-top: 10px;
}
.screenshots {
	display: block;
	margin-bottom: 15px;
	margin-top: 0px;
	height: 150px;
}
#current {
	background-image: url(../images/tab-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 45px;
	float: left;
	margin-top: -15px;
	padding-left: 25px;
	margin-left: -25px;
	margin-right: -25px;
}
#current a:link {
	color: #000000;
}
#current em {
	background-image: url(../images/tab-1.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 45px;
	color: #000000;
	padding-top: 15px;
	padding-right: 25px;
	font-style: normal;
	margin-left: 0px;
	margin-right: 0px;
}
* html #current {
	background-image: url(../images/tab-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: inline-block;
	height: 45px;
	float: left;
	margin-top: -15px;
}
* html #current a:link {
	color: #000000;
}
* html #current em {
	background-image: url(../images/tab-1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	height: 45px;
	color: #000000;
	padding-top: 15px;
	padding-right: 25px;
	font-style: normal;
	margin-left: 0px;
	margin-right: 0px;
}
#current a:visited {
	color: #000000;
}
#current a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}


/* Horizontal Carousel */


#horizontal_carousel {
  float: left;
  width: 960px;
  /*  height: 240px; */
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 850px;
  height: 100px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 150px;
}                      

#horizontal_carousel ul li {
	width: 200px;
	height: 100px;
	text-align: center;
	list-style: none;
	float: left;
	vertical-align: middle;
}

#horizontal_carousel ul li img {
	vertical-align: middle;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 35px;
  height: 100px;
  background: url(../carousel/themes/carousel/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../carousel/themes/carousel/prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../carousel/themes/carousel/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 35px;
  height: 100px;
  background: url(../carousel/themes/carousel/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../carousel/themes/carousel/prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../carousel/themes/carousel/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}
