/*  this file should only contain the very basic layout of the elements. The styling of thereof should go to styles.css*/

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, 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: top;
}
/* 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;
}
strong {
	font-weight: bold;

}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:visited {
	text-decoration: none;
	color: #4D86FF;
	text-transform: uppercase;
	
}
a:hover{
	text-decoration:underline;
}

/* elements begin */

body {


}
#top-menu{
	
	height: 46px;


}
#main-menu{

	min-height: 70px;
	margin-bottom: 0;

}
#logo {
	display: block;
	float: left;
	height: 42px;	
	width: 100px;
	margin-top: 6px;
	margin-left: 4px;
	/* margin-right: 55px; */

}
#contentBox{
	
	width: 1010px;
	margin: 0px auto;

}
.content-container {

  max-width: 1010px;
  margin: 0 auto;
/*   padding: .5em 2% .45em 2%; */
  position: relative;
  
}

#box-bottom {

	

}

.single-width {
	width: 243px;
}
.one-third-width {
	width: 310px;
}
.content-pane-sidebar{
	float: left;
	text-align: left;
}
.content-pane-ui{
	float: left;
	min-height:350px;
	_height:350px;
	overflow: hidden;
	margin-top: 22px;
}
.home .content-pane-ui{
	
	margin-top: 0;
}
.triple-width{
	
	width:690px;
}
.two-thirds-width{
	
	width:660px;
}
.content-pane{
	width:1010px;
	overflow: hidden;
}	
.gap-left {
	margin-left: 15px;
}
.gap-left-double{
	margin-left: 32px;	
}
.compensation-margin{	

	margin-top:5px;
}