/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	background-color: #334C54;
    margin-left: 0px;
    margin-top: 53px;
    margin-right: 0px;
    margin-bottom: 40px;
    background-image:url(/img/theme/bg.png);
    background-repeat:repeat-x; 
    background-position:top left;
}


/**************************************/
/*              HEADER                */
/**************************************/

#header {
	height: 16px;
	width:  699px;
    background-image: url(/img/theme/menubar.png);
    padding-top: 8px;
    padding-bottom:8px;
    padding-left: 10px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
    height: 144px;
}

#banner {
    border-bottom: 1px solid rgb(255, 255, 255);
    background-position: left top; 
    background-repeat: no-repeat;
    height: 144px;	
    width: 384px;
    background-image: url(/img/theme/logo-bg.png);  
}

#logo {
	position: relative;
	top: 49px;
	left: 101px;
}

#menu {
	height: 144px;
    margin:  0px;
    padding: 0px;
    width: 316px;
}

#menu ul {
	list-style: none;
	list-style-type:none; 
	margin-top: 50px;
    margin-left: -10px;
    margin-right: 0px;
    margin-bottom: 0px;
	padding: 0;
    border: none; 
}

#menu li {
    background-image: url(/img/theme/menu-cell-bg.jpg);
	background-position: top right;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	margin: 0;
}

#menu li a {
    display: block;	
	padding: 5px 5px 5px 40px;
	background-color: #A7B0B7 transparent;
	text-decoration: none;
	width: 100%;
}

html>body #menu li a {
    width: auto;
}

#menu li a:hover {
	color: #fff;
}

li#topper {
    height: 4px;
    background-image: url(/img/theme/topper_corner.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    border-bottom-width: 0px; border-right-width: 0px;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content {
	border-top: 2px solid #000;
    background-color: #ffffff;	
    padding-left: 20px;
    padding-right: 20px;
}

div#content h2 {
	height: 41px;
    margin-left: -44px; 
    padding-left: 44px;
    padding-top: 12px;
    background-image: url(/img/theme/h2bg.gif);
    background-repeat: no-repeat;    
}

.thumbnail {
	background-color: #2AABD9;
    border: 4px solid #E8F0F2;
    margin: 0px 3px 0px 3px;
    padding: 3px 3px 3px 3px;
}

.thumbnail:hover {
    background-color: #2AABD9;
    border: 4px solid #A4B5BF;
    margin: 0px 3px 0px 3px;
    padding: 3px 3px 3px 3px;
}

.webtxt {
	
}

.txticon {
    margin: 2px 2px 2px 2px;
    vertical-align: middle;	
}
/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
    width:  709px;
    background-image: url(/img/theme/menubar.png);
    text-align: center;
    color: #000;
    padding-top: 6px;
    padding-bottom:6px;
}

#leftcol {
	margin-top: 10px;
	margin-bottom: 20px;
    color: #7F7F7F;
    text-align: justify;
}

.email1 {
    font-weight: bold;
    color: #000;
}

.email2{
    color: #2D8CC8;
    font-variant: small-caps;
    font-weight: bold;
}
.email3{
    color: #B11000;
    font-variant: small-caps;
    font-weight: bold;
}
.email4{
    color: #FDC310;
    font-variant: small-caps;
    font-weight: bold;
}
.email5{
    color: #2D8CC8;
    font-variant: small-caps;
    font-weight: bold;
}
.email6{
    color: #27AD50;
    font-variant: small-caps;
    font-weight: bold;
}