
/***************** BASE DEFAULT CSS *****************/
/****** css reset, global html, & basic styles ******/

/* adapted from Reset Reloaded by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

body {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.0em;
	background: #000000;
}

input, select, textarea {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;	
	margin: 0;
	padding: 0;
}
    select option {
	    padding: 0 5px 0 3px;
    }

/* IMPORTANT NOTE! */
/* Tables are styled by default to accommodate Ektron content */
table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	border-spacing: 0;
}
    table th {
	    font-weight: bold;
	    line-height: 1.3em;
	    text-align: left;
	    vertical-align: bottom;
	    padding: 5px;
	    border-bottom: 1px dotted #999999;
    }
    table td {
	    line-height: 1.3em;
	    vertical-align: top;
	    padding: 5px;
    }

p {
	line-height: 1.7em;
	margin: 0 0 1.5em 0;
}

ul, ol {
	margin: 0 0 1.5em 0;
}
    ul li {
	    margin: 0 0 0.5em 15px;
	    padding: 0 0 0.2em 0;
	    line-height: 1.5em;
    }
    ol li {
	    margin: 0 0 0.5em 2.0em;
	    padding: 0 0 0.2em 0;
	    line-height: 1.5em;
    }
	li ul, li ol {
		margin: 0;
	}

dl {
	margin: 0 0 1.5em 0;
}
	dl dt {
		line-height: 1.5em;
		font-weight: bold;
		margin: 0 0 0.2em 0;
	}
	dl dd {
		line-height: 1.5em;
		margin: 0 0 1.0em 0;
	}

a:link, a:visited {
	color: #ba3638;
	text-decoration: none;
}
a:hover, a:visited:hover, a:active {
	color: #e07118;
	text-decoration: none;
}
a.arrowlink {
	padding: 0 0 0 10px;
	background: url(../../_images/_ui/redarrow_right.gif) no-repeat left 0.2em;
}

h1 {
	color: #32355a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 3.6em;
	font-weight: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
	clear: both;
}
h2 {
	color: #683920;
	font-family: Arial, Verdana, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
	clear: both;
}
h3 {
	color: #68321f;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
}
    h3.title {
	    color: #ba3638;
	    text-transform: uppercase;
    }
    h3.jobtitle {
	    margin: 0 0 1.2em 0;
    }
h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.4em 0;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
}
    h5.perfdate {
	    color: #87141c;
	    font-weight: normal;
	    margin: 0 0 0.6em 0;
    }
h6 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.2em 0;
}

blockquote {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 2.2em;
	margin: 0 50px 1.4em 50px;
}

em, i {font-style: italic;}

strong, b {font-weight: bold;}

sup {
	font-size: 0.9em;
	vertical-align: super;
}
sub {
	font-size: 0.9em;
	vertical-align: sub;
}

big, .big {font-size: 1.2em;}

small, .small, .note {font-size: 0.9em;}

/****** global html & basic styles ******/


/*** misc ***/

.error, .required {
	color: #ff0000;
	font-weight: bold;
}

.accounttitle {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;	
	margin: 0 0 0.4em 0;
}

p.intro {
	font-size: 1.1em;
	line-height: 2.0em;
	margin: 0 0 2.0em 0;
}

p.footnote {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}

div.blockquote {
	color: #cfc39f;
	margin: 1.0em 0 1.5em 0;
	padding: 0 15px 15px 0;
	background: url(../../_images/_ui/quote_close.gif) no-repeat right bottom;
}
    div.blockquote blockquote {
	    margin: 0;
	    padding: 15px 0 0 15px;
	    background: url(../../_images/_ui/quote_open.gif) no-repeat left top;
    }

div.col1 {
	float:left;
	width:300px;
	margin-right:19px;
}
div.col2 {
	float:left;
	width:300px;
	margin-left:19px;
}

.clear {
	clear: both;
}
div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

hr, div.hr {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0 0 1.5em 0;
	background: url(../../_images/_ui/hr.gif) repeat-x left top;
}

.floatright {
	float: right;
	display: inline;
}

.floatleft {
	float: left;
	display: inline;
}

.hide {
	position: absolute;
	left: -999999px;
}

.nowrap {white-space: nowrap;}

.normal {
	font-weight: normal;
	text-transform: none;
}

.alignright {text-align: right;}

.center {text-align: center;}

ul.plain {
	list-style: none;
}
	ul.plain li {
		margin: 0;
	}

ul.column {
	list-style: none;
	float: left;
	width: 180px;
	margin: 0 10px 1.5em 0;
}
	ul.column li {
		margin: 0;
	}

ul.linklist {
	list-style: none;
}
	ul.linklist li {
		margin: 0;
	}

ul.arrowlinklist {
	list-style: none;
}
	ul.arrowlinklist li {
		margin: 0;
	}
        ul.arrowlinklist li a {
	        padding: 0 0 0 10px;
	        background: url(../../_images/_ui/redarrow_right.gif) no-repeat left 0.2em;
        }

ul.inlinelinklist {
	list-style: none;
}
	ul.inlinelinklist li {
		display: inline;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
	}
	ul.inlinelinklist li.last {
		border: 0px none;
	}
	    ul.inlinelinklist li a {
		    white-space: nowrap;
	    }

dl.twocolumns {}
    dl.twocolumns dt {
        float: left;
        display: inline;
        width: 160px;
        text-align: right;
    }
    dl.twocolumns dd {
        margin-left: 180px;
    }

img.block {
	display: block;
	margin: 0 0 16px 0;
}

img.inline {
	display: inline;
	margin: 0 3px;
	vertical-align: bottom;
}

/* generic img classes, no inherent style */
img.icon {}
img.thumb {}
img.minithumb {}

/* generic block photo */
img.photo {
	display: block;
	margin: 0 0 1.0em 0;
}

img.photo_left {
	float: left;
	display: inline;
	margin: 2px 20px 10px 0;
	border: 1px solid #ffffff;
}

img.photo_right {
	float: right;
	display: inline;
	margin: 2px 0 10px 20px;
	border: 1px solid #ffffff;
}

img.graphic_left {
	float: left;
	display: inline;
	margin: 2px 20px 10px 0;
	border: 1px solid #f5f4e8;
}

img.graphic_right {
	float: right;
	display: inline;
	margin: 2px 0 10px 20px;
	border: 1px solid #f5f4e8;
}

img.extrapad {
	margin-bottom: 20px;
}

img.graphic {
    border: 1px solid #f5f4e8;
}

img.prodimg_lrg {
    width: 238px;
    height: 297px;
    border: 1px solid #fefefd;
    background: #fefefd;
}

img.prodimg_med {
    width: 240px;
    height: 135px;
    border: 1px solid #fefefd;
    background: #fefefd;
}

img.prodimg_sm {
    width: 176px;
    height: 98px;
    border: 1px solid #fefefd;
    background: #fefefd;
}

img.imgbutton {}

/*** /misc ***/


/*** popups ***/

body.popup {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
	padding: 15px;
	margin: 0;
	background: #ffffff;
}
    body.popup img.block {
	    margin: 0 0 1.2em 0;
    }

/*** /popups ***/

