@charset "utf-8";
/* CSS Document */

/* style sheet for:
   - black background
   - flash image at the top of the page
   - flash image at the top of the page
   - font: white, 12pt, sans serif
*/

.general_body
{
   background-color: #133264;
   text-align: center;
   margin-top: 2px;
   /*width: 800px; 
   height: 600px;
    margin-right: auto;
   margin-bottom: 2px;
   margin-left: auto;*/
}
.mailto
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-style: italic;
   text-transform: capitalize;
}
#main_div
{
   background-color: #133264;
   vertical-align:middle;
}
.copyright
{
   font-size: 10pt;
   background-color: #133264;
   background-position: center bottom;
   color: #BE9E60;
}
.copyright_no_background
{
   font-size: 10pt;
   background-position: center bottom;
   color: #BE9E60;
}
.general_p
{
   background-color: #133264;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   color: #FFFFFF;
   text-align: left;
}
.general_centered_p
{
   background-color: #133264;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   color: #FFFFFF;
   text-align: center;
}
.testimonial_p
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   font-style: normal;
   color: #ffffff;
   text-align: left;
   font-weight: bold;
}
.p_heading
{
   color: #BE9E60;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-style: italic;
}
.flash_body
{
   background-color: #133264;
   text-align: center;
   vertical-align:middle;
   margin-top: 10px;
   margin-right: auto;
   margin-bottom: 2px;
   margin-left: auto;
}
.contact_box_data
{
   color: #133264;
   text-align: left;
}



#info {
	border: 1px solid #C2C7BE;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	background-color: #133264;
	left: 10px;
	position: relative;
	top: 0px;
	width: 309px;
}

#picorig {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 123px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 309px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 800px;
	left: -50px;
	position: absolute;
	top: -600px;
	width: 618px;
    z-index:9999999;
}


