@charset "utf-8";
/* CSS Document */
BODY {
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	background-color:#FFF;
	width:100%;
	height:100%;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C93;
	font-size: 1.35em;
	text-transform: capitalize;
	font-weight: normal;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1.25em;
	text-transform: capitalize;
	font-weight: normal;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1.15em;
	text-transform: capitalize;
	font-weight: normal;
}
a {
	color: #C93;
}


/* LAYOUT PROPERTIES */

#OVERALL_CONTAINER {
	width: 915px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom:20px;
	overflow:auto;
	background-image:url(../images/overall_bg.png);
	background-repeat:repeat-y;
}
#LEFT_COLUMN {
	float: left;
	width: 234px;
	padding: 32px 0 0 0;
	clear: both;
}
#MAIN_COLUMN {
	float:right;
	width: 665px;
	margin-bottom:20px;
}
#navigation a {
	color: #666;
	text-decoration: none;
}
#navigation a:hover {
	color: #C93;
	text-decoration: none;
}
#navigation ul {
	display: none;
}
#navigation li:hover ul { 
	display: block;
}
#navigation, #navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	margin: 0;
	padding: 12px 0pt 16px 16px;
	text-transform: lowercase;
	font-size: .75em;
}
#navigation li ul {
	font-size: 1em;
}
#navigation li ul li {
	font-size: 1em;
	background: url(../images/bracket_bg.png) 0 -10px no-repeat;
}
.navlink a:hover {
	color: #C93;
	text-decoration: none;
	padding-right: 17px;
}

#HEADER_NAVIGATION {
	width: 665px;
	height: 210px;
	background-image: url(../images/GYC_Offerings_06.png);
	background-position: right;
	background-repeat: repeat-y;
}
#MAIN_NAVIGATION {
	width: 425px;
	height: 210px;
	float: left;
		background-repeat: no-repeat;
	background-position: left;
}
#SUB_NAVIGATION {
	background:url(../images/nav_inside1.png) right 0 no-repeat;
	height:90px;
	float: right;
	width: 100%;
}
#SUB_NAVIGATION ul {
	padding: 0 35px 0 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#SUB_NAVIGATION li {
	font-size: .75em;
	padding: 0 0 8px 0;
}
#SUB_NAVIGATION a {
	color:#666;
	text-decoration:none;
}
#SUB_NAVIGATION a:hover {
	color:#C93;
}
#MAIN_HEADER_IMAGE {
	width: 210px;
	min-height: 210px;
	margin-right: 30px;
	float:left;
}
#H1_CONTAINER {
	padding: 10px 0 0 50px;
	min-width: 600px;
	float:left;
	
}
H1_CONTAINER, h2 {
	font-size: .75em;
	text-transform: uppercase;
	color:#C93;
	margin:-10px 0 20px 0;
}


#header_container {
	padding: 50px 0 0 50px;
	background-image: url(../images/GYC_Offerings_09.png);
	background-position: top right;
	background-repeat: no-repeat;
}
header_container, h2 {
	font-size: .75em;
	text-transform: uppercase;
	color:#C93;
	margin:-10px 0 20px 0;
}


#BODY_COPY {
	width: 665px;
}
#BODY_COPY p {
	font-size: .75em;
	line-height: 1.75em;
}
#BODY_COPY ul { list-style-type: none;
list-style-type:square;
				font-size: .75em;
	line-height: 1.75em;
	

}

#BODY_COPY a:link { 
	color: #C93;
	text-decoration: none;
	}

#BODY_COPY a:hover { 
	color: #C93;
	text-decoration: none;
	}

#BODY_COPY li {
      list-style: none;
    }

#BODY_COPY li:before {
	/* For a round bullet */
      /* content:'\2022'; */
      /*For a square bullet*/
      content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -15px;
	top: -3px;
	color: #C93;
	font-size: 20px;
    }


#left_col {
	float: left;
	width: 270px;
	margin-right: 29px;
	padding: 0 30px 0 50px;
	border-right: #C93 solid 1px;
}
#right_col {
	float: left;
	width: 270px;
	padding: 5px 0px 0px 0px;
}
#fullwidth_body {
	float: left;
	width: 650px;
	padding: 5px 0px 0px 15px;
}

#fullwidth_body li {
      list-style: none;
    }

#fullwidth_body li:before {
	/* For a round bullet */
      /* content:'\2022'; */
      /*For a square bullet*/
      content:'\2022';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	
	color: #fff;
	font-size: 20px;
    }

#left_col ol {
	
	padding-left:20px;
	font-size: .75em;
	line-height: 1.5em;
}


#TOP_NAVIGATION {
	width: 595px; /* 665 minus 70 pixels for padding */
	min-height: 22px;
	text-align: right;
	padding: 10px 60px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	word-spacing: 5px;
	background-image: url(../images/GYC_Offerings_03.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration:none;
}
#TOP_NAVIGATION a {
			color:#C93;
			text-decoration:none;
			
			}
#TOP_NAVIGATION a.active,
#TOP_NAVIGATION a.active:hover {
	color:#999;				
				}
#TOP_NAVIGATION a:hover{
					color:#999;
				}

#breadcrumb_container {
	padding: 5px 0px 5px 0px;
	width: 100%;
	float:right;
	margin: 0px 0px 0px 5px;
	text-align:right;
	
	
}

#bread {
	font-size: .85em;
	color: #999;
	padding: 3px;
	margin:0px 5px 0px 5px;
	float:right;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#bread ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #C93;
	}
	
#bread ul li.first:before {
	content: " ";
	}
.pspan{ 
  
  font-size:.75em;
   text-align:right;
}
.bspan{ 
    font-size:21px;
}
.link_span{ 
   font-size:12px;
  color: #C93;
}
img.floatLeft { 
    float: left; 
    margin: 4px 10px 4px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.principal_box_wrapper {
	float: left;
	width: 800px;
	height:150px;
	margin: 5px 0px 30px 0px;
	display:block;
	
}
.principal_box {
	float: left;
	width: 95px;
	height:126px;
	margin: 5px 20px 20px 20px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	
}
.principal_name {
	display:block;
	font-size:.75em;
	font-weight:bold;
	text-align:center;
	height: 95px;
	width: 95px;
	
}
.principal_box img{
	float: left; 
    margin: 0px 0px 10px 0px;
	

}
.socialmedia{
	width: 100px;
	height:20px;
	float:right;
	display:block;
	
	
}
.socialmedia img{
	    margin: 0px 0px 0px 5px;
		 border: none;
		 
}
.socialmedia a { text-decoration: none }



		* {padding:0; margin:0;}



						p, h3 { 

				margin-bottom:15px;

			}

			.mydiv {
	padding:10px;
	width:570px;
	background:#fff;
	margin: 0px 0px 0px 0px;
			}



			.tabs li {
	list-style:none;
	display:inline;
	margin:0px 5px 0px 20px;
			}



			.tabs a {

				padding:5px 5px;

				display:inline-block;

				background:#fff;

				color:#fff;

				text-decoration:none;

			}



			.tabs a.active {

				background:#fff;

				color:#000;

			}
.null_tab {
	display:inline-block;
	background:#fff;
	color:#fff;
	text-decoration:none;
			}
.null_tab a{
	display:inline-block;
	background:#fff;
	color:#fff;
	text-decoration:none;
	

			}
.content{
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-top:#C93 solid 6px;
	background-color: #F5F5F5;
	width:100%;
	float:left;
}
.principal{
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	width:100%;
	height:100%
	float:left;
}
.principal_pics{
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 90px;
	height:200px;
	width:85%;
	float:left;
}
.principal_pic{
	margin:5px 0px 0px 0px;
	padding:0px 50px 10px 10px;
	height:170px;
	width:93px;
	float:left;
}
.button {
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	height:30px;
	width:100%;
	height:100%;
	background-color: #C93;
	text-decoration:none;
	color:#FFF;
	}

.button a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
.button a:visited {color:#FFF; text-decoration:none;}  /* visited link */
.button a:hover {color:#666; text-decoration:none;}  /* mouse over link */
.button a:active {color:#FFF; text-decoration:none;}  /* selected link */

#button1 {}
#button2 {}
#button3 {}
#button4 {}
#button5 {}
#button6 {}
#button7 {}
#button8 {}


.casestudy{
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-top:#C93 solid 6px;
	background-color: #F5F5F5;
	width:100%;
}
.casestudy p {
	margin:10px 0px 5px 10px;
	font-size:.75em;
	color:#4D4D4D;
}
.casestudy h4 {
	margin:10px 0px 5px 10px;
	font-size:.85em;
	
	color:#333;
	
}
.casestudy ul { list-style-type: none;
list-style-type:square;
				font-size: .75em;
	line-height: 1.75em;
	

}



.casestudy li {
     list-style-type: none;
list-style-type:square;
				font-size: .75em;
	line-height: 1.75em;
	margin: 0px 0px 0px 30px;
	color:#4D4D4D;
    }

.casestudy li:before {
	/* For a round bullet */
      /* content:'\2022'; */
      /*For a square bullet*/
      content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	margin: 0px 0px 0px 0px;
	color: #C93;
	font-size: .75em;
    }
#case_1_study{
}
#case_2_study{
}
#case_3_study{
}
#case_4_study{
}
#case_5_study{
}
#case_6_study{
}
#case_7_study{
}
#case_8_study{
}

.pubutton {
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	height:30px;
	width:100%;
	height:100%;
	background-color: #C93;
	text-decoration:none;
	color:#FFF;
	
}

.pubutton a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
.pubutton a:visited {color:#FFF; text-decoration:none;}  /* visited link */
.pubutton a:hover {color:#666; text-decoration:none;}  /* mouse over link */
.pubutton a:active {color:#FFF; text-decoration:none;}  /* selected link */

#pubutton1 {}
#pubutton2 {}
	
.publication{
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-top:#C93 solid 6px;
	background-color: #F5F5F5;
	width:100%;
}
.publication p {
	margin:10px 0px 5px 10px;
	font-size:.75em;
	color:#4D4D4D;
}
.publication h4 {
	margin:10px 0px 5px 10px;
	font-size:.85em;
	color:#333;	
}
.publication h5 {
	margin:10px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 1.15em;
	text-transform: capitalize;
	font-weight: normal;
}
.publication ul { list-style-type: none;
list-style-type:square;
				font-size:.75em;
	line-height: 1.75em;
	

}
.publication li {
     list-style-type: none;
list-style-type:square;
				font-size: .75em;
	line-height: 1.75em;
	margin: 0px 0px 0px 30px;
	color:#4D4D4D;
    }




.publication li:before {
	/* For a round bullet */
      /* content:'\2022'; */
      /*For a square bullet*/
      content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	margin: 0px 0px 0px 0px;
	color: #C93;
	font-size: .75em;
    }
#publication_1{
}
#publication_2{
}









.arbutton {
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	height:30px;
	width:100%;
	height:100%;
	background-color: #C93;
	text-decoration:none;
	color:#FFF;
	
}

.arbutton a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
.arbutton a:visited {color:#FFF; text-decoration:none;}  /* visited link */
.arbutton a:hover {color:#666; text-decoration:none;}  /* mouse over link */
.arbutton a:active {color:#FFF; text-decoration:none;}  /* selected link */

#arbutton1 {}
#arbutton2 {}
	
.articles{
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-top:#C93 solid 6px;
	background-color: #F5F5F5;
	width:100%;
}
.articles p {
	margin:10px 0px 5px 10px;
	font-size:.75em;
	color:#4D4D4D;
}
.articles h4 {
	margin:10px 0px 5px 10px;
	font-size:.85em;
	color:#333;	
}
.articles h5 {
	margin:10px 0px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 1.15em;
	text-transform: capitalize;
	font-weight: normal;
}
.articles ul { list-style-type: none;
list-style-type:square;
				font-size:.75em;
	line-height: 1.75em;
	

}
.articles li {
     list-style-type: none;
list-style-type:square;
				font-size: .75em;
	line-height: 1.75em;
	margin: 0px 0px 0px 30px;
	color:#4D4D4D;
    }




.articles li:before {
	/* For a round bullet */
      /* content:'\2022'; */
      /*For a square bullet*/
      content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	margin: 0px 0px 0px 0px;
	color: #C93;
	font-size: .75em;
    }
#articles_1{
}
#articles_2{
}










.back_button {
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	height:30px;
	width:100%;
	height:100%;
	background-color: #C93;
	text-decoration:none;
	color:#FFF;
	
}

.back_button a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
.back_button a:visited {color:#FFF; text-decoration:none;}  /* visited link */
.back_button a:hover {color:#666; text-decoration:none;}  /* mouse over link */
.back_button a:active {color:#FFF; text-decoration:none;}  /* selected link */

.nav_box {
	width: 425px;
	height: 210px;
	float: left;
	background-image: url(./images/tree1.png);
	background-repeat: no-repeat;
	background-position: left;
	font: normal .75em arial;
	color:#999;
	
}	

.nav_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px; /* Width of Menu Items */
	margin-left:100px;
	

	}

.nav_box ul li {
	position: relative;
	}
	
.nav_box li ul {
	position: absolute;
	left: -20px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	

	
	}

/* Styles for Menu Items */
.nav_box ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	
	padding: 5px;
	margin-bottom:21px;
	border-bottom: 0;
	
	
	

	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.nav_box ul li a:hover { color: #C93;} /* Hover Styles */
		
.nav_box li ul li a { width: 200px;

} /* Sub Menu Styles */
		
.nav_box li:hover ul, li.over ul { display: block; } /* The magic */
