html {
	background: #7f7f7f;
}
body {
    min-width: 810px;
    color: #e9e9e9;
    text-align: center;
}

#footer p {
    font-size: 0.857em;
    line-height: 1.667em;
    margin: 0;
}

em { font-style: italic; }

strong { font-weight: bold; }

p, h2, h3, ul, ol {
	margin-left: 5px;
}

#content_related p,
#content_related li,
#content_related dl {
	font-size: 0.857em;
	line-height: 1.677em;
}

#content_related ul,
#content_related ol {
	margin: 0 0 15px;
}

#content_related.services ul, #content_related.services ol {
    padding: 0 5px;
}

a {
    color: #fff;
}

h2 a,
p a,
dd a {
    padding: 0.214em 0.357em;
    margin: -0.214em -0.357em;
}
h2 a:hover,
p a:hover,
dd a:hover {
    background: #585858;
    text-decoration: none;
}

h1 {
	font-size: 1.429em;
	line-height: 2em;
	margin-left: 5px;
    color: #bebebe;
}
h1 em,
h2 em { color: #fff; font-style: normal; }
h1 a { color: #bebebe; }
h1 a:hover { text-decoration: none; }
h1.profile {
	color: #fff;
}

h2 {
    font-size: 1.142em;
    line-height: 1.25em;
    color:  #bebebe;
}
h2.profile {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	font-size: 0.857em;
	line-height: 3.333em;
}
h2.profile a {
    color: #bebebe;
}
h2.profile a:hover {
	color: #fff;
}

dl { margin-left: 5px; }
dt { color: #585858; }
dd { margin: 0; }

#menu li {
	list-style: none;
	margin: 0;
}

#content_related li {
	list-style: none;
	margin: 0;
}


/* Layout */

#wrap {
    width: 760px;
    margin: 0 auto;
    text-align: left;
}

#header {
    position: relative;
    height: 200px;
}

#header #logo {
    position: absolute;
    bottom: 35px;
    right: 60px;   
}

#menu {
    position: absolute;
    left: 0;
    bottom: 17px;
    margin: 0;
}

#main { position:relative; }

#content {
    position: relative;
    float: left;
    margin: 20px 0 15px;
    width: 515px;
}

#content_related {
    position: relative;
    float: right;
    margin: 20px 0 15px 0;
    width: 210px;
}

#footer {
    text-align: center;
    padding: 30px 5px ;
    clear: both;
}


/* Menu List */

#menu li {
    float: left;
    margin-right: 30px;
}

#menu li a {
    display: block;
    padding: 32px 5px 3px;
    text-decoration: none;
    color: #bebebe;
}
#menu li a:hover { background: #585858; }
#menu li a em { color: #fff; font-style: normal; }


/* HR */

div.hr {
    clear: both;display
    height: 1px;
    padding: 0 5px;
}
div.hr hr {
	height: 1px;
	background-color: #5a5a5a;
	color: #5a5a5a;font-size;
	border: 0;
}


/* Other */

.profile_photo {
    float: left;
    margin: 10px 15px 5px 5px;
    border: 1px solid #bebebe;
}

a.feature img { padding: 0 5px; }

#sequence {
    position: relative;
    margin: 0 5px;
}

.caption {
    margin-top: 5px;
    font-size: 12px;
    color: #bebebe;
}
.caption a { color: #fff; }
.caption em { font-style: normal; }


a.block {
    display: block;
    *height: 1%;
    margin-top: 0.833em;
    padding: 5px 0.417em;
    color: #bebebe;
    overflow: auto;
    text-decoration: none;
}
#content a.block {
	margin-bottom: 5px;
	font-size: 0.857em;
}
#content_related ol {
	margin-top: -5px;
}
a.block em {
    display: block;
    font-size: 1.167em;
    font-style: normal;
    color: #fff;
}
a.block:hover {
    background: #585858;
    text-decoration: none;
}
a.block img {
    float: left;
    margin-right: 10px;
    border:1px solid #bebebe;
}

a.thumb {
    display: block;
    float: left;
    padding: 5px;
}
a.thumb:hover { background: #585858; }
a.thumb img {
    display: block;
}

.gallery-photo a {
    padding-left: 5px;
}

.gallery-thumbs {
    position: absolute;
    top: 0;
    right: 0;
}

.gallery-thumbs a.thumb {
    position: relative;
    float: none;
}

.clearing { display: block; height: 0; clear:both; }

/* content blocks */
.block_edit_option {
    float: left;
    margin-left: -6em;
    font-size: 0.857em;
    line-height: 1.667em;
    color: #585858;
}

/* About Page */

#wrap.about-page {
    margin: 0 auto;
    width: 35.714em;
    text-align: center;
}
.about-page h1  {
    padding: 5em 0 1.5em;
    text-align: center;
}
.about-page h1 a {
    padding: 2em .25em .15em;
    background: #585858;
    text-decoration: none;
}
.about-page p {
    text-align: left;
    text-align: justify;
    line-height: 1.75em;
}