@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #666;
}

a:link {
	color: #603;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #609;
}
a:hover {
	text-decoration: none;
	color: #60F;
}
a:active {
	text-decoration: none;
}

img {
	border: 0;
}
a img {
	border: 0;
}

#container  {
	width: 996px;  /* this will create a container 80% of the browser width */
	background: #fff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333;
}

.kntranslations h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5C446C;
}
.kntranslations h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #505;
	font-size: 0.9em;
	text-transform: uppercase;
}

.kntranslations h3 {
	font-size: 1em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5C446C;
}
.kntranslations h4 {
	font-size: 1em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5C446C;
	text-transform: capitalize;
}

#indexText ul {
	list-style: square;
 }

#services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2 em;
	color: #CCC;
	line-height: 2em;
	text-align:center;
	font-weight: 200;
	background-color: #333; 
}

#langPairs {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2 em;
	color: #ccc;
	line-height: 2em;
	text-align:center;
	font-weight: 200;
	background-color: #333;
}

#CVname {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7 em;
	color: #000;
	line-height: 1 em;
	text-align:center;
	font-weight: bold;
	text-transform:uppercase;
	padding-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

#CVata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align:center;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

#Specialization {
	width: 300px;
	float:left;
	margin-left: 30px;
}

#Specialization ul {
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style: square;
 }

#Output {
	width: 320px;
	text-align:left;
	float: right;
	margin-right: 30px;
}

#Background {
	clear:both;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#header  {
	background: #737373;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #5C446C;
	text-align: center;
	height: 200px;
	line-height: 30px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 996px;
	position: auto;
}

#headerTabs {
	height: 55px;
	width: 220px;
	position: relative;
	bottom: 0px;
	top: 140px;
	left: 750px;
	text-align:left;
	line-height:1em;
}

 #headerTabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	left: -3000px;
	position:absolute;
 }
 
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0 0 0 250px;
	text-align: justify;
}
#separator {
	background-image: url(../images/dashed_line.png);
	background-repeat: repeat-x;
	background-color: #fff;
	height: 10px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	text-align: center;
	line-height: 0.9em;
} 
#container #footer a:link {
	color: #Ccc;
	text-decoration: none;
}

#container #footer a:visited {
	text-decoration: none;
	color: #cff;
}

#container #footer a:hover {
	text-decoration: none;
	color: #cff;
}
 
 #container #footer a:active {
	text-decoration: none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-size: 0.7em;
}

#leftSidebar {
	width: 210px;
	float: left;
	height: auto;
	padding: 300 20 0 30px;
	line-height: 30px;
	font-weight:600;
	color: #300;
	font-size: 1.2em;
}

 #leftSidebar ul {
	margin: 0;
	padding: 0px 0px 0px 30px;
	list-style: none;
 }
 
 #headshot {
	float: right;
	padding: 3px 0px 0px 10px;
 }
 
 .columnHeaders {
	font-size: 0.8em;
	font-weight: bolder;
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	color: #333;
	text-transform: uppercase;
	text-align: left;
}

#portfolio {
	height: 1000px;
}
#indexText {
	padding: 0px 0px 50px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: justify;
}
