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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#8d8d8d;
	background-image: url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	text-align: left;
	height:600px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:lighter;
	font-stretch: extra-expanded;
	color:#999999;
	font-variant:small-caps;
}
ul {
	list-style-type:none;
	line-height:24px;
	margin-left: 45px;
	margin-top:28px;
	margin-right:0;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
:focus
{
  -moz-outline-style: none;
}

/* styles for the HEADER AND MAIN MENU */

#header {
	background: url(images/header_bg.gif); 
	padding: 0 10px 3px 20px;
	font-size: small;
	height:40px;
}
#logo {
	margin: 0;
	padding: 15px 0 0 0;
	float:left;
}
#mainMenu {
	padding:25px 10px 3px 0px;
	float:right;
	color:#fff;
}
#mainMenu a:link {
	color: #ffffff;
	text-decoration: none;
}
#mainMenu a:visited {
	text-decoration: none;
	color: #ffffff;
}
#mainMenu a:hover {
	text-decoration: underline;
	color: #333333;
}
#mainMenu a:active {
	text-decoration: none;
	color: #ffffff;
}
.active {
	color:#000000;
	text-decoration:none;
}
/* styles for MAIN CONTENT AREA */
#mainContent {
	padding: 0;
	background: #FFFFFF;
	height:490px;
}
/* Home Page main content */
#homeMainContent {
	padding: 0;
	background: #FFFFFF;
	height:515px;
}

/* new LINKS styles */
#linksContainer {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	text-align: left;
	height:600px;
}
#linksMainContent {
	padding: 0;
	background: #FFFFFF;
	height:505px;
}
#linksWrapper {
	width:740px;
	height:500px;
	color:#999999;
	font-size:small;
	padding:10px 0 0 0;
	line-height: 16px;
}
#linksWrapper a {
	color:#999999;
	text-decoration:none;
}
#linksWrapper a:hover {
	text-decoration:underline;
}
#linksLeft {
	float:left;
	width:60%;
}
#linksRight {
	width:40%;
	float: right;
}
#linksLeft ul {
	margin-left:85px;
}
#linksRight ul {
	margin-right:45px;
}
.linksHeading{
	margin: 60px 0 15px 0;
}
.linksHeadingRight {
	margin:60px 0 15px 0;
	;
}
/*  Styles for the CV Page  */

#cvContainer {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	text-align: left;
}
#cvsMainContent {
	padding: 0;
	background: #FFFFFF;
}
#cvTextWrapper {
	width:732px;
	color:#999999;
	font-size:small;
	padding:10px 0 0 0;
	line-height: 16px;
	margin: 0 0 0 38px;
}
/* Styles for the ABOUT PAGE ---Note: this pages uses some of Links page styles */
#aboutContainer {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	text-align: left;
	height:600px;
}
#aboutMainContent {
	padding: 0;
	background: #FFFFFF;
	height:505px;
}
#aboutLeft {
	float:left;
	width:300px;
	padding-top: 12px;
	height: 450px;
}
#aboutLeft img {
	margin-left:70px;
	margin-top:10px;
	border: 1px #000000 solid;
}
#aboutRight {
	float:right;
	width:400px;
	height: 450px;
}
#textWrapper {
	width:740px;
	height:500px;
	color:#999999;
	font-size:small;
	padding:10px 0 0 0;
	line-height: 16px;
}
/* styles for the footer */
#footer {
	padding:0 10px 0 20px;
	background:#fff;
	margin: 0 auto;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.homeAndContactIcons {
	padding:0 0 4px 0;
}
#linksFooter {
	padding:0 10px 0 20px;
	background: url(images/links.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:51px;
}
.linksHomeAndContactIcons {
	padding:10px 0 0 0;
}



/* styles for copyright */
#copyright {
	font-size: x-small;
	color: #999999;
	margin:0 auto;
	width:780px;
	padding: 5px 2px 0 0;
	text-align:right;
}
#copyright a {
	color: #999999;
}
#copyrightCv {
	font-size: x-small;
	color: #cecece;
	margin:0 auto;
	width:780px;
	padding: 5px 2px 0 0;
}
#copyrightCv a {
	color: #cecece;
}
