@charset "UTF-8";
body  {
	7font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #33363A url(images/speaker-grill.jpg) repeat;
	padding: 0;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: -0.03em;
}
#container {
	width: 1000px;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #999999;
	text-align: left;
	padding: 0px;
	background: #E2E9F6 url(images/purpside.gif) repeat-y left top;
} 
#header {
	padding: 0px;  /* 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. */
	margin: 0px;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px inset #000000;
	border-left: 1px none #000000;
}
#headerul  {
	background: #5F6BA0 repeat-x;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: right;
	border-bottom: 2px inset #E2E9F6;
	border-top: 2px outset #E2E9F6;
	border-right: 2px inset #E3E3E3;
	border-left: 2px none #E2E9F6;
}
#header li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 2px none #DAE1F2;
	border-right: 2px none #DAE1F2;
	border-bottom: 2px none #DAE1F2;
	border-left: 2px solid #DAE1F2;
	background: #5F6BA0;
}
#header li a {
	display: block;
	float: left;
	color: #E2E9F6;
	text-decoration: none;
	font: small-caps normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: .1em;
	border-style: none;
	padding: 2px 25px;
}
#header li a:hover, #header li a:active, #header li a:focus {
	margin: 0px;
	padding: 2px 25px;
	background: #4783E1;
	color: #330099;
	font-variant: small-caps;
}
a:link, a:active {
	color: #006699;
	text-decoration: none;
}
a:visited, a:focus {
	color: #339999;
	text-decoration: none;
}
a:hover{
	color: #009999;
	text-decoration: underline;
}
#sidebar1 {
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	float: right;
	border: thin none #CCCCFF;
}
#buttons{
	display: block;
	border: thin none #333333;
	width: 220px;
	margin: 0px;
	float: right;
	list-style: none;
	padding: 0px;
}
#mainContent {
	margin: 0 200px 0 240px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 30px 20px 20px;
	background: repeat;
	border: 1px none #009999;
} 
#footer {
	padding: 0px 10px 0px 20px;
	margin: 0px;
	border-top: 1px solid #339999;
	border-right: 1px none #339999;
	border-bottom: 1px none #339999;
	border-left: 1px none #339999;
	background: #DAE1F2;
} 
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #333333;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active
 {
	color: #330099;
	text-decoration: none;
}
.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 */
	clear:both;
	height:0;
}
h1 {
	color: #333333;
	font: normal 22px/24px "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
	letter-spacing: 0.05em;
}
h2 {
	font: normal 18px/120% "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
	color: #333333;
}
#email {
	color: #333333;
	background: #CED4E0;
	padding: 10px;
	border: thin solid #4B548C;
	margin: 0px;
}
h3 {
	font: normal 14px/17px "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
	color: #333333;
}
h4 {
	color: #000000;
	font: normal 12px/20px "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
}
h5 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #01B2B1;
}
.box {
	border: thin solid #5F6BA0;
	padding: 5px;
	float: left;
	width: 100%;
}
.PR {
	border: 1px solid #333333;
	margin: 5px;
	padding: 5px;
}
#pr {
	padding: 5px;
	border: thin solid #330099;
	margin: 10px 0px;
}
.img {
	border: 2px solid #339999;
}
#comp {
	margin: 10px 0px;
	padding: 0px 5px;
	width: 490px;
	border: thin solid #5F6BA0;
	float: none;
}
.subheads {
	color: #000000;
	font: normal 13px "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
	letter-spacing: 0.07em;
}
#sidebar2 {
	float: left;
	width: 227px;
	margin: 0px;
	padding: 160px 7px 7px;
	border: 1px none #6371A4;
	background: url(images/bluecomputer.jpg) no-repeat top;
}
#sidebarul {
border: thin none #333333;
	background: #5F6BA0;
	margin: 0px;
	padding: 0px;
	width: 200px;
	display: block;
	
}
#buttons li a{
	padding: 15px 0px 15px 20px;
	margin: 0px;
	width: 200px;
	float: left;
	background: url(images/ltg.png) repeat-x;
	color: #333399;
	font-family: "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
	border-top: 1px none #5F6BA0;
	border-right: 1px inset #5F6BA0;
	border-bottom: 1px outset #5F6BA0;
	border-left: 1px inset #5F6BA0;
	letter-spacing: .07em;
}
#buttons li a:hover{
	padding: 15px 0px 15px 20px;
	margin: 0px;
	width: 200px;
	float: left;
	border: 1px inset #333333;
	background: #5F6BA0 url(images/ltg.png) repeat-x;
	color: #FFFFFF;
	font-family: "HelveticaNeue MediumExt", "Helvetica CE", verdana, arial, sans-serif;
	text-decoration: none;
}
#services {
	padding: 10px;
	width: 200px;
	margin-top: 10px;
}
#sidebar2 a {
	list-style: none;
	color: #333399;
	padding: 0px;
	margin: 0px;
}
#sidebar2 li {
	list-style: none;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	background: url(images/arrow.png) no-repeat left;
}

