/*Tim Gane, Jan 09*/
/*Page Structure*/
body
{
    position: relative;
    margin: 0px;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    background-image: url(../inc/bgtop.jpg);
    background-repeat: repeat-x;
}
#outercontainer
{
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
}
#container
{
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#top
{
    height: 53px;
    background: url(../inc/headertop.png) no-repeat;
    position: relative;
    width: 990px;
}

#footer-hug
{
    text-align: center;
    height: 88px;
    background: url(../inc/bgbottom.jpg) repeat-x;
    width: 100%;
    margin-bottom: 0px;
}

#footer
{
    position: relative;
    height: 88px;
    background: url(../inc/footerbg.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}

#content
{
    position: relative;
    background-color: #FFFFFF;
    padding: 10px;
}
/*Menus*/
#top-menu
{
    position: absolute;
    top: 10px;
    right: 50px;
}

#top-menu a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 8pt;
}

#menu
{
    background: url(../inc/navigationbg.png) no-repeat;
    top: 0px;
    left: 185px;
    height: 60px;
    padding-left: 200px;
}

#menu a
{
    display: block;
    float: left;
    color: black;
    font-weight: bold;
    font-size: 9pt;
    margin-top: 7px;
    margin-left: 15px;
    margin-right: 23px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#menu .divider
{
    float: left;
}

#footer-menu
{
    position: absolute;
    top: 25px;
    padding-left: 150px;
}

#footer-menu a
{
    margin-right: 60px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8pt;
}

.activemenu
{
    border-bottom: 2px solid rgb(204,51,55);
}

/*Text Config*/
hr
{
  height: 3px;
  background-color: #CC3337;
  border: 0;
}

.divider2
{
  height: 2px;
  background-color: rgb(0,0,0);
  border: 0;
  width: 95%;
  text-align: center;
}

h1
{
    font-size: 14pt;
    border-bottom: 3px solid #CC3337;
}
h2
{
    font-size: 12pt;
}
h3
{
    font-size: 10pt;
}

td,
p
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

img
{
    border: 0px;
}
#statement
{
  margin: 0px 45px 0px 45px;
  text-indent: 25px;
}
#footer p
{
    position: relative;
    top: 50px;
    margin: 0px;
}

/* Content Formatting, Old Site*/
table.pictures1cell,
table.pictures2cell,
table.pictures3cell
{
    width: 970px;
    border: 0px;
    text-align: center;
}

table.pictures1cell td
{
    width: 990px;
}

table.pictures2cell td
{
    width: 495px;
}
/*
table.pictures3cell td
{
    width: 330px;
}*/

tr.footnote td
{
    font-size: 8pt;

}

table.experience
{
    width: 970px;
}

table.experience td
{
    vertical-align: top;
}

td.picture
{
    width: 300px;
}

table.manuals
{
    width: 970px;
    padding: 0 0 0 0;
    
}

table.manuals .col1
{
    width: 740px;
}

table.manuals .col2
{
    width: 150px;
}

table.manuals .col3
{
    width: 100px;
}

.success
{
	font-weight: bold;
	text-align: center;
	color: green;
}

.error
{
	font-weight: bold;
	text-align: center;
	color: red;
}

#recaptcha-div
{
	-position: relative; 
	-top:75px; 
	-left:10px;
}