﻿/*Div Layout */

body 
{
	color: white;
	BACKGROUND-IMAGE: url('Img/Bg_body.png');
	background-color: black;
	BACKGROUND-REPEAT: repeat-x;
	min-height: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	
}


#Container
{

	margin-left: 170px;
	width: 750px;
}
#Top
{
	text-align : right;
		Height: 83px;
}
#Header
{
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-IMAGE: url('Img/Name.png');
	height: 150px;

}

#Nav
{
	float: right;
	padding-top: 38px;
	text-transform: uppercase;
}

#Main
{
	padding-left: 5px;
	padding-right: 5px;
	height : 100%;
	width : 100%;
	
}
#Bottom
{
	BACKGROUND-IMAGE: url('Img/Bg_bottom_body.png');
	BACKGROUND-REPEAT: repeat-x;
	height: 47px;
	width : 100%;
	padding-top : 25px; 
	text-align : center; 
	text-transform: uppercase;
	font-size : 7pt;

}


/* Formatting */

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}


.ContactStyle
{

	color : White;
	width : 100%;
	height : 100%;
	

}

h2
{
	background: url('Img/gradientH3.jpg') no-repeat left bottom; 
	font-family: Georgia;
	color: #598527;
	font-size: 14pt;
	font-weight: normal;
}
h3
{
	font-family: Georgia;
	color: #598527;
	font-size: 12pt;
	font-weight: normal;
}
ul li{
  list-style-image: url('Img/bullet.jpg');
  padding: 0 0 5px 0;
}




p.Titles
{
	font-family : Courier New;
	font-size : large;
	}
.PanelLinkStyle
{
	text-align : left;
}
	
/* Popup Modual Style*/

.aHeader
{
	font-size: 12pt;
	background-color : #598527;
	border : 1px Solid #FFFFFF;
	Padding : 4px;	
}
.aContent
{
	font-size: 10pt;
	border : 1px dashed #FFFFFF;
	Padding : 4px;
	}
.ModalPopup
{
	
	background-color : Black;
	Height: 200px;
	Width : 100%;
	border-color : White;
	border-style : solid ;
	border-width : 1px;


	

}
.ModalPopupBG
{
	background-color : Black;
	filter : alpha(opacity=70);
	opacity : 0.70;
	
}
.ValiditorPopup
{
	color : White;


}
.ModalPopDesc
{
}
.ModalPopDescBG
{
	background-color : Black;
	filter : alpha(opacity=87);
	opacity : 0.87;
}
.LinkImages
{
	float : left;
	margin-right: 20px;

}
#MainLeft
{
	text-align:justify;
	font-family: Georgia;
	font-weight: normal;
	font-size: 11pt;
	width : 400px;
	float : left;

}

#MainRight
{
	text-align:justify;
	font-family: Georgia;
	font-weight: normal;
	font-size: 11pt;	
	width : 335px;
	float : right;
}

#PanelDiv
{
 
	 width : 400px;
  margin-left : auto ;
  margin-right : auto ;
  
	
	
	
	}
