#wrapper {
	background: white none repeat scroll 0 0;
}

/*
=================================================================================================
                                         COPY FROM IAEVG.CSS
=================================================================================================
*/
body {
    height: 100%;

	background:#3f9dd1 url(../images/bg.gif) ;
	background-repeat: repeat-x;

	font-family:"Arial",Verdana,Helvetica,Geneva,Lucida,sans-serif;
	font-size:12px;
	line-height:140%;
}
/*
=================================================================================================
                                         END OF COPY FROM IAEVG.CSS
=================================================================================================
*/

/*
=================================================================================================
                                          HEADER PANEL STYLE
=================================================================================================
*/
	#headerpanel {
	}

		#headerpanel .block {
		}

			#headerpanel .header {
			}
	
			#headerpanel .items {
			}
	
				#headerpanel .item {
				}
		
					#headerpanel .links {
					}

					#headerpanel .project_logo {
					  margin-left:21%;
					}

						#headerpanel .logo {
							border:none;
						}
						
						#headerpanel .title {
							font-family:Arial,sans-serif;
							font-size:23px;
							color:#00325b;
							
						}
						
						#headerpanel .header-title-block .title {
							font-family:Arial,sans-serif;
							font-size:125%;
							color:#2889BB;
/* 							border: 1px solid; */
						}
						
						#headerpanel .subtitle {
							font-size: 120%;
							font-style: italic;
						}
						
						#headerpanel .header-title-block .subtitle {
							font-family:Arial,sans-serif;
							font-size:100%;
							color:#2889BB;
							
/* 							border: 1px solid; */
						}
						
						#headerpanel .logo2 {
							border:none;
						}

					#headerpanel .separator {
					}
		


/*
=================================================================================================
                                     PRIMARY MENU PANEL STYLE
=================================================================================================
*/

.primarymenupanel {
	background: #F5F5F5;
	border-bottom: 1px solid #BBB;
}

	.primarymenupanel .block {
	}
	
		.primarymenupanel .header {
		}
		
			.primarymenupanel .items {
			}
			
				.primarymenupanel .item {
				}
				
				.primarymenupanel a {
					/*font-size: 80%;*/
					font-size:13px;
					font-family:Arial,sans-serif;
					color: #0A557C;
					text-decoration: none;
				}
				
/* 				.primarymenupanel a:visited { */
/* 					color: blue; */
/* 				} */
				
				.primarymenupanel a:hover {
					text-decoration: underline;
				}
				
				
/*				.primarymenupanel .items .item a:active {
					text-decoration: underline;
				}*/

				.primarymenupanel .separator {
					font-size: 70%;
					font-family:Arial,sans-serif;
					color: #0A557C;
					text-decoration: none;
				}

				.primarymenupanel .active-item {
					text-decoration:underline;
				}


/*
=================================================================================================
                                   SECONDARY MENU PANEL STYLE
=================================================================================================
*/

.secondarymenupanel {
	background: #F5F5F5;
/* 	border-bottom: 1px solid #BBB; */
}

	.secondarymenupanel .block {
	}
	
		.secondarymenupanel .header {
		}
		
			.secondarymenupanel .items {
			}
			
				.secondarymenupanel .item {
				}
				
				.secondarymenupanel a {
					font-size: 100%;
					font-family:Arial,sans-serif;
					color: #0A557C;
					text-decoration: none;
				}
				
				.secondarymenupanel a:hover {
					text-decoration: underline;
				}
				
				
				.secondarymenupanel .separator {
					font-size: 100%;
					font-family:Arial,sans-serif;
					color: #0A557C;
					text-decoration: none;
				}

				.secondarymenupanel .active-item {
					text-decoration:underline;
				}


/*
=================================================================================================
                                          MIDDLE PANEL STYLE
=================================================================================================
*/
	#middlepanel {
	}

/*
=================================================================================================
                                          LEFT SIDEBAR STYLE
=================================================================================================
*/

	#leftsidebar {
	}
	
		#leftsidebar .block {
			border: 1px solid #E5E5E5;
		}
	
			#leftsidebar .header {
				font-family:Arial,sans-serif;
				font-size: 85%;
				background-color: #F8F8F8;
				border-bottom: 1px solid #E5E5E5;
				color: #51636F;
				font-weight: bold;
				text-align: center;
			}
	
			#leftsidebar .items {
			}
			
				#leftsidebar .item {
					padding: 0 0 0 15px;
					text-align: left;
				}
	
				#leftsidebar .item:hover {
					background-color: #F8F8F8;
				}
				
				#leftsidebar .links {
					font-family:Arial,sans-serif;
					font-size: 80%;
					color: #0285CD;
					text-decoration: none;
				}
				
				#leftsidebar .separator {
					border-bottom: 1px solid #E5E5E5;
				}

	
		#leftsidebar .blockseparator {
		
		}
	

/*
=================================================================================================
                                          CENTER STYLE (CONTENT)
=================================================================================================
*/
	#content {
	}

		#content .block {
		}
	
			#content .header {
				color: #88C40A;
				background-color: #F8F8F8;
				font-weight: bold;
				font-size: 85%;
			}
		
				#content .items {
				}
			
					#content .item {
						font-family: Times New Roman, serif;
						font-weight: bold;
						font-style: italic;
						font-side: 80%;
						text-align: center;
						color: #0A557C;
						line-height: 1.5em;
					}
				
					#content .intro {
						background-color: #F9F9F9;
						border: 1px solid #D9D8D6;
					}
				
					#content .quote {
					}
				
					#content .news {
						color: #666;
						font-style: normal;
						font-weight: normal;
						font-family: Arial, sans-serif;
						font-size: 75%;
					}
				
		#content .blockseparator {
		}



/*
=================================================================================================
                                         RIGHT SIDEBAR LAYOUT
=================================================================================================
*/

	#rightsidebar {
	}
	
		#rightsidebar .block {
		}
	
			#rightsidebar .header {
			}
			
				#rightsidebar .items {
				}
				
					#rightsidebar .item {
					}
					
					#rightsidebar .links {
					}
					
					#rightsidebar .separator {
					}


		#rightsidebar .blockseparator {
		}





/*
=================================================================================================
                                         FOOTER PANEL STYLE
=================================================================================================
*/

	#footerpanel {
	}
	
		#footerpanel .block {
		}
	
			#footerpanel .header {
			}
			
				#footerpanel .items {
				}
				
					#footerpanel .item {
						color: #666;
						font-size: 65%;
						font-family: Arial, sans-serif;
					}
					
					#footerpanel .links {
						text-decoration: none;
					}
					
					#footerpanel .separator {
						color: #FFFFFF;
						font-size: 65%;
						font-family: Arial, sans-serif;
					}


		#footerpanel .blockseparator {
		}







/*
=================================================================================================
                                         COPY FROM IAEVG.CSS
=================================================================================================
*/

a {
	color:#0285CD;
	text-decoration:none;
}

h3 {
	color:#065c8b;
	font-family:Times New Roman;
	font-style:italic;
	font-size:16px;
	border-bottom:1px solid #E5e5e5;
	margin:0 2px 5px;
}

h4 {
	text-align:center;
	background-color:#f8f8f8;
	color:#51636f;
	font-weight:bold;
	border: 1px solid #e5e5e5;
	height:20px;
	padding: 10px 0 0 0;
	font-size:12px;
/* 	margin: 0 0 0px 5px; */
}

h6 {
	color:#3F9DD1 ;
	font-family:Georgia,Helvetica,Geneva,Lucida,sans-serif;
	font-size:14px;
	margin:0 0 10px;
	padding-left:10px;
	padding-top:10px;
	font-weight:bold;
}

p {
	color:#666666;
	padding-top:5px;
/* 	margin-left:15px; */
	margin-right:15px;
	margin-bottom:5px;
	
	line-height:21px;
	text-align:justify;
	
}

/* BULLETS */
.type1
{
list-style-type:square;
margin-left:25px;
color:#666666;
}

.bullets
{
list-style-type:disc;
margin-left:50px;
color:#666666;
}

.bullets2
{
list-style-type:disc;
margin-left:100px;
color:#666666;
}

/* end of BULLETS */


/* THEMES PAGES STYLE */
ul.theme-nav {
margin-left:101px;
padding:30px 0 0;
}

ul.theme-nav li {
float:left;
margin:0 34px 45px 0;
width:250px;
}

ul.theme-nav li a, ul.theme-navli a:link, ul.theme-nav li a:visited {
color:#34363E;
text-decoration:none;
}

ul.theme-nav li span {
display:block;
padding-left:10px;
}

ul.theme-nav li a:hover, ul.theme-nav li a:focus {
color:red;
}


/* IMAGES */

fieldset, img {
border:0px solid #E5E5E5;
}


.photo
{
/* width:150px; */
/* height:150px; */
float:right;
margin-top:18px;
position:relative;
}


.photo img {
border:4px solid #DBDBDB;
margin:-10px 2% 2% 10px;
}

.app_img {
border:3px solid #DBDBDB;
margin-bottom:20px;
margin-left:33px;

}


.photoleft
{
/* width:150px; */
/* height:150px; */
float:left;
padding-right:10px;

/* position:relative; */
}

.image_right
{

float:right;
margin-left:20px;
}


/* end of IMAGES */

/* TABLES */
/* default tables used in website */
.simpletable
{
	margin: 11px 10px 0 10px;
	border-collapse:collapse;
	border-spacing:0;
}

.simpletable td {

border:1px solid #666666;
padding:2px 2px 2px 8px;
}


.simpletable td:hover {
background:#F8F8F8 none repeat scroll 0 0;

}



/* in Special Sessions */
table.Design3 {
	background-color:#Efefef;
	border:10px solid #E5E5E5;
	border-collapse:collapse;
	border-spacing:0;
}

table.Design3 th.Corner {
	border-left:0 none;
	text-align:left;
	color:#3F9DD1 ;
}

table.Design3 thead th {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	text-align:center;
	color:#3F9DD1 ;
	font-weight:bold;
}

table.Design3 thead tr {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	text-align:center;
	color:#3F9DD1 ;
	font-weight:bold;
}

table.Design3 th {
	font-weight:normal;
	padding:0.1em 0.5em;
	text-align:left;
	border-left:1px solid #666666;
}

table.Design3 td {
	padding: 0 0 0 10px;
	border:1px solid #666666;
}
/* end of TABLES */


/* box on Themes pages */
#rightnavigation
{

float:right;
margin:0 2px 0 0;
padding:0;
width:40%;


}

#rightnavigation ul {
	font-size:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#rightnavigation ul {
	border:1px solid #E5E5E5;
	font-size:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 10px;
	/* padding:0 0 10px; */
	width: 99%;
}

#rightnavigation li {
border-bottom:1px solid #E5E5E5;
margin:0;
padding:0;
}

#rightnavigation a {
display:block;
height:20px;
padding:3px 16px 3px 10px;
text-align:right;
/* text-decoration:none; */
color:#0A557C;
}

#rightnavigation a:hover {
	text-decoration:underline;
	color:#0A557C;
}

#rightnavigation .active-item {
	text-decoration:underline;
	color:#0A557C;
}

.theme_box
{

background:#F8F8F8;
border:1px solid #E5E5E5;
}


/* end of box on Themes pages */


.intro_text 
{

color:#0A557C;
font-size:12px;
color:#0A557C;
text-align:left;
font-family:Georgia, serif;
font-weight:bold;
font-style:italic;
padding-bottom:10px;

}



.promise
{
	font-family:Times New Roman;
	font-family:11px;
	font-weight:bold;
	text-align:center;
	margin: 0 0 15px 0;
/*	margin: 0 0 20px 0; */
}

/* leftsidebar */
#leftnavigation
{
margin:0 0 0 20px;
}

#leftnavigation ul
{
/*	margin: 0 0 35px 0; */
	margin: 0 0 15px 0;
	border:1px solid #e5e5e5;
}

#leftnavigation li
{
	margin:0px;
	padding:0px;
}


#leftnavigation a
{
/* 	display:block; */
	text-decoration:none;
	color:#0285cd;
}


#leftnavigation ul li
{
	padding:3px 16px 3px 10px;
}

.tony {
	font-size:11px;
	background: #F8F8F8;
	border: 1px solid #ccc;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/* 	margin-left:8px; */
	margin-bottom: 15px;
	
}


.promise_img
{
	border: 1px solid #E5E5E5;
	width: 98%;
}

#registration_form {
	font-size:11px;
	background: #F8F8F8;
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#fff;

	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	margin-bottom:10px;
	text-align:center;
/* 	margin-left:8px; */
	
}



/* end of leftsidebar */


.active-item {
	text-decoration:underline;
}

.title {
background-color:#F8F8F8;
border:1px solid #E5E5E5;
font-size:13px;
color:#88C40A;
font-family:Georgia, serif;
height:20px;
padding:6px 0 6px 10px;
font-weight:bold;
margin-bottom:10px;
letter-spacing:1px;
}

.borderbox {
	border: 4px solid #d9d8d6;
	padding: 10px 5px 15px 10px;
	background-color: #F9F8F5;
	color:#0285CD;
	margin-bottom:20px;
	text-align:center;
}

.borderbox  p
{
font-size:11px;
text-align:center;
}


.borderbox_title {
color:#88C40A;
font-family:Georgia, serif;
font-size:12px;
text-align:center;
font-weight:bold;
}

.intro_conf {
	background-color:#f9f9f9;
	border:1px solid #d9d8d6;
	width:700px;
	margin: 20px 0 10px 10px;
	padding: 12px;
}

#footerpanel .copyright {
	font-size: 11px;
/*	color: #FFF; */
}

.imp_date
{
width:660px;
margin: 10px 0 0 10px;
padding: 15px 0 15px 40px;
font-size: 12px;

}

.borderbox2
{
background-color:#F9F8F5;
border:4px solid #D9D8D6;
color:#6da905;
margin-bottom:20px;
padding:10px 5px 15px 10px;
text-align:center;
}
.greentxt
{
color:#88C40A;

}

.img_txt
{

}

.photo p
{
text-align:center;
color:#3F9DD1 ;
border:1px solid #E5E5E5;
/* margin-left:20px; */
margin-left:7px;
margin-top:1px;
padding-top:2px;

}

.img_txt p
{
text-align:center;
color:#3F9DD1 ;
border:1px solid #E5E5E5;
width:700px;
padding-top:2px;

}

.jivaconference
{

height:115px;
width:600px;
background-color:#ffffff;
}

.jiva_splash
{
margin-top:5px;
height:115px;
width:600px;
background-color:#ffffff;
}

.jivaproject
{
margin-top:5px;
height:115px;
width:600px;
background-color:#ffffff;
}

.jivaconference_img
{

margin-left:138px;
margin-top:20px;
border:medium none;
}

.jivaproject_img
{

margin-left:138px;
margin-top:20px;
border:medium none;
}

.jiva_splash_img
{
margin-left:200px;

border:medium none;
}
.splash_logo
{
margin-bottom:10px;
margin-left:100px;
border:none;
}

.splash_logo2
{
margin-bottom:23px;
margin-left:101px;
border:none;

}

/*
=================================================================================================
                                         END OF COPY FROM IAEVG.CSS
=================================================================================================
*/

