@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	overflow:hidden;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;	
	scrollbar-3dlight-color:#C00000;
	scrollbar-arrow-color:#ff0;
	scrollbar-base-color:#C00000;
	scrollbar-darkshadow-color:#ffa500;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#C00000;
	scrollbar-shadow-color:#f0f;
		
}

#container { 
	width:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height:120px;
	padding: 0px;
}

#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#HeaderLogo {
	float:left;
	text-align:left;
}

#HeaderNav {
	float:right;
	width:600px;
	padding-top:60px;
	text-align:right;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 147px; /* since this element is floated, a width must be given 
	background-image:url(../images/BGLeft.jpg);
	background-repeat:repeat-y;
	background-position:left;*/
	padding:0px; /* top and bottom padding create visual space within this div  */
	margin:0px;
	height:520px;
}

/*
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;  the left and right margin should be given to every element that will be placed in the side columns 
	margin-right: 10px;
}*/

#Logo {
	margin-top:370px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent { 
	padding:0px;
	margin:0px;
} 


.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;
}


div.controls ul 		{margin:0px 0px 0px 0px; text-align:right; display: inline;}
div.controls ul li 		{padding:0px; margin:0px; display: inline; list-style-type: none; background-image:url(../images/BGNav.jpg); background-position:top left; background-repeat:no-repeat;}

div.controls ul li a 	{
	font-size: 7pt;
	color:#666666;
	text-decoration:none;
	text-align:right;
	padding-left:4px;
	padding-right:20px;
	line-height:50px;
	display: inline-block;
	background-image:url(../images/BGNav.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div.controls ul li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #E4E4E4;
}


/************************ FOOTER ****************************/

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0px;
	height:40px;
	text-align: right;
} 

#FooterPic {float:left;}

#FooterNav {float:right;}

#FooterNav ul 		{
	text-align:right;
	display: inline;
	font-size:7pt;
	color:#333333;	
}

#FooterNav ul li 	{display:inline; list-style-type:none;}

#FooterNav ul li a	{
	padding-top:5px;
	padding-left:4px;
	padding-right:30px;
	margin-top:20px;
	font-size:7pt;
	color:#333333;
	text-decoration:none;
	text-align:right;
	display: inline-block;
	border-left: solid 1px #C00000;
}


#FooterNav ul li a:hover {color:#666666; text-decoration:none;	background-color:#E4E4E4;}



/************************ SCROLLING WINDOW ****************************/


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:1000px; 
	height:400px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:1000px;
	height:400px;
	overflow:hidden;
	float:left;	
	padding:0px;
	margin:0px;
}

div.scroller div.content {width:20000px;}

/* Homepage */
div#section1 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section1 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section1 a	{padding-left:20px; font-size:9pt; color:#C00000;}

.Mission {text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:20pt; color:#C00000; font-style:italic;}

/* Our Profile */
div#section2 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section2 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section2 p	{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify;}
div#section2 a	{padding-left:20px; font-size:9pt; color:#C00000;}

/* Our Projects */
div#section3 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section3 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section3 p	{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify; margin-top:50px;}
div#section3 a	{padding-left:14px; font-size:9pt; color:#C00000;}
div#section3 ul	{font-size:9pt; color:#666666; text-align:justify; padding-left:50px; padding-right:50px;}

/* Our Team */
div#section4 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
h1				{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333; font:Arial, Helvetica, sans-serif;}


/* Our Publications */
div#section5 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section5 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section5 p	{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify;}
div#section5 a	{padding-left:20px; font-size:9pt; color:#C00000;}

/* Contact Us */
div#section6 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section6 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}

#Left 	  {float:left; width:50%; font-family:"Century Gothic", Arial, Helvetica, sans-serif; margin-top:50px;}
#Left h2  {padding-left:20px; padding-right:20px; font-size:11pt; color:#C00000; text-align:right;}
#Left p	  {padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:right; border-right:#C00000 solid 1px;}

#Right	  {float:right; width:50%; font-family:"Century Gothic", Arial, Helvetica, sans-serif; margin-top:50px;}
#Right h2 {padding-left:20px; padding-right:20px; font-size:11pt; color:#C00000; text-align:left;}
#Right p  {padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:left; border-left:#C00000 solid 1px;}


/* Our Vision */
div#section7 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section7 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section7 p	{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify;}
div#section7 a	{padding-left:20px; font-size:9pt; color:#C00000;}
div#section7 ul	{font-size:9pt; color:#666666; text-align:justify; padding-left:50px; padding-right:50px;}

/* Our Values */
div#section8 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section8 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section8 p	{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify;}
div#section8 a	{padding-left:20px; font-size:9pt; color:#C00000;}
div#section8 ul	{font-size:9pt; color:#666666; text-align:justify; padding-left:50px; padding-right:50px;}

/* Our Vision */
div#section9 	{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section9 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section9 p	{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify;}
div#section9 a	{padding-left:20px; font-size:9pt; color:#C00000;}
div#section9 ul	{font-size:9pt; color:#666666; text-align:justify; padding-left:50px; padding-right:50px;}

/* Disclaimers */
div#section10 		{background:#FFFFFF; font-family:"Century Gothic", Arial, Helvetica, sans-serif;}
div#section10 h1	{text-align:right; padding:10px; border-bottom:solid #C00000 1px; font-size:16pt; color:#333333;}
div#section10 p		{padding-left:20px; padding-right:20px; font-size:9pt; color:#666666; text-align:justify;}
div#section10 a		{padding-left:20px; font-size:9pt; color:#C00000;}


div#my-glider	{padding:0px;margin:0px;border: 0px;}
div.controls	{padding:0px;border:0px;margin:0px;}

#TeamDiv			{width:1000px; height:400px; background-color:#006633;}
#TeamProfile		{float:left; width:500px; height:400px; padding-right:20px; top:0px; margin-left:auto; margin-right:auto;}
#TeamProfile img	{padding-right:10px;}