body {
	margin: 0;
	background-color: #374877;
	color: #374877;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #374877;
}

#frame {
	margin: auto;
	width: 800px;
}

#header {
	width: 100%;
	height: 74px;
	margin: 10px 0 0 0;
}

#logo {
	float: left;
	margin-top: 7px;
	width: 226px;
	height: 50px;
	text-align: left;
}

#menu {
	z-index: 2;
	position: relative;
	padding: 0px;
	width: 780px;
	height: 64px;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	color: #C5DEF8;
	background-image: url(http://interpretek.com/images/common/menu_bg.gif);
	background-repeat: repeat-x;
}

#menu .left_bg {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 64px;
	background-image: url(http://interpretek.com/images/common/menu_left_bg.gif);
	background-repeat: no-repeat;
}

#menu .right_bg {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 64px;
	background-image: url(http://interpretek.com/images/common/menu_right_bg.gif);
	background-repeat: no-repeat;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	display: inline;
	position: relative;
	float: left;
	height: 64px;
	line-height: 64px;
	margin-right: 15px;
	font-weight: bold;
	z-index: 10;
}

#menu ul li a {
	display: block;
	color: #26276A;
	text-decoration: none;
	text-transform: capitalize;
}

#menu ul li a:hover {
	color: #F5F5F5;
}

#menu ul li div {
	position: absolute;
	left: -10px;
	width: 200px;
}


#menu ul li ul li {
	width: 180px;
	height: auto;
	line-height: 150%;
	padding: 5px 10px;
	background-color: #879DC5;
	font-size: 120%;
}

#menu ul li ul li a {
	color: #F5F5F5;
}

#content_frame {
z-index: 1;
	position: relative;
	width: 800px;
	font-size: 90%;
	margin: 0 -10px 10px -10px;
	padding: 0;
	background-color: #FFFFFF;
}

#content_frame .top_bg {
	width: 800px;
	height: 5px;
	margin: 0;
	background-image: url(http://interpretek.com/images/common/content_top_bg.gif);
	background-repeat: no-repeat;
}

#content_frame .bottom_bg {
	width: 800px;
	height: 5px;
	margin: 0;
	background-image: url(http://interpretek.com/dev/images/common/content_bottom_bg.gif);
	background-repeat: no-repeat;
}

#content {
	width: 800px;
	margin: 0;
	padding: 0;
	background: url('http://www.interpretek.com/images/common/content_bg.jpg');
}

#photo {
	float: left;
	width: 463px;
	height: 200px;
	padding: 0 5px 5px 5px;
}

#intro {
float: left;
width: 463px;
padding: 5px;
}

#intro_text {
padding: 5px;
line-height: 150%;
background: #EBEDF3;
}

#context_menu {
	float: right;
	width: 275px;
	padding: 0;
	margin: 0;
	font-size: 110%;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#context_menu ul {
	text-align: left;
	width: 206px;
	height: 200px;
	padding: 0 15px;
	margin: 0;
}

#context_menu ul li {
	list-style: none;
	width: 206px;
	height: 49px;
	line-height: 49px;
	border-width: 0 0 1px 0;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 0;
}

#context_menu ul li.last {
	height: 50px;
	line-height: 50px;
	border-width: 0;
}

#context_menu ul li a {
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#context_menu ul li a:hover {
	color: #D90334;
}

#cols3 {
	clear: both;
	margin-left: 4px;
	margin-right: 4px;
	width: 800px;
}

#cols2 {
	clear: both;
	margin-left: 4px;
	margin-right: 4px;
}
	

.colspan2 {
	display: inline;
	float: left;
	width: 420px;
	padding: 15px;
}

.colspan3 {
width: 770px;
padding: 15px;
}

.colspan-wide {
	display: inline;
	float: left;
	width: auto;
	padding: 15px;

}

.colspan-wide ul {
margin: 10px;
padding: 0;
}

.col {
	display: inline;
	float: left;
	width: 186px;
	margin: 15px;
	padding: 10px;
	background-color: #374877;
	color: white;
	height: 300px;
	line-height: 150%;
	word-spacing: 150%;
}

.col_short {
	display: inline;
	float: left;
	width: 180px;
	margin: 15px;
	padding: 10px;
	background-color: #FFFFFF;
	color: white;
	height: 150px;
	line-height: 150%;
	border: thin solid #374877;
}



.col .text ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.col .text ul li {
	height: 10px;
	line-height: 10px;
	text-transform: capitalize;
}

.col a.here {
	text-decoration: none;
	color: #333333;
}

.text {
	clear: both;
	line-height: 150%;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}


.text h2 {
	position: static;
	float: none;
	clear: none;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 150%;
	color: #000000;
	background-image: none;
	text-transform: none;
	line-height: normal;
}

.text p {
line-height: 150%;
}

.text h3 {
	font-size: 120%;
	color: #006699;
	text-indent: 5px;
}

.text ul {
	margin: 0;
padding: 15px;
}

.text ul li {
	margin: 10px 0;
}

#banner {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	background: #F5F5F5 url('http://www.interpretek.com/images/common/banner_bg.gif');
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	line-height: 30px;
}

#footer {
	position: relative;
	width: 775px;
	padding: 0 5px;
	height: 64px;
	font-size: 80%;
	font-weight: bold;
	color: #374877;
	line-height: 150%;
	background-image: url(http://interpretek.com/images/common/menu_bg.gif);
	background-repeat: repeat-x;
}

#footer .left_bg {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 64px;
	background-image: url(http://interpretek.com/images/common/menu_left_bg.gif);
	background-repeat: no-repeat;
}

#footer .right_bg {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 64px;
	background-image: url(http://interpretek.com/images/common/menu_right_bg.gif);
	background-repeat: no-repeat;
}

#footer_menu {
	position: absolute;
	top: 5px;
	left: 5px;
	text-align: center;
	width: 100%;
}

#footer_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer_menu ul li {
	float: left;
	margin-right: 15px;
}

#footer a {
	color: #374877;
	text-decoration: none;
	text-transform: capitalize;
}

#footer a:hover {
	color: #333333;
	border-width: 0 0 1px 0;
	border-color: #CCCCCC;
	border-style: dotted;
}

#copyright {
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
	width: 240px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 6px 0;
}

#contact {
	position: absolute;
	bottom: 15px;
	left: 5px;
}

.clear {
	clear: both;
}

iframe {
	display: block;
	margin: auto;
	height: inherit;
	width: 800px;
	border-width: 0;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.head_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #374877;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699FF;
	text-decoration: underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #374877;
}
.col_outline_home {
	display: inline;
	float: left;
	width: 300px;
	height: 120px;
	margin: 15px;
	padding: 10px;
	background: #FFFFFF url('http://www.interpretek.com/images/common/col_home_bg.jpg');
	background-repeat: no-repeat;
	color: white;
	line-height: 150%;
	word-spacing: 150%;
}

.col_outline {
	float: right;
	width: 240px;
	height: 200px;
	margin-right: 24px;
	padding: 5px;
	background: url('http://www.interpretek.com/images/common/col_outline_bg.gif');
	background-repeat: no-repeat;
	color: white;
	line-height: 100%;
	word-spacing: 150%;
}
.vidspace {
	float: right;
	text-align: center;
	width: 250px;
	margin-right: 24px;
	padding: 5px;
	background-color: #FFF;
	color: white;
	height: auto;
	line-height: 150%;
	word-spacing: 150%;
}

.vidspace2 {
	position: relative;
	float: right;
	text-align: center;
	width: 250px;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-right: 5px;
	height: auto;
}

#context_menu2 {
	float: right;
	width: 275px;
	padding: 0;
	margin: 0;
	font-size: 110%;
}

#context_menu2 ul li {
	list-style: none;
	width: 206px;
	height: 49px;
	line-height: 49px;
	border-width: 0 0 1px 0;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 0;
}

#context_menu2 ul li.last {
	height: 50px;
	line-height: 50px;
	border-width: 0;
}

#context_menu2 ul li a {
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#context_menu2 ul li a:hover {
	color: #D90334;
}

