@charset "UTF-8";
/* CSS Document */

/*CSS RESET*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

a img { border: none; }
a { outline:none; color:#cd4f43;}
:focus { -moz-outline-style:none; }
.clear_left{clear:left; margin:0; height:0; padding:0; border-collapse:collapse;}
.clear_right{clear:right; margin:0; height:0; padding:0; border-collapse:collapse;}
.clear_both{clear:both; margin:0; height:0; padding:0; border-collapse:collapse;}
/*CSS RESET COMPLETE*/

/*------ Clear Fix ------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/*----------------------*/


body {
	font: 13px Verdana, Geneva, sans-serif;
	color: #626262;
	background: #e1cfb7 url(../images/bodybg.jpg) repeat-x;
}

a:hover {
	color: #626262;
}

p {margin: 0 0 10px 0;}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0 0;
}

ul { list-style:circle; }


/*/////////////////////////////////// HEADER */
#header {
	width: 870px;
	margin: 0 auto;
}

#header h1 {visibility: hidden;}

#dude {
	float: left;
	width: 536px;
	height: 324px;
	margin: 60px 0 0 0;
	background: url(../images/dude.png) no-repeat;
}

#logo_info {
	float: left;
	width: 369px;
	height: 169px;
	background: url(../images/logo_info.png) no-repeat;
	margin: 165px 0 0 -80px;
}

#ai_link {
	margin: 115px 0 0 108px;
	display: block;
	width: 262px;
	height: 21px;
	background: url(../images/ailink.png) no-repeat 0 0;
}

#ai_link:hover { 
	background-position: 0 -21px;
}

/*/////////////////////////////////// CONTENT */
#container {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

#subcontent {
	margin: 30px 0 0 0;
	padding: 20px;
	background: #dccbb3;
	border: 1px solid #f4e4ce;
}

#subcontent:hover {
	background: #e2d0b7;
}

#maincontent {
	clear: both;
	margin: 15px 0 0 0;
}

#leftcontent {
	float: left;
	width: 280px;
}

#rightcontent {
	float: left;
	width: 590px;
	margin: 0 0 0 23px;
}

.presenting {
	float: left;
	margin: 5px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
}

#rsvpbtn {
	float: left;
	margin: 0 0 0 30px;
	display: block;
	width: 189px;
	height: 43px;
	background: url(../images/rsvp.png) no-repeat 0 0;
}

#rsvpbtn:hover { 
	background-position: 0 -43px;
}

#rsvpbtn span, #ai_link span {
	display: none;
}

.programs {
	float: left;
	overflow: hidden;
	position: relative;
	width: 261px;
	height: 270px;
	margin: 15px 0 0 10px;
	padding: 15px;
	background: #dccbb3;
	border: 1px solid #f4e4ce;
	font-size: 12px;
	color: #988d7d;
}

.programs1 {
	float: left;
	overflow: hidden;
	position: relative;
	width: 261px;
	height: 270px;
	margin: 15px 0 0 0;
	padding: 15px;
	background: #dccbb3;
	border: 1px solid #f4e4ce;
	font-size: 12px;
	color: #988d7d;
}

.programs:hover, .programs1:hover{
	background: #e2d0b7;
	color: #857c6e;	
}

.programs1 ul, .programs ul {
	margin: 0 0 0 25px;
}

.works {
	float: right;
	margin: 14px 15px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	height: 40px; 
	width: 100%; 
	opacity: .6; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.boxcaption:hover{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	height: 40px; 
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.captionfull .boxcaption {
	top: 300px;
	left: 0;
}

/*/////////////////////////////////// FOOTER */
#footerwrap {
	clear: both;
	width: 900px;
	margin: 0 auto;
	font-size: 10px;
	padding: 30px 0 20px 0;
	border-top: 1px solid #f4e4ce;
}

#footerwrap p {
	margin: 0;
	font-size: 9px;
	line-height: 12px;
}

#footerleft {
	float: left;
	width: 450px;
}

#footerright {
	float: left;
	width: 290px;
	margin: 0 0 0 155px
}

#footerleft img {
	float: left;
	margin: 4px 5px 0 0;
}

.space {
	margin: 0 0 10px 0;	
}