/* CSS Document */

body {
    width:100%;
    text-align:center;
    margin:0;
    padding:0;
    background-image:url('images/background.jpg');
    background-repeat:repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
    overflow: -moz-scrollbars-vertical;
}

/* ============================================= */
/* ================= 'h' styles ================ */
/* ============================================= */

h1 {
    margin:0px;
    padding:0px;
    font-size:150%;
    color:#990000;
}

h2 {
    margin:0px;
    padding:0px;
    font-family:"Arial Narrow", Arial;
    font-size:160%;
    color:#3366cc;
}

    h2.articleHeadline {
        margin:0px;
        padding:0px;
        font-family:Arial;
        font-size:140%;
        color:#3366cc;
        font-weight:normal;
    }

h3 {
    margin:0px;
    padding-top:0px;
    padding-left:0px;
    padding-bottom:7px;
    padding-right:0px;
    font-size:90%;
    color:#990000;
}

h4 {
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:140%;
    color:#3366cc;
    font-weight:normal;
}

.shareContent h4 {
    color: #333333;
    font-size: 100%;
    padding-top: 10px;
}

/* ============================================= */

/* ================= Containers ================ */

/* ============================================= */

.outerContainer {
    width:992px;
    margin-left:auto;
    margin-right:auto;
}

.innerContainer {
    width:992px;
    float:left;
    margin:0;
    text-align:left;
}


/* ========================================= */

/* ================= Header ================ */

/* ========================================= */

.header {
    float:left;
    display:inline;
    width:992px;
    background-repeat:no-repeat;
    background-position:right;
}

.logo {
    float:left;
    display:inline;
    width:160px;
    margin-left:35px;
    margin-top:0px;
}

/* ============================================= */

/* ================= Nav Styles ================ */

/* ============================================= */

.headerBlock {
    float: left;
    display: inline;
    width: 992px;
    height: 115px;
}

.tabsContainer {
    float:left;
    display:inline;
    color: #990000;
    font-size:80%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:5px 0 0 30px;
}

.tabContainer {
    float: left;
    display: inline;
    margin:0 0 0 5px;
    overflow: hidden;
    font-weight: bold;
}

.navContainer {
    float:left;
    display:inline;
    width:952px;
    height:30px;
    text-align:left;
    background-color:#990000;
    margin-left:20px;
}

.tabsContainer ul {
    list-style:none;
    margin:0;
    padding:0;
    display:inline;
    float:left;
    width:935px;
}

.tabsContainer ul li {
    display: inline;
    margin-right:4px;
}

.tabItem { 
    float:left;
    height:26px;
    width:117px;
}

    .tabItem a {
        color:#262626;
        display:block;
        height:16px;
        width:117px;
        text-align:center;
        padding:5px 0;
        text-decoration:none;
        background-image:url('images/tab.gif');
        background-repeat:no-repeat;
    }

    .tabItem a:hover,.tabItem a.selected {
        color:#ffffff;
        text-decoration:none;
        background-image:url('images/tabg.png');
    }
        
.navContainer {
    float:left;
    display:inline;
    width:992px;
    height:10px;
    text-align:left;
    /* background-color:#990000; */
	background-image:url('images/greenbar.gif');
    background-repeat:repeat-x;
    margin-left: 2px;
}

/* ============================================= */
/* =========================================================== */
/* ================= Content Container Styles ================ */
/* =========================================================== */

.contentBackground {
    float:left;
    display:inline;
    width:992px;
    background-image:url('images/contentBackground.jpg');
    background-repeat:no-repeat;
}

.contentContainer {
    float:left;
    display:inline;
    width:930px;
    margin:34px 0 0 30px;
}

.content {
	float: left;
	display: inline;
	width: 920px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: left;
	font-size:90%;
	color: #535353;
}


.textContainer {
    font-family:Arial, Helvetica, sans-serif;
    font-size:80%;
    color:#333333;
}

.leftNavContainer {
    float:left;
    display:inline;
    width:136px;
    margin-right: 14px;
    margin-top: 4px;
    height: 400px;
    background-color: white;	
}


.rightContainer {
    float:left;
    display:inline;
    width:760px;
    margin-left:5px;
}

.leftNavContent {
    float:left;
    display:inline;
    width:138px;
    font-size:90%;
    padding:0px;
    color:#555555;
}


.linkLeftNav {
    color:#444444; 
    text-decoration:none;
    display: block;
    width: 131px;
    line-height: normal;
    background-color: #eeeeee;
    padding:4px 0px 4px 5px;
    margin:4px 0;
}

.linkLeftNav:hover {
    color:#222222;
    background-color: #dddddd;
}

.linkLeftNavSelected {
    color: black; /*#ffffff; */
    text-decoration:none;
    display: block;
    width: 131px;
    line-height: normal;
    background-color: lightgray; /*#727272; */
    padding:3px 0px 3px 5px;
    margin:2px 0;
	font-weight: bold;
}


/* ================================================ */
/* ================= Footer Styles ================ */
/* ================================================ */

.footerContainer {
    float:left;
    display:inline;
    background-color:#990000;
    width:936px;
    height:14px;
    padding:8px;
    margin:10px 0 0 20px;  
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    text-align:center;
    font-size:70%;
}

    .footerContainer a {
        color:#FFFFFF;
        text-decoration:none;
    }

    .footerContainer a:hover {
        color:#FFFFFF;
        text-decoration:underline;
    }



.footerSubText {
    float:left;
    display:inline;
    background-color:whitesmoke;
    width:936px;
    height:16px;
    padding:2px;
    margin:50px 0 0 20px; 
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    text-align:center;
    font-size:70%;
}

#main_left_column{
	float: left;
	width: 320px;
	padding: 10px 0 0 40px;
}

#column_content {
	float: left;
	display: inline;
	width: 320px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 40px;
	text-align: left;
	font-size:90%;
	color: #535353;
}

#desc_row{
    width: 300px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	background: url('images/download.png')  no-repeat left center white;
	color: #535353;
	padding: 6px 0px 0px 30px;
    /* border: 1px solid #DEDEDE; */
	margin-bottom: 4px;
	font-weight: normal;
	font-size:90%;
}

#desc_row2{
	clear: left;
	float:left;
    width: 600px;
	height: 24px;
	vertical-align: middle;
	text-align: left;
	background: url('images/icon-1.gif')  no-repeat left center white;
	color: #535353;
	padding: 6px 0px 0px 30px;
    border: 0px solid #DEDEDE;
	margin-bottom: 4px;
	margin-left: 40px;
}

#dload_row{
	width:800px;
	height: 26px;
	vertical-align: middle;
	padding: 6px 0px 0px 10px;
	/* border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE; */
        border: 1px solid #DEDEDE;
	margin-bottom: 4px;
	margin-left: 40px;
	font-size:90%;
}

#order_row{
	width:680px;
	height: 26px;
	vertical-align: middle;
	background: white;
	padding: 6px 0px 0px 10px;
	/* border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE; */
        border: 1px solid #DEDEDE;
	margin-bottom: 4px;
	margin-left: 40px;
	font-size:90%;
}

#dload_item{
	float: right;
	width: 100px;
}

.fr{
	float: right;
}

.fl{
	clear: left;
	float: left;
}

.ident{
	margin-left: 40px;
}

#awards{
	float: left;
	margin-top: 30px;;
}

a {
	text-decoration: none;
	/*color: #4486C7;*/
	color: #32639A;
	/* font-weight: bold; */
	
}

.comment{
	color: gray; 
	font-style: italic;
	margin-top: 40px;
    border: 0px solid #DEDEDE;
	padding: 4px;
	background-color: white;
}

.comment_header{
	margin-top: 20px;
	background-color: #eeeeee;
	line-height: 30px;
}

.left_column{
        clear: left;
	float:left;
	width: 360px;
	padding: 4px 0 0 4px;
}
.right_column{
	float:left;
        display:inline;
	width: 340px;
	margin-left:20px;
}

.columnContainer{
    float:left;
    display:inline;
    width:760px;
    margin-left:2px;
    margin-bottom:20px;
}

.QuoteOpen {
	position: relative;
	font-size: .7em;
}

.QuoteOpen span{
	border-top:dashed 1.05em transparent;
	width:0;
	border-right-width:1em;
	border-right-style:solid;
	float:left;
	margin-right:.15em;
	margin-top:-.5em;
	font-size:0.8em;
	line-height:1.2;
	color: gray;
}

.QuoteClose {
	position: relative;
	font-size: .7em;
}

.QuoteClose span{
	border-bottom:dashed 1.05em transparent;
	width:0;
	border-left-width:1em;
	border-left-style:solid;
	float:right;
	margin-left:.15em;
	margin-top:-2em;
	font-size:0.8em;
	line-height:1.2;
	color: gray;
}

.panelCont{
    height: 100%;
	background-color: whitesmoke;
    padding:0px;
}
blockquote{
    margin:0px;
    padding: 18px;
    font-size: 10pt;
    background: url('images/open_quote.png') top left no-repeat;
}

blockquote p{
    margin-top:0;
    padding: 2px 0px 2px 0px;
    font-size: 9pt;
	color: gray;
    line-height:10pt;
    background: url('images/close_quote.png') bottom right no-repeat;
    font-style: italic;
}








