/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
*
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin:0;
    padding:0
}

html, body
{
    height: 100%; /* Required */
}

/* layout related */
#wrapper
{ 
    margin: 0 auto;
    width: 750px;
}

#header
{
    color: #333;
    width: 747px;
    float: left;
    height: 110px;
    margin: 5px 0px 5px 0px;
}
#header_left
{
    width: 489px;
    float: left;
}
#header_right
{
    height: 110px;
    width: 250px;
    float: right;
    background: #FFFFFF;
}
#inner_left
{
    height: 110px;
    width: 45px;
    float: left;
    background: #AAABAF;
}
#inner_right
{
    height: 110px;
    width: 440px;
    float: right;
    /*background: #FF0000;*/
}
#navigation
{
    float: left;
    width: 750px;
    color: #333;
    margin: 0px 0px 5px 0px;
    height: 25px;
    position: relative;
}
#navigation_left
{
    width: 492px;
    float: left;
    height: 23px;
    position: relative;
    /*background: #CFCFCF;*/
}
#navigation_right
{
    width: 256px;
    float: right;
    height: 23px;
    background: #6F6F6F;
    margin-top: 1px;
}
#top_menu
{
    height: 23px;
}

#contentwrapper
{
    margin-bottom: 5px;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 750px;
}
#contenttable
{
    width: 750px;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#leftcolumn
{ 
    color: #333;
    padding: 0px;
    width: 489px;
    background: #F0F1F5;
}
#content
{
    color: #004D90;
    padding: 30px;
}
#rightcolumn
{ 
    color: #333;
    padding: 0px;
    background: #FFFFFF;
    vertical-align: bottom;
}

#footer
{ 
    width: 750px;
    clear: both;
    color: #FFFFFF;
    font-size: 9px;
    background: #004D91;
    margin: 0;
    height: 23px;
    line-height: 23px;
}
.footertext_left
{
    padding-left: 10px;
    width: 200px;
    float: left;
}
.footertext_right
{
    padding-right: 10px;
    width: 200px;
    float: right;
    text-align: right;
}
.clear
{
    clear: both;
    background: none;
}
/* content display related */
#content h1
{
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
}
#content h2
{
    font-weight: bold;
    font-size: 14px;
}
#content h3
{
    font-weight: bold;
    font-size: 13px;
}

.footertext_right a:link, a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.footertext_right a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

/* horizontal main menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
    width: 492px;
    font-family: arial;
    font-size: 11px;
}

#nav a, #nava a:visited {
	display: block;
	width: 122px;
    height: 25px;
    background: url(../images/menu_updown_state.jpg) 0 -25px no-repeat;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}
#nav a:hover {
	display: block;
	width: 122px;
    height: 25px;
    background: url(../images/menu_updown_state.jpg) top left no-repeat;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}

#nav li .active
{
	display: block;
	width: 122px;
    height: 25px;
    background: url(../images/menu_updown_state.jpg) top left no-repeat;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 122px; /* width needed or else Opera goes nuts */
    height: 25px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 165px;
    background: white;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#suba li
{
    background: white;
	float: left;
	width: 165px; /* width needed or else Opera goes nuts */
    height: 25px;
    line-height: 25px;
}
#suba a, #suba a:visited {
	display: block;
	width: 160px;
    height: 25px;
    background: #E20A17;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}
#suba a:hover {
	display: block;
	width: 160px;
    height: 25px;
    background: #FF6666;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 122px;
    height: 25px;
}

#rightnavcontainer
{
    margin-left: 6px;
}
#rightnav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: verdana, arial, Helvetica, sans-serif;
}
#rightnav li {
    list-style-type: none;
    margin: 0;
}
#rightnav a
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu.jpg) 0 -27px no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

#rightnav1 a
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu.jpg) 0 -27px no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none !Important;
	list-style-type: none !Important;
}

#rightnavcontainer li
{
    text-decoration: none !Important;
	list-style-type: none !Important;
}

#rightnav2 a
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu1.jpg) 0 -27px no-repeat;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    text-decoration: none !Important;
	list-style-type: none !Important;
}

#rightnav2 a
{
    text-decoration: none !Important;
	list-style-type: none !Important;
}

#rightnav1 a:hover
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu.jpg) top left no-repeat;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

#rightnav2 a:hover
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu1.jpg) top left no-repeat;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}



#rightnav a:hover
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu.jpg) top left no-repeat;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

#rightnav li .active
{
	display: block;
	width: 250px;
    height: 27px;
    background: url(../images/subdirectory_menu.jpg) top left no-repeat;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}
#beamspec1
{
}

fieldset
{
    border: 1px solid #9BB0BF;
    padding: 5px;
    margin-top: 3px;
}

input
{
    border: 1px solid #9BB0BF;
    font-size: 11px;
    height: 17px;
    width: 150px;
}

.submit
{
    border: 1px solid #9BB0BF;
    font-size: 11px;
    height: 17px;
    width: 150px;
    color: #004D91;
    font-weight: bold;
    height: 18px;
}

.lable
{
    border-bottom: 1px solid #9BB0BF;
    vertical-align: bottom;
}

.speccolumn
{
    background: #C2CACF;
    /*border-bottom: solid 2px #959B9F;*/
    padding: 2px;
}
.speccolumn2
{
    background: #C2CACF;
    padding: 2px;
}

#contact a:link, #contact a:visited
{
    color: #004D91;
    text-decoration: none;
    font-weight: bold;
}

#contact a:hover
{
    text-decoration: underline;
    font-weight: bold;
}