/* Created 2/08 */

body {
text-align: center;
font-family:arno pro,"sans serif";
font-size:14px;
background-color: black;
margin-left: 65px;
}

a
{
color: #0000CC;
text-decoration:underline;
}

a:hover
{
color:#FF4411;
}

div#all{
position:absolute;
left:50%;
width:854px;
margin: 0 0 0 -427px;
float:left;
}

div#border
{
width:850px;
float:right;
border:thin solid white;

}
/* everything, including navbar and pictures & text are held in this */

div#content 
{
background-color: #CCCC99;
width:850px;
margin: 0 0 0 0;
float:left;
}

div#header {
width:850px;
float:left;
}

div#links_bar {
background-color: #555555;
width:850px;
height:30px;
float:left;
}

div#text {
width:850px;
float:left;
}

div#text p {
text-align:left;
color:#000000;
font-size:16px;
margin-left:.5cm;
margin-right:.5cm;
margin-top:.5cm;
margin-bottom:.5cm;
}

div#new
{
width:100%;
margin: 0 0 0 0;
padding: 3px 0 3px 0;
background-color:#006699;
font-weight:bold;
font-size:16px;
color:white;
}

div#new a
{
color:#FFFF00;
}

div#smg_logo {
width:425px;
float:left;
}

div#smg_logo p {
text-align:left;
color:#000000;
font-size:16px;
line-height:1px;
margin-left:.5cm;
margin-right:.5cm;
margin-top:.5cm;
margin-bottom:.5cm;
}

div#smg_logo_2{
float:left;
}

div#smg_logo_2 p{
text-align:center;
color:#000000;
font-size:12px;
font-style: italic;
line-height:15px;
margin-left:2px;
margin-right:2px;
margin-top:5px;
margin-bottom:2px;
}

div#amga {
width:420px;
float:right;
}

div#amga p {
color:black
font-size:16px;
line-height: 0;
}

div#amga h1 {
font-size:15px;
font-weight:bold;
text-decoration:underline;
line-height: 12px;
}

div#amga h2
{
font-size:12px;
font-style: italic;
}

div#amga h3 {
font-size:18px;
font-weight:bold;
text-decoration:none;
line-height:15px;
}


div#photoDesc
{
font-family:arno pro, "sans serif";
font-size:15px;
font-style: italic;
color: black;
width:840px;
text-align:right;
float: left;
padding-top: 15px;
margin-right:10px;

}
/* Located at bottom of page - tells what background pic or other pics are */

div#contact_info {
background:black;
text-align:center;
width:850px;
float:left;
padding-top:1em;
margin: 0 14px 0 14px;
}

div#contact_info p{
color:#777777;
font-size:15px;
}

div#footer {
width:850;
background: black;
border-top:1px dashed #777777;
text-align:center;
margin: 0 14px 0 14px;
padding:5px 0 0 0; 
color: #777777;
font-size:12px;
}

div#center
{
float: left;
}
/* holds the drop down link menu and centers it in the links div for index.html */

#sddm
{	
position:absolute;
margin:0 0 0 0;
	padding: 0 0 0 0;
	float:center;
}

#sddm li
{	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	float: left;
	font-family:arno pro,"sans serif";
	font-size: 17px;
}
/* list for drop down link menu */

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #49A3FF;
}

#sddm div
{	
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}
/* div that appears when mouse hovers over menu item */

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0 0 0 0;
		padding: 5px 10px;
		width: 150;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font-family:arno pro,"sans serif";
		font-size: 14px;
}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF;
}

