@charset "utf-8";
.background {
	background-image: url(../images/static/clouds_massive.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.background_top_left {
	background-image: url(../images/static/idt_top_header_shadow_left.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.background_top_right {
	background-image: url(../images/static/idt_top_header_shadow_right.png);
	background-repeat: repeat-y;
	background-position: left center;
}
.background_main_top {
	background-image: url(../images/static/idt_body_shadow_top.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.background_main_top_right {
	background-image: url(../images/static/idt_body_shadow_corner_top_right.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.background_main_top_left {
	background-image: url(../images/static/idt_body_shadow_corner_top_left.png);
	background-repeat: repeat-x;
	background-position: right bottom;
}

.background_main_middle_left {
	background-image: url(../images/static/idt_body_shadow_left.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.background_main_middle_right {
	background-image: url(../images/static/idt_body_shadow_right.png);
	background-repeat: repeat-y;
	background-position: left center;
}
.background_main_bottom_right {
	background-image: url(../images/static/idt_body_shadow_corner_bottom_right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.background_main_bottom_left {
	background-image: url(../images/static/idt_body_shadow_corner_bottom_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.background_main_bottom {
	background-image: url(../images/static/idt_body_shadow_bottom.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.box_1_bg_corner_top_left {
	background-image: url(../images/static/idt_box_1_corner_top_left.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 9px;
}
.box_1_bg_corner_top_right {
	background-image: url(../images/static/idt_box_1_corner_top_right.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 9px;
}
.box_1_bg_corner_bottom_right {
	background-image: url(../images/static/idt_box_1_corner_bottom_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 9px;
}
.box_1_bg_corner_bottom_left {
	background-image: url(../images/static/idt_box_1_corner_bottom_left.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 9px;
}
.box_1_bg_top {
	background-image: url(../images/static/idt_box_1_top.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 5px;
}
.about_side_button {
	background-image: url(../images/static/idt_about_side_button.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.box_1_bg_left {
	background-image: url(../images/static/idt_box_1_left.png);
	background-repeat: repeat-y;
	background-position: right center;
	font-size: 9px;
}
.box_1_bg_right {
	background-image: url(../images/static/idt_box_1_right.png);
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 9px;
}
.box_1_bg_bottom {
	background-image: url(../images/static/idt_box_1_bottom.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 5px;
}
.box_1_bg_large {
	background-image: url(../images/static/idt_box_1_bg_shadow.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footer A:link {text-decoration: none}
.footer A:visited {text-decoration: none}
.footer A:active {text-decoration: none}
.footer A:hover {text-decoration: none; color: #3C68AC;}




.box_1_bg_large_2 {
	background-image: url(../images/static/idt_box_1_bg_shadow_2.jpg);
	background-repeat: repeat;
	background-position: center center;
}


.about_side_bar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
}

.about_side_bar_text A:link {text-decoration: none}
.about_side_bar_text A:visited {text-decoration: none}
.about_side_bar_text A:active {text-decoration: none}
.about_side_bar_text A:hover {
	text-decoration: none;
	color: #3C68AC;
}



.about_side_bar_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
}

.no_underline A:link {text-decoration: none}
.no_underline A:visited {text-decoration: none}
.no_underline A:active {text-decoration: none}
.no_underline A:hover {text-decoration: none; color: 3C68AC;}

.seperator_bar_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.menu_bar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-weight: bold;
}
.info_plate_left {
	background-image: url(../images/static/idt_front_plate_left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.info_plate_middle {
	background-image: url(../images/static/idt_front_plate_middle.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.info_plate_right {
	background-image: url(../images/static/idt_front_plate_right.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.info_plate_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	letter-spacing: -1px;
}
.umbrella_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-indent: 15px;
	letter-spacing: -2px;
	color: #5B85C4;
}
.umbrella_blue_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 15px;
	letter-spacing: -1px;
	color: #5B85C4;
	font-weight: bold;
}
.about_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #6595D5;
	font-size: 68px;
	letter-spacing: -4px;
	filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);
	text-indent: 34px;
}
.exec_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 43px;
	letter-spacing: -3px;
}
.exec_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	letter-spacing: -2px;
}
.exec_title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.exec_title_small_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}



.txt_standard_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.txt_standard_arial_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.txt_standard_arial_12pt_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.standard_links A:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #3C68AC;
}
.standard_links A:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #3C68AC;
}
.standard_links A:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #3C68AC;
}
.standard_links A:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #3C68AC;
}
.about_title_28pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
}


.about_title_28pt_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #6595D5;
	
}




.about_title_18pt_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

.about_title_18pt_gray A:link {text-decoration: none; color: #3C68AC;}
.about_title_18pt_gray A:visited {text-decoration: none; color: #3C68AC;}
.about_title_18pt_gray A:active {text-decoration: none; color: #3C68AC;}
.about_title_18pt_gray A:hover {
	text-decoration: none;
	color: #000000;
}



.news_bar_big {
	background-image: url(../images/about/idt_news_bar_large.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.news_bar_small {
	background-image: url(../images/about/idt_news_bar_small.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.news_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
}
.news_headline_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #3E79CA;
	text-indent: 22px;
}

.news_links A:link {text-decoration: none}
.news_links A:visited {text-decoration: none}
.news_links A:active {text-decoration: none}
.news_links A:hover {
	text-decoration: none;
	color: #3C68AC;
}

.news_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0px;
}

.contact_box_top {
	background-image: url(http://www.idtmediagroup.com/images/contact/border_top.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.contact_box_top_left {
	background-image: url(../images/contact/border_corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_box_top_right {
	background-image: url(../images/contact/border_corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact_box_left {
	background-image: url(../images/contact/border_left.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.contact_box_right {
	background-image: url(../images/contact/border_right.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.contact_box_bottom_right {
	background-image: url(../images/contact/border_corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact_box_bottom {
	background-image: url(../images/contact/border_bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.contact_box_bottom_left {
	background-image: url(../images/contact/border_corner_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.signup_form_info {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size:18px;
	padding:8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.signup_form_check_box {
	height: 20px;
	width: 20px;
	border: 0px solid #999999;
	margin: 0px;
	padding: 0px;
}

.signup_form_info_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #3E79CA;
	text-indent: 0px;
}
.p_s_button {
	background-image: url(../images/products_services/idt_products_services_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 20px;
	color: #279ED8;
	font-weight: bold;
	letter-spacing: -1px;
}

.p_s_button A:link {
	text-decoration: none;
	color: #279ED8;
}
.p_s_button A:visited {
	text-decoration: none;
	color: #279ED8;
}
.p_s_button A:active {text-decoration: none}
.p_s_button A:hover {
	text-decoration: none;
	color: #000000;
}
.sol_by_industry_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent: 15px;
	letter-spacing: -1px;
	color: #5B85C4;
	font-weight: bold;
}
