html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #9CBE41;
}

#wrapper {
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    border: 0;
    overflow: hidden;
    max-width: 1280px;
    min-width: 750px; }

#side-a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 15%; }

#side-b {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15%; }

/**
 * Header
 */
#header {
    height: 60px;
    overflow: hidden;
    padding: 10px 0;
    clear: both; }
#header .logo {
     float: left; }
#header .brand-logo {
    float: right;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 5px; }
#header span {
    display: none; }

/**
 * Content
 */
#content {
    background-color: #F1F4E0;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    margin: 0 15%;
    overflow: hidden;
    width: 70%; }

#content p, #content #caption {
	margin: 0 10px 10px 10px; }

#content a {
	font-weight:bold;
	color: #000; }
#content a:hover {
    color: #558; }

/**
 * Footer
 */
#footer {
	text-align: center;
	padding: 0;
	border: 0;
	clear: both;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif; }
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #000; }
#footer a:hover {
	text-decoration: underline; }
.footer-image {
    clear: both;
    display: block;
    height: 35px;
    background: url(images/layout/rounded_footer.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
}
.footer-image span {
    display: inline-block;
    height: 35px;
    width: 73px;
    float: right;
    background: url(images/layout/rounded_footer.jpg) no-repeat -980px 0;
}

/**
 * Sidebar headings
 */
#side-a .heading,
#side-b .heading {
    background-color: #F1F4E0;
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 26px;
    margin: 15px 0 8px 0;
    padding: 0 8px; }
#side-a .heading {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
#side-b .heading {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}



/**
 * Featured Work
 */
#featuredwork {
	background: #333;
	height: 200px;
	display: block;
	white-space: nowrap; /* This is what keeps the images in one line */
	overflow-x: scroll;
	overflow-y: hidden;
	overflow: -moz-scrollbars-horizontal !important; }
#featuredwork .img-wrapper {
    display: inline-block;
	margin: 15px 20px;
	background: url(/images/shadowAlpha.png) no-repeat bottom right;
	line-height: 0; }
.feature-link {
	float: left;
	margin:20px 0 0 0;
	line-height:0; }
.feature-link p {
	padding-left: 10px;
	padding-right: 60px; }
#feature-item-description {
	min-height: 220px;
	margin: 8px 0;
	font-family: 'Luicida Sans', Verdana, Arial; }
#feature-item-description b {
	font-size: 0.9em;
	margin-left: 10px; }
#feature-item-description span.website {
	margin-left: 10px;
	font-size: 0.8em; }
#feature-item-description span.website a {
	font-weight: normal; }

.img-wrapper img {
	margin:0;
	background: #fff;
	padding: 4px;
	border: 1px solid #C5BDBD;
	left: -5px;
	top: -5px; }

/**
 * Helpdesk Login Box
 */
#helpdesklogin {
    padding: 0; }
#helpdesklogin form {
    margin: 0;
    padding: 0; }
#helpdesklogin table {
    float: right;
    width: 98%;
    border-collapse: collapse;
}
#helpdesklogin td {
    padding: 2px 4px;
}
#helpdesklogin td,
#helpdesklogin input {
	font-size: 12px !important;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#helpdesklogin p {
    margin: 2px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
#helpdesklogin label {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

#address {
	position: relative;
	bottom: 0px;
}

#rightlogo {
	position:absolute;
	right:0px;
	bottom:0px;
}

h1,h2,h3,h4,pre,li {
	margin: 0 10px 10px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

input,label,legend,textarea {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input[type=button], button, input[type=submit] {
    cursor: pointer;
}
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: inline-block; }
.submit input {
	margin-left: 4.5em; }
td.field {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    padding: 1px;
    white-space: nowrap; }
td.field label {
    display: inline-block;
    float: none;
    text-align: left;
    margin: auto;
    font-size: 12px;
    width: auto; }

h1 {
	font-size: 16px;
	padding-top: 20px; }

h2 {
	font-size:14px; }

h3 {
	font-size:12px; }

h4 {
	font-size:10px; }


#navigation {
    margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navigation ul,
#navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#navigation ul {
    margin: 10px 0;
}
#navigation p,
#navigation ul li a {
    display: block;
    line-height: 26px;
	font-size: 12px;
    margin: 0;
}
#navigation a,
#navigation ul li a,
#navigation ul li a:visited {
	padding: 0 8px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
    margin: 0;
}
#navigation a:hover,
#navigation ul li a:hover {
    background-color: #A6C554;
	text-decoration: none;
	font-weight: bold;
	color: #F1F4E0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}





#content p, li, #content #caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#caption {
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}