@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
color:#000000;
background-image:url(images/background.gif);
}

p {
	padding-bottom:10px;
}

a {
color:#2A7BBF;
text-decoration:underline;
}

a:hover {
color:#c42612;
text-decoration:underline;
}

li {
list-style-type:disc;
list-style-position:outside;
margin-left:30px;
}

ul {
padding-top:0px;
padding-bottom:10px;
}


h1 {
font-size:22px;
padding-bottom:5px;
color:#1e5085;
}

h2 {
font-size:12px;
color:#1194d1;
padding-bottom:5px;
}

h3 {
font-size:16px;
line-height:20px;
color:#c42612;
}

h4 {
font-size:11px;
line-height:16px;
color:#a7381a;
}

a img{
    border:none;
	padding:0;
	margin:0;
}

img{
    border:none;
	padding:0;
	margin:0;
}

.nav-main {
color:#ffffff;
font-size:13px;
font-weight:bold;
}

.nav-main a {
color:#ffffff;
text-decoration:none;
}

.nav-main a:hover {
color:#fffd01;
text-decoration:none;
}

.sub-nav {
color:#1e5085;
font-weight:bold;
}

.sub-nav a {
text-decoration:none;
color:#1e5085;
}

.sub-nav a:hover {
text-decoration:none;
color:#1194d1;
}

hr{
margin-top:0px;
margin-bottom:0px;
border:solid 1px #0054A4;
}

.footer {
	font-size:10px;
	color:#ffffff;
}

.footer a {
	color:#ffffff;
}

.footer a:hover {
color:#fffd01;
}



/*//////////    Layout   ///////////////////*/
#masterwrap {
width:961px;
margin:auto;
margin-top:0;
background-image:url(images/back-body.gif);
background-repeat:repeat-y;
}

#header {
width:961px;
height:132px;
}

#container {
width:961px;
}

#flash-left {
width:151px;
background-color:#1194d1;
float:left;
}

#flash-right {
width:151px;
background-color:#1194d1;
float:right;
}

#middle-top {
width:659px;
height:29px;
background-image:url(images/header-strip.gif);
background-repeat:no-repeat;
float:left;
}

#middle {
width:659px;
float:left;
background-color:#FFFFFF;
}

#body-home {
width:599px;
padding-left:30px;
padding-right:30px;
padding-top:15px;
}

#hm-nav {
width:180px;
height:143px;
float:left;
margin-right:28px;
}

#hm-nav-right {
width:180px;
height:143px;
float:left;
}

#hm-nav-copy {
width:180px;
height:25px;
text-align:center;
background-image:url(images/btn-hm-txt-back.jpg);
background-repeat:no-repeat;
padding-bottom:10px;
}

#body {
width:639px;
padding-left:10px;
padding-right:10px;
padding-top:15px;
}

#snav-container {
width:104px;
float:left;
margin-right:25px;
}

#snav-item {
width:94px;
background-image:url(images/snav-back.gif);
background-repeat:no-repeat;
padding-left:10px;
padding-top:7px;
padding-bottom:9px;
}

#text-area {
width:510px;
float:left;
}

#portfolio-flash {
width:510px;
height:410px;
}

#portfolio {
width:510px;
margin-top:5px;
}

#about-container {
width:120px;
float:left;
margin-right:9px;
}

#footer {
width:961px;
height:22px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
text-align:center;
padding-top:14px;
}

.clear {
clear: both;
height: 1px;
margin: -1px 0 0;
}