@charset "UTF-8";

/* CSS Document */
/* AUTHOR:	Sebastien Thiroux
			sebastien@mmaraudergraphics.com
			http://www.mmaraudergraphics.com
*/

/* --- Styles --- */
body {
	background: #000000 url(../images/cssImages/coordinates_gradientGrey.png) no-repeat center top;
}


/* --- Main Page Styles--- */
#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#wrapper ul {
	font-size: 14px;
	line-height: 115%;
	padding-left: 20px;
	font-weight: lighter;
}


/* --- Header --- */
#header {
	background: url(../images/cssImages/headerBg.png) no-repeat left top;
	margin: 0 0 0 100px;
	width: 800px;
}
#logo  {
	height: 54px;
	padding-top: 15px;
	width: 220px;
}
#logo a {
	cursor: pointer;
}
#logo a:hover {
	cursor: pointer;
}
/* --- End Of Header --- */

/* --- Navigation --- */
#nav {
	float: left;
}
#submenu {
	padding: 5px 0 5px 0;
}

/* --- Main Content Background Styles --- */
#topBackground {
	background: url(../images/cssImages/whiteBackgroundTop.png) no-repeat left bottom;
	height: 80px;
	margin: 15px 0 0 100px;
	width: 800px;
}
#main  {
	margin-left: 100px;
	min-height:310px;
  	height:auto !important;
	height: 310px;
	overflow: hidden;
	position: relative;
	width: 800px;
}
#repeatBg {
	background: url(../images/cssImages/whiteRepeatBackground.png)repeat-y left top;
	float: left;
	width: 800px;
}
#bottom-bg {
	background: url(../images/cssImages/whiteBackgroundBottom.png) no-repeat left top;
	width: 800px;
	height: 28px;
	margin-left: 100px;
}


#content {
	float: right;
	margin-right: 24px;
}
#picture {
	border-bottom: thin solid #ddd;
	height: 205px;
	width: 520px;
}
#video-container {
	border-bottom: thin solid #ddd;
	height: 310px;
	width: 520px;
}
#textArea {
	width: 520px;
}
#title {
	background: url(../images/cssImages/headerBullet.gif) no-repeat left center;
	border-bottom: thin solid #ddd;
	margin-bottom: 10px;
	text-transform: capitalize;
}
#columnsWrapper {
	padding-bottom: 15px;
}
#column1 {
	float: left;
	margin: 0 15px 30px 0;
	width: 255px;
}
#column2 {
	margin-bottom: 5px;
}

/* --- ROTATING BANNER STYLES */
#photoShow {
	border: 1px solid #444;
	height: 185px;
	width: 520px;
}
#photoShow div {
	position: absolute;
	z-index: 0;
}
#photoShow div.previous {
	z-index: 1;
}
#photoShow div.current {
	z-index: 2;
}
#photoShow a {
	cursor: default;
}
/* --- End of Main Content Background Styles --- */


/* --- Footer Styles --- */
#footer {
	background: url(../images/cssImages/footer2.png) no-repeat left top;
	color: #CCC;
	margin: 5px 0 0 100px;
	height: 100px;
	width: 800px;
}
#contactPhone {
	padding-top: 6px;
	width: 400px;
}
#contactPhone li {
	display: block;
	font-size: 11px;
	height: 13px;
	width: 400px;
}
#contact a:link, #contact a:visited {
	color: #CCC;
}
#contact a:hover, #contact a:active {
	color: #F90;
}
#contactPhone #copyrights {
	color: #CCC;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	margin-top: 20px;
}
#language   {
	font-size: 11px;
	height: 18px;
	width: 45px;
	line-height: 18px;
	text-align: center;
	margin: -52px 24px 0 0;
}
#language a:link,#language a:visited {
	background-image: url(../images/cssImages/language2states.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	display: block;
}
#language a:hover,#language a:active {
	color:#FFF;
	background-image: url(../images/cssImages/language2states.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}
/* --- End Footer --- */

/* --- About Page Styles --- */
#contentCV {
	float: right;
	padding-bottom: 10px;
}
#about {
	height: 55px;
	margin-bottom: 20px;
}
.cv {
	border-top: thin solid #ddd;
	clear: both;
	min-height: 100px;
  	height:auto !important;
	height: 100px;
	margin-top: 8px;
	padding-top: 10px;
}
#cvLast {
	border-top: thin solid #ddd;
	margin: 8px 0 40px 0;
	padding-top: 10px;
}
.portrait {
	border: 1px solid #444;
	float: left;
	height: 80px;
	width: 80px;
}
.persons {
	float: left;
	color: #333;
	font-size: 12px;
}
.persons p, .persons h3 {
	margin-left: 12px;
	font-size: 11px;
}
.cvComments  {
	color: #333;
	float: right;
	font-size: 12px;
	padding-bottom: 20px;
	width: 275px;
}