/*--------------------------------------
	Site Framework
---------------------------------------*/

body
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding: 0;
	margin: 0;
	background-color: #2A4F6E;
}

#wrapper {
	width: 870px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-image: url(/images/new_structure/bkgnd.gif);
	background-repeat: repeat-y;
}

#main {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	height: 150px;
	width: 800px;
	padding: 0;
	margin: 0;
	background-image: url(/images/new_structure/bkgnd_header.gif);
	background-repeat: no-repeat;
	display: table;
}

#slideshow {
	height: 80px;
	width: 558px;
	padding: 0;
	margin: 0;
	display: table;
	float: right;
}

#subhead {
	line-height: 16px;
	height: 42px;
	width: 532px;
	padding: 0;
	margin: 0;
	left: 302px;
	top: 99px;
	display: table;
	float: right;
	font-weight: bold;
	color: #999999;
	position: absolute;
}

#footer {
	width: 800px;
	height: 26px;
	color: #fff;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	display: table;
}

#footer_cap {
	width: 870px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-image: url(/images/new_structure/bkgnd_footer_cap.gif);
	background-repeat: no-repeat;
}


/*--------------------------------------
	Main Section Framework
---------------------------------------*/

#body_2col {
	width: 800px;
	padding: 0;
	margin: 10px 0 0 0;
	background-image: url(/images/new_structure/hr_vert.gif);
	background-repeat: repeat-y;
	display: table;
}

#col1 {
	width: 193px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
}

#col2 {
	width: 507px;
	margin: 0 0 0 55px;
	padding: 0 0 20px 0;
	float: left;
}

#cover {
	width: 505px;
	height: 314px;
	padding: 10px 10px 0 0;
	text-align: right;
	margin: 0 0 20px 0;
	background-image: url(/images/new_structure/cover.jpg);
	background-repeat: no-repeat;
	display: table;
}

#footer_left {
	height: 25px;
	width: 228px;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	background-color: #C9C9C9;
	line-height: 25px;
	display: block;
}

#footer_right {
	width: 546px;
	height: 25px;
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	float: left;
	text-align: right;
	background-color: #999999;
	line-height: 25px;
	display: block;
}

/*--------------------------------------
	Links & Left Column
---------------------------------------*/

ul#links {
	width: 188px;
	margin: 0 5px 0 0;
	padding: 0;
	display: table;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #4D4D4D;
}

ul#links li {
	margin: 0 0 0 5px;
	padding: 0 0 0 25px;
	display: table;
	text-align: left;
	border-left: #FE0000;
	border-width: 0px 0 0px 4px;
	border-style: none none none solid;
}

ul#links li:hover {
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	display: table;
	text-align: left;
	border-left: #FE0000;
	border-width: 0px 0 0px 4px;
	border-style: none none none solid;
}

ul#links li a {
	color: #4D4D4D;
	text-decoration: none;
}

ul#links li a:hover {
	color: #FE0000;
	text-decoration: underline;
}


/*--------------------------------------
	Inline
---------------------------------------*/

#box {
	margin: 15px 0 15px 0;
	padding: 0;
	width: 505px;
	display: table;
}

#box_top {
	margin: 0;
	padding: 0;
	width: 505px;
	height: 14px;
	display: table;
	background: url(/images/new_structure/box_top.gif);
	background-repeat: no-repeat;
}

#box_middle {
	margin: 0;
	padding: 0;
	width: 505px;
	display: table;
	background: url(/images/new_structure/box_middle.gif);
	background-repeat: repeat-y;
}

#box_bottom {
	margin: 0;
	padding: 0;
	width: 505px;
	height: 14px;
	display: table;
	background: url(/images/new_structure/box_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
}

#box_col1 {
	margin: 10px 5px 0 25px;
	padding: 0;
	width: 122px;
	display: inline;
	float: left;
}

#box_col2 {
	margin: 10px 0 5px 15px;
	padding: 0;
	width: 320px;
	display: inline;
	float: left;
}

hr.up {
	height: 5px;
	width: 508px;
	margin: 25px 0 15px 0;
	display: table;
	background: url(/images/new_structure/hr_up.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/new_structure/hr_up.gif');
	background-repeat: repeat-x;
	border: 0 none #ffffff;
}

hr.down {
	height: 5px;
	width: 508px;
	margin: 15px 0 25px 0;
	display: table;
	background: url(/images/new_structure/hr_down.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/new_structure/hr_down.gif');
	background-repeat: repeat-x;
	border: 0 none #ffffff;
}

* > hr.up {  
	width: 508px;
	height: 5px;
}

* > hr.down {  
	width: 508px;
	height: 5px;
}

#picture_inset_r {
	margin: 0 0 10px 10px;
	float: right;
}

#quote {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

h1
{
	margin: 2px 0 15px 0;
	color: #000000;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
}

h1 b {
	color: #FE0000;
}

h1 a {
	font-weight: normal;
	color: #C9C9C9;
}

h1 a:hover {
	font-weight: normal;
	color: #FE0000;
}

h1 i {
	font-style: normal;
	color: #C9C9C9;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000000;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}

h3 b {
	color: #FE0000;
}

h3 i {
	font-style: normal;
	color: #666666;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover
{
	color: #FE0000;
	text-decoration: underline;
}

a {
	color: #FE0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #C9C9C9;
	text-decoration: none;
}

.nobg {
}

.bg {
background-color: #eeeeee;
}

th {
text-align: left;
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
}

strong {
	font-size: 14px;
}

#thumbs {
	width: 150px;
	padding: 0;
	margin: 10px 15px 0 0;
	display: table;
	float: left;
}

#dynamiclinks2 {
	padding: 0 0 1em 0;
	margin-right: 10px;
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	float: left;
	width: 260px;
}

#dynamiclinks1 {
	padding: 0 0 1em 0;
	margin-right: 10px;
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	float: left;
	width: 220px;
}

#dynamiclinks1 ul, #dynamiclinks2 ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 140px;
}
		
#dynamiclinks1 li, #dynamiclinks2 li {
	display: table;
	list-style-type: none;
	margin-top: 10px;
	border-left: 4px solid #FE0000;
}

#dynamiclinks1 li a, #dynamiclinks2 li a {
	padding: 5px 5px 5px 1em;
	color: #666;
	text-decoration: none;
	}

#dynamiclinks1 li a:hover, #dynamiclinks2 li a:hover {
	padding: 5px 5px 5px 1em;
	color: #FE0000;
	text-decoration: underline;
	}

#paginate_photos {
	padding: 5px 12px 0 0;
	text-align: right;
}

#paginate_photos_scroll {
	padding: 5px 0 0 12px;
	text-align: left;
}