*
{
	margin: 0;
	padding: 0;
}

/* =Basic HTML, IDs and Classes
----------------------------------------------------------------------*/

body
{
	background: #2f352f;
	font: 12px Helvetica, Arial, sans-serif;
}

a
{
	cursor: pointer;
	text-decoration: none;
	color: #144e83;
}

a *
{
	cursor: pointer;
}

img,
fieldset,
iframe
{
	border: 0;
}

iframe
{
	margin: 0 0 10px;
}

.align_right
{
	text-align: right;
}

li.clear,
#content ul.cols li.clear,
#content ul.group li.clear,
.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#skip_links
{
	overflow: hidden;
	width: 0;
	height: 0;
}

strong
{
	color: #012;
}

input:focus { outline: none; }

/* =Shadow
----------------------------------------------------------------------*/

.shadow
{
	background: url(/images/shadow_top.png) repeat-x;
	clear: both;
	font-size: 0;
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 9px;
}

#this_week .shadow
{
	top: -10px;
}

/* =Ministry Index
----------------------------------------------------------------------*/

#ministry_index
{
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 960px;
}

#ministry_index dl
{
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 172px;
}

#ministry_index dt
{
	padding: 10px 0 5px;
}

#ministry_index dd
{
	padding: 1px 0;
}

#ministry_index dt a
{
	color: #fff;
}

#ministry_index dd a
{
	color: #968b79;
}

#ministry_index a:hover
{
	text-decoration: underline;
}

/* =Header
----------------------------------------------------------------------*/

#header_wrap
{
	background: url(/images/header_background.jpg) repeat-x center top;
	/*border-top: 4px solid #2f352f;*/
	width: 100%;
}

#header
{
	/*background: url(../img/header.jpg) no-repeat center top;*/
	/*border-top: 4px solid #2f352f;*/
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 116px;
}

#header h1
{
	margin: 0 0 0 0;
	padding: 2px 0;
	width: 220px;
}

#header h1 a
{
	background: url(/images/logo.png) no-repeat;
	color: #fff;
	display: block;
	text-indent: -99999px;
	width: 299px;
	height: 74px;
}

#header h1 img
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

#header span
{
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 150px;
}

#header span a
{
	color: #fff;
	padding: 0 5px;
}

#header span a:hover
{
	text-decoration: underline;
}

#ministry_tab
{
	background: url(../img/ministry_tab.png) no-repeat left bottom;
	cursor: pointer;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 138px;
	height: 22px;
}

#ministry_tab.on
{
	background-position: 0 0;
}

#header form
{
	background: url(/images/search_tab.png) no-repeat;
	padding: 5px 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	width: 250px;
	height: 26px;
}

#search_field
{
	background: none;
	border: 0;
	color: #333;
	font: 10px Helvetica Arial, sans-serif;
	float: left;
	margin: 0 5px 0 29px;
	padding: 3px 0 0;
	position: absolute;
	width: 165px;
}

#search_button
{
	display: inline;
	float: right;
	margin: -3px 23px 0 0;
}

#header img
{
	vertical-align: top;
}

#header label
{
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* =Navigation - Main
----------------------------------------------------------------------*/

#nav_main_wrap
{
	background: none;
	width: 100%;
}

#nav_main
{
	font-size: 14px;
	margin: 1px auto;
	width: 960px;
	height: 35px;
}

#nav_main li
{
	float: left;
	list-style: none;
	background: url(/images/nav_div.jpg) no-repeat right -4px;
}

#nav_main li.current
{
}


#nav_main a
{
	color: #CCCCCC;
	display: block;
	white-space: nowrap;
	padding: 8px 20px 9px; !important
}

body:first-of-type div#nav_main a { /* Safari */
   padding: 8px 20px 8px;
}

#nav_main a:hover
{
	color: #FF9900;
	/*text-decoration: underline;*/
}

#nav_main li.current a
{
	background: url(/images/main_nav_indicator.jpg) no-repeat center bottom;
	color: #FF9900;
}

/* =Navigation - Sub
----------------------------------------------------------------------*/

#nav_sub_wrap
{
	background: url(/images/bg_subnav.png) repeat-x center top;
	margin: 0 0 -1px;
	width: 100%;
}

#nav_sub
{
	font-size: 11px;
	margin: -5px auto 0;
	width: 960px;
}

#nav_sub ul
{
	padding: 0 0 0 10px;
}

#nav_sub li
{
	float: left;
	list-style: none;
	padding: 8px 0 8px;
}

#nav_sub a
{
	color: #2f352f;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
}

#nav_sub a:hover
{
	color: #fff;
	/*text-decoration: underline;*/
}

#nav_sub a.first
{
	border: 0;
}

#nav_sub li.current
{
	background: url(/images/subnav_indicator.png) no-repeat center bottom;
	color: #fff;
	font-size: 100%;
	position: relative;
	z-index: 10;
}

#nav_sub li.current a
{
	color: #fff;
}

/* =Content - Main
----------------------------------------------------------------------*/

#content_wrap
{
	background: #CCCCCC url(/images/body_background.png) repeat-y center top;
	border-top: 1px solid #cc5200;
	width: 100%;
}

#content
{
	background-color: #FFFFFF;
	color: #000;
	margin: 0 auto 0;
	width: 960px;
}

#content h1,
#content hr,
#content p,
#content ol,
#content ul,
#content table,
#content form,
.two_thirds dl,
.three_quarters dl
{
	font-weight: normal;
	margin: 0 0 10px;
}

#content ol.steps li
{
	line-height: 100%;
	margin-bottom: 15px;
}

#content h1,
#content ol.steps li h1
{
	border-bottom: 1px solid #CCC;
	color: #144e83;
	font-size: 23px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 5px;
}

#content * h1,
#content ol.steps li h1
{
	margin-left: 0;
	margin-right: 0;
}

#content h1 a
{
	color: #144e83;
	text-decoration: none;
}

#content h2,
#content ol.steps li h2
{
	color: #0e2f40;
	font-size: 19px;
	font-weight: normal;
}

#content h2 a
{
	color: #0e2f40;
	text-decoration: none;
}

#content h3,
#content ol.steps li h3
{
	color: #144e83;
	font: 19px Helvetica, Arial, sans-serif;
}

#content h3 a
{
	color: #144e83;
	text-decoration: none;
}

#content h4,
#content ol.steps li h4
{
	color: #3b1b08;
	font: 18px "Times New Roman", Times, serif;
}

#content h4 a
{
	color: #3b1b08;
	text-decoration: none;
}

#content h5,
#content ol.steps li h5
{
	color: #144e83;
	font: 16px Helvetica, Arial, sans-serif;
}

#content h5 a
{
	color: #144e83;
	text-decoration: none;
}

#content .edge h5,
#content .edge h5 a
{
	font: 16px Helvetica, Arial, sans-serif;
	color: #144e83;
	text-decoration: none;
}

#content h6,
#content ol.steps li h6
{
	color: #734429;
	font: 15px Helvetica, Arial, sans-serif;
}

#content h6 a
{
	color: #734429;
	text-decoration: none;
}

#content hr
{
	border: none 0;
	border-top: 1px solid #ccc;
	height: 1px;
	clear: both;
}

#content a,
#content a.default *
{
	color: #FF6600;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content a.default
{
	color: #654;
	text-decoration: none;
}

#content a.term
{
	color: #ae7831;
	text-decoration: none;
}

#content.home a
{
	text-decoration: none;
}

#content blockquote.scripture,
#content blockquote.scripture p,
#content blockquote p.scripture,
#content p.scripture,
#content span.scripture
{
	font: 15px "Times New Roman", Times, serif;
	color: #000;
}

#content .photo_frame_small_left,
#content .photo_frame_medium_left,
#content img.left,
#content p.pull_left
{
	display: inline;
	float: left;
	margin-right: 10px;
}

#content .photo_frame_small_right,
#content .photo_frame_medium_right,
#content img.right,
#content p.pull_right
{
	display: inline;
	float: right;
	margin-left: 10px;
}

#content .photo_frame_small_left,
#content .photo_frame_small_right
{
	background: url(/images/photo_frame_small.png) no-repeat;
	display: inline;
	padding: 10px;
	width: 140px;
	height: 140px;
}

#content .photo_frame_medium_left,
#content .photo_frame_medium_right
{
	background: url(/images/photo_frame_medium_desat.gif) no-repeat;
	padding: 15px;
	width: 190px;
	height: 146px;
}

#content .photo_frame_wide
{
	background: url(/images/photo_frame_wide.gif) no-repeat;
	padding: 15px 15px 15px 17px;
	width: 580px;
	height: 180px;
}

#content img.project_media_thumb
{
	margin-bottom: 10px;
}

#content ol,
#content ul
{
	margin-left: 20px;
}

#content ol.steps
{
	margin-top: 0;
	margin-left: 50px;
	padding: 10px 0 0;
}

#content ol.steps li
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

#content ol.steps li p,
#content ol.steps li li,
#content ol.steps li *
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
}

#content ol.steps ul
{
	list-style: square;
}

#content ol.steps li p
{
	line-height: 150%;
}

#content ol.steps li em
{
	font-style: italic;
}

#content ol.steps li strong
{
	font-weight: bold;
}

#content ul.cols
{
	list-style: none;
	margin-left: -20px;
	margin-right: -20px;
}

#content ul.cols li
{
	float: left;
	padding: 0 10px 5px 20px;
	width: 290px;
}

#content ul.group
{
	font-size: 11px;
	list-style: none;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding: 10px 0 0;
}

#content ul.group img.left
{
	border: 1px solid #987;
	padding: 1px;
	margin-bottom: 30px;
}

#content ul.group li
{
	float: left;
	padding: 0 20px 20px;
	width: 280px;
}

#content p,
#content li
{
	line-height: 150%;
}

#content p.notice
{
	background: #fff;
	border: 2px solid #144e83;
	color: #144e83;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#content blockquote
{
	background: #EEE;
	margin: 10px 25px 10px 25px;
	padding: 5px;
	border: 1px solid #CCC;
	border-left: 8px solid #CCC;
}

#content blockquote p
{
	margin: 0;
	padding: 10px;
}

#content p.pull_left,
#content p.pull_right
{
	background: #ede5d4;
	margin-bottom: 10px;
	padding: 10px;
}

#content p.pull_left,
#content p.pull_right
{
	color: #543;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	width: 250px;
}

#content .news-list-container dd
{
	clear: both;
	border-bottom: 1px solid #CCC;
}
/* =Breadcrumbs
----------------------------------------------------------------------*/

#content p#breadcrumbs
{
	font: bold 10px Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	padding: 10px 20px 15px;
}

#content p#breadcrumbs a
{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

#content p#breadcrumbs a:hover
{
	text-decoration: underline;
}

/* =Search
----------------------------------------------------------------------*/
a.search_url
{
	color: #008000;
}



/* =Blog
----------------------------------------------------------------------*/

.blog_photo
{
	border: 3px solid #d4cab4;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

.blog_author
{
	float: left;
	font-size: 11px;
	line-height: 145%;
	width: 100px;
}

.blog_author strong
{
	display: block;
}

.blog_info
{
	font-weight: bold;
	color: #666666;
	line-height: 200%;
}

.blog_info strong
{
	text-transform: uppercase;
}

#content.blog .third a
{
	color: #643823;
	text-decoration: none;
}

#content.blog .third a:hover
{
	text-decoration: underline;
}

#content.blog .third .commenters a
{
	color: #144e83;
}

#content.blog .third h2
{
	color: #144e83;
	font-size: 14px;
}

#content .highlight
{
	background: #e8dfd2 url(../img/texture_light.gif);
	display: block;
	float: left;
	padding: 5px 10px;
}

#content ul.special_list
{
	clear: both;
	font-size: 11px;
	list-style: none;
	margin-top: -20px;
	margin-left: 10px;
}

#content ul.special_list li
{
	background: url(../img/blog_bullet.gif) no-repeat 0 12px;
	padding: 10px 0 0 20px;
}

#content ul.special_list strong
{
	display: block;
	font-size: 12px;
}

#content ul.categories,
#content ul.archive,
#content ul.authors
{
	list-style: none;
	margin: 0;
}

#content ul.categories li
{
	background: url(/images/icons/folder.png) no-repeat 0 4px;
	padding: 2px 0;
	padding-left: 20px;
}

#content ul.archive li
{
	background: url(/images/icons/calendar.png) no-repeat 0 4px;
	padding: 2px 0;
	padding-left: 20px;
}

#content ul.authors li
{
	background: url(/images/icons/user_edit.png) no-repeat 0 4px;
	padding: 2px 0;
	padding-left: 20px;
}

#content ul.categories li a,
#content ul.archive li a,
#content ul.authors li a
{
	text-decoration: none;
	color: #144e83;
}


/* =Comment List
----------------------------------------------------------------------*/

#content ol#commentlist
{
	margin-left: 0;
	list-style: none;
}

ol#commentlist li
{
	margin-bottom: 15px;
}

ol#commentlist .comment_name
{
	float: left;
	font-size: 15px;
	font-weight: bold;
}

ol#commentlist .comment_date
{
	float: right;
}

ol#commentlist .comment_arrow
{
	display: block;
	font-size: 0;
	height: 25px;
	overflow: hidden;
	width: 45px;
}

ol#commentlist .odd .comment_arrow
{
	background: url(/images/comment_arrow_odd.gif) no-repeat right top;
}

ol#commentlist .even .comment_arrow
{
	background: url(/images/comment_arrow_even.gif) no-repeat right top;
}

ol#commentlist .comment_wrap
{
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 20px 30px 5px;
}

ol#commentlist .comment_wrap.staff
{
	color: #144e83;
}

ol#commentlist .comment_wrap.staff a
{
	color: #144e83;
}

ol#commentlist .comment_wrap.staff .comment_name .caps
{
	color: #b9a79b;
	text-transform: uppercase;
}

ol#commentlist .odd .comment_wrap
{
	background: #DDDDDD;
}

ol#commentlist .even .comment_wrap
{
	background: #EEEEEE;
}

/* =Comment Form
----------------------------------------------------------------------*/

#commentform
{
	background: #006699;
	border: 1px solid #002244;
	color: #fff;
	padding: 20px;
}

#content #commentform table
{
	margin-bottom: 0;
}

#commentform textarea
{
	width: 470px;
}

#commentform th,
#commentform td
{
	vertical-align: top;
}

#commentform th
{
	font-weight: normal;
	padding: 4px 10px 0 0;
	text-align: right;
}

#commentform td input,
#commentform textarea
{
	border: 2px solid #002244;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 2px 3px;
}

#commentform td input
{
	margin: 0 0 10px;
	width: 230px;
}

#content #commentform p
{
	margin-bottom: -15px;
	padding: 10px 0 0 65px;
}

/* =Content - Sub
----------------------------------------------------------------------*/

#content_sub
{
	background: #6e4f3a;
	color: #eee;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 960px;
}

#content_sub a
{
	color: #d0c1af;
}

#content_sub a:hover
{
	color: #fff;
	text-decoration: underline;
}

#content_sub .highlight
{
	background: #3b1b08 url(../img/texture_dark.gif);
	display: block;
	float: left;
	padding: 5px 10px;
}

#content_sub dl
{
	display: inline;
	float: left;
	padding: 0 15px 10px 10px;
	width: 200px;
}

#content_sub dl.special
{
	background: #573520;
	margin: 0 20px 0 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#content_sub dt
{
	padding: 10px 0;
}

#content_sub dd
{
	border-top: 1px solid #8d7459;
	padding: 5px 10px;
}

#content_sub p
{
	clear: both;
	padding: 0 20px 20px;
}

#content_sub p img
{
	display: inline;
	float: right;
	margin: -30px 0 0 0;
}

/* =Data Table
----------------------------------------------------------------------*/

.data
{
	text-align: left;
	width: 100%;
}

.data th,
.data td
{
	padding: 5px 10px;
}

.data th
{
	color: #734429;
	font-size: 13px;
	font-weight: bold;
}

.alt
{
	background: #ede5d4;
}

/* =Panoramic
----------------------------------------------------------------------*/

#panoramic
{
	position: relative;
	width: 960px;
}

#panoramic img
{
	text-align: right;
}

#corner_overlay
{
	background: url(../img/corner_overlay.png) no-repeat;
	color: #817e71;
	font-size: 11px;
	padding: 15px 0 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 266px;
	z-index: 1;
}

#content #corner_overlay h2
{
	background: url(../img/corner_overlay_h2.gif) no-repeat left bottom;
	color: #144e83;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#corner_overlay dl
{
	float: left;
	padding: 0 30px 0 0;
}

#corner_overlay dt
{
	color: #0e2f40;
	font-size: 14px;
}

#corner_overlay dd
{
	padding: 5px 0 0;
}

#corner_overlay address
{
	float: left;
	font-style: normal;
	line-height: 150%;
	margin: 0 0 15px;
	padding: 0 0 0 5px;
}

#get_map_wrapper,
#new_here_wrapper
{
	display: none;
}

#get_map
{
	float: left;
	margin: 0 0 30px;
	width: 116px;
	height: 26px;
}

#new_here
{
	margin: -5px 0 0 -15px;
	width: 249px;
	height: 74px;
}

/* =Rotator
----------------------------------------------------------------------*/

ul#rotator *
{
	cursor: pointer;
	margin: 0;
	padding: 0;
}

ul#rotator
{
	background: #000;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 740px;
	height: 220px;
	z-index: 0;
}

ul#rotator li
{
	width: 740px;
	height: 220px;
}

ul#rotator img
{
	width: 740px;
	height: 220px;
}

/* =Shuttle Links
----------------------------------------------------------------------*/
#shuttleLinks a.shuttle
{
	font-size: 14px;
	text-decoration: none;
}

/* =Helpful Links
----------------------------------------------------------------------*/

#helpful_links
{
	background: #321 url(../img/helpful_links.gif) left center;
	border-top: 4px solid #220b04;
	clear: both;
	font-size: 11px;
	width: 960px;
}

#helpful_links a
{
	color: #b1a68c;
	text-transform: lowercase;
}

#helpful_links a:hover
{
	color: #fff;
}

#helpful_links dt,
#helpful_links dd
{
	color: #fff;
	float: left;
}

#helpful_links dd
{
	padding: 9px 0 10px 35px;
}

#helpful_links dt
{
	color: #b1a68c;
	padding: 9px 0 10px;
	width: 370px;
	text-align: right;
}

/* =Definition Lists - Home Page
----------------------------------------------------------------------*/

#dl_visit,
#dl_needs
{
	display: inline;
	padding: 0 0 15px;
}

#dl_visit
{
	float: left;
}

#dl_needs
{
	background: url(../img/dl_needs.png) no-repeat;
	float: right;
	min-height: 153px;
	padding-left: 250px;
	text-align: right;
}

#dl_visit dt,
#dl_needs dt
{
	color: #1d5069;
	font-size: 24px;
	margin: 0 0 10px;
}

#dl_visit dd,
#dl_needs dd,
#bottom_overlay dd
{
	margin: 0 0 5px;
}

/* =Bottom Overlay - Home Page
----------------------------------------------------------------------*/

#bottom_overlay
{
	background: #fdf7e4;
	border: 1px solid #ba9;
	clear: both;
	margin: 0 0 20px;
	padding: 0 15px 0 20px;
}

#bottom_overlay dl
{
	float: left;
	display: inline;
	padding: 15px 0;
}

#bottom_overlay dt
{
	color: #492814;
	font-size: 18px;
	margin: 0 0 10px;
}

#bottom_overlay p
{
	color: #868174;
	display: inline;
	float: right;
	font-size: 11px;
	line-height: 170%;
	margin: 0;
	padding: 15px 0;
	text-align: right;
	width: 335px;
}

#bottom_overlay p a
{
	font-size: 18px;
}

#bottom_overlay img
{
	background: url(../img/photo_frame_small.png) no-repeat;
	display: inline;
	float: right;
	margin: 0 0 0 15px;
	padding: 10px;
	width: 140px;
	height: 140px;
}

/* =Quick Links
----------------------------------------------------------------------*/

ul#quick_links
{
	float: right;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
	width: 246px;
}

ul#quick_links li
{
	line-height: normal;
}

ul#quick_links a
{
	background-position: right top;
	background-repeat: no-repeat;
	color: #ccb;
	display: block;
	height: 130px;
	position: relative;
}

ul#quick_links a:hover
{
	background-position: -5px 0;
	color: #fff;
}

ul#quick_links a span
{
	display: block;
	position: absolute;
	top: 45px;
	left: 20px;
	width: 80px;
}

#quick_links_first
{
	background-image: url(../img/quick_links_first.png);
}


#quick_links_second
{
	background-image: url(../img/quick_links_second.png);
}

#quick_links_third
{
	background-image: url(../img/quick_links_third.png);
}

/* =Main - Home Page
----------------------------------------------------------------------*/

#main_home
{
	float: left;
	font-size: 12px;
	padding: 20px 0 0 20px;
	width: 660px;
}

#main_home a
{
	color: #963608;
}

#main_home a:hover
{
	text-decoration: underline;
}

/* =Columns - Sub Pages
----------------------------------------------------------------------*/

div.full
{
	padding: 0 20px;
	margin-bottom: 15px;
	width: 920px;
}

img.full
{
	background: #ccb;
	border-top: 1px solid #987;
	border-bottom: 1px solid #987;
	display: block;
	width: 960px;
}

div.half
{
	float: left;
	padding: 0 20px;
	width: 440px;
}

div.third
{
	float: left;
	padding: 0 20px;
	width: 280px;
}

div.two_thirds
{
	float: left;
	padding: 0 20px;
	width: 600px;
}

div.quarter
{
	float: left;
	padding: 0 20px;
	width: 200px;
}

div.quarter.edge
{
	background: url(/images/edge.gif) no-repeat right bottom;
	padding-bottom: 40px;
}

div.quarter.leftedge
{
	background: url(/images/leftedge.gif) no-repeat left bottom;
	padding-bottom: 40px;
}

div.three_quarters
{
	float: left;
	/*padding: 0 20px; no top border*/
	width: 680px;	
	padding: 10px 20px;
}

div.edge
{
	background: url(/images/edge.gif) no-repeat right bottom;
	padding-bottom: 40px;
}

div.high
{
	min-height:500px;
	_height:500px;
}

div.three_quarters.top
{
	border-top: 1px solid #CCC;
}

div.three_quarters.high
{
	border-top: 1px solid #CCC;
}


/* =Definition Lists
----------------------------------------------------------------------*/

.half dt,
.third dt,
.quarter dt,
.two_thirds dt,
.three_quarters dt
{
	border-bottom: 1px solid #CCC;
	font-size: 15px;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.half dd,
.third dd,
.quarter dd,
.two_thirds dd,
.three_quarters dd
{
	/*background: url(/images/chunk_dd_arrow.gif) no-repeat 0 5px;*/
	padding: 5px 0 5px 0;
}

#content dd a
{
	color: #144e83;
	font-weight: bold;
}

dd span.news-list-date
{
	font-weight: bold;
	color: #666;
}

/* =Chunk - Global Settings
----------------------------------------------------------------------*/

.chunk_topper
{
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.chunk_middle dl
{
	position: relative;
	z-index: 1;
}

.chunk_middle dt
{
	font-size: 15px;
}

.chunk_middle dd
{
	font-size: 11px;
}

/* =Chunk - Third
----------------------------------------------------------------------*/

.third .chunk_topper
{
	background: url(/images/chunk_large_topper.gif) no-repeat;
	margin: 0 -20px 0 -10px;
	width: 295px;
	height: 85px;
}

.third .chunk_middle
{
	background: url(/images/chunk_large_middle.gif) repeat-y;
	margin: 0 -20px 0 -10px;
}

.third .chunk_middle dl
{
	background: url(/images/chunk_large_bottom.gif) no-repeat left bottom;
	margin: -70px 0 10px 0;
	padding: 0 40px 15px 25px;
}

.third .chunk_middle dt
{
	border: 0;
	margin: 0 0 5px 0;
}

.third .chunk_middle dd
{
	background: url(/images/chunk_dd_arrow.gif) no-repeat 0 13px;
	border-top: 1px solid #ba9;
	line-height: 150%;
	padding: 10px 0 10px 20px;
}

.blog .third .chunk_middle dd
{
	background: none;
	border: 0;
	padding-top: 0;
	padding-left: 0;
}

/* =Chunk - Quarter
----------------------------------------------------------------------*/

.quarter .chunk_topper
{
	background: url(/images/chunk_small_topper.gif) no-repeat;
	margin: 0 -12px;
	width: 220px;
	height: 80px;
}

.quarter .chunk_middle
{
	background: url(/images/chunk_small_middle.gif) repeat-y;
	margin: 0 -12px 5px;
	width: 220px;
}

.quarter .chunk_middle dl
{
	background: url(/images/chunk_small_bottom.gif) no-repeat left bottom;
	margin: -60px 0 0 0;
	padding: 0 0 25px 20px;
}

.quarter .chunk_middle dt
{
	border-bottom: 1px solid #ccc;
	margin: 0 20px 5px 0;
	padding: 0 0 5px;
}

.quarter .chunk_middle dd
{
	background: url(/images/chunk_dd_bullet.gif) no-repeat left center;
	line-height: 160%;
	padding: 0 0 0 10px;
}

/* =Menu
----------------------------------------------------------------------*/

ul#menu
{
	font-size: 11px;
	list-style: none;
	margin: 0 0 20px;
}

ul#menu ul
{
	list-style: none;
	margin: 0 0 0 20px;
}

ul#menu a
{
	color: #2f352f;
	text-decoration: none;
}

ul#menu a.current
{
	font-weight: bold;
}

ul#menu a.arrow
{
	background: url(/images/menu_arrow.gif) no-repeat left bottom;
	display: inline;
	float: left;
	font-size: 0;
	margin: 2px 5px 0 0;
	overflow: hidden;
	/*visibility: hidden;*/
	width: 10px;
	height: 10px;
}

ul#menu li.open a.arrow
{
	background-position: 0 0;
}

ul#menu a.arrow.off, ul#menu li.open a.arrow.off
{
	background-position: 0 -10px;
}
*/
ul#menu li
{
	padding: 5px 0 0;
}

/* =This Week
----------------------------------------------------------------------*/

#footer_callout
{
	background: #123 url(/images/footer_callout.jpg) no-repeat;
	border-top: 1px solid #2f352f;
	margin: 20px 0 0;
	position: relative;
	clear: both;
	width: 960px;
	height: 65px;
}

#footer_callout .tx-wecfceplugin-pi1
{
	margin: 0;
}

#footer_callout_heading
{
	background: url(/images/footer_callouts/latest_news.png) no-repeat;
	display: block;
	font-size: 0;
	position: absolute;
	overflow: hidden;
	text-indent: -99999px;
	top: 0;
	left: 0;
	width: 312px;
	height: 65px;
}

#footer_callout a
{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 960px;
	height: 65px;
}

#footer_callout_body
{
	font-size: 18px;
	position: absolute;
	top: 20px;
	left: 255px;
}

#footer_callout_title
{
	color: #c68f39;
	font-size: 24px;
}

#footer_callout_date
{
	background: url(/images/footer_callouts/date.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 27px;
	position: absolute;
	overflow: hidden;
	text-align: center;
	top: 17px;
	right: 25px;
	width: 180px;
	height: 27px;
}


/* =Footer
----------------------------------------------------------------------*/

#footer_wrap
{
	background-color: #2f352f;
	position: relative;
	width: 100%;
}

#footer
{
	color: #CCCCCC;
	margin: 0 auto;
	line-height: 140%;
	padding: 15px 0 0 0;
	font-size: 11px;
	width: 945px;
}

#footer a
{
	color: #FFFFFF;
}

#footer a:hover
{
	color: #fff;
}

#footer .vcard
{
	float: right;
	font-style: normal;
	padding: 0 0 50px 75px;
	text-align: right;
}

/* =Form Styling
----------------------------------------------------------------------*/

table input,
table textarea,
.tx-pilmailform-pi1 textarea,
select
{
	margin: 0 0 10px;
}

table input,
table textarea,
.tx-pilmailform-pi1 input,
.tx-pilmailform-pi1 textarea
{
	font: 13px Helvetica, Arial, sans-serif;
}

table textarea,
.tx-pilmailform-pi1 textarea
{
	overflow: auto;
	width: 400px;
	height: 200px;
}


td img
{
	vertical-align: top;
}

td
{
	text-align: left;
}

u
{
	font-style: italic;
	text-decoration: none;
}

input.borderme
{
	border: 1px inset;
}

input.borderme-button
{
	border: 1px outset;
}

.smallPhoto
{
	float: left;
	margin: 0 10px 10px 0;
}

.largePhoto
{
	display: block;
	margin: 0 auto 10px;
}

div.error
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.warning
{
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.success
{
	background-color: #009900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.client_logo
{
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

div.album
{
	margin-top: 10px;
	text-align: center;
}

div.album img
{
	border: 1px solid #2f352f;
    width: 160px;
    height: 160px;
}

div.albuminfo
{
	clear: both;
	margin: 5px;
}

