* {margin: 0; padding: 0;}
img { border: 0;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 160%;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, p, li {
	margin-bottom: 12px;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
h3 {
	font-size: 10px;
	color: #FFFFFF;
}

/***** ELEMENTS *****/
ul {
	list-style-type: none;
}
ul li {
	background: url(../images/bullet.gif) no-repeat 0px 4px;
	padding-left: 20px;
}


/***** LAYOUT *****/
#wrap {
	margin: 0 auto;
	width: 778px;
}
#header {
	margin: 0 auto;
	width: 778px;
	height: 94px;
}
#headlinks {
	height: 62px;
}
#links {
	width: 667px;
	background: url(../images/bg_headlinks.gif) no-repeat 0px 16px;
	line-height: 24px;
	color: #666666;
	margin: 0 auto;
	padding-top: 16px;
}
#links a {
	color: #666666;
	text-decoration: none;
}
#links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#headnav {
	margin: 0 auto;
	width: 758px;
	height: 33px;
	text-align: left;
	position: relative;

}
#canvas {
	background: url(../images/bg_shade-mid.gif) repeat-y left top;
	margin-top: 12px;
}
#canvas #shade-t {
	position: relative;
	background: url(../images/bg_shade-top.gif);
	height: 10px;
	overflow: hidden;
}
#canvas #shade-b {
	clear: both;
	position: relative;
	background: url(../images/bg_shade-bottom.gif);
	height: 10px;
}
#canvas #shade-tl {
	position: absolute;
	left: -10px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(../images/bg_shade-tl.gif) no-repeat left top;
}
#canvas #shade-tr {
	position: absolute;
	right: -10px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(../images/bg_shade-tr.gif) no-repeat left top;
}
#canvas #shade-bl {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(../images/bg_shade-bl.gif) no-repeat left top;
}
#canvas #shade-br {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: url(../images/bg_shade-br.gif) no-repeat left top;
}
#main {
	background: #171717;	
	margin: 0px auto;
	width: 758px;
	text-align: left;
	position: relative;
		overflow: hidden;
}
.container {
	clear:both;
		overflow: hidden;
}
.content {
	clear:both;
	margin: 16px;
		overflow: hidden;
}
.topbar {
	height: 24px;
	background: #27292A url(../images/bar_top.gif) repeat-x left top;
	padding-left: 18px;
	line-height: 24px;
}
.topbar h1 {
	margin: 0px;
}
.image {
	background: #FFFFFF url(../images/img_writingskills.gif) no-repeat left top;
	height: 156px;
}
.logoimage {
	background: #171717 url(../images/logo.gif) no-repeat center 24px;
	height: 212px;
}
.mainbar {
	height: 24px;
	background: #27292A url(../images/bar_top.gif) repeat-x left top;
	padding-left: 18px;
}

#footer {
	margin: 0 auto;
	width: 778px;
	line-height: 24px;
	color: #666666;
	font-size: 10px;
	text-align: center;
}


/***** CONTENT DIVS *****/
#block_wrap {
	clear: both;
}
#block_1, #block_2, #block_3 {
	width: 234px;
	height: 192px;
	background: #212526 url(../images/block.gif) no-repeat;
	float: left;
}
#block_2, #block_3 {
	margin-left: 12px;
}
#block_1 a, #block_2 a, #block_3 a {
	display: block;
	width: 100%;
	/*height: 168px;*/
	padding-top: 148px;
	margin-top: 21px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	line-height: 22px;
	text-transform: uppercase;
}
#block_1 a:hover, #block_2 a:hover, #block_3 a:hover {
	background-position: -234px 0;
}
#block_1 a {
	background: url(../images/btn_computer.gif) no-repeat;
}
#block_2 a {
	background: url(../images/btn_table.gif) no-repeat;
}
#block_3 a {
	background: url(../images/btn_screen.gif) no-repeat;
}

.column_left {
	float: left;
	width: 255px;
}
.column_right {
	margin-left: 265px;
}

.section {
	background: #212121 url(../images/bg_section.gif) repeat-x left top;
	padding: 8px;
	text-align: left;
	border: 1px solid #2A2A2A;
		position: relative; /* peekaboo bug fix for IE6 */
}
.indent {
	width: 460px;
	margin: 0 auto;
}
.section_logo {
	background: #212121 url(../images/bg_section.gif) repeat-x left top;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #2A2A2A;
	text-align: center;
}
.section_logo img {
	padding: 12px;
}
.section h2 {
	margin-top: 10px;
}
.introtext {
	font-size: 12px;
}
.logotext {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;	
	font-weight: bold;
	color: #FFFFFF;
}
.logotext-gray {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;	
	font-weight: bold;
	color: #AFACAC;
}
.highlight {
	color: #FFFFFF;
}
.lefticon {
	float: left;
	width: 40px;
		position: relative;
		display: inline;
}
.rightcopy {
	margin-left: 54px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	overflow: hidden;
}
.tablecontent-wrap {
	background: #333333 url(../images/bg_table-dark-wrap.gif) repeat left top;
	overflow: hidden;
	border-right: 1px solid #171717;
	border-bottom: 1px solid #171717;
}
.tablecontent {
	padding: 5px;
	background: url(../images/bg_table-dark.gif) repeat-x left top;
}
.tablecontent table {
	width: 268px;
	padding: 0;
	margin: 0;
}
.tablecontent tr {
	
}
.tablecontent td {
	border-bottom: 1px solid #212121;
	padding: 2px;
	color: #FFFFFF;
}

.tablecontent .lefttd {
	border-right: 1px solid #212121;
}
.tablecontent .bottomtd {
	border-bottom: none;
}

/***** SPECIFIC PAGE CONTENT *****/

#home .content, #home .section {
	color: #AFACAC;
}

#home .rightcopy {
	width: 620px;
}

.strips {
	margin: 0px;
	padding: 0px;
}

.strips li {
	float: left;
	width: 224px;
	margin:  0px 0px 12px 6px;
	padding: 0;
	/*border: 1px solid #2A2A2A;*/
	background: #212121 url(../images/bg_strip.gif) repeat-x left top;
	text-indent: 5px;
	line-height: 24px;
}
.strips li.fullstrip {
	width: 454px;
}

.clientlogos {
	padding-top: 18px;
	padding-bottom: 0px;
	margin: 0;
	height: 62px;
	overflow: hidden;
}

.clientlogos li {
	float: left;
	margin:  0px 1px;
	padding: 0;
	background: none;
}

ul.spaced li {
	margin-bottom: 18px;
}

.graytext, .graytext p, .graytext h2 {
	color: #AFACAC;	
}

/***** FORMS *****/

form label {
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 20px;
	display: block;
	float: left;
	width: 80px;
}
#i_name, #i_email, #i_phone, #i_message {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #101010;
	border: 1px solid #666666;
	padding: 2px;
}
#i_name, #i_email, #i_phone {
	width: 460px;
}
#i_message {
	width: 462px;
}

form .formrow {
	margin: 3px 0;
}
form .button_left {
	padding-left: 3px;
	display: inline;
	background: url(../images/button_left.gif) no-repeat left top;
}
form .button_right {
	padding-right: 3px; 
	display: inline;
	background: url(../images/button_right.gif) no-repeat right top;
}
form .button_image {
	width: 563px;
	height: 20px;
}
form .button_image #i_submit{
	float: right;
	width: 80px;
	line-height: 18px;
	background: url(../images/button_bg.gif) repeat-x left top;
	border: 1px solid #999999;
	color: #FFFFFF;
}
form .button_image label {
	background: none;
}
.errortext {
	color: #FFCC00;
}
