/* 
   Main font
*/
   * { font-size: 14px; font-family: 'Verdana', sans-serif; color: #272e75; font-weight: bold; }
/*
   Centering the content
*/
body { text-align: center; width: 100%; margin: 12px 0 0 0; padding: 0; background-color: #2a3786; } 
div.main {
	text-align: left;
	margin-left: auto; margin-right: auto;
	max-width: 900px; width: expression(document.body.clientWidth > 900? "900px": "auto" );
	background-image: url(images/flag_background900.jpg); background-repeat: no-repeat; 
	 }
/*
   Special Paragraph Formating
*/ 
.bigger_margins { width: 100%; margin-left: 40px; margin-right: 40px; margin-top: 20px; }
.link_list { margin-top: 6px; }
ul { text-align: left; margin-bottom: 0; }
ul.big_bullets { list-style-image: url( images/aafs_bullet.png ); }
.top_right { float: right; margin-bottom: 10px; margin-left: 20px; margin-right: 0; text-align: center;}
.top_left { float: left; padding-left: 0; padding-bottom: 10px; padding-right: 20px;}
.left_bar { float: left; padding-right: 20px; padding-bottom: 25px; width: 225px; }
/*
   Links
*/ 
   a:link, a:visited, a:hover {color: #2c3485}
   a.link_bar:link, a.link_bar:visited {color: #2c3485; font-size: 17px; font-weight: bold; }
   a.link_bar:hover {color: #2c3485; font-size: 17px; font-weight: bold; }
   .disabled_link { color: #FF7033 }
   div.top_links { padding-top: 6px; padding-bottom: 6px; }
/* 
   Special text colors and sizes 
*/
  .highlight { background-color: #D1FFCC }
  .rednormal { color: #d83534 }
  .redbold { color: #d83534; font-weight: bolder; font-size: inherit }
  .error { color: #d83534; font-weight: bolder; font-size: inherit }
  .blue { color: #005496 }
  .dark_bg { color: #FFFFFF; background-color: #005496 }
  .page_title { color: #005496; font-weight: bolder; font-size: 16px }
  .title { color: #005496; font-weight: bolder; font-size: 14px }
  .pic_title { color: #005496; font-weight: bolder; font-size: 14px; text-align: center; margin-top: 14px; }
  .title { color: #005496; font-weight: bolder; font-size: 20px }
  .big { font-size: 18px; font-weight: bolder; }
  .very_big { font-size: 20px; font-weight: bolder; }
  .very_big_raised { font-size: 20px; vertical-align: sup; }
  .little { font-size: 12px }
  .very_little { font-size: 10px }
  .section_title { font-weight: bolder; font-size: inherit; clear: both;}
  td.extra_bold { fold-weight: bold; }
  table.form_table td { font-weight: normal; }
/* 
   Borders and blocks
*/
   hr { color: #2c3485 }
  .bordered { border-style: ridge; border-color: #005496 }
  .bordered_red { border-style: ridge; border-color: #d83534 }
  .main_border { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #005496 }
  .main_border_red { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #d83534 }
  .cell_border { border-style: solid; border-width: 1px; border-color: #005496 }
  table.grid td { border-style: solid; border-width: 1px; border-color: #005496; border-collapse: collapse; }
  table.recipients td { border-style: none; vertical-align: top; text-align: center; }
  table.nogrid td { border-style: none; border-collapse: collapse; vertical-align: top;}
  table.std_spacing  td { padding-left: 6px; padding-right: 6px; padding-bottom: 6px; vertical-align: top;}
  .low_underscore { border-bottom: 1px solid #000000; text-decoration: none }
  .picture { float: left; text-align: center; width: 490px;}
  .table_section3 { background-color: #ffec79; }
  table.std_spacing tr.table_section_title td { background-color: #c5d3fb ; text-align: center; padding-top: 8px;}
/*
   Drop shadow
*/
.p-shadow {
  width: 90%;
  float:left;
  background: url(drop_shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

div.p-shadow {
  background: none !important;
  background: url(drop_shadow_offset.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

div.p-shadow {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .shadow6,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow6 {
        background: #b3c2cb;
    }

    #shadow-container .shadow5 {
        background: #bccad2;
    }

    #shadow-container .shadow4 {
        background: #c5d1d8;
    }

    #shadow-container .shadow3 {
        background: #cfd9df;
    }

    #shadow-container .shadow2 {
        background: #dbe2e7;
    }

    #shadow-container .shadow1 {
        background: #e6ebee;
    }
    
    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 4px;
    }
/*
  Lists
*/
    ul { list-style: disc outside url(images/bullet.gif) }
  li { padding-bottom: 18px }
/* 
   Form elements
*/
  .button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px;  text-align: center }
  .next_button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px; width: 80px; text-align: center }
  input { font-family: 'Arial', sans-serif; font-size: 13px  }
  select { font-family: 'Arial', sans-serif; font-size: 13px }
  textarea { font-family: 'Arial', sans-serif; font-size: 13px }
  .button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px;  text-align: center }
  .next_button { font-family: 'Arial', sans-serif; font-size: 13.5px; height: 21px; width: 80px; text-align: center }
  input { font-family: 'Arial', sans-serif; font-size: 13px  }
  select { font-family: 'Arial', sans-serif; font-size: 13px }
  textarea { font-family: 'Arial', sans-serif; font-size: 13px }
	.numeric { width: 80px; }
	.short_text { width: 80px; }
	.medium_short_text { width: 120px; }
	.medium_text { width: 200px; }
	.personal_text { width: 300px; }
	.longer_text { width: 405px; }
	.longest_text { width: 700px; }
	.inp_email { width: 405px; }
  
/*
   Signup packages
*/
  .package_title { background-color: #C15627; color: #FFFFFF; text-align: center }
  .package_body  { background-color: #FFFFFF; text-align: center; height: 114px }
  .package_price { background-color: #FFFFFF; text-align: center }
/*
   Misc.
*/
   .indented { margin-left: 24px }
   div.sandbag { margin: 0 0 -1px 0; float: right; clear: right; border: solid green 1px;}
/*
   Dropdown menu
*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
	text-decoration: underline;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 95px;
	background: none;
	color: #13714d;
	text-align: center;
	text-decoration: underline;}

#sddm li a:hover
{	color: #ffffff;
	background: #30a3b2}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 85px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #30a3b2;
		color: #ffffff;
		font: 11px arial}

	#sddm div a:hover
	{	background: #30a3b2;
		color: #FFF}

  #dhtmltooltip{
		position: absolute;
		width: 150px;
		border: 2px solid black;
		padding: 2px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}