/*


*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;

}

td
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-family: Arial, sans-serif;
 color:#777;
}

h1
{
	color:#000;
	font-size:16pt;
	font-weight:500;
	padding-top:20px;
}
h2
{
	color:#1F69D8; /* #00AEEF; */
	font-weight:700;
	font-size:12pt;
}
h3
{
	color:#555;
	font-weight:700;
	font-size:12pt;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
}
h5
{
	color:#ff6f09;
}

#nav2 {
 width: 934px;
 height: 30px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px;
 background:#000 url("/images/2nd_nav_sliver.jpg") repeat-x;
}
#nav2 a
{
	text-decoration:none;
	color:#fff;
	font-family:Arial;
	font-weight:700;
	font-size:.9em;
	padding-left:5px;
	line-height:30px;
}
#nav2 a:link
{
	text-decoration:none;
	color:#fff;
}
#nav2 a:visited
{
	text-decoration:none;
	color:#fff;
}
#nav2 a:hover
{
	text-decoration:none;
	color:#fff;
}
#nav2 a:active
{
	text-decoration:none;
	color:#fff;
}
#content {
 width: 934px;
 color: #333;
 border: 0px;
 background: #fff;
 margin: 0px;
 padding: 0px;
 position:relative;
 text-align:left;
}

#inset
{

	/* top left bottom right */
	margin:0px 0px 5px 0px;

}

#columnwide
{
	position:absolute;
	width:96.0%;
	left:0px;
	color:#777;
	overflow:auto;
	margin-left:15px;
	
}

#column1
{
	position:absolute;
	width:50%;
	/* height:415px; */
	left:0px;
	color:#777;
	overflow:auto;
}
#column1wide
{
	position:absolute;
	width:75.0%;
	/* height:415px; */
	left:0px;
	color:#777;
	overflow:auto;
	margin-right:10px;
}
#column2
{
	position:absolute;
	width:39%;
	height:415px;
	left:349px;
	color:#777;
	overflow:auto;
}
#column2wide
{
	position:absolute;
	width:49%;
	height:415px;
	left:470px;
	color:#777;
	overflow:auto;
}
#column3
{
	position:absolute;
	width:23.3%;
	/* height:415px; */
	/* left:710px; */
	right:0px;
	color:#00AEEF;
	overflow:auto;
}
#column3_1
{
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	/* blue <a> tags without underlines */
#column3_1 a
{
	text-decoration:none;
	color:#1F69D8 /* #00AEEF; */
}
#column3_1 a:link
{
	text-decoration:none;
	color:#1F69D8;
}
#column3_1 a:visited
{
	text-decoration:none;
	color: #1F69D8;
}
#column3_1 a:hover
{
	text-decoration:underline;
	color:#1F69D8;
}
#column3_1 a:active
{
	text-decoration:none;
	color:#1F69D8;
}

#column3_2
{
	/* background-color:#eee; */
}

#column3_2
{
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	/* blue <a> tags without underlines */
#column3_2 a
{
	text-decoration:none;
	color:#1F69D8 /* #00AEEF; */
}
#column3_2 a:link
{
	text-decoration:none;
	color:#1F69D8;
}
#column3_2 a:visited
{
	text-decoration:none;
	color: #1F69D8;
}
#column3_2 a:hover
{
	text-decoration:underline;
	color:#1F69D8;
}
#column3_2 a:active
{
	text-decoration:none;
	color:#1F69D8;
}

#column3wide
{
	position:absolute;
	width:39%;
	height:415px;
	left:530px;
	color:#777;
	overflow:auto;
}
#heading1
{
	color:#000;
	font-size:24pt;
}
#heading2
{
	color:#00AEEF;
	font-weight:700;
	font-size:12pt;
}
#heading3
{
	color:#00AEEF;
	font-weight:500;
	font-size:10pt;
}
#promo {
 width: 934px;
  height: 150px;
 color: #333;
 border: 0px solid #ccc;
 background: #BD9C8C;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background:#000 url("/images/promo_area.jpg") repeat-x;
}

.list
{
	margin-left:20px;
}

.demo_heading {
	padding: 7px;
	/* background-color: #ccc; */
	color: black;
	text-align: center;
}

.demo_body {
	background: url("/images/demo-gradient-sliver-grey.jpg") repeat-x;
	padding: 5px;
}

.label {
	padding: 5px;
	font-weight: bold;
	color: black;
}

.bordered {
	border:1px solid #000;
	color:#000;
}