body {
	margin: 0;
	padding: 0;
	background: url(images/bg_left.jpg) repeat;
	position: relative;
}
#wrapper {
	background: url(images/bg_left.jpg) repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
}
#bg_wrap {
	height: 100px;
	width: 50%;
	right: 0;
	background: url(images/bg_horizontal2.jpg) repeat-x;
	position: absolute;
}
#left_bg_wrap {
	height: 100px;
	width: 50%;
	position: absolute;
	background: url(images/bg_left.jpg) repeat-x;
}
#header {
    background: url(images/bg_nav2.jpg);
    width: 850px;
	height: 74px;
	float: left;
}
#top_border {
    width: 850px;
	height: 27px;
	background: url(images/header_content.jpg);
	float: left;
}
#content {
   background: url(images/content_bg.jpg);
   width: 850px;
   height: 250px;
   float: left;
   line-height: 16px;
}
#checklist {
    float: left;
	background: url(images/checkbox.jpg);
	clear: both;
	width: 850px;
	height: 136px;
}
#footer {
   background: url(images/footer.jpg);
   width: 850px;
   height: 124px;
   float: left;
}
.checklist_left {
   margin-left: 75px;
   margin-top: 25px;
   line-height: 31px;
   float: left;
   color: #333333;
}
.checklist_middle {
   margin-left: 68px;
   margin-top: 25px;
   line-height: 31px;
   float: left;
   color: #333333;
}
.checklist_right {
   margin-right: 248px;
   margin-top: 32px;
   float: right;
   color: #999999;
   width: 167px;
   line-height: 16px;
}
.button {
	background: url(images/button.jpg) no-repeat;
	float: left;
	position: absolute;
	top: 708px;
	width: 182px;
	height: 51px;
	left: 617px;
	cursor: pointer;
}
.logo {
   background: url(images/logo2.jpg) no-repeat;
   float: left;
   height: 50px;
   position: absolute; top: 23px;
   width: 245px;
}
.container {
	width: 850px;
	background: #c7c9c9;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#column_1 {
    float: left;
	width: 235px;
	margin-left: 50px;
	padding-right: 10px;
}
#column_2 {
    float: left;
    width: 234px;
	padding-left: 13px;
	padding-right: 11px;
	margin-top: 23px;
}
#column_3 {
    float: right;
    width: 235px;
	margin-right: 45px;
	padding-left: 15px;
	margin-top: 23px;
}

/* Menu navigation */
ul#menu {
	font-family: Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	position:absolute;
	top:42px;
	right:29px;
}  
ul#menu li  {  
    margin:0px; padding:0px;  
    list-style:none;  
    margin-right:15px;  
    font-size:18px; 
    display:inline;  
}  
ul#menu li a {  
    text-decoration: none;  
    color: #999999;  
}  
ul#menu li a:hover {  
    text-decoration: none;  
    color: #ffffff;  
} 
#menu a.select {
    color: #FFFFFF;
}

/* font styling */
h1 {
    font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding: 0px;
}
p {
    font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}
.footer {
    margin-top: 25px;
	margin-left: 95px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footer_right {
    margin-top: 25px;
	margin-left: 190px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.highlighted_text {
    color: #333333;
}
.black_text {
    color: #000000;
}
.pink_text {
    color: #FF0099;
}
.slide_header {
    color: #333333;
	font-size: 14px;
	text-transform: uppercase;
}
a:active {
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/*End font styling */

/* Slide deck */
#slidedeck_frame {
    background: url('back.png');
	width: 850px;
	height: 311px;
	float: left;
	margin: 0;
}
#slidedeck_frame dl { 
    margin-left: 52px;
	margin-top: 310px;
}
#slidedeck_frame .slidedeck {
	width: 754px;
	height: 252px;
	margin-left: 52px;
	margin-top: 30px;
} 
.webslide_txt {
    float: left;
	width: 205px;
}
.webslide_img {
	background: url(images/webslide.jpg);
	width: 341px;
	height: 240px;
	float: right;
}
.seoslide_img {
	background: url(images/seoslide.jpg);
	width: 341px;
	height: 240px;
	float: right;
}
.identityslide_img {
	background: url(images/identityslide.jpg);
	width: 341px;
	height: 240px;
	float: right;
}
.projectslide_img {
	background: url(images/projectslide.jpg);
	width: 341px;
	height: 240px;
	float: right;
}
/* End Slide Deck */