@charset "utf-8";
body , html{
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	padding: 0px;
	background-color: #999;
}
#Header {
	background-color: #FFF;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.Orange {
	color: #FAA634;
	font-weight: bold;
}

#HeaderContent {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 10px 30px;
}
#Navbar {
	background-color: #666;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

#NavbarContent {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 30px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: 50%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#Navbar a {
	color: #FFF;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#Navbar a:hover {
	color: #FAA634;
	text-decoration: none;
}
.Container {
	height: auto !important
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background-attachment: scroll;
	background-image: url(../images/background_column.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: -50px;
}
#Sidebar {
	float: left;
	width: 290px;
}
#Statement {
	background-color: #FAA634;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 263px;
	font-size: 14px;
	float: left;
	width: 290px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.StatementRight {
	font-size: 90%;
	float: right;
}

#Statement h3 {
	margin-left: 10px;
}

#Statement p {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}



#Experience {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	list-style-type: upper-alpha;
	padding-top: 15px;
	float: left;
	width: 270px;
	padding-left: 10px;
	height: 100%;
	padding-right: 10px;
	padding-bottom: 20px;
}

#Experience p   {
	vertical-align: text-bottom;
}
.ExperiencePoints {
	background-color: #DFDFDF;
	color: #666;
	border: 1px solid #FFF;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}
.ExperiencePoints p {
	padding: 5px;
}
.ExperienceContact {
	font-size: 90%;
	color: #FFF;
	margin-top: 50px;
}



#Experience a {
	color: #FFF;
	text-decoration: none;
	font-size: 90%;
}
.ExperienceHeader {
	font-size: 18px;
	color: #666;
	margin-top: 30px;
}

#Experience a:hover {
	color: #666;
}


#Experience h3 {

}
#Experience ol li {
	list-style-type: none;
	list-style-position: inside;
}

#Experience img   {
	padding-right: 4px;
	margin-bottom: 20px;
	clear: right;
}

#ContainerFooter {
	width: 100%;
	height: 0px;
}
#Footer    {
	height: 50px;
	background-color: #666;
	width: 100%;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	clear: both;
	margin-top: -50px;
	}
#FooterContent {
	width: 820px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999;
	padding-top: 13px;
	padding-bottom: 25px;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}

