@charset "UTF-8";

/* reset all */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

body {
	font-family:tahoma,verdana,arial,helvetica,sans-serif;
	color:#333333;
	font-size:8pt;
	line-height:14px;
}


/* colors_____________________ */
.color_orange {
	color:#F49100;
}

/* links______________________ */

a {
	text-decoration:none;
}
a:link, a:visited {
	color:#2175D9;
}
a:hover {
	color:#00308F;
}


/* lists_________________________ */

ul.arrowList li {
	list-style: none;
	padding-left: 20px;
	background-image: url(../images/list-bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.bulletList li {
	margin-left: 16px;
	padding-bottom:5px;
}
.bulletList {
	padding-bottom:10px;
}

/* tables__________________________ */

.table_01 td {
	padding: 10px;
}
.table_01 {
	padding-bottom:10px;
}



/* structure___________________________ */
#container {
	position:absolute;
	width: 800px;
}

#head {
	width: 100%;
	height: 136px;
	border-top: 1px solid #ffffff;
}

#content {
}

#foot {
	top: 248px;
	margin-left: 177px;
	padding-top: 50px;
	color:#999999;
	font-size: 8pt;
	line-height: 14pt;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* head___________________________ */
#globalLinks {
	margin-left:18px;
	margin-top:8px;
}

#logo {
	position:absolute;
	left: 621px;
	top: 36px;
}

#stack {
	position:absolute;
	left: 88px;
	top: 0px;
}

#nav {
	position:absolute;
	left: 14px;
	top: 92px;
	font-size:14pt;
	text-decoration:none;
	padding-bottom: 10px;
	padding-top: 2px;
}

#nav ul {
	white-space: nowrap;
}

#nav li {
	display: inline;
}

#nav a {
	padding: 0px 6px;
}

#nav a:link, #nav a:visited {
	color:#999999;
}

#nav a:hover {
	color:#F49100;
}

a.globalLink:hover, a.globalLink:active {
	color:#F49100;
}

a.globalLink, a.globalLink:visited {
	color:#999999;
	font-size:8pt;
	line-height:13px;
}
#breadCrumb a:hover, #breadCrumb a:active {
	color:#F49100;
}

#breadCrumb a, #breadCrumb a:visited {
	color:#999999;
	font-size:8pt;
	line-height:13px;
}


/* content___________________________ */

#breadCrumb {
	position:absolute;
	left: 180px;
	top: 143px;
	width: 616px;
}

#pageTitle {
	position:absolute;
	left: 179px;
	top: 175px;
	font-size: 16pt;
	color:#F49100;
	width: 615px;
	padding-bottom: 12px;
	padding-top: 2px;
}

#content #col1 {
	float:left;
	width: 142px;
	padding-left: 18px;
}
#content #col2 {
	float:left;
	width: 321px;
	padding: 0 16px 0 18px;
	padding-top: 70px;
}
#content #col3 {
	float:left;
	width: 265px;
	padding-top: 70px;
	padding-right: 20px;
}
#content #col2-noWidget {
	float:left;
	width: 600px;
	padding: 0 16px 0 18px;
	padding-top: 70px;
}
#flashBox_widget {
	height: 253px;
	background-color:#CCCCCC;
}

#leftPanel {
	background-color:#f49100;
	height: 300px;
}

.grayPanel {
	background-color:#f2f7fd;
	padding: 8px;
}

.orangeBtn {
	background-color:#F49100;
	border:1px solid #F49100;
	font-size:8pt;
	height:auto;
	margin-top:5px;
	padding:14px 20px 4px 4px;
}
a.orangeBtn:link, a.orangeBtn:visited {
	color:#FFFFFF;
}
a.orangeBtn:hover {
	background-color:#023090;
	border:1px solid #023090;
}

#content h1 {
	color:#F49100;
	font-size:16pt;
}
#content h2 {
	color:#F49100;
	font-size:11pt;
	line-height:13pt;
	margin-bottom: 10px;
}

.footerList {
	list-style-type: none;
}
.footerList li {
	border-left: 1px solid #999999;
	display: inline;
	padding: 0px 5px 0px 8px;
}
#foot a:link, #foot a:visited {
	color:#999999;
}

#foot a:hover {
	color:#F49100;
}

.callToAction {
	font-size: 10pt;
}

#siteMap h2 {
	color: #333333;
}
#siteMap h2 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#siteMap ul {
	margin-left: 15px;
}
#siteMap li {
	list-style: none;
	padding-left: 15px;
	background-image: url(../images/list-bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}













#trace {
	position:absolute;
	float:left;
	width: 950px;
	height: 790px;
	background: url(../trace.jpg);
}
