@charset "utf-8";

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
{
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/pattern.gif);
	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: #333333;
	font-size: 100%;
}
blockquote {
	margin-left: 60px;
	margin-right: 60px;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 5px auto 15px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: 
	font-size: 100%;
	background-color: #fffbcc;
	background-image:url(images/background.jpg);
	background-position:0 147px;
	background-repeat:no-repeat;
	line-height: 1.5em;
	border: 2px solid #52555A;
} 
#header {
	position: relative;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 150px;
} 
#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 */
}
#header span {
	position:absolute;
	width: 900px;
	height: 150px;
	left: 0;
	top: 0;
	margin: 0;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-color: #FCFCD8;
	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 98px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 133px 10px 15px 32px;
}
#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
} 
#mainContent p {
	color: #000000;
	margin-bottom: 12px;
}
#mainContent h1 {
	font-size:28px;
	line-height: 30px;
	color:#3A5572;
	font-weight: bold;
	margin-top: 40px;
	font-family: Palatino, Times, "Times New Roman", serif;
	font-style: italic;
	letter-spacing: normal;
	margin-bottom: 20px;
}
#mainContent h2 {
	font-size: 22px;
	font-weight: bold;
	color: #3A5572;
	margin-bottom: 20px;
	margin-top: 35px;
	font-family: Palatino, Times, "Times New Roman", serif;
	font-style: italic;
}
#mainContent ul {
	margin-left:55px;
	margin-bottom:24px;
}
#mainContent a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: underline;
}
#mainContent a:link {
	color: #003399;
}
#mainContent a:visited {
	color: #003399;
}
#mainContent a:hover {
	color: #0066CC;
}
#mainContent a:active {
	color: #666666;
}
.bullet {
	background:url(file:///C|/Documents%20and%20Settings/Owner/My%20Documents/BITSTREAMS/mti/images/bullet.gif) no-repeat 22px 9px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 50px;
	padding-bottom: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-align: center;
	background-color: #3A5572;
	line-height: 1em;
} 
#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: 5px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #CCCCCC;
}
#footer ul {
	font-size:12px;
	padding: 15px 0 0 0;
}

#footer li {
	list-style-type: none;
	display:inline;
	padding: 0 4px;
	/*word-spacing: 6px;*/
}
#footer a
{
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover
{
	color: #FFFFFF;
	font-weight: normal;
}
#paypal {
	text-align:center;
}
#paypal input{
	text-align:center;
	border: none;
	margin-top: 6px;
}
.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: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.fltlft-botmar { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-top: 8px;
	margin-bottom: 12px;
}
.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;
}

#navcontainer {
	width:120px;
	top: 0px;
	position: relative;
	left: -35px;
}
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
}
#navcontainer li {
	padding-top: 7px;

}

#navcontainer li, a, a:link, a:visited, a:active {
	background: transparent url(file:///C|/Documents%20and%20Settings/Owner/My%20Documents/BITSTREAMS/mti/css/images/list-off.gif) left center no-repeat;
	text-align: left;
	font: normal 18px/24px Palatino, Times, "Times New Roman", serif;
	text-decoration: none;
	color: #333333;
}

#navcontainer li a:hover
{
	color: #000000;
	background-color: #DFD69F;
	padding-right: 12px;
	overflow: hidden;
}

#navcontainer li, a#current
{
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
#big-spacer {
	padding-bottom: 300px;
}
.biggerText {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
}
.enlarg24 {
	font-size: 24px;
	color: #2D386F;
	line-height: normal;
}
.dropcap {
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: -8px;
	line-height: normal;
	font-size: 60px;
	font-weight: bold;
	color: #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	top: -0.25em;
	letter-spacing: -2px;
	font-style: italic;
}
.caption {
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
	font-style: italic;
}
.lucida {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
.callbox  {
	font-size: 24px;
	font-weight: bold;
	border: thin solid #666666;
	padding-top: 10px;
	width: 75%;
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
}
.callbox a {
	font-size:18px;
	color:#000000;
}
form {
	border: none;
	background-image: url(../images/form-back.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #FBEFB5;
}
input, textarea {
	margin-top: -12px;
	border: 1px solid;
	border-bottom-color: #CCCCCC;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	font: inherit;
}
.formtext {
	padding-left: 6px;
	font-size: 15px;
	color: #666666;
	line-height: 1.5em;
}
fieldset {
	margin: 12px;
	padding: 12px;
	border:solid 1px;
	border-color:#999999;
}
.testimonial {
	background-color: #9BACB7;
	padding: 15px;
	border: 1px solid #3A5572;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.ucb {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	border: 1px solid #666666;
}
.ucb p {
	padding: 15px 20px;
	margin-top: 12px;
}
.ucb h6 {
	font-size: 16px;
	margin-bottom: 4px;
	padding-left: 15px;
	color: #666666;
	margin-top: 4px;
}
.center {
	margin: auto;
}
.bluebox {
	background-color: #3A5572;
	padding: 25px;
}

