/* CSS Document */

/*print style*/

body {
	color:#000000;
	font-size:.9em;
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
}

/**************************************/
/*             =HEADER
/**************************************/

/*rounded corners*/
#rc_topheader {
	display:none;
}

/*gradient of header, main header*/
#header {
	display:none;
}

#logo  {
	display:none;
}

/**************************************/
/* =SEARCHBOX + NAV DIRECTLY UNDERNEATH
/**************************************/

/*search box*/
#search_box {
	display:none;
}

#search_box h6 {
	display:none;
}

/*search text*/
#search_text {
	display:none;
}

/*input field*/
#search_input {
	display:none;
}

/*icon*/
#search_icon {
	display:none;
}

/*nav underneath search box*/
#basicnav {
	display:none;
}

#basicnav li {
	display:none;
}

/**************************************/
/*             =CONTENT
/**************************************/

/*rounded corners*/
#rc_header_content {
	display:none;
}

/*part of rounded corners*/
#rc_header_content_bkgd {
	display:none;
}

#content {
}

/*actual text within content*/
#text {
}

/*hyperlink styles*/
#text a:link {
	text-decoration:underline;
}

#text a:visited {
	color:#000000;
}

#text a:hover {
	text-decoration:underline;
	color:#000000;
}

/*blue and red bar at bottom*/
#horizontal_design {
	display:none;
}

/**************************************/
/*             =FOOTER
/**************************************/

#footer {
}

/*footer links at bottom*/
#footer ul {
	display:none;
}

#footer ul a:link, #footer ul a:visited {
	display:none;
}

#footer ul a:hover {
	text-decoration:underline;
	color:#333333;
}

#footer ul li {
	display:none;
}

/*rounded corner*/
#rc_contentbottom {
	display:none;
}

/**************************************/
/*             VARIOUS
/**************************************/

.floatl {
}

.floatl_nomargin {
}

.floatl img, .floatr img {
}

.floatl p, .floatr p {
}

.floatr {
}

/**accessiblity**/
.hidden {
	display:none;
}

/*content styles*/
.italic {
	font-style:italic;
}

.bold {
	font-weight:800;
}

#company, #commitment, #customers {
	display:none;
}

#topnav {
	display:none;
}

#pic {
	display:none;
}

/*teaser images at bottom*/
#footer_icons {
	display:none;
}

.nodisplay {
font-size:1.1em;
}

.subject_header {
color:#000000;
font-size:1.1em;
font-weight:800;
}

#subnav {
display:none;
}

.nav_description {
display:none;
}

#secondary_text a, #text a {
color:#000000;
text-decoration:underline;
}

