@charset "UTF-8";
/* CSS Document */

/* HTML ELEMENTS */
body {
    margin: 0;
    padding: 0;
    background-color: #333; /* #ccc; */
    font: 10pt Arial, Helvetica, sans-serif;
    color: #495852;
}

img {
	border: 0;
	alt: "Triad Securities";
}

a {
    /* color: #9F6D16; */
	color: #c07426;
}

a:hover {
	color: #060;
}

a:visited {
    color: #666;
}

a:visited:hover {
	color: #000;
}

ul {
	padding: 0px;
}

li {
	list-style-image: url(/images/bullet_dash.jpg);
	list-style-position: outside;
	padding-bottom: 7px;
}

* html li {
	list-style-image: none;
}

*:first-child+html ul {
	margin-left: 15px;
}

*:first-child+html li {
	list-style-image: url(/images/bullet_dash_ie.jpg);
}

* html li {
	list-style-image: url(/images/bullet_dash_ie.jpg);
	list-style-image: none;
}

* html h4 {
	font-size: 12px;
}

* html h3 {
	font-size: 14px;
}

* html #deals td {
	font-size: 12px;
}
* html #deals th {
	border: 0px solid red;
	height: 25px;
}

/* CLASSES */
.btn {
	height: 29;
	width: 77;
}

.clear {
    clear: both;
}

.seperator {
	border: 0px solid black;
	height: 5px;
}

.drop_cap {
	float:left;
	font-size:70px;
	line-height:58px;
	padding-top: 2px;
	margin-right: 10px;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
}

*html .drop_cap {
	width: auto;
	font-size:70px;
	line-height:76px;
	margin-top: -13px;
	margin-right: 10px;
	border: 0px solid red;
	vertical-align: top;
}

.breadcrumb {
	font-size: 8pt;
	margin-left: 32px;
}

.schedule h1{
	margin-left: 22px;	
}

.schedule li {
	list-style-position: inside;
}

.btn_bg_large {
	text-align: center;
	background: url(/images/btn_bg_large.jpg);
	border: 1px solid #ddd;
	height: 25px;
	vertical-align: middle;
	padding-top: 10px;
	width: 150px;
	margin-left: 50px;
	font-weight: bold;
}

.btn_bg_large a {
	text-decoration: none;
}

.btn_bg_small {
	text-align: center;
	background: url(/images/btn_bg_small.jpg);
	border: 1px solid #ddd;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px;
	font-weight: bold;
	width: 70px; 
	margin-left: 25px; 
}

* html .btn_bg_small {
	margin-left: 10px;
	background: url(/images/btn_bg_small.jpg);
}

.btn_bg_small a {
	text-decoration: none;
}

/* IDs */
#container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    background: #fff url(/images/container_bg.jpg) repeat-x scroll 0 0;
}

#header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100px;
}

#logo {
    margin: 0;
    padding: 0;
    width: 310px;
    height: 100px;
    float: left;
    border: 0px solid red;
}

#user_input {
    margin: 30px 30px 0 0;
    padding: 12px 0 0 12px;
    width: 319px;
    height: 43px;
    float: right;
    background-image: url(/images/bg_top_right.png);
    background-repeat: no-repeat;
    border: 0px solid red;
}

* html #user_input {
    margin-right: 13px;
    padding-left: 12px;
}

#user_input form {
    margin: 0;
    padding: 0;
}

* html #user_input {
    height: 53px;
}

#user_input input {
    font: 14pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #060;
}

#user_input input[type=image] {
    vertical-align: bottom;
}

#user_input img {
    vertical-align: bottom;
}

* html #user_input .btn {
    border: 0px solid blue;
    vertical-align: bottom;;
}

#nav {
    margin: 0;
    padding: 4px 0 0 0;
    width: 100%;
    height: 31px;
    text-align: right;
    border: 0px solid blue;
}

* html #nav {
    padding-top: 1px;
    border: 0px solid blue;
}

#nav #home {
    width: 68px;
    height: 31px;
    margin-right: 25px; 
}

#nav #products {
    width: 183px;
    height: 31px; 
    margin-right: 25px;
    border: 0px solid red;
}

* html #nav #products {
	margin-right: 25px;
}

#nav #demo {
    width: 70px;
    height: 31px;
    margin-right: 27px;
}

#nav #contact {
    width: 110px;
    height: 31px;
    margin-right: 30px;
}

#subnav {
    width: 1000px;
    height: 71px;
	border: 0px solid black;
}

* html #subnav {
	margin-top: -3px;
	overflow: hidden;
}

#subnav_lnks {
	position: relative; 
	top: -70px;
    padding-top: 10px;
	padding-left: 4px;
    width: 150px;
	height: 60px;
	z-index: 2;
	color: #cccccc;
	text-align: left;
	border: 0px solid blue;
}

#subnav_lnks a {
    font-family: Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	border: 0px solid red;
	color: #dddddd;
	text-decoration: none;
}

#subnav_lnks a:hover{
	color: #ffffff;
}

.subnav_lnks_left {
	border: 0px solid red;
}

#subnav_fix {
    width: 640px;
	height: 70px;
	position: relative;
	left: 360px;
	top: 0px;
	border: 0px solid yellow;
}

#subnav_content {
	position: relative;
	vertical-align: middle;
	height: 62px;   
    width: 640px;
    font: 14pt "Times New Roman", Times, serif;
    color: #ddd;
	margin: 0;
	padding-top: 8px;
	border: 0px solid red;
}


#subnav_content h1 {
    margin: 0px;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
}

#subnav_content p {
    margin: 0px;
    font-style: italic;
}

#content {
    margin: 0;
    padding: 10px 0 30px 0;
    width: 100%;
    min-height: 350px;
    margin: 0 auto;
    border: 0px solid red;
}

#content h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18pt;
}

#content h2 {
	font-size: 14pt;
	font-weight: bold;
}

#content #col_main {
    margin: 32px 60px 0 0;
    padding: 0;
    width: 580px;
    float: right;
    line-height: 1.6em;
    border: 0px solid yellow;
}

* html #content #col_main {
    margin: 45px 15px 0 0;
    width: 610px;
}


#content #col_sub {
    width: 300px;
    margin: 50px 0 0 30px;
    float: left;
    border: 0px solid blue;
}

* html #content #col_sub {
    margin-left: 15px;
}

#content #col_sub #col_sub_nav {
	border: 0px solid red;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
/*	background-color: #ebf5ee;*/
}

#content #col_sub #contact_box {
	/*margin-top: 35px;
	width: 300px;
    font-size: 16pt;
    text-align: center;
	border: 0px solid red;*/
}

#content #col_sub #contact_box a {
    /*text-decoration: none;
    color: #d89e4b;*/
}

#footer {
    width: 1000px;
	margin: 0 auto;
    min-height: 150px;
    background: transparent url(/images/footer_bg.jpg) repeat scroll 0 0;
    border: 0px solid red;
}

#footer_content {
    margin: 0 auto;
    padding: 15px 35px;
    width: 870px;
    height: 120px;
    font: 7pt Arial, Helvetica, sans-serif;
    border: 0px solid blue;
}

#footer_content strong {
    font: 8pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

* html #footer_content {
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.2em;
}

#footer_content p {
    margin-top: 4px;
}

#footer_content h1 {
    font: 10px Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#footer_content a {
    color: #495852;
}

#footer_content #col_left {
    margin: 0;
    padding: 0;
    width: 200px;
    float: left;
    border: 0px solid red;
}

#footer_content #col_center {
    margin: 0 0 0 95px;
    padding: 0;
    width: 300px;
    float: left;
    border: 0px solid blue;
}


#footer_content #col_right {
    margin: 0;
    padding: 0;
    width: 160px;
    float: right;
    border: 0px solid red;
}

#postscript {
    padding: 5px 10px 10px 10px;
    width: 980px;
	margin: 0 auto;
    background-color: #333;
    font: 7pt arial, sans-serif;
    text-align: center;
	line-height: 1.8em;;
	color: #666;
}

#postscript a {
	color: #999;
}


/***
 IE PNG FIX */
img, div, a, input {
    behavior: url(/iepngfix/iepngfix.htc);
}