@charset "utf-8";
/* CSS Document */

* {
	outline: 0px none;	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #D0D1D3;
}

body.landing {
	background: #D0D1D3 url(/images/landing_body_bg.jpg) top left repeat-x;
}

h2 {
	color: #415e97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	margin: 0px;
	margin-bottom: 4px;
	line-height: 25px;
	font-weight: normal;
}

h3 {
	color: #666666;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

h4 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	marign: 0px;
	margin-bottom: 10px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	margin: 0px;
	margin-bottom: 15px;
}

h6 {
	color: #415e97;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	text-transform: none;
}

p {
	line-height: 21px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.015em;
	color: #888888;
	margin: 0px;
	margin-bottom: 25px;
}

ul, ol {
	margin-left: 25px;
}

li {
	font-size: 13px;
	color: #888888;
	padding: 4px 0px;
}

blockquote, .indent {
	background: #D4D5D6;
	font-size: 11px !important;
	color: #4066a6 !important;
	padding: 20px 15px !important;
	margin: 0px;
	margin-bottom: 30px;
	font-weight: bold;
}

ul.indent, ol.indent {
	padding-left: 45px !important;
	color: #4066a6;
}

ul.indent li, ol.indent li {
	color: #4066a6 !important;
}

td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table {
	border-collapse: collapse;
}

table caption {
	background: url(/images/blue_grad.gif) top left repeat-x;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
}

.black, .black * { color: #000000 !important; }
.blue, .blue * { color: #415e97 !important; }
.grey, .grey * { color: #888888 !important;}
.white, .white * { color: #ffffff !important;}

.imgleft {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgright {
	float: right;
	padding: 3px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 49%;
}


.small {
	font-size: 10px;
	line-height: 18px;
}

a, a:visited, a:active {
	color: #415e97;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #002151;
	text-decoration: none;
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

a img {
	border: 0px none;
}

.landing #wrapper, .home #wrapper {
	width: 100%;
	min-height: 820px;
	height: auto !important;
	height: 820px;
}

.sub #wrapper {
	width: 100%;
}


.landing #wrapper {
	background: url(/images/landing_wrapper_bg.jpg) 50% top no-repeat;
}

.home #outer_wrapper {
	background: #fff url(/images/home_wrapper_bg_rpt.jpg) left top repeat-x;
}

.home #wrapper {
	background: url(/images/home_wrapper_bg.jpg) 50% top no-repeat;
}

.home #home_flash {
	background: #000 url(/images/home_flash_bg_rpt.jpg) left top repeat-x;
}

.sub #outer_wrapper {
	background: #fff url(/images/sub_wrapper_bg_rpt.jpg) left top repeat-x;
}

.sub #wrapper {
	background: url(/images/sub_wrapper_bg.jpg) 50% top no-repeat;
}

.sub #home_flash {
	background: #000 url(/images/home_flash_bg_rpt.jpg) left top repeat-x;
}


#container {
	width: 980px;
	margin: 0px auto;
}

#landing_flash, #home_flash {
	text-align: center;
	width: 100%;
}

#theFlash {
	line-height: 0px;
	font-size: 0px;
}

#home_footer {
	background: url(/images/footer_bg.gif) left 70px repeat-x;
	height: 280px;
}

#footer {
	padding-bottom: 100px;
	width: 980px;
	margin: 0px auto;
}

#footer_left {
	padding-left: 10px;
	float: left;
	display: inline;
	width: 600px;
	margin-left: 20px;
}

#footer_right {
	padding-top: 10px;
	float: right;
	text-align: right;
	width: 330px;
}

#footer_left p {
	color: #415c84;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 40px;
	margin: 0px;
	float: left;
	letter-spacing:-.5px;
}

#footer_right p {
	color: #415c84;b
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	margin: 0px;
	float: left;
}

#footer_right a, #footer_right a:visited, #footer_right a:active {
	padding: 5px 10px;
	color: #415c84;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:-0.5px;
}

#footer_right a:hover, #footer_right a:visited:hover {
	color: #5f85c0;
	text-decoration: underline;
}

#footer_links {
	float: right;
	width:335px;
}

#amlogo {
	float: left;
	overflow: auto;
	height: 46px;
	width: 43px;
	margin-top:-12px;
	position: relative;
	z-index: 9999;
}

/*******************************************
** Campus Home Page Styles
********************************************/
#campus_home_left {
	padding-left: 20px;
	padding-top: 16px;
	width: 180px;
	float: left;
}

#campus_home_middle {
	float: left;
	padding-top: 16px;
	width: 404px;
	padding-right: 11px;
	margin-left: 45px;
}

#home_content h2.sifrize {
	font-size: 18px;
	color: #b8b9ba;
	font-weight: normal;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#home_content h2 a {
	text-decoration: none;
}

#home_content h2 a:hover {
	text-decoration: underline;
}

#campus_home_middle p {
	color: #888888;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.blog_box {
	margin-bottom: 35px;
	margin-top: 10px;
}

#campus_home_right {
	float: left;
	padding-top: 16px;
	width: 300px;
	padding-left: 19px;
	padding-bottom:40px;
	background: url(/images/home_right_box_bg.gif) left 25px no-repeat;
}

#site_search #search_term {
	background: url(/images/search_box_bg.gif) top left no-repeat;
	height: 32px;
	width: 205px;
	font-size: 20px;
	color: #85BCE2;
	padding-left: 20px;
	border: 0px none;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 4px;
}

#site_search #search_go {
	float: left;
	width: 52px;
	height: 36px;
	display: block;
	text-indent: -9999em;
	background: url(/images/go_btn.gif) top left no-repeat;
}

#site_search {
	margin-bottom: 30px;	
}

.date_box {
	background: url(../images/date_box.jpg) top left no-repeat;
	width: 40px;
	height: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.date_box_day {
	padding-top: 5px;
	padding-left: 11px;
	font-size: 17px;
	display: block;
	line-height: 20px;
}

.date_box_year {
	font-size: 7px;
	padding-top: 3px;
	text-align: center;
	display: block;
	line-height: 9px;
}

.event_box {
	width: 270px;
	margin-bottom: 25px;
}

.event_box p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #888888;
	line-height: 15px;
	margin-bottom: 2px;
}

.event_box .more_info_link {
	text-align: right;
}

.event_box .more_info_link a, .event_box .more_info_link a:visited, .event_box .more_info_link a:active {
	text-transform: uppercase;
	color: #5477ba;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.event_box .more_info_link a:hover, .event_box .more_info_link a:visited:hover {
	color: #344a74;
	text-decoration: none;	
}

#footer_content {
	border-top: 1px solid #D1D2D3;
	border-bottom: 1px solid #D1D2D3;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-left: 20px;
}

#footer_content p {
	color: #5a595c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-left: 2px;
}

#footer_content h2 {
	margin: 0px;
	margin-top: -3px;
	font-size: 18px;
	color: #979798;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer_content a, #footer_content a:visited, #footer_content a:active {
	color: #5a595c;
	text-decoration: underline;
}

#footer_content a:hover, #footer_content a:visited:hover {
	color: #999;
	text-decoration: none;	
}

#footer_box1 {
	float: left;
	width: 220px;
	overflow: hidden;
}

#footer_box2 {
	float: left;
	width: 180px;
	overflow: hidden;
}

#footer_box3 {
	float: left;
	width: 170px;
	overflow: hidden;
}

#footer_box4 {
	float: left;
	width: 170px;
	overflow: hidden;
}

#footer_box5 {
	float: left;
	width: 210px;
	overflow: hidden;
}


/*******************************************
** Sub Page Styles
********************************************/
#sub_left {
	width: 600px;
	float: left;
	margin-left: 20px;
	padding-top: 50px;
	padding-bottom: 100px;
	margin-right: 0px;
	padding-left: 20px;
	display: inline;
	overflow:hidden;
}

#sub_right {
	width: 263px;
	float: right;
	padding-top: 60px;
	margin-right: 20px;
	display: inline;
	padding-bottom: 100px;
}

#sub_wide {
	width: 920px;
	float: left;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-left: 20px;
}

#sub_right #search_term {
	padding-left:15px;
	width:196px;
}

#sub_right #image_sidebar {
	margin-bottom: 30px;
}

#sub_right h3 {
	color: #415e97;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

#sub_right p {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #888888;
	line-height: 18px;	
}

#sub_right a, #sub_right a:visited, #sub_right a:hover {
	color: #888;
	font-weight: bold;
	text-decoration: underline;
}

#sub_right a:hover, #sub_right a:visited:hover {
	color: #333;
	text-decoration: none;
}


/*******************************************
** Navigation Styles
********************************************/
#nav {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 174px 0 0 0px;
	#margin: 174px 0 0 -490px;
	padding:0pt;
	position:absolute;
	z-index:9999;
	width: 0px;
}

#nav li{
	width: 0px;
	display: block;
	float: left;
	padding: 0px;
	background-image: none;
}

#nav li:hover, #nav li.hover {
	position:static;
}

#nav li a{
	width: 100px;
	text-decoration: none;
	color:#818181;
	height:0px;
	display:block;
	text-indent:-9999px;
	font-size: 0px;
	line-height: 0px;
}
#nav li ul{
	position: absolute;
	left: -999em;
	z-index: 9999;
	width: 145px;
	text-align:left;
	display:block;
	padding-left: 0px;
	margin-left: -80px;
	float: left;
	padding-bottom: 90px;
	-background: none;
}
#nav li li{
	margin:0px; 
	font-size: 9px;
	float:left;
	line-height: 5px;
	display:block;
	width: 145px;
}

#nav li ul ul{
	margin: -31px 0px 0px 120px !important;
	display:block;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul{
	left: -999em;
	display:block;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul{
	left: auto;
}

/* 
#nav li:hover ul ul,
#nav li li:hover ul ul,
#nav li.sfhover ul ul,
#nav li li.sfhover ul ul{
   left: auto;
} */

#nav li li li{
	font-size: 1em;
	display:block;
	/* border-left: 1px solid #211702; */
}

#nav li li a{
	width: 141px;
	height: auto;
	text-indent: 0px;
	color: #818181;
	line-height:18px;
	text-align: center;
	padding: 7px 10px 7px 10px;
	display:block;
	font-size:13px;
	background: #E5E7E6 url(/images/nav_bg.jpg) repeat-x scroll left bottom;
	/* text-align: right; */
}
#nav li:hover, #nav li.hover {
	/*position: static; */
}
#nav li li a:hover{
	color:#9EDCFF;
	display:block;
	background: #1F2D48 url(/images/nav_hover_bg.jpg) bottom left repeat-x;
}
#nav li ul ul li a {
	border-left: 1px solid #23314F;
}


/*******************************************
** Photo Gallery Styles
********************************************/
.photo {
	float: left;
	width: 560px;
	margin-bottom: 20px;
	padding: 20px;
	background: url(/images/semi-trans.png) top left;
}

.photo .image_wrapper {
	border: 2px solid #ccc;
	margin: 5px 20px 4px 0px; /*top right bottom left*/
	width: 175px;
	float: left;
	display: inline;
	background: #444;
}

.photo .image {
	width: 175px;
	overflow: hidden;
}

.photo .title {
	float: left;
	width: 350px;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 2px solid #ccc;
}

.photo .title a {
	text-decoration: none;
}

.photo .info {
	float: left;
	width: 350px;
}

.photo .info p {
	margin-bottom: 20px;
	color: #555;
}


#listing_title {
	border-bottom: 1px solid #888;
	float:left;
	margin-bottom: 10px;
}

#listing_info h3 {
	margin-bottom: 10px;
	margin-top:9px;
	width:455px;
	float: left;
}

#listing_info {
	border-bottom: 1px solid #888;
	margin-bottom: 20px;
}

#listing_info p {
	margin-bottom: 15px;
	color: #000;
}

.backlink {
	float: right;
	width: 145px;
	line-height: 40px;
	text-align: right;
}

.photo_list {
	border: 0px none;
	width: 127px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 23px;
}

.photo_list .image_wrapper {
	border: 2px solid #ccc;
	float: left;
	background: #444;
	display: inline;
	width: 110px;
	margin: 4px 5px 3px 5px; /*top right bottom left*/
}

.photo_list .image {
	width: 110px;
	overflow: hidden;
}


/*******************************************
** Map Styles
********************************************/

#churchMap {
	height: 300px;
}

#map_wrapper {
	padding: 0px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}


#directions_text {
	margin-bottom: 5px;
}

#directions_form input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px;
	width: 200px;
	float: left;
}

#directions_form input[type="submit"] {
	border: 0px none;
	background: url(/images/blue_grad.gif) bottom left repeat-x;
	padding: 5px 10px;
	color: #ffffff;
}




/*******************************************
** Form Builder Styles
********************************************/

.monkForm #newsletter {
	width: 600px;
	padding-bottom: 50px;
}

.monkForm p, #newsletter p {
	margin: 0px;
}

.monkForm .text, .monkForm .textarea, .monkForm .select, .monkForm .checkbox, .monkForm .radio, .monkForm .file, .monkForm .captcha,
#newsletter .text, #newsletter .textarea, #newsletter .select, #newsletter .checkbox, #newsletter .radio, #newsletter .captcha {
	padding: 10px;
	background: url(/images/semi-trans.png) top left;
	margin-bottom: 10px;
	float: left;
	width: 580px;
}

#formsubmit {
	float: left;
}

.monkForm label, #newsletter label {
	color: #555;
	font-size: 13px;
	font-weight: bold;
}

#newsletter label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

#newsletter input[type="text"] {
	float: left;
	border: 1px solid #aaa;
	width: 350px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

#newsletter_submit {
	border: 0px none;
	background: url(/images/blue_grad.gif) bottom left repeat-x;
	padding: 5px 15px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	margin-left: 150px;
}

.monkForm legend, #newsletter legend {
	color: #415e97;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	text-transform: none;

}

.monkForm fieldset, #newsletter fieldset {
	width: 100%
}

/******* TEXT FIELD *******/
.monkForm .text .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .text .data input[type="text"] {
	float: left;
	border: 1px solid #aaa;
	width: 350px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .text .description {
	margin-left: 150px;
	width: 350px;
	color: #555;
	margin-bottom: 0px;
}

/******* TEXTAREA *******/
.monkForm .textarea .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
}

.monkForm .textarea .data textarea {
	float: left;
	border: 1px solid #aaa;
	width: 350px;
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .textarea .description {
	margin-left: 150px;
	width: 350px;
	color: #555;
}

/******* SELECT *******/
.monkForm .select .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
}

.monkForm .select .data select {
	float: left;
	border: 1px solid #aaa;
	width: 362px;
	padding: 5px;
	font-size: 11px;
	margin-bottom:10px;
}

.monkForm .select .description {
	margin-left: 150px;
	width: 350px;
	color: #555;
}

/******* SECTION *******/
.monkForm .section {
	padding: 10px;
	padding-top: 0px;
}

/******* CHECKBOX *******/
.monkForm .checkbox .data {
	float: left;
	width: 485px;
	margin-left: 15px;
}

.monkForm .checkbox legend {
	font-size: 11px;
}

.monkForm .checkbox .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
}

.monkForm .checkbox .data input[type="checkbox"] {
	font-size: 11px;
	margin-bottom:10px;
	float: left;
	margin-top:6px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .checkbox .description {
	width: 350px;
	color: #555;
}

/******* RADIO BUTTON *******/
.monkForm .radio .data {
	float: left;
	width: 565px;
	margin-left: 15px;
}

.monkForm .radio legend {
	font-size: 11px;
}

.monkForm .radio .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	font-weight: normal;
	font-size: 11px;
}

.monkForm .radio .data input[type="radio"] {
	font-size: 11px;
	margin-bottom:10px;
	float: left;
	margin-top:6px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .radio .description {
	width: 350px;
	color: #555;
}

/******* FILE UPLOAD *******/
.monkForm .file .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
}

.monkForm .file .data input[type="file"] {
	float: left;
	border: 1px solid #aaa;
	width: 350px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .file .description {
	margin-left: 150px;
	width: 350px;
	color: #555;
	margin-bottom: 0px;
}

/******* CAPTCHA *******/
.monkForm .captcha .data label {
	float: left;
	display: block;
	width: 150px;
	line-height: 25px;
	height:50px;
}

.monkForm .captcha .data {
	float:left;
	width:555px;
}

.monkForm .captcha img.captcha {
	margin: 0px;
	padding: 1px;
	border: 1px solid #aaa;
	width: auto;
}

.monkForm .captcha .data input[type="text"] {
	float: left;
	border: 1px solid #aaa;
	width: 112px;
	padding: 5px;
	margin-bottom:10px;
	font-size: 11px;
	margin-left: 4px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.monkForm .captcha .description {
	margin-left: 150px;
	width: 350px; 
	color: #555;
	margin-bottom: 0px;
}

/******* SUBMIT BUTTON *******/
#formsubmit input[type="submit"] {
	border: 0px none;
	background: url(/images/blue_grad.gif) bottom left repeat-x;
	padding: 5px 15px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}

#formsubmit input[type="reset"] {
	border: 0px none;
	background: url(/images/blue_grad.gif) bottom left repeat-x;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
}

.success, .comment-thanks {
	display: block;
	background: #cfc url(../images/accept.jpg) 4px 50% no-repeat;
	border: 1px solid #393;
	border-left: 3px solid #393;
	font-size: 11px;
	padding: 5px 24px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333 !important;
	margin: 5px 0px 10px 0px;
}

.error {
	display: block;
	background: #fcc url(../images/exclamation.jpg) 4px 50% no-repeat;
	border: 1px solid #c00;
	border-left: 3px solid #c00;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333 !important;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
}

.notice {
	display: block;
	background: #ffc url(../images/error.jpg) 4px 50% no-repeat;
	border: 1px solid #fc0;
	border-left: 3px solid #fc0;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333 !important;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
}




/*******************************************
** Search Styles
********************************************/
.search_results h5 {
	border-bottom: 1px solid #444;
}

.search_results p {
	margin-bottom: 20px;
}

#pagination a {
	background: url(/images/blue_grad.gif) bottom left repeat-x;
	color: #fff;
	display: block;
	float: left;
	padding:3px 12px;
	margin-right: 5px;
}

#pagination #off {
	color: #ccc;
	text-decoration: none;
}

#pagination #current {
	background-position: top;
	text-decoration: none;
}






/*******************************************
** Calendar Styles
********************************************/
#calendar_ajax {
	padding-bottom: 50px;
}

.calendar {
	width: 896px;
	border-collapse: collapse;
}

.calendar td {
	vertical-align: top;
	width: 128px;
	height: 128px;
	padding: 5px;
	color: #fff;
	border: 1px solid #e5e5e5;
	background: url(/images/calendar_top.png) top left repeat-x;
}

.td_last {
	border-right: 0px none !important;
}

.td_first {
	border-left: 0px none !important;
}

.calendar caption {
	background: #3A537B url(/images/blue_grad.gif) top left repeat-x;
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin-left:-1px;
	padding:9px 20px 9px;
	width:856px;
	
}

.calendar th {
	background: none;
	color: #333;
	line-height: 40px;
	border: 1px transparent;
}

.calendar td.linked-day ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 13px;
}

.calendar td.linked-day a, .calendar td.linked-day a:visited, .calendar td.linked-day a:active {
	color: #fff;
	text-decoration: none;
}

.calendar td.linked-day a:hover, .calendar td.linked-day a:visited:hover {
	text-decoration: underline;
	color: #fff;
}

.calendar td.linked-day ul a, .calendar td.linked-day ul a:visited, .calendar td.linked-day ul a:active {
	color: #273753;
	text-decoration: none;
}

.calendar td.linked-day ul a:hover, .calendar td.linked-day ul a:visited:hover {
	text-decoration: underline;
	color: #5375AD;
}


.calendar td.linked-day ul li {
	background: none;
	padding: 0px 0px 7px 0px;
}

/*******************************************
** Quicklinks Styles
********************************************/
#calendar_sort {
	float:left;
	margin:10px 0 0 695px;
	position:absolute;
}

#calendar_sort p {
	margin:0;
}

#quicklinks { 
	background:transparent;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:190px;
}

#quicklinks * { 
}

#ctgtext {
	margin-top: 1px;
}

#quicklinks li {
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-indent:0;
	background: none;
}

#quicklinks li a {
	background:transparent url(/images/calendar_dd_bg.jpg) no-repeat scroll left top;
	display:block;
	height:21px;
	padding-left:10px;
	text-decoration:none;
	text-transform:capitalize;
	width:180px;
	padding-top:5px;
	font-weight: normal;
	color: #333;
}

#quicklinks li a:hover {
	color: #333;
}

#quicklinks li ul {
	border:0;
	left:-999em;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	margin-top:-2px;
	-margin-top: -7px;
	padding:0;
	position:absolute;
	width:189px;
	z-index:999;
	padding-bottom: 1px;
}

#quicklinks li:hover ul, #quicklinks li li:hover ul, #quicklinks li.sfhover ul, #quicklinks li li.sfhover ul {
	left:auto;
}

#quicklinks li li {
	font-size:100%;
	font-weight:normal;
	text-indent:0px !important;
	z-index:9999;
	line-height: 25px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	height: 25px;
	background: none;
}

#quicklinks li li a {
	background:#fff;
	margin:0;
	height: 25px;
	width:155px;
	z-index:999;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	padding-top:0px;
}

#quicklinks li li a:hover {
	background: #1A2438 url(/images/blue_grad.gif) bottom left repeat-x;
	color: #fff;
}

#quicklinks li:hover, #quicklinks li.hover {
    position: static;
}

/*******************************************
** Event Detail Styles
********************************************/
#event_detail_content p {
	margin-bottom: 20px;
}

#event_sub_title {
	/*background: #5375AD url(/images/blue_grad.gif) bottom left repeat-x;*/
	background: none;
	text-align: left;
	font-size: 22px;
	color: #415e97;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding: 9px 20px;
}

.event_date {
	color: #6891C9;
	background: url(/images/semi-trans.png) top left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 40px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: normal;
}

/*******************************************
** Blog Styles
********************************************/
#blog_roll {
	margin-bottom: 30px;
}

#blog_categories {
	margin-bottom: 30px;
}

#blog_content_title {
	margin-left:25px;
}

#blog_content_title span {
	display:block;
	font-size:26px;
	text-transform:uppercase;
}

#blog_content_outer {
	background:transparent url(../images/blog_content_repeat.jpg) repeat-y scroll 0 0;
	margin-top:-20px;
}

#blog_content_inner {
	background:transparent url(../images/blog_content_top.jpg) no-repeat scroll 0 0;
	min-height:610px;
	-height:610px;
}

#blog_content {
	padding:58px 0 0 30px;
	width:570px;
}

.blog_heading {
	background: none;
	padding:8px 20px 2px;
}

#blog_title {
	color:#415e97;
	font-size:22px;
	margin-right:20px;
	width:360px;
}

#blog_title span {
	display:block;
}

#subscribe {
	width:150px;
}

#subscribe a {
	background:transparent url(../images/rss_icon.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:bold;
	height:12px;
	padding-left:25px;
	padding-top:3px;
}

#blog_sidebar {
	padding:58px 24px 0 30px;
	width:214px;
}

#blog_author p {
	margin-bottom: 15px;
}

.author_image {
	background:#CCCCCC none repeat scroll 0 0;
	display:block;
	height:142px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:118px;
}

#blog_author .author_image {
	float:left;
}

#blog_author .author_image img {}

.author_text {
	color:#000000;
	display:block;
	font-size:10px;
	line-height:normal;
}

#blog_author .author_text {
	float:left;
	margin-bottom:10px;
	margin-left:6px;
	width:90px;
}

#blog_author .view_entries {
	float:left;
	font-size:10px;
	font-weight:bold;
	margin-left:6px;
}

.author_blog_title {
	font-size: 14px;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

#blog_author .view_entries a, #blog_author .view_entries a:visited, #blog_author .view_entries a:active {
	color: #415e97;
	text-decoration: underline;
}

#blog_author .view_entries a:hover, #blog_author .view_entries a:visited:hover {
	color: #002151;
	text-decoration: none;
}

#blog_search {
	border-bottom:1px dashed #DAB48F;
	margin-bottom:15px;
	padding-bottom:20px;
}

#blog_search #keywords {
	background:#A9541E url(../images/brown_repeat.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-size:11px;
	height:18px;
	margin-right:6px;
	padding:6px 12px 0;
	width:165px;
}

#blog_search .go_button {}

.blog_sidebar_list {}

.blog_sidebar_list h5 {
	font-size:17px;
	margin-bottom:3px;
	text-transform:none;
}

.blog_sidebar_list ul {
	margin:0;
	padding-left:14px;
}

.blog_sidebar_list ul li {
	color:#444;
	list-style-image:none;
}

.blog_sidebar_list ul li a {
	font-size:12px;
	font-weight:normal;
}

#blog_roll {
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	padding-bottom:12px;
}

#blog_categories {}



/* =Blogs - All Blogs
---------------------------------------------------------------------
*/

.blog_box {
	border-bottom:1px solid #ccc;
	padding-left:15px;
}

#campus_home_middle .blog_box {
	padding-left: 0px;
	border: 0px none;
}


.blog_box .blog_desc .blog_author_image {
	margin-bottom:8px;
	margin-right:8px;
	float: left;
}

.blog_box .blog_desc p {
	margin: 0px;
}

.blog_box .blog_desc .last_post {
	margin-top: 20px;
}

.blog_box .blog_main {
	margin-left:17px;
	width:420px;
}

.blog_box .blog_title {
	background: url(../images/black_grad.gif) repeat-x scroll 0 0;
	border: 1px solid #ccc;
	padding:5px 20px;
	margin-bottom: 10px;
}

.blog_box .blog_title h4 {
	margin-bottom: 0px;
}

.blog_box .blog_title a {
	font-size:18px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
}

.blog_box .blog_title a:hover {
	border-bottom: 1px solid #fff;
}

/* =Blogs - Single Blog/Author
---------------------------------------------------------------------
*/

.blog_post {
	border-bottom:1px solid #ccc;
	padding:20px;
}

.blog_post .post_heading {
	margin-bottom:10px;
}

.blog_post .post_title {
	line-height:20px;
}

.post_title, .post_title a {
	font-size:18px;
}

.post_date {
	color:#666;
	font-size:12px;
	font-weight: bold;
}

.blog_post .post_comments {
	margin-right:6px;
}

.post_comments a, .post_comments a:visited, .post_comments a:active {
	background:transparent url(../images/comments_icon.gif)top left no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:28px;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	width:37px;
}

.post_comments a:hover, .post_comments a:visited:hover {
	background-position: bottom left;
	color:#FFFFFF;
}

.post_meta p {
	color:#777;
	font-size:10px;
	font-weight:bold;
}

#previous_entries {
	padding:20px 15px;
}

.prev_post {
	background:#E3E2E0 none repeat scroll 0 0;
	margin-bottom:5px;
	padding:12px 12px 6px;
}

.prev_post_title {
	line-height:15px;
}

.prev_post_title a {
	font-weight:bold;
}

.prev_post_date {
	color:#555;
	font-size:9px;
	font-weight:bold;
}

.archivelink {
	padding-top:10px;
	text-align:right;
}

.archivelink a {
	color:#000000;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
}



/* =Blogs - Post
---------------------------------------------------------------------
*/

#the_post {}

#the_post .post_main {
	border-bottom:1px solid #ccc;
	padding:20px;
}

#the_post .post_main .post_title {
	margin-bottom:7px;
	color: #415e97;
}

#the_post .post_main .post_date {
	color:#666;
	font-size:12px;
	font-weight: bold;
	margin-bottom:15px;
}

#the_post .post_main .post_content p {
	margin-bottom:15px;
}

#the_post .archivelink {
	margin-right:20px;
}

#comments {
	padding:20px;
}

#comments .thickbox {
	font-size:11px;
}

#comment_list {
	margin-top:15px;
}

#comments form  {
	margin-top:15px;
}

#comments form label {
	color:#000000;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-bottom:3px;
	text-transform:uppercase;
}

#comments form textarea {
	border:1px solid #ccc;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:5px;
	padding:5px;
	resize:none;
	width:550px;
}

#comments form #comment-submit {
	background: #000 url(../images/black_grad.gif) repeat-x scroll 0 0;
	border: 0px none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 12px 7px 12px !important;
	text-transform: uppercase;
}

.comment {
	background: #f0f0f0;
	margin-bottom:5px;
	padding:15px;
}

.comment_author {
	margin-right:10px;
	width:150px;
}

.comment_author .name {
	color: #415e97;
	font-size:11px;
	font-weight:bold;
}

.comment_author .date {
	color:#707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}

.comment_text {
	background: #fff;
	color:#666;
	line-height: 21px;
	padding:15px;
	width:310px;
}



/* =Blogs - Archives
---------------------------------------------------------------------
*/

#latest_posts {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding:20px 20px 32px;
}

#latest_posts h5 {
	margin-bottom:25px;
}

.archive_post {
	color:#888;
	margin-bottom:8px;
	font-size: 13px;
}

.archive_post a {
}

.archive_list {
	padding:0 20px;
	margin-bottom: 30px;
}

.archive_list ul {
	background: url(/images/semi-trans.png);
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:6px 12px;
	margin: 0px;
}

.archive_list ul li {}

.archive_list ul li a {
	color:#707070;
	font-size:12px;
}

/********************************************
** Sermon Styles
********************************************/
#sermon_top {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#sermon_top #sermon_page_content {
	width: 650px;
	float: left;
}

#sermon_page_right {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 229px;
}

#sermon_rss a {
	font-size: 15px;
	margin-left:3px;
	padding-left:52px;
	background: url(/images/podcast-icon.png) top left no-repeat;
	display: block;
	height: 32px;
	line-height: 32px;
}

#sermonplayer_top #sermon_rss {
	border-top: 1px solid #444;
	padding-top: 15px;
	margin-top: 10px;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
}

#sermonplayer_top #sermon_rss a:hover {
	color: #fff;
}

#sermon_top_bar {
	background: url(/images/blue_grad.gif) top left repeat-x;
	padding: 9px 10px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

.series {
	float: left;
	margin-left:33px;
	margin-right:33px;
	margin-bottom: 30px;
	line-height: 21px;
	font-size: 13px;
	width: 163px;
}

.series_picture img {
	border: 1px solid #ccc;
}

#prev_year {
	float: right;
	background: url(/images/prev_year.png) top left no-repeat;
	width: 250px;
	height: 30px;
	margin-top: 5px;
	text-indent: -999em;
}

#year_navigation {
	border-top: 1px solid #ccc;
}

#next_year {
	float: left;
	background: url(/images/next_year.png) top left no-repeat;
	width: 250px;
	height: 30px;
	margin-top: 5px;
	text-indent: -999em;
}

#loader_graphic {
	position: absolute;
	margin-left:880px;
	margin-top:-46px;
}

#sermonplayer_top {
	width: 960px;
	text-align: left;
	margin: 0px auto;
}

#sermon_series_player {
	float: left;
	width: 512px;
	height: 288px;
	font-size: 0px;
	line-height: 0px;
}

#sermonplayer_top #right {
	float: left;
	width: 428px;
	padding-left: 20px;
}

#sermonplayer_top #right #icons {
	float: left;
	width: 36px;
	margin-right:20px;
}

#sermonplayer_top #right #icons a {
	display: block;
	margin-bottom: 14px;
	float: left;
}

#sermonplayer_top #right #right_box {
	width: 372px;
	float:right;
}

#sermonplayer_top #right #right_box #take_notes {
	margin-bottom: 0px;
	line-height: 30px;
	padding-left: 10px;
	background: #0a0a0a;
	border: 1px solid #333;
	color: #415e97;
	font-weight: bold;
}

#div_notes textarea {
	width: 350px;
	border: 1px solid #ccc;
	height:131px;
	padding: 10px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}

#video_icon {
	text-indent: -999em;
	width: 36px;
	height: 36px;
	background: url(/images/icon_video.jpg) top left no-repeat;
}

#video_icon.disabled {
	background: url(/images/icon_video_disabled.jpg) top left no-repeat;
}

#audio_icon {
	text-indent: -999em;
	width: 36px;
	height: 36px;
	background: url(/images/icon_audio.jpg) top left no-repeat;
}

#audio_icon.disabled {
	background: url(/images/icon_audio_disabled.jpg) top left no-repeat;
}

#download_icon {
	text-indent: -999em;
	width: 36px;
	height: 36px;
	margin-bottom: 13px !important;
	background: url(/images/icon_download.jpg) top left no-repeat;
}

#download_icon.disabled {
	background: url(/images/icon_download_disabled.jpg) top left no-repeat;
}

#wallpaper_icon {
	text-indent: -999em;
	width: 36px;
	height: 36px;
	background: url(/images/icon_notes.jpg) top left no-repeat;
}

#wallpaper_icon.disabled {
	background: url(/images/icon_notes_disabled.jpg) top left no-repeat;
}

#notes_icon {
	text-indent: -999em;
	width: 36px;
	height: 36px;
	background: url(/images/icon_notes.jpg) top left no-repeat;
}

#notes_icon.disabled {
	background: url(/images/icon_notes_disabled.jpg) top left no-repeat;
}

#icons a:hover {
	background-position: right top !important;
}

#options {
	margin-top: 10px;
	float: right;
}

#email_options {
	float: right;
}

#btn_email {
	width: 66px;
	height: 25px;
	float: left;
	display: block;
	background: url(/images/email_btn.jpg) top left no-repeat;
	margin-left: 7px;
	text-indent: -999em;
}

#btn_save {
	width: 60px;
	height: 25px;
	float: left;
	display: block;
	background: url(/images/save_btn.jpg) top left no-repeat;
	margin-left: 7px;
	text-indent: -999em;
}

#btn_print {
	width: 64px;
	height: 25px;
	float: left;
	display: block;
	background: url(/images/print_btn.jpg) top left no-repeat;
	margin-left: 7px;
	text-indent: -999em;
}

#btn_send {
	width: 60px;
	height: 25px;
	float: left;
	display: block;
	background: url(/images/send_btn.jpg) top left no-repeat;
	margin-left: 7px;
	text-indent: -999em;
}

#btn_cancel {
	width: 81px;
	height: 25px;
	float: left;
	display: block;
	background: url(/images/cancel_btn.jpg) top left no-repeat;
	margin-left: 7px;
	margin-right: 12px;
	text-indent: -999em;
}

#options a:hover, #email_options a:hover {
	background-position: bottom left;
}

#email_form {
	padding-top: 10px;
}

#email_form .label {
	float: left;
	display: block;
	width: 60px;
	margin-bottom: 5px;
	padding: 5px;
	color: #fff;
}

#email_form .element {
	float: left;
	width: 264px;
	margin-bottom: 10px;
}

#email_form #email {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	width: 278px;
}

#email_form #message {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	width: 278px;
	height: 96px;
}

#email_options {
	margin-left: 70px;
}

#sermon_series_desc_wrapper {
	background: #304365 url(/images/blue_grad_tall.gif) top left repeat-x;
	width: 100%;
}

#sermon_series_desc_container {
	width: 920px;
	margin: 0px auto;
	padding: 20px 20px 30px 20px;
}

#summary {
	margin-top: 20px;
}

#sermon_series_message_list #calendar_sort {
	margin: -48px 0 0 720px;
}

#sermon_series_title {
	float: left;
}

#sermonplayer_top .left {
	width: 512px;
}

#sermon_series_title h4 {
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 0px;
	width: 502px;
	background: #3A537B url(/images/blue_grad.gif) top left repeat-x;
}

#summary h6 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}



/********************************************
** No Flash Styles
********************************************/
#noflash, #noscript {
	font-size: 12px;
	line-height: normal;
	text-align: left;
	width: 980px;
	margin: 0px auto;
}

.home #noflash, .home #noscript, .sub #noflash, .sub #noscript {
	width: 940px;
}

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

#campus_list {
	background: #3A537B url(/images/blue_grad.gif) top left;
	line-height: 40px;
	padding-right: 10px;
	color: #fff;
	text-align: left;
}

#church_name {
	color:#3A537B;
	font-size:21px;
	font-weight:normal;
	margin-left:665px;
	margin-top:28px;
	position:absolute;
}

.home #church_name, .sub #church_name {
	margin-left: 625px;
}

#campus_list p {
	color: #fff;
	padding-top: 9px;
	padding-left: 10px;
}

#campus_list a {
	color: #ccc;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	display: block;
}

#explanation p {
	margin-bottom: 0px;
}

#logo {
	position: absolute;
	top: 30px;
}

.landing #first_image {
	margin-top: 56px;
}

#noscript_nav_container {
	background: #3A537B url(/images/black_grad.gif) top left;
	line-height: 32px;
	color: #fff;
	margin-top: 150px;
}

#noscript_nav_container p {
	color: #fff;
	padding-top: 9px;
	padding-left: 10px;
}

#noscript_nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#noscript_nav a {
	color: #ccc;
	padding-left: 15px;
	padding-right: 15px;
}

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

#noscript_nav li {
	float: left;
}

#noscript_nav li ul {
	display: none;
}

.home #first_image {
	width: 640px;
	height: 360px;
	float: left;
	overflow: hidden;
}

.sub #first_image {
	float: left;
	overflow: hidden;
}

#noflash_buckets {
	float: left;
	width: 300px;
	overflow: hidden;
}

#noflash_buckets img {
	margin-bottom: 1px;
}

.home #explanation, .sub #explanation {
	padding: 20px;
	background: #222;
	margin-bottom: 10px;
}


.home #explanation a:hover, .sub #explanation a:hover {
	color: #fff;
}

.home #explanation p, .sub #explanation p {
	color: #fff;
}

#page_title {
	position: absolute;
	margin-left:30px;
	margin-top:96px;
	font-size: 36px;
	color: #fff;
}

/* okay - now we're fixing things... */
#nav_container {
	width: 980px;
	margin: 0px auto;
}

.evite_thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

