@charset "UTF-8";
.logo {
	float: right;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 220px;
	padding-top: 40px;
}
.TsaiTestimonial {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #666666;
	margin-left: 42px;
}
.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	vertical-align: text-top;
	background-color: #FFFFFF;
	width: 740px;
	margin-bottom: 5px;
	padding-left: 30px;
}
.horizontalrule {
	color: #FFCC33;
}
.formtypography {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
}
.companyfield {
	width: 416px;
	margin-left: 1px;
}
.namefield {
	width: 416px;
	margin-left: 22px;
}
.phonefield {
	width: 416px;
	margin-left: 20px;
}
.emailfield {
	width: 416px;
	margin-left: 24px;
}
.subjectfield {
	width: 416px;
	margin-left: 12px;
}
.messagefield {
	width: 415px;
	margin-left: 6px;
}
.SampleType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	padding-top: 10px;
	width: 560px;
	padding-bottom: 0px;
}
.CopiaProgram {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 550px;
	top: 10px;
	padding-top: 130px;
	padding-left: 227px;
}


.mainttext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-align:justify;
	margin: 0 20px 0 0;
}
.freelancemarketingtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}
.homepagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 220px;
	padding-top: 10px;
}





body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 15px auto;
} 
.thrColFixHdr #header {
	float: right;
	width: 769px;
	background-color: #FFCC00;
	height: 85px;
	margin-top: 20px;
	margin-bottom: 10px;
} 
.thrColFixHdr #sidebar1 {
	width: 150px;
	padding-right: 20px;
	padding-left: 20px;
	height: 450px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	padding-top: 10px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	z-index: 5;
	height: 481px;
}
.thrColFixHdr #mainContent {
	padding: 0;
	margin: 20px 0 0 40px;
	width:630px;
	float:left;

	
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 120px;
	margin-left: 36px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {font-size: 17px
}
.style2 {font-size: 14px}
#submit_conf {
	position: absolute; /* can be relative too */
	left:400px; /* can be percentage also */
	top: 300px;
	width: 300px;
	height: 100px;
	background-color: #FC0;
	color: inherit;
	visibility:hidden;
	text-align:center;
	padding:10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	border: 1px dashed #000;
}
.close_win {
	position:relative;
	top:30px;}