@charset "UTF-8";

body {
	font: Geneva,Arial, Helvetica, sans-serif;
	font-size: 9pt;
	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: #FFFFFF;
	overflow-x: hidden;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#center {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 430px;
	overflow: hidden;}
	
#bgimg {
background: url(toast_graphic_design_logo.png) no-repeat 150px 430px;
height: 1200px;
margin: 0 auto;
width: 1000px;
}
.twoColFixRtHdr #header {
	text-align: left;
	float: right;
	display: inline;
	width: 500px;
}
#header a:link, a:visited {
	color:#FFFFFF;
}
#header a:hover, a:active {
	color:#FFFFFF;
}

#thanks{
	float: right;
	width: 500px;
}

#error{
	margin: 5px 0px 10px 0px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	display: none;
	padding: 15px 0px;
	font-size: 10pt;
}

.twoColFixRtHdr #ourservices {
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
	float: left;
	font-size: 9pt;
	padding-right: 20px;
	border-right: 1px solid #222;
	color: #FFFFFF;
	line-height: 18pt;
	height: 350px;
}
form input.textbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	background-color: #141414;
	padding: 2px;
}
textarea.textboxmultiline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	background-color: #FE7D15;
	padding: 4px;
	width: 440px;
	border: 1px solid #EEE;
}
select.textbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFF;
	font-size: 11px;
	background-color: #FE7D15;
	padding: 2px;
	width: 240px;
	border: 0;
}
span.label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-bottom: 5px;
}
.formblock {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}
#diver {
	float: left;
	width: 500px;
}
.descblock {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
.formblock input#inputblock {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 6px;
}
textarea#inputblock2 {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 459px;
	margin-top: 6px;
}
#dropdown {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 220px;
	margin-top: 6px;
	padding: 4px;
}
#subscribe {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
#subscribe input {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #141414;
	border: 1px solid #444;
	width: 195px;
}
.a:link {
	color:#FFF;
}
.a:active {
	color:#FFF;
}
.a:hover {
	color:#fe7d15; text-decoration: underline;
}
.a:visited {
	color:#FFF;
}
.b:link {
	color:#FFF;
}
.b:hover {
	color:#fe7d15;
}
.b:active {
	color:#FFF;
}
.b:visited {
	color:#FFF;
}
.c:link {
	color:#FFF;
}
.c:hover {
	color:#fe7d15;
}
.c:active {
	color:#FFF;
}
.c:visited {
	color:#FFF;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent {
	float: right;
	width: 500px;
}
#mainContent a:link {
	color:#FFF;
}
#mainContent a:hover {
	color:#666;
}
#footer #left li a:link {
	color: #FFF;
}
#footer #left li a:vistited {
	color: #FFF;
}
#footer #left li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer #mid li a:link, #footer #right li a:link, #footer #copy li a:link {
	color:#555;
}
#footer #mid li a:visited, #footer #right li a:visited, #footer #copy li a:visited {
	color:#555;
	text-decoration: underline;
}
#footer #mid li a:hover, #footer #right li a:hover, #footer #copy li a:hover {
	color:#EEE;
}

.twoColFixRtHdr #footer {
	width: 1000px;
	font-size:11px;
	color:#555;
	margin-top: 60px;
	display: inline;
	float: left;
	clear: both;
	padding: 10px;
	padding-top: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #222;
}
#footer ul li {
	list-style: none;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 200px;
	display: inline;
}
#mid, #right {
	float: left;
	width: 170px;
	display: inline;
}
#copy {
	float: right;
	width: 160px;
	display: inline;
	padding-top: 35px;
}
#mid {
	margin-left: 292px;
}
.twoColFixRtHdr #subContent {
	float: left;
	width: 150px;
	padding-left:15px;
	padding-top: 10px;
	display: inline;
}
#footer a:link, a:visited {
	color:#999;
}
#footer a:hover, a:active {
	color:#fe7d17;
}
.twoColFixRtHdr #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: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 */
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-size:20pt;
	margin-top:8px;
	margin-bottom:12px;
	line-height:30px;
	text-align:left;
}
h2 {
	font-size:9pt;
	margin-top:6px;
	margin-bottom:12px;
	line-height:14pt;
	color:#FFF;
	text-align:left;
}
h3 {
	font-size:9pt;
	margin-top:4px;
	margin-bottom:12px;
	line-height:14pt;
	color:#FFF;
	text-align:left;
}
.office_space {background-color:#111; border: 1px dashed #333; padding:5px}

#ulleft { width: 200px; float: left; border-right: 1px solid #333; border-left: 1px solid #333; line-height: 12pt; padding-left: 10px; }

#ulright { width: 270px; float: left; line-height: 12pt; padding-left: 10px; margin-bottom: 35px; }

#ulleft h5, #ulright h5  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 5px; font-weight:bold; }

.ls { margin-left: 10px; }

#upperLeftCorner {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    overflow: visible;
    width: 177px;
    height: 68px;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 9999;
    border: none;
    float: none;
  }
   
blockquote {font-size:12px; color:#FFF;}
.blockquotewhite {color:#FFF;}

#related a:link { text-decoration: none; color: #fff; }
#related a:visited { text-decoration: none; color: #fff; }
#related a:hover { text-decoration: underline; color: #fff; }
  
#related {
	margin-top: 15px;
	border-left: 1px solid #333;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
}
  
#related ul {
	line-height: 14pt;
}

#related ul li {
	list-style: none;
}

