/*	--- NOTE ---
	This stylesheet is optimized for Firefox. 
	Some properties have a note indicating that	
	they are also listed in the IE-specific stylesheet
	called SMG_STYLES_IE.CSS.  Please refer to
	that stylesheet to make IE-specific changes.
*/ 
		

/* GENERAL */

body {
	background-color: #FFFFFF;
	margin: 36px auto 30px auto;
}
p {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
}
a {
	color: #434343;
	text-decoration: underline;
}
a:visited {
	color: #434343;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0px 10px 20px 0px;
	padding: 0px;
}
ul li { 		/* also in IE stylesheet */
	list-style: none;
	background: url(../_images/bullet_red.gif) left 3px no-repeat;
	padding-left: 14px;
	margin-bottom: 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272; 
}

.clear {
	clear: both;
}
.header1 {
	margin: 0px 0px 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #A6A6A6;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A6A6A6;
}

/* HOME PAGE */

#home_container {
	position: relative;
	margin: auto;
	width: 708px;
	height: 394px;
	border: solid #DCDCDC 1px;
}
#home_header {
	position: absolute;
	z-index: 10;	
	top: 1px;
	left: 1px;
	background-color: #B9B9B9;
	border-bottom: solid #A6A6A6 8px;
	width: 706px;
	height: 76px;
}
#home_photoMain {
	position: absolute;
	z-index: 20;
	top: 77px;
	left: 1px;
}
#home_photoRight {
	position: absolute;
	z-index: 20;
	top: 77px;
	right: 1px;
}
#home_logo {
	position: absolute;
	z-index: 30;
	top: 42px;
	left: 24px;	
}
#home_topnav {
	position: absolute;
	z-index: 30;
	top: 37px;
	left: 180px; 
}
#home_topnav ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#home_topnav ul li {
	background: none;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px;
}

/* INTERIOR PAGE LAYOUT */

#int_container {
	position: relative;
	background: url(../_images/container_bkg.gif) top left no-repeat;
	margin: auto;
	width: 708px;
	min-height: 394px;    /* also in IE stylesheet */
	border: solid #DCDCDC 1px;
}
#int_logo {
	position: absolute;
	z-index: 30;
	top: 6px;
	left: 28px;	
}
#int_topnav {
	position: relative;
	margin: 12px 0px 0px 178px; 
}
#int_topnav ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#int_topnav ul li {
	background: none;
	float: left;
	margin-right: 22px;
	margin-bottom: 0px; 
}
#int_sidenavContainer {
	position: relative;
	float: left;
	clear: left;
	width: 140px;
	height: 200px;
	margin: 40px 0px 10px 1px; /* also in IE stylesheet */
}
#int_sidenavContainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#int_sidenavContainer ul li {
	background: url(../_images/sidenav_line.gif) left bottom no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 3px 0px 3px 6px;
	margin-bottom: 0px;
}
#int_sidenavContainer ul li a:link, #int_sidenavContainer ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;	
}
#int_sidenavContainer ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;	
}
#int_contentContainer {
	position: relative;
	float: right;
	width: 480px;
	margin: 40px 14px 14px 0px;	 /* also in IE stylesheet */
}

.int_contentDividerV {
	background: #BEBEBE url(../_images/vdivider_bottom.gif) left bottom no-repeat;
	width: 1px;
	vertical-align: top;
}
.int_contentLeft {
	padding-right: 20px;
	vertical-align: top;
}
.int_contentRight {
	text-align: right;
	vertical-align: top;
	width: 140px;	
}

/* GALLERY PAGES */

#int_galleryContainer {
	position: relative;
	float: right;
	width: 590px;
	border-right: solid #FFFFFF 1px;
	margin-top: 5px;
	z-index: 30;
}
.int_galleryNumbers {
	padding: 6px 0px 6px 97px;
}
.int_galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	font-weight: bold;	
}
.int_gallerySubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
}
.int_galleryDetails {
	padding: 6px 6px 10px 97px;
	line-height: 20px;
}
#int_galleryNav {
	position: absolute;
	z-index: 40;
	top: 68px;
	left: 14px;
	width: 190px;
	height: 100px;
}
