/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

.navpanellayer {
    display: none;
}

#gallery {
    margin-left: 25px;
}

body {
	background: #FFFFFF;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif
}

.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}

html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

img {
	border: 0;
}

h1 {
	margin: 0;
}

a {
	text-decoration: none;
}

h2 {
    margin-bottom: 5px;
    margin-top: 12px;
}

h2 a {
    color: #000;
}

h2 a:hover {
    text-decoration: underline;
}

a h2{
	color: #000;
	font-size: 16px;
}

a:hover h2 {
	color: #636363;
}

h3 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

h4 {
	margin:0;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #bfbfbf;
}

a h4 {
    text-decoration: none;
    color: #000;
}

a:hover h4 {
    color: #636363;
}

#pageWrapper {
	width: 920px;
	height: auto;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(../images/header_bg.png) no-repeat;
	height: 50px;
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	width: 870px;
	text-align: center;
}

#navbar {
	width: 100%;
	float: left;
	height: auto;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav li {
	display: inline;
	padding-right: 7px;
	line-height: 39px;
}

.nav a {
	text-decoration: none;
	color: #000000;
}

.nav a:hover {
	color: #7f7f7f;
}

#content {
	background: url(../images/sides.png) repeat-y;
	min-height: 300px;
	height: auto;
	width: 850px;
	padding-left: 35px;
	padding-right: 35px;
}

#breadcrumbs {
	float: right;
	width: ;
	height: auto;
	padding-bottom: 10px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #000000;
}

#breadcrumbs a:hover {
	color: #7f7f7f;
}

#breadcrumbs a.oldCrumb {
	color: #7f7f7f;
}

#breadcrumbs a.oldCrumb:hover {
	color: #000000;
}

#pageLeft {
	float: left;
	height: auto;
}

.imageHolder {
	background: url(../images/frontPageImg.png) no-repeat;
	width: 850px;
	height: 250px;
	display: block;
}

#thumbsWrapper {
    width: 360px;
    float: left;
}

#pageText {
    width: 360px;
    height: 165px;
    padding-top: 15px;
}

#pageImages {
	float: left;
	height: auto;
	text-align: center
}

#pageRight{
	float: right;
}

.leftContent {
	float: left;
	display: inline;
}

.rightContent {
	float: right;
}

#footer {
	padding-top: 10px;
	background: url(../images/footer_bg.png) no-repeat;
	height: 50px;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #7f7f7f;
}

#devcity {
	padding-top: 5px;
	padding-right: 5px;
	color: #bababa;
	font-size: 12px;
	text-align: right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#devcity a {
	text-decoration: none;
	color: #bababa;
	font-size: 12px;
}

#devcity a:hover {
	color: #4B314D;
}

input[type="text"] {
	width: 270px;
	height: 35px;
	background: url(../images/inputbg.png) no-repeat;
	border: 0;
	padding-left: 15px;
	padding-right: 15px;
}

input[type="submit"] {
	margin-top: 10px;
	background: #FFF;
	border: 0;
	font-size: 14px;
}


textarea {
	width: 270px;
	height: 140px;
	background: url(../images/textboxbg.png) no-repeat;
	border: 0;
	padding: 15px;
}

label {
	margin-left: 5px;
}


ul.more {
	padding: 0;
	margin-left: 40px;
}

a.more {
	color: #000;
}

a.more:hover {
	color: #636363;
}

table.showcase td {
	vertical-align: top;
}

.images {
	text-align: center;
}

.multicol {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2; 
	-webkit-column-gap: 1em; 
}

.spacer {
	height: 60px;
	width: 100px;
}

#cvTable td {
    vertical-align: top;
}
