/* CSS Document */

* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2D2D2D;
	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;
}

body {scrollbar-face-color: #A5A6BA;
scrollbar-shadow-color: #A5A6BA;
scrollbar-highlight-color: #A5A6BA;
scrollbar-3dlight-color:#A5A6BA;
scrollbar-darkshadow-color: #A5A6BA;
scrollbar-track-color: #EDEDED;
scrollbar-arrow-color: #EDEDED;}

.toolTipElement {
	cursor: auto;
}
.tool-tip {
	color: #ffffff;
	width: 136px;
	height: 60px;
	z-index: 13000;
	}
 
.tool-title {
	font-size: 11px;
	text-align: center;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 12px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 1.0; opacity: 1.0; -khtml-opacity: 1.0;
	padding-top: 8px;
	background-image: url(../pics/test7.png);
	background-position: left top;
}
 
.tool-text {
	font-size: 1px;
	text-align: center;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 1px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 1.0;opacity: 1.0; -khtml-opacity: 1.0;
	background-image: url(../pics/test7.png);
	background-position: left bottom;
	padding-top: 0px;
	color: #5B5B5B;
}

.thrColFixHdr #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../pics/main-back.gif);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
.thrColFixHdr #container2 {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../pics/main-back2.gif);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
} 
.thrColFixHdr #header {
	background: #191919;  
	padding-top: 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. */
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #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 #header-top {
	height: 59px;
	width: 970px;
	position: relative;
	background-image: url(../pics/header-back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header #header-top #ht1 {
	position: absolute;
	height: 59px;
	width: 220px;
	left: 0px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header #header-top #ht2 {
	position: absolute;
	height: 59px;
	width: 642px;
	left: 220px;
	top: 0px;
}
#header #header-top #ht3 {
	position: absolute;
	height: 59px;
	width: 108px;
	left: 862px;
	top: 0px;
}
#header #header-bottom {
	position: relative;
	height: 203px;
	width: 970px;
}
#header #header-bottom #hb1 {
	position: absolute;
	height: 203px;
	width: 220px;
	left: 0px;
	top: 0px;
}
#header #header-bottom #hb2 {
	position: absolute;
	height: 203px;
	width: 186px;
	left: 220px;
	top: 0px;
}
#header #header-bottom #hb3 {
	position: absolute;
	height: 203px;
	width: 190px;
	left: 406px;
	top: 0px;
}
#header #header-bottom #hb4 {
	position: absolute;
	height: 203px;
	width: 142px;
	left: 596px;
	top: 0px;
}
#header #header-bottom #hb5 {
	position: absolute;
	height: 203px;
	width: 232px;
	left: 738px;
	top: 0px;
	margin: 0;
}
#header #header-bottom #anim {
	height: 203px;
	width: 750px;
	margin-left: 220px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 0px;
	padding: 0px;
	width: 220px; /* 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 */
	background: #EBEBEB;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	margin: 0px;
	padding: 0px;
	width: 232px; /* 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 */
	background: #EBEBEB;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 232px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContent #mainContentArea {
	padding: 20px;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
}
.thrColFixHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E5E82;
	padding: 10px;
	line-height: 16px;
	font-size: 10px;
	background-color: #000000;
	width: 950px;
	text-align: center;
} 
.thrColFixHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #D2C93C;
}
.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;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #clearfloats {
	clear: both;
}
.thrColFixHdr #viewportfolio a {
	font-size: 12px;
	font-weight: bold;
	background-color: #879AD2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
}
#viewportfolio a:hover {
	color: #FFCC66;
}
#navlinks {
	width: 219px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EDEDED;
}
#websites {
	display: block;
	height: 203px;
	width: 230px;
}
#websitecontainer #thesites {
	display: block;
	height: 300px;
	width: 232px;
	overflow: auto;
	text-align: center;
}
#websitecontainer #thesites UL {
	list-style-type: none;
}
#websitecontainer #thesites UL LI {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#websitecontainer #thesites UL LI p {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
#rightcolumheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A5A6BA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	text-indent: 10px;
	line-height: 30px;
}
#rightcolum-links {
	display: none;
}
#rightcolum #rightindex {
	padding-right: 4px;
	padding-left: 4px;
}
#mainContent2 {
	background-color: #FFFFFF;
	line-height: 18px;
	float: right;
	margin: 0px;
	padding: 0px;
} 
#mainContent2 #mainContentArea2 {
	padding: 20px;
	margin: 0px;
	width: 710px;
}
#mainContent2 a {
	text-decoration: none;
	color: #6E7EB1;
}
#mainContent2 a:hover {
	color: #FF9900;
}
#mainContent a {
	text-decoration: none;
	color: #6E7EB1;
}
#mainContent a:hover {
	color: #FF9900;
}
#pagetitle {
	font-size: 15px;
	color: #7F8DCA;
	line-height: 30px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F8DCA;
	margin-bottom: 20px;
}
.imgRight {
	float: right;
	height: auto;
	width: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ol-normal {
	display: block;
	padding-left: 20px;
	margin-left: 20px;
}
.ol-normal li {
	list-style-position: outside;
}
.u-disc {
	display: block;
	padding-left: 20px;
	list-style-type: circle;
	color: #333333;
}
.u-disc li {
	list-style-position: outside;
}
.u-circle {
	list-style-type: none;
	display: block;
	padding-left: 20px;
}
.u-circle li {
	list-style-type: none;
	list-style-image: url(../pics/list.gif);
	list-style-position: outside;
}
.u-numbers {
	display: block;
	padding-left: 30px;
	list-style-type: decimal;
	color: #333333;
}
.u-numbers li {
	list-style-position: outside;
}
.u-arrow {
	list-style-type: none;
	display: block;
	padding-left: 20px;
}

.u-arrow li {
	list-style-type: none;
	list-style-image: url(../pics/arrows.gif);
	list-style-position: outside;
}
.text-title {
	font-size: 12px;
	color: #7383B6;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7383B6;
}
.textheader {
	font-size: 12px;
	font-weight: bold;
}

.text-accent {
	font-size: 14px;
	color: #333333;
	letter-spacing: .1em;
	font-style: italic;
	text-decoration: none;
}
.shiftcontent {
	margin-left: 60px;
	display: block;
}
.myTable {
	WIDTH: 700px;
	BORDER-RIGHT: #d0ccd8 1px solid; BORDER-BOTTOM: #d0ccd8 1px solid;
}
.myTable td {
	PADDING-RIGHT: 5px; BORDER-TOP: #d0ccd8 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #d0ccd8 1px solid; PADDING-TOP: 5px;
}
.myTable tr.header td {
	FONT-WEIGHT: bold; BACKGROUND-COLOR: #f2f2f5;
}
.textheader-blue {
	font-size: 13px;
	color: #7F8ED1;
	font-weight: bold;
}
#mainContentArea2 #yourlocation {
	height: 40px;
	color: #333333;
}
#mainContentArea2 #yourlocation a {
	color: #999999;
}
#mainContentArea2 #yourlocation a:hover {
	color: #6171A5;
}
.text-title-noline {

	font-size: 12px;
	color: #7383B6;
	display: block;
	width: 100%;
}
table input {
	border: 1px solid #999999;
}
table textarea {
	border: 1px solid #999999;
}
.h2 {
     font-family: Verdana, Arial, Helvetica, sans-serif;;
     font-size: 9pt;
     font-weight: bold;
}
.h3 {
     font-family: Verdana, Arial, Helvetica, sans-serif;;
     font-size: 8pt;
     font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4E5E82;
}
.line {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F8DCA;
	margin-bottom: 10px;
}
#mynews {
	display: block;
	height: 200px;
	width: 232px;
}
#mynews #thenews {
	display: block;
	height: 200px;
	width: 232px;
	overflow: auto;
	text-align: left;

}
#mynews #thenews UL {
	list-style-type: none;
}
#mynews #thenews UL LI {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#mynews #thenews UL LI p {
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
#mynews a:hover {
	color: #FF9900;
}

