/*
    BPWebDesign
*/

* { 
    margin: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: url('/images/body_bg.gif') repeat-y center;
}
a {
    color: #003399;
	font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #1783BF;
}
@font-face {
    font-family: "Avian";
    src: url("/css/fonts/avianb.ttf");
}
p {
    padding: 0 0 10px 0;
}
h2 {
    font-size: 13px;
    color: #003399;
	font-family:"Avian",serif;
    padding: 10px 0 5px 0;
}
h3 {
    font-size: 18px;
    color: #003399;
	letter-spacing: 0.03em;
	font-weight: bold;
	text-transform: uppercase;
	font-family:"Avian",serif;
    padding: 5px 0 5px 0; 
}
h4 {
    font-size: 15px;
	font-family:Arial,serif;
	letter-spacing: 1px;
    color: #003399;
    padding: 10px 0 5px 0;
	font-weight: bold;
}
h5 {
    font-size: 13px;
	font-family:Arial,serif;
	letter-spacing: 1px;
    color: #003399;
    padding: 10px 0 5px 0;
	font-weight: bold;
}
img {
    border-style: none;
    border-bottom: 0px none;
}
input, select {
    font-family: arial;
    font-size: 8pt;
}
label {
    cursor: pointer;
}
label span {
    color: #FF0000;
}
acronym {
    cursor: help;
}
fieldset {
    width: 75%;
    margin-left: 18px;
    padding-left: 15px;
    border: 1px solid #BED5E4;
    background: #F9FCFE;
}
legend {
    background: #DFEBFF;
    padding: 2px;
    border: 1px solid #BED5E4;
    color: #0A578B;
    font-size: 1.1em;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}
dl {
    display: block;
    position: relative;
    width: 100%;
}
dt {
    display: block;
    clear: both;
    float: left;
    width: 30%;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    display: block;
    width: auto;
    margin: 0 0 8px 0;
    padding-left: 6px;
}
table {
    width: 75%;
    border: 0px;
    border-collapse: collapse;
    padding: 0;
}
th {
    padding: 5px 0 5px 10px;
    text-align: center;
    background: #F9FCFE;
    border: 0px;
}
tr {
    border: 0px;
}
tr.table1 {
    background: #DFEBFF;
}
tr.table2 {
    background: #F9FCFE;
}
td {
    padding-left: 5px;
}

/* Global Template Definitions */
#wrapper { 
    margin: 0 auto;
    width: 948px;
}
#header {
    color: #333;
    width: 948px;
    float: left;
    height: 46px;
    background: url('/images/header_bg.gif') repeat-x;
}
#leftcolumn { 
    color: #fff;
    background: url('/images/leftcolumn_top.gif') no-repeat top left ;
    min-height: 330px;
    width: 137px;
    padding: 0px;
    float: left;
    text-align: right;
}
#navigation,#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation li {
    margin: 0;
    padding: 11px 18px 0 0;
}
#navigation a {
    color: #fff;
    border: 0;
    text-decoration: none;
}
#navigation a.sublink {
    padding: 0 0 0 5px;
    border-bottom: 0px;
    font-weight: normal;
    font-size: 12px;
}
#blogsidebar ul {
    text-align: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#blogsidebar ul li {
    padding: 5px 0 5px 0;
}
#navigation .active a {
    color: #003399 !important;
}
#seal {
    text-align: center;
    float: left;
    height: 300px;
    width: 120px;
    position: relative;
    top: 20px;
    padding-left: 10px;
}
#content { 
    float: left;
    color: #333;
    background: #FFF;
    min-height: 330px;
    width: 570px;
    padding: 20px;
    display: inline;
}
#content p {
	line-height: 1.5em;
    padding: 5px 0 15px 10px;
}
#content li {
    list-style-image: url('/images/bullet.gif');
    margin: 0 0 0 35px !important;
}
#content ul {
    margin: 0 0 25px 0;
}
#rightcolumn { 
    color: #333;
    font-size: 12px;
    min-height: 330px;
    width: 178px;
    float: right;
    padding: 10px 5px 10px 15px;
    text-align: center;
}
#rightcolumn p { 
    text-align: left;
}

#testimonials { 
    color: #333;
    width: 174px;
    text-align: left;
    padding: 20px 0 0 0;
}
#footer { 
    width: 890px;
    clear: both;
    color: #333;
    font: 10px arial;
    text-align: center;
    padding: 20px 60px 20px 68px;
}
#footer a, #seal a, .left2 a, td a, .meta a, h3 a {
    border-bottom: 0px none;
}

/* Classes */
.left2 ul {
    margin: 0 !important;
    word-wrap: break-word;
}
.storytitle a {
    font-size: 20px;
    text-decoration: none;
    color: #003399;
    padding: 20px 0 20px 0; 
}
.storycontent {
    padding: 10px 0 10px 0; 
}
.hidden {
    display: none;
}
.error,.red {
    color: #FF0000;
}
.subnav {
    display: none;
}
.subnav li {
    margin: 0;
    padding: 0;
}
.subnav a {
    font-size: 1em !important;
    font-weight: normal !important;
}
.subnav a:hover {
    color: #003399 !important;
}
.clear {
    background: none;
    clear: both;
}
.teaser_portfolio {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 467px;
}
.teaser_portfolio a {
	border-bottom: 0px;
}