@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #f6f6f6 url(/images/bkg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

p {margin-top:0px;}

h1 {font-size:24px; font-weight:bold; color: #3356a6; margin-top: 0px; background:url(/images/h1arrows.jpg) no-repeat; padding:0px 0px 5px 25px;line-height:14px; height: 17px; width:655px; border-bottom:2px dotted #6f777e; }
h1.twolines {font-size:24px; font-weight:bold; color: #3356a6; margin-top: 0px; background:url(/images/h1arrows.jpg) no-repeat; padding:0px 0px 5px 25px;line-height:24px; height: 48px; width:655px; border-bottom:2px dotted #6f777e; }
h2 {font-size:16px; font-weight:bold; color: #3356a6; margin-top: 0px; }
h3 {font-size:11px; font-weight:bold; color: #3356a6; margin-top: 0px; }
h4 {font-size:10px; font-weight:bold; color: #3356a6; margin-top: 0px; }

.lgtext1 {font-size:16px; }
.lgtext2 {font-size:14px; }
.smtext1 {font-size:11px; }
.smtext2 {font-size:10px; }

.thrColFixHdr #container { 
	width: 1070px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/contentbkg.jpg) repeat-y;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #f6f6f6 url(../images/headerbkg.jpg) no-repeat; 
	padding: 0px;  /* 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. */
	height:150px;
	overflow:hidden;
	padding:0px;
} 
.thrColFixHdr #header 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 */
}
.thrColFixHdr #flash { 
	background: #ffffff; 
	padding: 0px;  /* 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. */
	height:200px;
	overflow:hidden;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-left:70px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the ffffff */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-right:70px;
}
.thrColFixHdr #mainContenthome { 
	margin: 0 270px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent { 
	margin: 0px 20px 0px 270px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #contentbtm { 
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images/footer.jpg) no-repeat;
	width: 1070px;
	height:100px;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
} 
.thrColFixHdr #contentbtm 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 */
}
.thrColFixHdr #footer { 
	padding:10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF ;
	color: #616a72;
	width: 1070px;
	text-align:center;
	font-size:10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px; 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */}

a, a:visited {color: #616a72;text-decoration:none; font-weight:bold;}
a:active, a:hover {color: #616a72;text-decoration:underline; font-weight:bold}
a.footerlink  {font-weight:normal; color: #616a72 }

/* Forms */
form {padding: 0px; margin:0px; border:0px; margin-bottom:12px; }
input {width:250px; height:16px; padding:1px; margin:0px; margin-top:5px; border: 1px solid #ced1d3; background-color:#FFFFFF; }
input.sidecolumni {width:140px; height:16px; padding:1px; margin:0px; margin-top:5px; border: 1px solid #ced1d3; background-color:#FFFFFF; }
select {width:258px; height:20px; padding:0px; margin:0px; margin-top:5px; border: 1px solid #ced1d3; background-color:#FFFFFF; }
input.radio  {width:15px; height:16px; padding:1px; margin:0px; margin-top:5px; border: 0px solid #ced1d3; background-color:#FFFFFF; }
textarea  {width:250px; padding:0.2em; margin:0px; margin-top:5px; border: 1px solid #ced1d3; background-color:#FFFFFF;}
input.submit{ width:100px; height:25px; padding:1px; margin:0px; margin-top:5px; border: 1px solid #616a72; background-color:#616a72; font-weight:bold; font-size:10px; color: #FFFFFF}

label {width: 175px; height:16px; padding:1px; margin:0px; margin-top:5px; border:0px; float: left; text-align: left; display: block;}
label.sidecolumn {width: 50px; height:16px; padding:1px; margin:0px; margin-top:5px; border:0px; float: left; text-align: left; display: block;}
label.seminarlabel {width: 70px; height:16px; padding:0px; margin:0px; margin-top:0px; border:0px; float: left; text-align: left; display: block;}

.headersubnav, .headersubnav a {text-align:right; color:#616a72; font-weight:normal; text-decoration:none}

.dividercircles {margin:20px 0px;}

.quote {color:#6f777e; font-size:14px; font-style:italic; font-weight:bold;}
.testimonial {color: #000000;}
.testimonialsource {color: #6f777e;}

.contentphotos {float:right; margin-left:10px; border:2px solid #6f777e;}

.seminarphoto {float:right; margin:0px 0px 5px 10px; border:1px solid #6f777e;}
ul.seminarul {margin-top:5px}