
.+..........................................................................................0/* SELECTOR RESET
--------------------------------*/
html, body, div, span, object, iframe, a, dl,dt,dd abbr, acronym, address, pre, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, var, center, table, fieldset, form, fieldset, label, legend, select, input, textarea { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; }

/* COMMON SELECTOR LAYOUT
--------------------------------*/
body { background: url(/includes/images/bg.png) #FFF repeat-x; line-height: 1; color: #858585; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing:0; }
p { padding: 5px 0; margin: 0; }
strong, b { color:#E60000; }
img { border: 0; display:block; }
input, select { vertical-align: middle; }
button {}
legend { font-weight:bold; margin: 10px 0; }
a:link { color: #0000EA; line-height:1.1em; text-decoration:none; }
a:visited { color: #0000EA; }
a:hover { color: #0000EA; }
a { line-height: 1.1em; text-decoration:none; }
h1, h2, h3, h4, h5, h6 { font-size: 1.1em; font-weight: bold; margin: 5px 0; padding:0; }

/* COMMON SELECTOR CLASSES
---------------------------------*/
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.fl-left { float: left; }
.fl-right { float: right; }
.inline { display:inline; }
.block { display:block; }
.pos-rel { position:relative; }
.pos-abs { position:absolute; }
.container { overflow: hidden; width: 100%; }
.required { background:url(/includes/images/bg-required.png) no-repeat 99% 4px; }
.note { font-style: italic; font-size: 10px; margin: 0 0 0 5px; }
.cms img { display:inline; }
.cms { line-height: 1.4em; }
.sifr-alt { display: none; }

h1.sifr,h2.sifr { margin:0;padding:0; font-weight:normal; color: white;}
select.text { border: 1px solid #D9D9D9; }
input.text { padding: 2px; border: 1px solid #D9D9D9; width: 130px; }
textarea.text { padding: 2px; border: 1px solid #D9D9D9;  width:220px; height:60px; }
input.image { }
input.button { color:#FFF; background:#000; font: bold 100% Verdana, Arial, Helvetica, sans-serif; border:0;padding: 2px; }
button.button { color:#FFF; background:#000; font: bold 100% Verdana, Arial, Helvetica, sans-serif; border:0;padding: 2px;  float:right; margin: 0 60px 0 0; }
input.checkbox { width:20px; margin: 3px 0 0 0; }
input.radio { width:20px; margin: 5px 0 0 0; }
input.size-xlong { width: 300px; } input.size-long { width: 205px; } input.size-mid { width: 70px; } input.size-small { width: 30px; } input.size-tiny { width: 20px; } input.size-xsmall { width: 10px; }

.error, .error strong { color: #C00; }
h3.error { font-weight: normal; border: 1px solid #C00; background: #FBFCFC; padding: 5px; text-align:center; }
p.error { text-align: center; width: 90%; }
.success, .success strong { color: #390; }
p.success { text-align: center; width: 90%; }

/* BODY SELECTORS
---------------------------------*/
#home, #internal { width: 977px; text-align:left; margin: 0 auto 0 auto; background:#FFF; border-top: 12px solid #D9D9D9; }

/* HEADER */
#header { height: 117px; background: url(/includes/images/bg-header.png) repeat-x bottom; }
#header img#logo { float:left; width: 208px; height: 106px; margin: 6px 0 0 42px; }
* #header span#logo { float:left; width: 208px; height: 106px; margin: 6px 0 0 42px; } /*iepngfix*/

/*NAV-TOP*/
#nav-top { float:right; display:inline; margin: 13px 17px 0 0; padding:0; width:550px; }
#nav-top ul { height: 12px; list-style:none; margin:0;padding:0; position:relative; z-index: 100; }
#nav-top a { text-decoration:none; margin:0 6px 0 3px; }
#nav-top a:hover { text-decoration:underline; }
#nav-top li { display: inline; }/*menu category styling*/

/* SEARCH */
#search { float:right; clear:right; display:inline; margin: 31px 25px 0 0; width: 229px; text-align:right; }
#search fieldset { padding:0; margin:0; font-weight:normal; }
#search input.text { width: 105px; margin: 0 4px 6px 0; }
#search input.image { margin: 0 0 5px 0; }
#search a { text-decoration:none; color:#888; display:block; height: 12px; margin: 0 0 5px 0; background:url(/includes/images/bg-search-a.png) no-repeat 98px 2px;  }
#search a:hover { text-decoration:underline; }

/*NAV*/
#nav { width:auto;  }
#nav ul { height: 18px; list-style:none; margin: 1px 0 0 0;padding:8px 0 6px 10px; position:relative; z-index: 100;background: url(/includes/images/bg-nav.png) repeat-x; border-top: 1px solid #D5D6D6; }
#nav a { text-decoration:none; height: 16px; letter-spacing: -.25px;
}
#nav li.menu-cat { height: 18px; color:#626262; float: left; display: block; border-right: 1px solid #d1d1d1; width: auto;  }/*menu category styling*/
#nav li.last { border:0; }
#nav li.menu-cat a { color:#626262; padding:2px 10px 0 10px; }/*menu category styling*/
#nav li.menu-cat a:hover { color:#1818EC; }/*menu category styling*/
#nav li:hover { position:relative; } /*hold flyout positioning*/

/* nav dropdown */
#nav li.menu-cat ul a { display:block; padding: 5px 3px 5px 20px; text-transform:none; height: auto; width: 145px; color: #626262; } /* reset for dropdown */
#nav li ul a:hover { color: #626262; background: #EAEAEA; } /*reset for dropdown */
#nav ul ul { display:none; position: absolute; top: 18px;left: 16px; width: 168px; height: auto; margin:0;padding:6px 0 0 0; list-style:none; border-top: 0 #DADCF6 solid; background:transparent; } /*dropdown properties*/
#nav li ul li { border: #DADCF6 solid; border-width: 0; width:100%;  background: #FFF; }
#nav li ul li ul { position: absolute; top: 5px; left: 100%; } /*flyout positioning */

* html #nav ul ul li {height: 1%; float:left;} /*ie6*/
*+html #nav ul ul li { height: 1%; float:left; } /*ie7*/

/* SLIDESHOW */
#slideshow { position:relative; margin: 0 0 0 0; width: 977px; height: 223px; padding: 1px 0; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

/*PHOTO*/
#photo { position:relative; height:172px; }
#photo h1.title { color:#FFFFFF; height: 50px; position:absolute; top: 108px; left: 34px; width:866px; }
#specs { color:#000; background:#D9D9D9; word-spacing: 2.0em; padding: 7px 0 7px 36px; font-weight:bold; }

/* MAIN */
#main{ overflow:hidden; width: 100%; border-top: 3px solid #326293; margin: 1px 0 0 0; }
#internal #main{ background:url(/includes/images/bg-main.png) repeat-x #FFF; }

/*CONTENT*/
#home #content { margin: 29px 0 0 36px; border-bottom: 1px solid #D9D9D9; width:610px; float:left; display:inline; padding: 0 0 22px 0; min-height: 100px; }
* html #home #content { height: 100px; }

#internal #content { float:left; display:inline; background: url(/includes/images/bg-content.png) repeat-x top #FFF; min-height: 200px; width:553px; padding:20px; }
* html #internal #content { height: 200px; }

/*NAV SUB*/
#nav-sub { float:left; display:inline; width: 192px; }
#nav-sub  ul { list-style:none; padding:0; margin: 18px 0 0 15px;  width: 154px; }
#nav-sub li { background:url(/includes/images/bg-nav-sub-li.png) no-repeat 18px 8px;  padding: 0 0 0 32px; width: 122px;  }
#nav-sub a { color:#6D6D6D; display:block; padding: 5px 0; width: 100%; text-decoration:none; padding: 6px 0; }
#nav-sub a:hover { text-decoration:underline; }

/*CONTACT INFO*/
#contact-info { color: #6D6D6D; float:left; display:inline; width: 164px; padding: 14px; line-height:1.4em; }
#contact-info h1.title { color:#9E9E9E; height: 20px; margin: 0 0 0 6px; border-bottom: 1px solid #D9D9D9; }
#contact-info p { margin: 5px 0 5px 13px; }

/*NEWS & EVENTS */
#news-events { float:right; width:222px; display:inline; margin: 17px 43px 0 0; background: url(../images/bg-news-events.png) no-repeat left; min-height: 221px; padding: 0 0 0 27px; }
* html #news-events { height: 221px; }
#news-events h1.title { color:#9E9E9E; height: 20px; margin: 0 0 0 -6px; padding: 0 0 0 3px; border-bottom: 1px solid #D9D9D9; }
#news-events ul { margin: 0;padding:0; list-style:none; width: 199px; }
#news-events li { border-bottom: 1px solid #D9D9D9; line-height:1.4em; padding: 9px 0 9px 0; }
#news-events li.last { border:0; }

/* BREADCRUMB */
#crumb { list-style: none; padding: 0; margin: 0 0 9px 0; }
#crumb li { display:inline; background: url(/includes/images/bg-li-crumb.png) no-repeat 0 3px; padding: 0 0 0 11px; margin: 0 14px 0 0; }
#crumb li a, #crumb li a:hover { color:#9CB87E; }

/* FOOTER */
#home #footer { display:inline; color:#6D6D6D; float:left; width: 610px; margin: 22px 0 0 36px; height: 55px; padding: 10px 0 0 0; line-height: 1.6em; }
#home #footer h1.title { color:#9E9E9E; height: 20px; margin: 0 0 0 -3px; }
#internal #footer { background: url(/includes/images/bg-footer.png) repeat-x bottom; height: 31px; padding: 10px 23px 0 0; text-align: right; line-height: 1.6em; border-top:1px solid #D9D9D9; }
#footer span { color:#1818EC; }

/* CORE101 */
#core101-logo { padding: 10px 0; margin: 0 auto 0 auto; width:907px; }

/* MISC
-------------------------------------*/

/* forms */
#form-taf { width: 500px; }
#form-contact { width: 500px; }
form fieldset { margin:0; padding:0; border:0; }
form label, #captcha-image { display: block; width: 100%; overflow: hidden; margin: 0 0 5px 0; }
form .inline label { display:inline; width: auto; }
form .inline { clear:both; margin: 0 0 0 200px; }
form .inline label span { display:inline; width:auto; float:none; }
form .inline label input { float:none; width: auto; }
form label span, form #captcha-image span { width: 200px; float: left; text-align: right; padding: 4px 5px 0 0; }
form label span.required {}
form label span.error { font-size: 12px; font-style:italic; color:#F00; text-align:left; margin-left: 5px; }	
form label input { float: left; margin: 0 0 5px 0; width: 90px; }	
form label select { float: left; margin: 0 0 5px 0; width: auto; }
form #captcha-image img { float:left; margin: 0 0 5px 0; }

/* sitemap */
#sitemap li { list-style: none;	vertical-align:middle; padding-bottom: 4px;	}
#sitemap a { text-decoration:none; }
#sitemap a:hover{ text-decoration:underline; }