body {
	line-height: 1.88889;
	color: #555753;
	margin: 0;
	padding: 0;
	background-color: #d6def5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	}
/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0;
	text-align: left;
	line-height: 1em;
	margin-bottom: 5px;
	}
h3 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #555753;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #B6AEF4;
	}
h2 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #302D71;
	letter-spacing: 2px;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #B6AEF4;
	}
	
a:hover  { 
	text-decoration: underline; 
	color: #9685BA;
	}
a:hover {
	color: #000033;
	text-decoration: none;
}
.img_link {
	height: 25px;
	width: 75px;
	border: 1px solid #d6def5;
	float: left;
	background-color: #d6def5;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content {
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
}
#clear {
	clear: both;
}
#back_container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../back_container_test.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/header_image_full.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
}
#home_image {
	padding-left: 50px;
	height: 370px;
}

#padding_1 {
	clear: both;
	height: 280px;
}

#navbar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6def5;
	padding-left: 50px;
	height: 45px;
	margin: 0px;
}
#navbar img {
	float: right;
}

.displayed_image {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#photo_display {
	height: 300px;
	width: 800px;
	visibility: visible;
	padding-left: 50px;
	z-index: -1;
}
#photo_display img {
	border: 1px solid #d6def5;
}

#photo_display #photo_1,  #photo_display #photo_2, #photo_display #photo_3, #photo_display #photo_4, #photo_display #photo_5, #photo_display #photo_6{
	visibility: hidden;
}
#photo_display #photo_0 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* This is where you position the image */
#photo_display .displayed_image_vert {
	position: absolute;
	top: 300;
	left: 415;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../hands);
	width: 800px;
} 
#photo_display .displayed_image_vert img{
	float: left;
	margin-right: 15px;
}

#photo_display .displayed_image_vert p {
	font-size: 12px;
	line-height: 16px;
}

#photo_display .displayed_image_vert h4{
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 7px;
	/*color: #333333;*/
}
/* this is the back up for positioning 
#photo_display .displayed_image_vert {
	position: absolute;
	top: 300;
	left: 415;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(hands);
} */
/*#photo_display .description {*/
/*	/*float: right;*/
/*	border: solid 3px #ff0000;*/
/*	width: 175px;*/
/*	height: 300px;*/
/*	padding: 0px 5px 5px 10px;*/
/*	*/
/*}*/
/*#photo_display .description .desc_text{*/
/*	width: 165px;*/
/*}	*/


#specific_navbar {
	padding-left: 50px;
	list-style-type: none;
	letter-spacing: 1px;
}

#name {
	text-align: right;
}
#footer {
	text-align: center;
	color: #A296F1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6def5;
	margin-top: 15px;
	font-size: 12px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
#navbar li {
	display: inline;
	padding-right: 20px;
	letter-spacing: 1px;
} */

#navbar a {
	display: block;
}


#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#navbar li {
	float: left;
	position: relative;
	padding-right: 20px;
	}
#navbar li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6BCF6;
	}
#navbar li ul li {
	background-color: #FFFFFF;
	width: 75px;
	text-transform: lowercase;
	padding-left: 15px;
}

#navbar li > ul {
	top: auto;
	left: auto;
}
#navbar  li:hover  ul, #navbar  li.over  ul {
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d6def5;
	border-bottom-color: #d6def5;
	border-left-color: #d6def5;
	border-top-style: none;
}
			
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */



acronym {
	border-bottom: none;
}
#photo_navbar {
	padding-left: 50px;
	padding-top: 15px;
}
#sub_header {
	padding-left: 50px;
	padding-bottom: 10px;
}
#sub_header h2 {
	margin-bottom: 1px;
	padding-bottom:0px;
}
#sub_header p{
	margin-top: 0px;
	padding-top: 0px;
}
#footer h5 {
	padding: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
#content .regular_division {
	padding-left: 50px;
}
#content .regular_division a {
	color: #000099;
}
#no_drop_list  {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#no_drop_list    li  {
	display: inline;
	margin-right: 20px;
}
#on_page a {
	color: #6A74A4;
}
#specific_navbar a {
	display: block;
}


#specific_navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#specific_navbar li {
	float: left;
	position: relative;
	width: 10em;
	}
#specific_navbar li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6BCF6;
	}
#specific_navbar li ul li {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6BCFA;
	width: 150px;
	text-transform: lowercase;
}

#specific_navbar li > ul {
	top: auto;
	left: auto;
	}
#specific_navbar li:hover ul, #specific_navbar li.over ul {
	display: block;		
	}
			
	
#text_box {
	padding-left: 50px;
	padding-bottom: 20px;
}
#text_box li {
	font-size: 13px;
	list-style-image: url(../images/bullet_image.png);
}
#text_box #project_info {
	float: right;
	width: 320px;
	margin-right: 50px;
	height: 320px;
	border: 1px solid #DDDBE9;
	padding: 15px;
	visibility: hidden;
}
#text_box #no_space {
	padding: 0px;
	line-height: 18px;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #8D918A;
}

.photo_list_item img {
	float: left;
	margin-right: 10px;
	border: 1px solid #d6def5;
}
.photo_list_item {
	clear: left;
	margin-top: 20px;
}
#on_page  ul a {
	color: #b6aef4;
}
#on_page  ul a:hover {
	color: #000033;
}
#link_style2  a {
	color: #6A74A5;
}
.photo_list_item     strong a     {
	color: #6A74A5;
}
.photo_list_item strong a:hover {
	color: #000033;
	text-decoration: underline;
}
.dark_link a{
	color: #6A74A5;
	text-decoration: underline;
}
.right {
	float: right;
}
.left {
	float: left;
}
