﻿/*** TYPOGRAPHY ***/
	body, td { font:11px Arial, San-Serif; }
	img { border:0; }
	h1 { font:30px 'Trajan Pro', 'Bookman Old Style', serif; font-weight:normal; color:#0f9dd5; margin:0px; margin-bottom:22px; padding-bottom:5px; border-bottom:1px #404040 solid; }
	h2 { font:18px 'Trajan Pro', 'Bookman Old Style', serif; font-weight:bold; color:#0f9dd5; margin:0px; margin-bottom:13px; margin-top:5px; }
	h3 { font:15px 'Trajan Pro', 'Bookman Old Style', serif; font-weight:normal; color:#0f9dd5; margin:0px; margin-bottom:2px; margin-top:5px; }
	p { margin:0px; }
	a { color:#33acdb; }
	a:hover { color:#0088ff; }
	
	ul { margin:0px; padding:0px; margin-top:5px; margin-bottom:5px; }
	li { list-style-image:	url(images/spacer.gif); padding-left:18px; padding-bottom:3px; background:url(images/bullet.gif) no-repeat 8px 5px; }
	
	ul.submenu { margin:0px; padding:0px; color:#fff; font-size:15px; font-weight:bold; }
	ul.submenu li { list-style-image:url(images/spacer.gif); padding-left:27px; padding-bottom:18px; background:url(images/bullet2.gif) no-repeat 0px 2px; }
	ul.submenu a { color:#fff; text-decoration:none; }
	ul.submenu a:hover { text-decoration:underline; }
	ul.submenu li ul{ font-size:11px; font-weight:normal; }
	ul.submenu li ul li { padding-left:15px; padding-bottom:0px; background:url(images/spacer.gif); }
	ul.submenu li ul li a { text-decoration:underline; }
	ul.experience { margin-top:0px; padding-bottom:0px; }
	ul.experience li { list-style-image:url(images/spacer.gif); padding-left:0px; padding-bottom:10px; background-image:url(images/spacer.gif); font-size:13px; }
	.blue { color:#33acdb; }
	.white { color:#ffffff; }

/*** LAYOUT ***/
	body { margin:0px; }
	
	/* HOMEPAGE SEAL */
	.seal { position:absolute; width:200px; height:200px; z-index:101; margin:60px 0 0 75px; }
	
	/* HOME */
    table#home-layout { width:968px; margin-left:auto; margin-right:auto; }
    table#home-layout td.top-left-spacer { width:26px; height:462px; }
    table#home-layout td.top-right-spacer { width:25px; height:462px; }
    table#home-layout td.bottom-left-spacer { width:26px; }
    table#home-layout td.bottom-right-spacer { width:25px; }
    table#home-layout td.menu-container { height:41px; background:url(images/home_menu_bg.gif) repeat-x top left; }
    table#home-layout td.menu-container table { margin-left:auto; margin-right:auto; }
    table#home-layout td.flash-container { width:917px; height:304px; }
    div#home-content { position:relative; width:968px; min-height:218px; background:url(images/home_content_bg.gif) repeat-y top left; }
    div#home-content img.top { position:absolute; top:0px; left:0px; z-index:1; }
    div#home-content table.layout { position:relative; top:0px; left:22px; z-index:2; color:#fff; }
    div#home-content table.layout td.top-spacer { height:48px }
    div#home-content table.layout td.cell1 { width:173px; height:140px; vertical-align:top; }
    div#home-content table.layout td.cell2 { width:20px; }
    div#home-content table.layout td.cell3 { width:183px; vertical-align:top; }
    div#home-content table.layout td.cell4 { width:36px; }
    div#home-content table.layout td.cell5 { width:247px; vertical-align:top; }
    div#home-content table.layout td.cell6 { width:25px; }
    div#home-content table.layout td.cell7 { width:237px; vertical-align:top; }
    div#home-content table.layout td.button-cell { padding-top:15px; }
    div#home-content table.layout td.bottom-spacer { height:30px; }
    div#home-content table.layout img.hover { display:none; }
    div#home-content img.bottom { position:absolute; bottom:0px; left:0px; z-index:1; }
    
    /* SUBPAGE */
    table#subpage-layout { width:968px; margin-left:auto; margin-right:auto; }
    table#subpage-layout td.top-left-spacer { width:26px; height:153px; }
    table#subpage-layout td.top-right-spacer { width:25px; height:153px; }
    table#subpage-layout td.bottom-left-spacer { width:26px; }
    table#subpage-layout td.bottom-right-spacer { width:25px; }
    table#subpage-layout td.menu-container { height:41px; background:url(images/subpage_menu_bg.gif) repeat-x top left; }
    table#subpage-layout td.menu-container table { margin-left:auto; margin-right:auto; }
    table#subpage-layout td.banner-container { width:917px; height:97px; }
    div#subpage-content { position:relative; width:968px; min-height:218px; background:url(images/subpage_content_bg.gif) repeat-y top left; }
    div#subpage-content img.top { position:absolute; top:0px; left:0px; z-index:1; }
    div#subpage-content table.layout { position:relative; top:0px; left:26px; z-index:2; color:#fff; }
    div#subpage-content table.layout td { font-size:15px; }
    div#subpage-content table.layout td.top-spacer { height:27px }
    div#subpage-content table.layout td.cell1 { width:280px; height:250px; vertical-align:top; }
    div#subpage-content table.layout td.cell2 { width:44px; }
    div#subpage-content table.layout td.cell3 { width:593px; vertical-align:top; padding-bottom:26px; }
    div#subpage-content table.layout td.buttons { padding-top:30px; padding-bottom:18px; height:22px; }
    div#subpage-content table.layout img.hover { display:none; }
    div#subpage-content img.bottom { position:absolute; bottom:0px; left:0px; z-index:1; }
    
    /* FOOTER */
    div#footer { margin:15px; text-align:center; font-size:12px; }
    div#footer .line2 { color:#888; margin-top:3px; }
    div#footer .line2 a { color:#888; }
