﻿/* Fixes ----------------------- */

img {
    border-style: none;
}
* {
    padding: 0;
    margin: 0;
}
/* Layout ----------------------- */
html, body {
	margin: 0px 0px 0px;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body.body {
    background-position: top;
    background: #f1efe2 url(images/def_layout_bkg.gif) repeat-x scroll top;
}

.vid a {
font-size: 8pt;
}

#container-page {
	margin: 0 auto;
	width: 776px;
	position: relative;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	background-repeat: repeat-y;
}
#container-header {
    width: 776px;
    height: 132px;
    background: #f1efe2 url(images/def_layout_header_bkg.gif) repeat-x scroll top;
    margin-top: 1px;
}
#container-header .logo {
    width: 406px;
    height: 46px;
    padding-top: 30px;
    padding-left: 30px;
}

#container-header .shortcut {
    width: 160px;
    display: block;
    float: right;
    padding-top: 25px;
}

#container-header .shortcut ul {
	margin: 0;
	padding: 2px 10px 0;
	list-style: none;
}

#container-header .shortcut li {
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}

#container-header .shortcut a:link, #container-header .shortcut a:visited, #container-header .shortcut a:active {
    color: #000000;
    text-decoration: none;
}

#container-header .shortcut a:hover {
	text-decoration: none;
	color: #ff5555;
}

#container-menu {
    width: 776px;
    height: 28px;
    background: #f1efe2 url(images/def_layout_menu_bkg.gif);
    background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
}
#container-body {
    width: 776px;
    background-image: url(images/def_layout_body_bkg.gif);
}
#container-body .bottom {
    width: 776px;
    height: 34px;
    background: url(images/def_layout_body_bottom.gif) no-repeat top;
}
#container-footer {
	width: 100%;
	height: 25px;
	bottom: 0;
}
#container-footer .copyright {
    height: 18px;
    text-align: center;
    width: 776px;
    margin: 0 auto;
    padding-top: 3px;
    color: #3a6b8e;
    font-size: 10px;
    font-family: Verdana;
}

.Cols {
    width:720px;
}

.Cols > .leftCol {
    width: 200px;
    float: left;
    margin-top: 23px;
    }

.Cols > .rightCol {
    width: 508px;
    float: right;
    margin-top: 23px;
    margin-right:5px;
    position: relative;
}

#flashcontent {
    margin-bottom: 16px;
}

.listColLeft {
    width: 340px;
    float: left;
    margin: 5px;
}

.listColRight {
    width: 340px;
    float: left;
    clear: right;
    margin: 5px;
}
.listColLeft2 {
    width: 340px;
    float: left;
    margin: 5px;
}

.listColRight2 {
    width: 340px;
    float: left;
    clear: right;
    margin: 5px;
}

.clear {
    width: 700px;
    clear: both;
}

.Quote {
    width: 740px;
    margin-top: 20px;
    text-align: left;
    clear: both;
    font-style: italic;
    }
    
.dub {
    width: 605px;
    text-align: center;
}

.dubLeft {
    float: left;
    width: 270px;
    text-align: left;
}
.dubRight {
    float: left;
    width: 270px;
    text-align: left;
}


