@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
}
#container {
	width: 968px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/new/bg.gif);
	background-repeat: repeat-y;
}
#sidebar1 {
	float: left;
	width: 180px;
	background-color: #666;
	padding-top: 30px;
}
#content {
	background-color: #FFF;
	float: left;
	width: 788px;
}
#banner {
	position: relative;
}
#phi_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 30px;
	bottom: 5px;
}
#footer {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
	clear: both;
	background-color: #333;
}
.smaller {
	font-size: smaller;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#sidebar1 ul, #sidebar1 ol {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #FACD3E;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	background-color: #BF793D;
}
.award_img {
	margin: 10px;
	float: right;
}

.award_img p {
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#journal_purchase {
	float: right;
	border: thin dotted #FACD3E;
	width: 250px;
	padding: 10px;
	background-color: #CCC;
	margin: 10px;
}
#journal_purchase p {
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#journal_purchase h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
}
