@charset "utf-8";
/* CSS Document */


html {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
}

body {
	text-align: center;
	background-color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #999999;
}

.background {
	width: 1050px;
	text-align:center;
	background-color:#fff;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 30px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;

}

.container {
	width: 768px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color: #666;

}

/* head styles */

.header {
	height: 175px;
	margin-bottom: 0px;

}

.header img{
	float: right;
	margin-left: 5px;
	margin-top: 15px;
}

.headerHome {
	width: 98px;
	height: 135px;
	float: left;
}

.headerLinks a{
	display:block;
	width: 18px;
	height: 19px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

.headerLinks a:hover{
	background-position: 0 -18px;
}

.headerMainNav {
	width: 768px;
	height: 25px;
	margin-top: 0px;
	float: left;
	padding-top: 0px;
	font-size: 11px;
	
}

.headerMainNav a{
	display: block;
	height: 8px;
	width: 20px;
	float: right;
	margin-left: 15px;
}

.headerMainNav a:hover {
	background-position: 0 -16px;
}

.headerMainNavSelect {
	background-position: 0 -8px;
}

.navDesign a:hover {color: #00CC00;}
.navIllustration a:hover {color:#FF3366;}
.navPhotography a:hover {color:#0066CC;}
.navWeb a:hover {color:#FF9900;}
.navContact a:hover {color:#FFCC00;}
.navResume a:hover {color:#CC33CC;}

.menu {
	

}

/* head styles end */

/* main styles */

.main {
	min-height: 200px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 14px;
	padding-bottom: 200px;
}

.mainImages{
	height: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.mainImages img{
	margin-bottom: 15px;

}

.mainCol {
	width: 235px;
	float: left;
	padding: 0 15px 0 15px;
	display: block;

}

.slideshowIndex {
	width:768px;
	height: 350px;
	border: 1px solid #c2c2c2;
	-moz-box-shadow: 2px 2px 2px #8d8d8d;
	-webkit-box-shadow: 2px 2px 2px #8d8d8d;
	box-shadow: 2px 2px 2px #8d8d8d;


}

.mainColHeadline {
	font-size: 11px;
	margin-bottom: 4px;
	color: #2c598e;
	line-height: 18px;
}

.categoryHeadline {
	padding-left: 15px;
	margin-bottom: 7px;
}

.categoryThumbContainer {
	width: 505px;
	margin: 0 0 0 15px;
}

.categoryThumbContainer a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
}


.categoryThumbContainer a:hover{
	background-position: 0 -50px;
}

.categoryThumb {
	width: 73px;
	height: 73px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	border: 1px solid #ccc;
}

#categorySlideshow{
	margin-left: 15px;
	width: 505px;
	height: 400px;
	background-color: #fff;
	border: none;
	margin-bottom: -10px;
}


.resumeName {
	font-size: 25px;
	color:#9fd6f5;
	font-weight: bold;
	margin: 5px 0 10px 0;
}


.resumeHeadline {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #9fd6f5;
}

.resumeTitle {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 4px 0;
	color:#999999;
}

.resumeDate {
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0 5px 0;
	color:#333333;
	
	/*color: #e54045;*/
}

.resumeBody {
	margin-left: 20px;

}

/* main styles end */

/* foot styles */

.foot {
	background-color: #21446d; 
	margin-top: -220px; 
	height: 200px; 
	background-image: url(../images/bgFoot.jpg); 
	background-repeat:repeat-x; 
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 11px;
	overflow: auto;
	clear:both;
}

.footContainer {
	width: 775px; 
	color: #fff; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
 
}

.footContainer a {
	color: #FFF;
}

.footContainer a:hover {
	color: #FFCC00;
}

.footCol {
	width: 177px;
	float: left;
	margin-right: 15px;
	line-height: 17px;
}

.mainFootHeadline {
	color: #FFFF66;
	font-size: 11px;
}
/* foot styles end */
