
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #151515;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

body,td,th {
	font-family: Verdana; //Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-align:justify;
	color: #FFFFFF;
}

b{
	font-family: Verdana; // Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-transform: uppercase; /* force text to uppercase */
	text-align:justify;
	color: #FF3200;
}

h1{
	font-family: Verdana; // Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #FF3200;
	margin-top:30px;
}

.small{
	font-family: Verdana; //Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#767673;
}

.boldtext
{
	font-family: Verdana; //Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-align:justify;
	color: #FF3200;
}
#gallery {
	position:absolute;
	left:0px;
	top:335px;
	width:100%;
	height:75px;
	overflow:auto;
	padding:0px;
	padding-right:80px;
	z-index:1;
}

#textblock {
	position:absolute;
	left:50px;
	top:50px;
	width:80%;
	height:300px;
	overflow:auto;
	padding:0px;
	padding-right:80px;
	z-index:1;
}

#resumeblock {
	position:absolute;
	left:550px;
	top:50px;
	width:350;
	height:300px;
	overflow:auto;
	padding:0px;
	padding-right:80px;
	z-index:1;
}

/* =====================================================*/
/*               ACCORDION MENU                         */
/* =====================================================*/

.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 0px solid #000000;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: #151515;
	color: #767673;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #767673;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-color:#1F1F1F;
	color: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #151515;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #767673;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 30px;
}

.glossymenu div.submenu ul li a:hover{
	background: #1F1F1F;
	color: white;
}


/* =====================================================*/
/*               LIGHT BOX                              */
/* =====================================================*/
.section {
	border-top:1px solid #BBB;
	margin-top:15px;
	margin-left:5%; margin-right:5%; 
	padding: 5px;
	padding-bottom:0px;
	background-color:white;
}

.section ul {
	list-style: none; margin-top:5px;
}
.section ul li {
	display: inline;
}
.section ul a {
	background-color:#ECECEC;
	border:1px solid #999999;
	padding: 5px 5px 10px;
	display:block;
	float:left;
	margin:5px;
}
.section ul a:hover {
	background-color:#FFFFFF;
	border:1px solid #333333;
}
.section ul a img {
	border:1px solid #999999;
}
.section ul a.lightbox-enabled img {
	border:1px dotted #999999;
}

.section span.code {
	font-family:"Courier New", Courier, monospace;
	margin-left:10px; padding-left:10px;
	font-size:11px;
	border-left:1px solid #000;
}

.section .link { font-size:12px; font-style:italic; padding-left:10px; margin-left:10px; }

.section .important { text-decoration:underline; }

.section .title { font-weight:bold; font-size:16px;}

.clear { clear:left; }

.section.header { text-align:center; font-size:12px; padding-top:10px; border-top:none; }
.section.footer { text-align:center; font-size:12px; padding-top:10px; }