﻿/*  AMMA VODI STYLE SHEET */

body 
{
	margin: 0;
	padding: 0;
	line-height: 1.75em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #787f8c;
	background: #ffffff;
    height:800px;
}

a:link, a:visited { color: #0099CC; text-decoration:none;} 
a:active, a:hover { color: #006699; text-decoration: underline;}

 
p { margin: 0; padding: 0; text-align: justify;}

.bottominfo
{
	font-family: Verdana, Arial, san-serif;
	font-size: 9px;

}
.colortext
{
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #0099CC;
}

.heading
{
   font-size: 22px;
   font-family: Geneva, sans-serif, Verdana, Arial ;
   font-weight:normal;		
   color: #0099CC
}

.cleaner
{
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.cleaner_with_height
{
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}

#amvd_container
{
	width: 960px;
	background: url(images/amvd_main_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 0px 10px;
}

/* HEADER */

#amvd_header
{
	font-size: 12px;	
	width: 960px;
	height: 175px;
	background: url(images/amvdheader.jpg) top center no-repeat;
}

#amvd_header #out_mission_section 
{
	float: left;
	width: 250px; /* padding 30 + */
	padding: 0px 15px;
	margin-top: 20px;
	margin-left: 190px;
}

/* DAILY VERSE, CURRENTLY NOT INCLUDED */

#amvd_header #daily_sgs_verse_section 
{
	float: right;
	width: 250px; /* padding 30 + */
	padding: 0px 15px;
	margin-top: 10px;
	margin-right: 30px;
}

#daily_sgs_verse_section #sgs_verse
{
	clear: both;
	padding-top: 5px;
	font-weight: bold;
}

/* MENU */

#amvd_menu 
{
	clear: both;
	width: 960px;
	height: 50px;
	background: url(images/amvd_menu_bg.gif) repeat-x;
}

#amvd_menu ul 
{
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#amvd_menu ul li
{
	text-align: center;
	display: inline;
}

#amvd_menu ul li a
{
	padding: 5px 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 1px solid #d5d5d5;	
}

#amvd_menu li a:hover, #amvd_menu li .current
{
	color: #1d2f53;
}

#amvd_menu li .last
{
	border-right: none;
}

/* CONTENT */

#amvd_content 
{
	clear: both;
	width: 960px;
	height: 100%;
}

#amvd_content #amvd_left
{
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0;
}

#amvd_content #amvd_right
{
	float: right;
	width: 900px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom:30px; 
	padding: 0px 0px;
}

/* LEFT COLUMN */

#amvd_left #amvd_news_section 
{
	clear: both;
	width: 280px;
}

#amvd_news_section h1
{
	height: 30px; /* + 20 for padding top */
	padding: 20px 0 0 15px;
	margin-bottom: 30px;
	background: url(images/amvd_news_title_bg.gif) bottom left no-repeat;
}

#amvd_news_section .amvd_news_box
{
	margin: 0 15px 30px 15px;
}

.amvd_news_box h2 
{
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #0099CC;
}

.amvd_news_box h3
{
	padding: 0px;
	margin: 0 0 2px 0;
	font-size: 11px;
	color: #0099CC;
}

#amvd_left .left_col_section
{
	padding: 0px;
	margin-bottom: 30px;
}

/* RIGHT COLUMN */

#amvd_right .right_col_section 
{
	margin-bottom: 30px;
	padding: 0px;
}

.right_col_section h1 
{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 22px;
	font-weight: normal;
	color: #0099CC;
}

.right_col_section h2 
{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}

.right_col_section h3 
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #0099CC;
}

.right_col_section img 
{  
	float:left;
	margin: 3px 15px 0 0;
	border: 5px solid #e4e4e4;
}

.right_col_section p
{
	margin-bottom: 15px;
}

.right_col_section ul 
{
	margin: 15px 0;
	padding: 0 0 0 30px;
}

.right_col_section ul li 
{
	margin-bottom: 5px;
}

.right_col_section .right_cleaner_with_10px 
{
	float: left;
	display: block;
	width: 20px;
	height: 100%;
	font-size: 1px;
}

.right_col_section .right_two_col 
{
	float: left;
	width: 460px;
}

.right_col_section .right_three_col 
{
	float: left;
	width: 400px;
}
.right_two_col img 
{
	float: none;
	margin-bottom: 10px;
}
.right_two_col p
{
	margin-bottom: 5px;
}

/* FOOTER */

#amvd_footer
{
	clear: both;
	width: 960px;
    height: 32px;	
	padding: 2px 0;
	vertical-align: top;
	text-align: center;   
	color: #787f8c;
	background: url(images/footer.jpg)  center no-repeat;
}

