@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
body {
	margin-right: auto;
	margin-left: auto;
	width: expression(document.body.clientWidth < 902? "900px" : document.body.clientWidth > 1052? "1050px" : "auto");
	max-width: 1022px;
	min-width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #000;
	behavior:url("Javascript/csshover.htc");
	background-image: url(../images/BGStripe.jpg);
	background-repeat: repeat-x;
	background-color: #9B8E86;
}
.HomeBg {
	height: 650px;
	width: 1024px;
	margin-top: 40px;
	margin-left: auto;
	align: center;
	background-image: url(../images/HomeBG.png);
	background-repeat: no-repeat;
	margin-right: auto;
}
.SampleBG {
	height: 650px;
	width: 1024px;
	margin-top: 40px;
	margin-left: auto;
	align: center;
	background-image: url(../images/ResumeBG.png);
	background-repeat: no-repeat;
	margin-right: auto;
}


.CenterMenu {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 300px;
	color: #FFF;
	height: 50px;
}
.AlignLeft {
	float: left;
}
.AlignRight {
	float: right;
	margin-right: 50px;
}


a:link {
	color: #D6D6D6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AD2416;
}
a:hover {
	text-decoration: none;
	color: #D6D6D6;
}
a:active {
	text-decoration: none;
}
a:link img {border-color: #666;} 
a:visited img {
	border-color: #CCC;
	}
a:hover img {border-color: #333;}
.Elements {
	width: 1024px;
	padding-top: 130px;
}

.CenterMenuResume {
	width: 275px;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

.Address {
	width: 400px;
	color: #CCC;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-right: 100px;
	margin-left: auto;
}
.ResumeText {
	text-align: left;
	height: 350px;
	overflow-x:hidden; overflow-y:scroll;
	width: 950px;
	font-size: 1em;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	list-style-type: none;
	line-height: 1.3em;
}
.Column {
	float: left;
	height: 100px;
	width: 300px;
	padding-left: .7em;
}
.Column2 {
	float: left;
	width: 925px;
	padding-left: 0.7em;
	margin-bottom: 1.2em;
	clear: both;
}
.Column3 {
	float: right;
	height: 100px;
	width: 150px;
	text-align: center;
	bottom: 20px;
	margin-right: 50px;
}


.Head {
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AC2417;
	margin-bottom: 1em;
}
.Head2 {
	font-weight: bold;
	font-size: 1em;
}
.list {
	padding-left: 1em;
	padding-top: .4em;
	line-height: 1.2em;
}


.SampleList {
	text-align: left;
	height: 400px;
	overflow: auto;
	width: 350px;
	font-size: 1.1em;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 40px;
	color: #FFF;
	float: left;
}
#popup
{
	width:900px;
	position:fixed;
	top:200px;
	left: 50%;
	color: #CCC;
	background-color: #373737;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: auto;
	border: 1px solid #CCC;
	padding-bottom: 30px;
	text-align: left;	/*visibility: visible;*/
	margin-left: -475px;
	height: 350px;
	background-image: url(../images/PopUpBG.jpg);
	background-repeat: no-repeat;
}
#popupNoM {
	width:750px;
	position:fixed;
	top:50px;
	color: #000;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: auto;
	border: 1px solid #CCC;
	padding-bottom: 30px;
	text-align: left;	/*visibility: visible;*/
}

.hide
{
	display: none;
}
.CloseButtonPopup {
	font-size: 0.9em;
	font-weight: lighter;
	color: #000;
	margin-bottom: .7em;
	top: 1.3em;
	width: 100px;
	float: right;
	clear: left;
}.TitlePopup {
	font-size: 1.1em;
	font-weight: bold;
}
.DetailsImage {
	font-size: .8em;
}
.DetailsBlock {
	font-size: .9em;
}
.HeaderDetails {
	font-size: .9em;
	font-weight: bold;
}
.TestDiv {
	float: left;
	margin-top: 60px;
	width: 650px;
	height: 400px;
}
.FloatLeft {
	float: left;
}

