/*

   Success Pages Standard CSS
   Author: Mark Kehoe
   Date:   2-6-11

   Filename:   success_std.css
   Supporting files: 

   Colors: Dark Gold  rgb(127,124,73) - Border
           Medium Dark Gold  rgb(171,174,83)
           Medium Dark Gold 2 reg(150,150,75)
           Medium Gold  rgb(183,186,95)
           Light Gold  rgb(216,210,178) - Text BG
           very Dark Blue  rgb(3,24,107)
           Light Ice Blue  rgb(218,225,254)
           
           Title Font: Eras Demi ITC - 48pt & 28pt

*/

body        {font-family: Arial, Verdana, Helvetica, sans-serif; 
             margin: auto;
             background: black url(eagle_background.jpg) repeat;
             text-align: center}


/* outside is used to overcome discrepancies with IE, the body tag assigns the background
   color that will display if the resolution is greater than 750px wide */
   
#outside    {
	margin: auto;
	text-align: left;
	width: 750px;
	border: thin solid #817E4B;
	background-color: #036;
} 
.copyright {
	font-size: xx-small;
	font-style: italic;
	color: #333;
	text-align: center;
}
.button_text {
	font-size: xx-small;
	font-style: italic;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}



#inner      {background-color: white;
             padding: 0px}

#site_nav   {background-color: black;
             height: 30px;
             margin: 0px;
             padding: 0px;
             text-align: center}

#sec_nav    {margin: 0px;
             padding: 0px;
             height: 35px;
             text-align: center}


/* Image CSS */

#h4 img    {float:left; 
             margin: 5px 5px 5px 1px; 
             border: 1px black solid}

#header     {border-width: 0px;
             margin: 0px;
             padding: 0px;
             background-color: rgb(216,210,178);
             text-align: center}

#header img {width: 740px;
             margin-left: auto;
             margin-right: auto;
             padding: 0px}

h1          {text-align: center}

p.rhs_pic_txt, p.lhs_pic_txt 
            {display: block;
             text-align: center;
             color: white;
             font-style: italic; 
             font-size: 8pt;
             background-color: rgb(127,124,73); 
             border: 0px;
             padding: 1px 1px 9px 1px; 
             margin: 5px}

p.rhs_pic_txt
            {float: right}
 
p.lhs_pic_txt
            {float: left}

p.quote     {color: #000066;
             font-style: italic}

p.end_div  {text-align: center}

p.end_text  {
	color: #000;
	text-align: center;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

div.ctr     {text-align: center;
             clear: both;
             border: 1px rgb(127,124,73) solid}

#first_pic  {float: left;
             padding: 5px;
             margin: 5px;
             height: 100px}

#first_pic img {border: 1px rgb(127,124,73) solid}


/* Text mark-up CSS */

#content h1 {color: rgb(127,124,73);
             letter-spacing: 2;
             font-weight: bold;
             padding: 0px;
             margin: 0px}


span.ital   {font-style: italic}

p.text      {margin: 10px 3px 0px 3px}

p a         {
	color: #010080
}

hr          {
	color: #A3A352;
	width: auto;
	text-align: center;
}
p.end_text a:visited, p.end_text a:link, p.end_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
 {
	font-family: Arial, Helvetica, sans-serif;
}
p.end_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990;
	text-decoration: none;
}
.underln {
	text-decoration: underline;
}
.no_underline {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
