@charset "utf-8";
body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #5CBB55;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/banner.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3158A7;
} 
h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1C80B1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4368AF;
}
#workshops, #workshops_sat4th, #workshops_sun5th, #workshops_fri10th, #workshops_sat11th {
	display: none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#mainContent {
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FBFDFD;
}

#mainContent p, #mainContent form, table {
	font-size: 12px;
	color: #575757;
	line-height: 17px;

}
#mainContent ul li {
	font-size: 12px;
	line-height: 17px;
	list-style: disc;
	color: #575757;
	padding-bottom: 5px;
}

.img {
	border: 5px solid #6F8AC1;
	margin: 5px;

}

#mainContent a {
	color: #43983D;

}

#sidebar1 a {
	color: #6666CC;

}
 
#footer {
	background-color: #F0F0F0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

#footer a {
	color: #4368AF;
	

}


#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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.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 { /* 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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#menu {
	background-color: #5CBB55;
	width: 1000px;
	padding: 0;
	height: 35px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6F8AC1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
}
h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F8DC8;
}
#bottom {
	background-repeat: no-repeat;
	height: 65px;
	margin-top: 10px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	width: 1002px;
}

	/* DIV elements on general info page */
	#g1, #g2, #g3, #g4, #g5, #g6, #g6a, #g7, #g8, #g9, #g10, #g11, #g12, #g13, #g14, #g141, #g15, #g16, #g17, #g18, #g19, #g171,#g51 {
	display: none;
}
#styledtbl td {
	border-top: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

/* DIV elements on speakers page */

#sp1, #sp2, #sp3, #sp4, #sp22, #spMargot, #spWertheim, #spEdmond { background: #DBECE7; padding: 5px; display: none; }

#container .regobtn {
	background: #5BB958;
	color: #FFF;
	border: 2px solid #036;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px 4px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	width: 300px;
	text-align: center;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	cursor:hand;
}
#container a.regobtn:hover {
	color: #fff;
	text-decoration: none;
	background: #9CC7E9;
}


/* -----------------------------------------------
	Table Styling
	----------------------------------------------*/

table.styledTable {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #6F8AC1;
	border-top: 1px solid #6F8AC1;
}

table.styledTable th {
	background: #6F8AC1;
	border-bottom: 1px solid #6F8AC1;
	border-right: 1px solid #6F8AC1;
	color: #fff !important;
	font-weight: bold;
	padding: 8px;
}

table.styledTable td {
	border-bottom: 1px solid #6F8AC1;
	border-right: 1px solid #6F8AC1;
	margin: 0;
	padding: 2px 4px;
}

/* News */

ul#news {
	border: 3px solid #5CBB55;
	background: #f0ffef;
	padding: 10px;
	min-height:40px;
	margin: 20px auto 0 auto;
	width: 450px;
}
ul#news li {
	list-style: none;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px 2em 0px 0px;
	line-height: 1.4em;
	vertical-align: middle;
	width: 450px;
}

ul#news_blue {
	border: 3px solid #6699cc;
	background: #e8edf1;
	padding: 10px;
	min-height:40px;
	margin: 20px auto 0 auto;
	width: 450px;
}

ul#news_blue a {
	color: #6699cc;
}

ul#news_blue li {
	list-style: none;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px 2em 0px 0px;
	line-height: 1.4em;
	vertical-align: middle;
	width: 450px;
}
/* -----------------------------------------------
	15 Day Accommodation Form 
	----------------------------------------------*/
	
#leftframe #contactfrm {
	font-size: 12px;
	border-style: none;
	padding: 10px;
	margin: 10px 20px 10px 0px;
}

#contactfrm table { margin: 0px; padding: 0px; border-style: none; }

#contactfrm td {
	padding: 4px 10px;
	border-bottom: 1px solid #B9B6D3;
}
#contactfrm .noborder {
	border-style: none;
}
#response_form1 .txtresponse {
	background: #6BC468 url(http://www.arinextechnology.com/accommodation/images/mail_accept.gif) no-repeat 50px top;
	margin: 10px 20px;
	height: 70px;
	padding: 5px;
	color: #fff;
	text-indent: 120px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}
#response_form1 a {
	color:#fff;
	text-decoration:underline;
}
