.subHeading1/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    height:100%
}

body {
    font-size: 1em;
    line-height: 1.4;
    font-family: Garamond;
    background-image: url('../images/ocisbackground.jpg');
    background-size:100%;
    background-position-x:center;
    background-color:#FFFFFF;
    -webkit-print-color-adjust:exact;
    
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
#wrapper {
		width:1000px;
		margin:0px auto;
		padding:0px;
	
		
	}

	#content {
		 margin:0 auto;
		background: url("../images/divbg.png") repeat-y;
		overflow: hidden;
	}
	#content div {
		padding:0px;
		float:left;
		
	}
	#extracontentleft {
		width:50px;
		
		
	}
	#contentleft {
		width:200px;
		height:550px;
		/*background-color: rgba(204,204,204,0.4);*/
		float: left;
		 
	}
	#contentmain {
		margin-top:40px;
		margin-left:0px;
		margin-right:0px;

		width:600px;
		
		
	}
	#contentright {
		width:200px;
		/*background-color: rgba(204,204,204,0.4);*/
		/*height: 550px;*/
		position: relative;
	}

	#extracontentright {
		width:50px;
		
	}
	#vacancies{
		font-family: Garamond;
		font-size: 18px;
		margin-right: 20px;
		
		/*margin-top: 60px;*/
		width:200px;
		position: absolute; 
		bottom: -40px;
		height: auto;
	}

	#footer {
		float:left;
		margin-top:0px;
		
		width:1000px;
		height:50px;
		background-color: #001444; 
	}
	#searchme {
		float:left;
		width:250px;
		margin-top:0px;
	}
	#lowerfooter {
		float:left;
		margin-top:2px;
		font-family:Garamond;
		font-size:10px;
		color:#FFFFFF;
		width:500px;
		height:50px;
		alignment-adjust: central;
		 
	}
	#bottom {
		clear:both;
		text-align:right;
	}
img {
    vertical-align: middle;
}
.a1{
	font-family: Garamond;
	font-size: 11px;
	color:#003366;
	text-align: center;
	
}
p{
	font-family: Garamond;
	font-size: 14px;
	text-align: justify;
}
ul,li{
	font-family: Garamond;
	font-size: 16px;
	text-align: justify;
}
a{
	font-family: Garamond;
	font-size: 14px;
	color: #003D79;
}
A:link {text-decoration: none}
A:visited {text-decoration: color:#CCCCCC;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: rgba(0,120,120,0.6);}

#videoDiv{
	text-align: center;
	alignment-adjust: central;
	width:100%;
}
	#ptitle{
		font-family: Garamond;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		text-align:center;
		width:100%;
		margin-bottom: 20px;
		color: #001444;
		
	}
	#myH1{
		font-family: Garamond;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: bold;
		margin-right: 20px;
		
	}
	#myH2{
		font-family: Garamond;
		font-size: 17px;
		text-transform: uppercase;
		margin-right: 20px;
		
	}
	#myHomeTxt{
		font-family: Garamond;
		font-size: 16px;
		/*font-style:italic;*/
		margin-right: 0px;
		text-align:justify;
	}
	
	#mainTxt{
		font-family: Garamond;
		font-size: 16px;

		margin-right: 0px;
		text-align:justify;
	}
	#quote{
		font-family: Garamond;
		font-size: 16px;
		font-style:italic;
		margin-right: 0px;
		text-align:right;
		margin-top:0px;
		width:100%;

	}
	#quoter{
		font-family: Garamond;
		font-size: 16px;
		font-weight: bold;
		font-style:none;
		margin-right: 0px;
		text-align:right;
		margin-top:0px;
		width:100%;

	}
	
	#myHomeTxt1{
		font-family: Garamond;
		font-size: 16px;
		/*font-style:italic;*/
		margin-right: 0px;
		text-align:justify;
	}
	#mylink{
		font-family: Garamond;
		font-size: 12px;
		text-align: center;
		color:#003366;
		font-weight: bold;
		margin-top: 10px;
		
	}
	#myHomeImg{
		margin-top: 20px;
		margin-left: 25px;
		margin-right: 0px;
	}
	img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 20px; 
    margin-right: 0px;
    /*margin-bottom: 20px;*/
    
}
/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.subHeading1
{
	background-color: rgba(5,5,5,0.1);
	width:95%;
	font-family: Garamond;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-left: 24px !important;
}
.subHeading2
{
	background-color: rgba(5,5,5,0.1);
	font-family: Garamond;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	width:50%;
	padding-left: 24px !important;
}
.pubstyles
{
	border-style: solid;
	background-color: #FFFFF4;
}
.author{
	font-weight: bold;
		
}
.myH4
{
	font-family: inherit;
	font-weight: bold;
	
}
.myH5
{
	font-family: inherit;
	font-size:13px;
	
}
.seminarsTableR1
{
	font-family: Garamond;
	font-size: 14px;
	//background-color: rgb(235,235,235);
	width: 500px;
	margin: 10px;
	border-bottom: solid;
	border-bottom: 2px solid rgba(204,204,204,0.8);
}
.seminarsTableR2
{
	font-family: Garamond;
	font-size:14px;
	border-bottom:solid;
	border-bottom: 2px solid rgba(204,204,204,0.8);
	width:500px;
	margin: 10px;
}
.seminarDate
{
	width:100px;
}
.seminarSpeaker
{
	width:200px;
}
.seminarInfo
{
	width:200px;
	font-style: italic;
}
.searchBox
{
	height:19px;
}
.buttons
{
	width:150px;
	height:30px;
}
.backarea
{
	width:100%;
	background-color:rgba(204,204,204,0.6);
	text-align: right;
	
}
.goback
{
	cursor: pointer;
	float: right;
}
.topRow
{
	background-color: rgba(0,55,55,0.3);
}
.r0{
	background-color:rgba(180,204,204,0.7);
}
.r1{
	background-color:rgba(204,204,204,0);
}
.itemsStyle
{
	width:200px;
}
.itemsStyle1
{
	width:200px;
}

.confsub
{
	font-family: Garamound;
	font-size:13px;
	font-style:italic;
}

.conftitle
{
	margin-bottom:1px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	#content{
		background: #ffffff repeat-y;
		overflow: hidden;
	}
	
    /* * {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

   

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }*/
}
