@font-face {
	font-family: 'Gill Sans MT';
	src: url('/fonts/GIL___.eot');
	src: local('☺'), url('/fonts/GIL___.woff') format('woff'), url('/fonts/GIL___.ttf') format('truetype'), url('/fonts/GIL___.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1000px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #204980;
	border-left-color: #204980;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	background-color: #FFF;
}
#top_fat_line {
	background-color: #204980;
	height: 15px;
	width: 100%;
}
#top_thin_line {
	background-color: #204980;
	height: 5px;
	width: 100%;
	margin-top: 3px;
}

#header {
	width: 1000px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 110px;
	position: relative;
}
#header_left {
	height: 110px;
	width: 245px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}
#header_right {
	float: left;
	height: 110px;
	width: 710px;
	margin-right: 15px;
}
#logo_small {
	margin-top: 12px;
	float: left;
	margin-left: 40px;
}
.iq_logo_nav{
	float: left;
	margin-top: 12px;
	margin-left: 20px;
	display:block;
	width:90px;
	height:85px;
	background-image: url(../images/logo_IQ.png);	
}
.iq_logo_nav:hover{
	background-image: url(../images/logo_IQ_hover.png);	
}
#IQ_text {
	float: left;
	margin-top: 8px;
}
#iq_navigation {
	min-width: 400px;
	max-width: 532px;
	margin-right: 30px;
	float: right;
	margin-top: 29px;
}
#container_inner {
	width: 1000px;
	background-image: url(../images/background_red_arrow2.png);
	background-repeat: repeat-y;
	background-position: 165px;
}
#container_inner_bottom {
	width: 1000px;
	background-image: url(../images/background_bottom_arrow.png);
	background-repeat: no-repeat;
	background-position: 165px bottom;
}
#left_navigation {
	float: left;
	width: 245px;
	margin-left: 15px;
	margin-bottom: 80px;
	margin-right: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #204980;
}
#left_navigation_whitegap {
	height: 5px;
	width: 245px;
	background-color: #FFF;
	margin-bottom: 20px;
}
.nav_button {
	position: relative;
	height: 40px;
	width: 200px;
	margin-bottom: 10px;
	font-family: "Gill Sans MT";
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
	display: none;
}
.nav_button_split{
	width: 190px;
	font-family: "Gill Sans MT";
	font-size: 14px;
	text-transform: uppercase;
	line-height: 15px;
	height: 40px;
	position: relative;
	margin-bottom: 10px;
	display: none;
}
.nav_button_frame{
	position: absolute;
	border: 2px solid #204980;
	background-color: #FFF;
	width: 190px;
	border-radius:10px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor:pointer;
	left: 0px;
	top: 0px;
	z-index:5;
	-moz-box-shadow: 0 0 4px 0px #000;
	-webkit-box-shadow: 0 0 4px 0px#000;
	box-shadow: 0 0 4px 0px #000;
}
.nav_button:hover{
	color:#666;
}
.nav_button_split:hover{
	color:#666;
}
.nav_image {
	float: right;
	height: 30px;
	width: 30px;
	padding: 1px;
}
.nav_label {
	width: 150px;
	float: left;
}
#footer_upper {
	position: relative;
	margin-bottom: 5px;
	height: 20px;
	margin-top: 40px;
}
#footer_upper_info {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #000;
	width: 530px;
	float: right;
	text-align: right;
	margin-right: 10px;
	line-height: 13px;
	height: 13px;
	margin-top: 7px;
}
#footer_upper_navigation {
	float: left;
	height: 20px;
	margin-left: 5px;
	width: 400px;
}
.footer_nav {
	background-color: #207eff;
	color: #FFF;
	font-family: "Lucida Grande";
	font-size: 10px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 30px;
	position: relative;
	cursor:pointer;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_nav a{
	text-decoration:none;
	color:#FFF;
}
.footer_nav a:hover{
	color:#CCC;
}
.footer_nav_corner {
	position: absolute;
	top: 0px;
	right: 0px;
}




#footer_main {
	height: 34px;
	width: 990px;
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: "Gill Sans MT";
	font-size: 14px;
	line-height: 40px;
	margin-right: 5px;
	margin-left: 5px;
}
.creator{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/kartogram_web_logo.png);
	background-repeat: no-repeat;
	float:right;
}
.creator2{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/inclout.png);
	background-repeat: no-repeat;
	float:right;
}
.creator_hover{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/kartogram_web_logo_hover.png);
	background-repeat: no-repeat;
}
.creator2_hover{
	width:120px;
	height:24px;
	display:block;
	background-image: url(../images/inclout_hover.png);
	background-repeat: no-repeat;
}#showroom {
	width: 1000px;
	float: left;
}
#showroom_inner {
	float: right;
	width: 0px;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #204980;
	border-bottom-color: #204980;
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	height: 0px;
}
#auth_login{
	background-image: url(../images/login_button.png);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 200px;
	float:right;
}
#auth_login:hover{
	background-image: url(../images/login_button_hover.png);	
}

#showroom_label {
	font-family: "Lucida Grande";
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.iq_headline {
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
	height: 30px;
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
}
.iq_headline_inner {
	background-image: url(../images/headline_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	font-family: "Gill Sans MT";
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
}
.iq_headline_secondary {
	height: 30px;
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
	background-color: #C66;
	margin-top: 10px;
}
.iq_headline_secondary_inner{
	background-image: url(../images/headline_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	font-family: "Gill Sans MT";
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #FFF;
}
#changes {
	width: 760px;
	padding: 18px;
	border: 1px solid #CCC;
	font-family: "Gill Sans MT";
	font-size: 12px;
	text-transform: uppercase;
}
#changes a{
	color:#666;
	text-decoration:none;
}
#changes a:hover{
	color:#900;	
}
#changes_pagination {
	background-color: #CCC;
	margin-top: 10px;
	padding: 3px;
	font-family: "Gill Sans MT";
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
#changes_pagination a{
	text-decoration: none;
	color: #FFF;
}
#changes_pagination a:hover{
	text-decoration: none;
	color: #900;
}
.page_previous{
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 11px;
}
.page_previous:hover{
	background-image: url(../images/arrow_left_hover.png);
	background-repeat: no-repeat;
}
.page_next{
	background-image: url(../images/arrow_right.png);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 11px;
}
.page_next:hover{
	background-image: url(../images/arrow_right_hover.png);
	background-repeat: no-repeat;
}
.showroom_block {
	width: 690px;
	padding: 10px;
	margin-bottom: 20px;
	display: none;
}
#showroom_wrap {
	position: absolute;
	left: 0px;
	top: 0px;
}

.showroom_header {
	font-family: "Gill Sans MT";
	font-size: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	float: left;
	width: 690px;
	line-height: 80px;
	height: 80px;
}
.scroll_top {
	background-image: url(../images/top_scroll.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	cursor:pointer;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}
.scroll_top:hover{
	background-image: url(../images/top_scroll_hover.png);
	background-repeat: no-repeat;
}
.pdf_download{
	font-family: "Gill Sans MT";
	font-size: 12px;
	text-transform: uppercase;
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
.pdf_download:hover{
	color:#900;	
}
table.MsoNormalTable {
line-height:115%;
font-size:11.0pt;
font-family:"Arial","sans-serif";
}
p.MsoNormal {
margin:0cm;
margin-bottom:.0001pt;
line-height:115%;
font-size:11.0pt;
font-family:"Arial","sans-serif";
}
.l_field {
	padding: 10px;
	width: 300px;
	margin-bottom: 10px;
}
#s_fl {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	padding: 10px;
	border: 1px solid #900;
	background-color: #FFF;
	width: 100px;
	margin-bottom: 10px;
}

.t_label {
	font-size: 10px;
	padding: 0px;
}
#login_wrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #CCC;
	font-family: "Lucida Grande";
	background-color: #EEE;
	margin-bottom: 10px;
	padding: 5px;
}
.address_info {
	font-family: "Gill Sans MT";
	font-size: 12px;
	line-height: 20px;
	background-color: #EEEEEE;
	text-align: center;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.comm_field {
	padding: 5px;
	width: 200px;
}
.comm_dropdown {
	padding: 5px;
	width: 210px;
}
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size: 10px;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #FFF;
}
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 2px solid #900;
}
.textfieldFocusState input, input.textfieldFocusState {
	
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-size: 10px;
}
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#FFF;
}
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	border: 2px solid #900;
}
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
textarea.textareaHintState, .textareaHintState textarea{
	/* color: red !important;*/
}
#lost_password {
	font-size: 10px;
	margin-left: 10px;
	cursor:pointer;
}
#lost_password:hover{
	color:#900;	
}
#lost_table {
	background-color: #CCC;
	border:1px dotted #999;
	padding: 10px;
	display:none;
	margin-top: 10px;
}
#s_lp {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	padding: 10px;
	border: 1px solid #900;
	background-color: #FFF;
	width: 150px;
	margin-bottom: 10px;
}
.table_header {
	font-size: 12px;
	color: #214A81;
	font-weight: bold;
}
.outside_link{
	text-decoration:none;
	color:#214A81;
}
.outside_link:hover{
	text-decoration:underline;	
}