/* All content is property of Ekaterina Manning */
/* Please do not use without permission */


/* --------------------- Main container divs - used on all the pages ------------------- */
#layout_table {
	margin: 0;
	padding: 0;
}

#header {
	border: 0;
	background: #FFFFFF;
}

#logo_header {
	border: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(images/main_page/dot.gif) top right repeat-y;
	width: 217px;
}

#banner_header {
	float: right;
}

#header_divider {
	clear: both;
	height: 35px;
	background: #004487;

}

#sub_header {
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	color: #004487;
	text-align: right;
	background: transparent url(images/main_page/banner2_new.jpg) top right no-repeat;
}

#sub_header_left {
	height: 25px;
	width: 100px;
	background: transparent url(images/main_page/banner2_left.jpg) top left no-repeat;
}

#sub_header2 {
	height: 25px;
	width: 218px;
	background: transparent url(images/main_page/sub_header2.jpg) top left no-repeat;
}

#content {
	clear: both;
	border: 0;
	padding-top: 0px;
	text-align: left;
}


#footer1 {
	text-align: center;
	font-size: 12px;
	height: 100%;
	background: transparent url(images/main_page/nav.jpg) repeat-y;
}

#footer2 {
	text-align: center;
	font-size: 11px;
	color: #A4A4A4;
	height: 100%;
}

/* ------------------ standard html tags --------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #004487;
}

ul {
	text-align: left;
}

li {
	padding: 2px;
	font-size: 12px;
}

ul.event_list {
	padding-left: 160px;
}
/* ------------------- classes ------------------- */
td.navigation {
	background: transparent url(images/main_page/nav.jpg) repeat-y;
	width: 218px;
	text-align: right;
}

/* paragraph styles */
p.p1 {
	padding: 0px 10px 5px 10px;	
	text-align: left;
	font-size: 12px;
}

p.p1_emergency_fix {
	padding: 0px 10px 5px 10px;	
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
}


/* title styles */
p.title_1 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	padding-top: 10px;
	padding-left: 10px;
}

p.title_2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	padding-top: 10px;
	margin-bottom: 0;
}

p.subtitle_2 {
	padding-top: 2px;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

p.title3 {
	padding-top: 2px;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* used in contact_us page for member names */
p.title4 {
	padding-top: 2px;
	margin-top: 0;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

p.title6 {
	padding-top: 2px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}

p.title6_emergency_fix {
	padding-top: 2px;
	margin-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}

/* links in the navigation menu */
a.nav {
	display: block;
	margin: 2px;
	padding: 5px;
	width: 200px;
	font-size: 13px;
	color: #004487;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-decoration: none;
}

a.sub_nav {
	display: block;
	margin: 2px;
	padding: 5px;
	width: 200px;
	font-size: 13px;
	color: #004487;
	letter-spacing: 0.5px;
	text-decoration: none;
}

/* links for presentation slides used in past events */
img.slides {
	border: 0;
}

/* Any important meeting dates will be displayed in bold */
.important_dates {
	font-weight: bold;
}

/* class of the table cells that display news items */
td.news {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* class of the table cells that display sponsor logos */
td.sponsors {
	padding: 10px;
}

/* class of the table cells that display affiliates logos */
td.affiliates {
	text-align: center;
	padding: 10px;
}

/* class of the sponsors logos images */
img.logo {
	height: 90px;
	width: 200px;
	border: 0px;
}

img.affiliate_logo {
	border: 0px;
}

/* photos of people participating in any events */
img.presenter_photo {
	float: left;
	height: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #cccccc;
}

/* divs used to display past events - to be used alternatingly*/
.event {
	margin-bottom: 20px;
}

.event2 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	background: #EEEEEE;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
}