/* CSS Document */



/* reset reloaded - css 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* begin styles */
body {
	background: #000000 url(/_images/bg_hq_nobar.jpg) top center no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}	

#wrapper {
	width: 981px;
	margin: 0 auto;
	position: relative;
	background: transparent url(/_images/bg_redbar.png) 0px 100px no-repeat;
}

#header {
	height: 64px;
	text-align: right;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

#leftmenu {
	width: 141px;
	margin: 68px 0px 0px 0px;
	padding: 0px;
	float: left;
	color: #ffffff;
}

#smalltalk {
	clear: both;
	margin: 15px 0px 0px 0px;
	overflow: auto;
}

#smalltalk .welcome {
	width: 415px;
	padding-right: 20px;
	float: left;
	font-weight: bold;
	text-align: left;
}

#smalltalk .history {
	width: 333px;
	padding-right: 0px;
}

#smalltalk .contact {
	width: 190px;
	float: right;
	text-align: right;
}

#smalltalk h4 {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#smalltalk p {
	color: #999999;
	font-size: 10px;
	margin: 2px 0px;
	padding: 0px;
	line-height: 123%;
}

#smalltalk p a {
	color: #999999;
	text-decoration:none;
}

#smalltalk .content p {
	line-height: 143%;
}

#bottommenu {
	text-align:center;
	clear:both;
	margin: 15px auto 0px auto;
	padding: 0px 0px 10px 0px;
	width: 850px;
}

#bottommenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#bottommenu ul li {
	float: left;
	margin: 0px;
	padding: 0px 5px 10px 5px;
}

#bottommenu ul li a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#bottommenu .red {
	color: #FFCC00;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header #phone { float:right; margin:13px 4px 14px 0; }
#search {
	margin: 10px 0px;
	text-align:right;
	width: 165px;
	overflow: auto;
	float: right;
}

#content #search {
	margin: 10px 0px;
	text-align:left;
	width: auto;
	overflow: auto;
	float: none;
}

#search .field {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
}

#search .searchText {
     border-style: hidden;
     border-width: 0px;
     padding: 4px 8px;
	 width: 126px;
     background: transparent url(../_images/bg-search.png) no-repeat;
	 behavior: url(/_css/iepngfix.htc); 
     margin-left:3px;
	 float: left;
	 outline: none;
}

#search .submit {
     background: transparent url(../_images/bg-submit.png);
	 behavior: url(/_css/iepngfix.htc); 
	 float: left;
	 width: 15px;
	 height: 19px;
	 outline: none;
}

#flashFooter {
	height: 92px;
	padding: 15px 0px 0px 0px;
	 behavior: url(/_css/iepngfix.htc); 
	color: #000000;
	text-align: center;
	position: relative;
	clear: both;
	z-index: 5;
}



/** FONTS **/
h1 {
	color: #9C0000;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	color: #992227;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}