html {
    background: white;
}

body {
	margin:0;
}
/*portfolio sidebar*/
#portfolio {
    background-image: url(../images/site/portfolio-bg.jpg);
    background-repeat: no-repeat;
    margin-top: 3em;
    padding: 0.75em 0 0 1.5em;
    height: 320px;
}

#portfolio h1 {
    font-size: 100%;
    letter-spacing: 0;
}

#portfolio ul {
    list-style: none;
}

#portfolio ul li {
    font-size: 90%;
    line-height: 1.2em;
    padding-left: 0.8em;
}

#portfolio a {
    color: #999999;
    text-decoration: none;
    font-size: 90%;
}

/*project*/
.project-grid {
    text-align: center;
    height: 100px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.project-grid a {
    display: block;
    height: 100px;
}

.project-grid a img {
    vertical-align: middle;
}

.project-logo {
    margin:1em 0;
}

/*header*/
#header {
    background-image: url(../images/site/body-bg.gif);
    background-repeat: repeat-x;
}

#header h1 a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/site/logo.gif) no-repeat;
    height:78px;
    margin:19px 0 0 0;
    overflow:hidden;
    width:203px;
}
ul.menu {
	padding-top: 0;
	margin-bottom: 0;
	list-style:none;
}
ul.menu li {
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	padding:9px 11px 5px 8px;
	margin:0 -3px 0 3px;
}
ul.menu li a {
	color: #7F7F7F;
	text-decoration: none;
}
ul.menu li a:hover {
	color: black;
}

#contact {
    padding: 1em 0;
    background-color: #F3F3F3;
    position: relative;
}

.contact-close {
    top: 0.5em;
    right: 1em;
    z-index: 3000;
    position: absolute;
    cursor: pointer;
}

/*footer*/
#footer {
    padding-top: 2em;
    padding-bottom: 2em;
}

.contact-emailus p {
    margin-bottom: 0;
}

.contact p {
    margin-bottom: 0;
    font-size: 80%;
}

.contact blockquote {
    margin-left: 2em;
}

.contact a {
	color: black;
	text-decoration: none;
}

#clientrow {
    font-size: 80%;
    line-height: 1.2em;
}

#clientrow, #clientrow table {
    margin-bottom: 0;
}

#clientrow {
    margin-bottom: 0;
}

#clientrow table table {
    border-right: solid 2px #7F7F7F;
    height: 200px;
}

#clientrow .clientrow-container {
    width:292px;
    padding: 1em 10px 0;
    overflow: hidden;
}

#clientrow .clientrow-container-last table {
    border-right: none;
}

#clientrow .clientrow-container h1 {
    font-size: 150%;
    font-weight: normal;
    color: #7F7F7F;
}

#clientrow .clientrow-container td {
    padding: 5px;
    vertical-align:top;
}

#clientrow .clientrow-container img {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*Inner Pages*/
#content ul {
    margin-left: 3em;
}

#content ul li {
    padding-left: 0.5em;
}

ul.sub-nav {
	padding-top: 0;
	margin-bottom: 0;
	list-style:none;
}
ul.sub-nav li {
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	padding:9px 11px 5px 8px;
	margin:0 -3px 0 3px;
}
ul.sub-nav li a {
	color: #7F7F7F;
	text-decoration: none;
}
ul.sub-nav li a:hover {
	color: black;
}

ul.option-nav {
	width: auto;
	padding: 0 0 0 0.5em;
}
ul.option-nav li {
	width: auto;
	white-space: nowrap;
}

#sidebar-secondary
{
	background: #EEEBC5;
	border: solid 1px #5f5f5f;
	float: right;
	width: 229px;
	padding-bottom: 10px;
	margin: 0 0 3em 0.5em;
}

#sidebar-secondary h2
{
	color: #990000;
	margin: 0 0 5px;
	font-size: 1.6em;
	padding: 0;
}

#sidebar-secondary h4
{
	font-size: 10pt;
}

#sidebar-secondary .block
{
	padding: 5px 10px;
}

#sidebar-secondary .block .section
{
	background: #f4f3e7;
	border: solid 1px #3c0000;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
}

#sidebar-secondary hr 
{
	margin: 0px 10px;
	background-color: #EEEBC5;
	color: #EEEBC5;
}

.arrow
{
    vertical-align: middle;
    padding: 0.5em;
}

/* CalendarDate User Control */
.date
{ 
    float: left;
    display: block;
    font-size: 11px;
    text-align: center;
    line-height: 45px;
    width: 32px;
    height: 45px;
    margin: 0.3em 1em 0 0;
}

.date .day 
{
	font-size: 140%;
}
.date .daysuffix
{
	vertical-align: super;
}
 
.month-01 { background: url(../images/icons/calendar/normal-red/png/jan.png) no-repeat 0 0; }
.month-02 { background: url(../images/icons/calendar/normal-red/png/feb.png) no-repeat 0 0; }
.month-03 { background: url(../images/icons/calendar/normal-red/png/mar.png) no-repeat 0 0; }
.month-04 { background: url(../images/icons/calendar/normal-red/png/apr.png) no-repeat 0 0; }
.month-05 { background: url(../images/icons/calendar/normal-red/png/may.png) no-repeat 0 0; }
.month-06 { background: url(../images/icons/calendar/normal-red/png/jun.png) no-repeat 0 0; }
.month-07 { background: url(../images/icons/calendar/normal-red/png/jul.png) no-repeat 0 0; }
.month-08 { background: url(../images/icons/calendar/normal-red/png/aug.png) no-repeat 0 0; }
.month-09 { background: url(../images/icons/calendar/normal-red/png/sep.png) no-repeat 0 0; }
.month-10 { background: url(../images/icons/calendar/normal-red/png/oct.png) no-repeat 0 0; }
.month-11 { background: url(../images/icons/calendar/normal-red/png/nov.png) no-repeat 0 0; }
.month-12 { background: url(../images/icons/calendar/normal-red/png/dec.png) no-repeat 0 0; }

/* CMS */
.title
{
	color: #333333;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: solid 5px #775E39;
	line-height:1.4em;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.center img 
{
	margin: 0 auto;
}

.right
{
	text-align: right;
}

.underline
{
	text-decoration: underline;
}

.darkblue
{
	color: #336699;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

/* Custom Classes */
.tip
{
	font-style: italic;
	font-weight: normal;
}

/* Form Classes */
.formarea
{
	padding: 8px 8px 16px 8px;
	text-align: left;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	margin-bottom: 16px;
}

.formmessagetitle
{
	font-family: Arial,Helvetica;
	text-align: left;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	background-color: #f4f4f4;
	color: #999;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

.formtextbig
{
	margin: 1px;
	font-size: 120%;
	font-family: Courier;
}
.formtextwide
{
	width: 250px;
}
.formwatermarked
{
	color: #AAAAAA;
}
.formtextbig label
{
	font-family: Arial,Helvetica;
	font-size: 100%;
}

.formfieldname
{
	color: #000;
	padding: 2px 8px 2px 2px;
	font-weight: bold;
	text-align: left;
}

.formfield
{
	color: #000;
	padding: 2px;
}

.formtextbutton
{
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.formerror
{
	text-align: center;
	color: Maroon;
}

.formsubmit
{
    padding: 1em 0 0 2px;
}

/* Table Data */
.liststyle
{
	border: solid 1px #C7C7C9;
}

.liststyle td
{
	border-color: #545151;
}
.liststyle th
{
	border-bottom: solid 1px #C7C7C9;
}

.listheader
{
	background: #F3F3F3 url(../images/global/tabstop.gif) repeat-x bottom;
	height: 20px;
}

.listheader th, .listrow td, .listaltrow td, .listhighlight td, .listfooter td
{
	padding: 0.3em 0.7em 0.3em 0.7em;
}

.listfooter
{
	background: #F3F3F3 url(../images/global/tabstop.gif) repeat-x bottom;
	height: 20px;
}

.listfooter td
{
	border-top: solid 1px #C7C7C9;
}

.listrow
{
	background-color: #FFFFFF;
}

.listaltrow
{
	background-color: #EBEBEB;
}

.listhighlight
{
	background-color: #F2EDB8;
}
