body {
	background-color: #D7D5BD;
}

/* Upper Nav bar (level 1) */
#OrganizationBar {
	border-bottom: .0em solid #ffffff;
	background-color: #0C3A6D;
  background-image: url(../images/bannerBlue.jpg);
  background-repeat: no-repeat;
  background-position: -100px -10px;
  border-bottom: 1px solid #336699;
}
#ParentDepartment {
/* This fixes the department name next to the BYU logo from causing the routY login link to be pushed down in Firefox.*/
	width:auto;
}

#Wrapper {
	-moz-box-shadow: 0px 0px 30px #888;
	-webkit-box-shadow: 0px 0px 30px #888;
	box-shadow: 0px 0px 30px #888;
}
/* QuickSearch Box (level 1) */
#ByuBar input.ByuBarTextBox {
/* This fixes cross browser size discrepancies and makes the above adjustment to the parent department unnecessary. */
	font-size:1em;
}
#specialAnnouncement {
	position:	absolute;
	left:		0px;
	right:		0px;
	z-index:	100;
	background-color:red;
	color:		white;
	padding-left:	.4em;
	padding-bottom:	.2em;	
	padding-top:	.1em;
	padding-right:	.8em;
	text-align:	center;
	overflow:	hidden;
	font-size:	1.3em;
	font-weight:	bold;
}
#specialAnnouncement a {
	color:		white;
	text-decoration:underline;
}
#Level1 {
	display: none;
}
#MiddleCol h1 {
	width: 700px;
	border: none;
	border-bottom: 1px solid #6e7f17;
	color: #6e7f17;
	float: left;
}
#LeftCol h2 {
	color: #597503;
}
/*
#Content #MainContent img.splashImage {
	width:		84.44em;
	padding:	.1em 7em 2em;
}
*/
#FooterBar {
	height:		0.0em;
}
#Content {
	padding:		.1em 0;
	background-color: #FFF;
}
.enter {
	position:	absolute;
	top:		37em;
	right:		17em;
	display: block;
	width: 203px;
	height: 53px;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	border:	none;
}
.enter a {
	display: block;
	width: 203px;
	height: 53px;
}
.enter a:hover {
	background: url('../images/button.png') no-repeat;
}
.enter a img {
	border: none;
}
#Content {
	margin: 0px;
	padding: 0px;
}
#Content #Announce {
	position:	absolute;
	top:		33em;
	left:		72em;
	margin:		0 1em 0 0;
}
#Content #Announce ul {
	font-size:	1.1em;
	font-weight:	bold;
}
#Content #Announce ul li {
	margin-top:	0.3em;
	padding-bottom:	0.3em;
	margin-left:	1.4em;
}
#Content #Announce ul a {
	color:		#1f304e;
}
#Content #Announce ul a:hover {
	color:	#135775;
}
#Content #Announce ul.new {
	list-style-type: square;
	list-style-image: url(/home/images/new_symbol_sm_tp.gif);
	font-size:	1.1em;
	font-weight:	bold;
	padding-bottom:	3em;
}
#Content #Announce ul.new li {
	margin-top:	0.3em;
	padding-bottom:	0.3em;
	margin-left:	1.6em;
}
#SplashWrap {
	width: 958px;
	margin: 0px 13px 13px;
	padding: 0px;
	border-bottom: 15px solid #011948
}

#Highlights {
	float: left;
	position: relative;
	width: 666px;
	height: 356px;
}
#BodyRight {
	float: left;
}

#LeftCol {
	padding: 10px;
	float: left;
	width: 200px;
}
#MiddleCol {
	padding: 0px 13px 10px 0px;
	float: left;
	width: 700px;
}
#RightCol {
	float: right;
	width: 200px;
	padding: 10px;
	border: none;
	border-left: 1px dashed #999;
}
#RightCol img {
	margin-left: 38px;
	border: 3px solid #ccc;
}
#LeftCol .center {
	margin-left: 58px;
	margin-bottom: 1em;
}
#BottomWrap {
	margin-top: 13px;
	background-repeat: repeat-y;
}
div.news {
	width: 700px;
	float: left;
	padding-top: 15px;
}

div.newsDiv {

	border:1px solid #7F9250;
	margin-top:4em;
	text-align:center;
	height:5em;
}
	
div.news img {
	float: left;
	padding: 3px;
	border: 1px solid #6e7f17;	
	margin-right: 10px;
}
div.news p {
	margin-top: 0px;
	padding-top: 0px;
}
div.news p a:hover {
	color: #e78615;
}
div.news p a {
	color: #9e5f10;
}
#controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-image: url('../images/white50.png');
	z-index: 5;
	padding: 2px 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#controls a {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #ced8b5;
	border: 1px solid #FFF;
	float: left;
	margin: 3px;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul li a span {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ced8b5;
	border: 1px solid #FFF;
	float: left;
	margin: 3px 5px 0px 0px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul li a:hover span {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #959e69;
	border: 1px solid #FFF;
	float: left;
	margin: 3px 5px 0px 0px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#controls a:hover {
	border-color: #758723;
}
#Highlights img.high {
	position: absolute;
	left: 0px;
	top: 0px;
}
#LeftCol ul {
	margin-left: 0px;
	padding-left: 0px;
}
#LeftCol ul li {
	list-style-type: none;
	list-style-position: inside;
	padding-top: 2px;
}
#LeftCol ul li a {
	color: #223521;
}
#LeftCol ul li a:hover {
	color: #895316;
}


#Level2 {
	background-color:#011948 !important;
}
#Level2 a {
	border-color:#011948 !important;
}
#Level2 a:hover {
	border-color:#011948 !important;
	color:#412B23 !important;
}
#Level2 a.currentlyDisplayed, #Level2 a.currentlyDisplayedExternal {
	border-color:#e7d5ac !important;
	background-color:#e7d5ac !important;
	color:#412B23 !important;
}
#Level2 a.selected {
	border-color:#011948 !important;
	border-bottom-color:#FFFFFF !important;
	background-color:#FFFFFF !important;
	color:#412B23 !important;
}
#Level2 div.level3 {
	border-color:#011948 !important;
	background-color:#FFFFFF !important;
}
#Level2 div.level3 ul li a {
	color:#412B23 !important;
}
#Level2 div.level3 ul li a:hover {
	color:#011948 !important;
}
.letterWindow {  
    width:564px;
    height:517px;
    background:#efe4d1 url('../images/letterBkgnd2.jpg') center no-repeat;
    color:#333;
    padding:1.0em;
    text-align:left;
    font-family:"Lucida Grande",Verdana;
    border: 12px #999 double;
}
.letterWindow p {  
    font-size:1.1em;
    color:#5F564D !important;
    color:#4F453B!important;
    padding: 0 1.0em;
} 

#Content #fcomment{
	width:26.6em;
	height:5.6em;
}
#Content input.submitComt{
	margin-top:1em;
}

#Content input.emailInfo{
	margin-top:.5em;
}
#Content #fname{
	width:23em;
}
#Content #femail{
	width:23em;
}
#Content #fCemail{
	width:19em;
}

#Content input.submitEmail, #Content input.submitComt{
	background-color:#011948;
	font-weight:bold;
	color:#313A12;
	float: right;
	margin-right:12em;
	-moz-border-radius:10px;
	border-radius:10px;
}

#Content input.submitEmail{

	margin: 0px;
  float: none;
	
}

#Content input:hover.submitEmail, #Content input:hover.submitComt{
	cursor: pointer;
}
#Content .tName_sandra{
	margin-left:3em;
}

.news form input, .news form textarea {
	border: 1px solid #7f9250;
}

#Content .leafs{

	margin-left:78em;
	margin-top:-6em;

}
#site-name {
	position: absolute;
	top: 17px;
	left: 30px;
	font-size: 36px;
	font-family: "Palatino Linotype","Palatino",Times,"Times New Roman",serif;
	color: #fefefe;
	font-weight: normal;
	text-decoration: none;
}


#Content #regPanel #submitButton, #Content #buttonOnly #submitButton {
    width:      137px;
    height:     28px;
    padding:    2px;
}
#Content #regPanel #submitButton:hover,  #Content #regPanel #submitButtonLabel:hover, #Content #buttonOnly #submitButtonLabel:hover{
    background-color: #ffba37;
}
#Content #regPanel #submitButtonLabel, #Content #buttonOnly #submitButtonLabel {
    background-image: url('/home/images/blankBlue.jpg');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-color: #FFF;
    border:     none;
    padding:    2px;
    width:      141px;
    height:     32px;
    color:      #FFF;
    font-weight:bold;
    text-shadow:1px 1px 2px #111;
    font-size:  1.2em;
}
#Content  #buttonOnly #regForm , #Content #buttonOnly {
    margin: 0px;
    padding: 0px;
}

a.button {
    color: #fff;
    display: block;
    background: #628cb6;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #628cb6), color-stop(100%, #336699));
    background-image: -webkit-linear-gradient(top, #628cb6 0%, #336699 100%);
    background-image: -moz-linear-gradient(top, #628cb6 0%, #336699 100%);
    background-image: -o-linear-gradient(top, #628cb6 0%, #336699 100%);
    background-image: -ms-linear-gradient(top, #628cb6 0%, #336699 100%);
    background-image: linear-gradient(top, #628cb6 0%, #336699 100%);
    border-radius:14px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.25) inset,
        0 1px 8px rgba(0, 0, 0, 0.2);
    padding: 4px 28px;
    float: left;
    margin-right: 12px;
    text-decoration: none;
    font-weight: bold;
}
a.button:hover {
    background: #369;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#369),color-stop(100%,#147));
    background-image: -webkit-linear-gradient(top,#369 0,#147 100%);
    background-image: -moz-linear-gradient(top,#369 0,#147 100%);
    background-image: -o-linear-gradient(top,#369 0,#147 100%);
    background-image: -ms-linear-gradient(top,#369 0,#147 100%);
    background-image: linear-gradient(top,#369 0,#147 100%);
}



