html {
    height: 100%;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #a8a7a7;
    background-color: #fff;
    background-image: url(../images/bg.gif);
    background-repeat: repeat;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

form {
    margin: 0px;
    padding: 0px;
}

pre {
    margin: 5px 0px;
    padding: 10px;
    background-color: #eee;
    border: 1px dashed #c6c6c6;
    color: #333;
}

.clearboth {
	clear: both;
}

#container {
    margin: 0 auto;
    padding: 0px;
    width: 660px;
    background-color: #fff;
    background-image: url(../images/bg_contentwithmenu.gif);
    background-repeat: repeat-y;
    color: #eee;
    position: relative;
}

#header {
    height: 100px;
    width: 100%;
    position: relative;
    background-color: #fff;
    color: #eee;
}

#logo {
    padding: 30px 0px 0px 20px;
    margin: 0px;
    width: 160px;
    float: left;
}

#menu {
    float: right;
    height: 15px;
    margin: 83px 0px 0px 0px;
    padding: 0px 15px 0px 0px;
}

#menu ul {
    list-style-type:none; 
}

#menu li {
    list-style-type:none;
    background:url(../images/bullet_menu.gif) 0px 4px no-repeat; 
    padding: 0px 6px 0px 9px;
    margin: 0px;
    float: left;
}

#menu li.first {
    list-style-type:none;
    background: transparent; 
    padding: 0px 5px;
    margin: 0px;
    float: left;
}

#menu li a,
#menu li a:link,
#menu li a:active,
#menu li a:visited {
    color: #acacac;
    text-decoration: none;
    height: 15px;
    display: block;
    background-color: #fff;
}

#menu li a:hover,
#menu li.selected a,
#menu li.selected a:link,
#menu li.selected a:active,
#menu li.selected a:visited {
    color: #e52a1d;
    text-decoration: none;
    border-bottom: 3px solid #e52a1d;
    height: 15px;
    display: block;
    background-color: #fff;
}

a#nav-HOME:link,
a#nav-HOME:visited {
    width: 30px;
    height: 9px;
    background-image: url(../images/menu_home_off.gif);
    background-repeat: no-repeat;
}

#menu li.selected a#nav-HOME,
a#nav-HOME:active,
a#nav-HOME:hover {
    background-image: url(../images/menu_home_on.gif);  
}

a#nav-COMPANY:link,
a#nav-COMPANY:visited {
    width: 50px;
    height: 9px;
    background-image: url(../images/menu_company_off.gif);
    background-repeat: no-repeat;
}

#menu li.selected a#nav-COMPANY,
a#nav-COMPANY:active,
a#nav-COMPANY:hover {
    background-image: url(../images/menu_company_on.gif);  
}

a#nav-CONTACT:link,
a#nav-CONTACT:visited {
    width: 46px;
    height: 9px;
    background-image: url(../images/menu_contact_off.gif);
    background-repeat: no-repeat;
}

#menu li.selected a#nav-CONTACT,
a#nav-CONTACT:active,
a#nav-CONTACT:hover {
    background-image: url(../images/menu_contact_on.gif);  
}

a#nav-HEADLINES:link,
a#nav-HEADLINES:visited {
    width: 56px;
    height: 9px;
    background-image: url(../images/menu_headlines_off.gif);
    background-repeat: no-repeat;
}

#menu li.selected a#nav-HEADLINES,
a#nav-HEADLINES:active,
a#nav-HEADLINES:hover {
    background-image: url(../images/menu_headlines_on.gif);  
}

a#nav-WORK:link,
a#nav-WORK:visited {
    width: 30px;
    height: 9px;
    background-image: url(../images/menu_work_off.gif);
    background-repeat: no-repeat;
}

#menu li.selected a#nav-WORK,
a#nav-WORK:active,
a#nav-WORK:hover {
    background-image: url(../images/menu_work_on.gif);  
}

#trim {
    clear: both;
    width: 100%;
    height: 3px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #E52A1D;
}

#HomeFlash p {
	text-align: center;
	padding: 20px;
}

#flash, #Navigation, #GraphicContent {
    height: 278px;
    width: 100%;
    background-color: #eee;
    clear: both;
    color: #ddd;
    position: relative;
    z-index: 3;
}

#flash, #Navigation, #GraphicContentHome {
    height: 444px;
    width: 100%;
    background-color: #eee;
    clear: both;
    color: #ddd;
    position: relative;
    padding: 0px;
    z-index: 3;
}

#submenu {
    width: 179px;
    border-top: 3px solid #e52a1d;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 15px;
    left: 3px;
    position: relative;
    overflow: hidden;
    background-color: #FBFBFB;
    color: #acacac;
}
#submenu h2 {
    margin-bottom: 26px;
}

#submenu ul {
    padding: 0px;
    margin: 0px;
}

#submenu li {
    height: 25px;
    border-bottom: 1px solid #eaeaea;
    padding: 0px;
    margin: 0px;
    left: 0;
    list-style: none;
}

#submenu li.first {
    border-top: 1px solid #eaeaea;
}

#subsubmenu li {
    padding-left: 10px;
}

#submenu li a,
#submenu li a:link,
#submenu li a:active,
#submenu li a:visited {
    font-weight: bold;
    height: 25px;
    font-size: 9px;
    display: block;
    color: #acacac;
    text-transform: uppercase;
    line-height: 25px;
    text-decoration: none;
    padding: 0 0 0 5px;
    background-color: #FBFBFB;
}

#submenu li a:hover,
#submenu li.selected a,
#submenu li.selected a:link,
#submenu li.selected a:active,
#submenu li.selected a:visited {
    font-weight: bold;
    color: #e52a1d;
    background-color: #fff;
    text-decoration: none;
    padding: 0 0 0 5px;
    background-image: url(../images/bg_menu_arrow.gif);
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
#submenu a.subselected, #submenu a.subselected:link, #submenu a.subselected:active, #submenu a.subselected:visited {
    font-weight: bold;
    color: #e52a1d;
    background-color: #fff;
    text-decoration: none;
    padding: 0 0 0 5px;
    background-repeat: no-repeat;
    background-position: 96% 50%;
}

#rss {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    height: 29px;
    background-image:url(../images/rss.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
#rss a, #rss a:link, #rss a:visited, #rss a:active {
	font-size: 9px;
	line-height: 26px;
	padding: 0px 0px 0px 22px;
	background: transparent;
	text-transform: none;
       text-decoration: none;
       color: #acacac;
}
#rss a:hover {
       text-decoration: none;
       color: #e52a1d;
}

#rightcontent {
    float: right;
    background-color: #fff;
    width: 393px;
    margin: 0px;
    padding: 35px;
    color: #a8a7a7;
}

#rightcontent.work {
	padding-top: 10px;
}

#work-pagination {
	height: 15px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
}

#work-pagination a {
	display: block;
	height: 15px;
	/* width: 15px; */
}

#work-pagination a.left {
	float: left;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-top: 2px;	
}

#work-pagination a.right {
	float: right;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;	
	padding-top: 2px;
}

#work-pagination a span {
	  
}

#content {
    background-color: #fff;
    margin: 0px;
    padding: 35px;
    color: #a8a7a7;
}

#content p, #rightcontent p, #NewsContent p {
    color: #a8a7a7;
    line-height: 15px;
    background-color: #fff;
    margin-bottom: 10px;
}

#content a, #content a:link, #content a:active, #content a:visited,
#rightcontent a, #rightcontent a:link, #rightcontent a:active, #rightcontent a:visited {
    text-decoration: none;
    color: #444;
    background-color: #fff;
}

#content a:hover, #rightcontent a:hover{
    text-decoration: underline;
    background-color: #fff;
    color: #e52a1d;
}

#rightcontent p.comments {
    color: #666;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

#rightcontent p.poster {
    color: #e52a1d;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

/* COMPANY */

ul.clients {
    float: left;
    width: 160px;
    border: 1px solid #eee;
    margin: 0px 10px 0px 0px;
    padding: 10px;
}

ul.clients li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 20px;
}

ul.clientcolumn {
	width: 120px;
	display: block;
	float: left;
	margin: 0px 10px 20px 0px;
	padding: 0px;
}

ul.clientcolumn li {
	list-style-type:none;
}

ul.clientcolumn li.client_header {
	font-weight: bold;
	color: #e52a1d;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


/* NEWS */

#rightcontent div.newsdivider {
    background-color: #f0f0f0;
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 15px 0px 35px 0px;
    padding: 0px;
}

#rightcontent .news-details {
    padding: 8px 0px;
    margin: 10px 0px 30px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: 14px;
    clear: both;
}

#rightcontent .news-details .news-author {
    padding: 0px 10px 0px 0px;
    margin: 0px;
    border-right: 1px solid #eee;
    float: left;
}

#rightcontent .news-details .news-comments {
    padding: 0px 10px;
    margin: 0px;
    border-right: 1px solid #eee;
    float: left;
}

#rightcontent .news-details .news-permalink {
    padding: 0px 10px;
    margin: 0px;
    float: left;
}

#rightcontent p.comment-total {
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

#rightcontent ol.commentlist {
    padding-top: 20px;
    padding-bottom: 20px;
}

#rightcontent #comment-submit {
    margin: 20px 0px;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #eee;
}

#rightcontent #comment-submit input {
    width: 150px;
    height: 14px;
    color: #666;
    font-size: 9px;
    background-color: #fff;
    background-image: url(../images/bg_input.gif);
    background-repeat: repeat;
    border: 1px solid #ededed;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    line-height: 14px;
    text-indent: 3px;
}

* html #rightcontent #comment-submit input {
    text-indent: 0px;
}

#rightcontent #comment-submit input.submit {
    width: 125px;
    height: 20px;
    color: #fff;
    font-size: 9px;
    background: none;
    background-color: #d9392d;
    border: 1px solid #d9392d;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    line-height: 14px;
    text-indent: 3px;
}

* html #rightcontent #comment-submit input.submit {
    text-indent: 0px;
}

#rightcontent #comment-submit textarea {
    width: 350px;
    height: 50px;
    color: #666;
    font-size: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    line-height: 14px;
    text-indent: 3px;
    font-family:Arial, Helvetica, sans-serif;
}

* html #rightcontent #comment-submit textarea {
    text-indent: 0px;
}

#rightcontent #comment-submit small {
    color: #888;
    font-size: 10px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

#rightcontent #comment-submit #commenterrors {
    margin: 10px 0px 0px 0px;
    padding: 4px;
    border: 1px solid #fbf49a;
    background-color: #fdfad5;
    color: #000;
}

#rightcontent #comment-submit #commenterrors.on {
    display:block;
}

#rightcontent #comment-submit #commenterrors.off {
    display:none;
}

#footerTrim {
    width: 100%;
    height: 3px;
    background-color: #e4e4e4;
    clear: both;
    margin: 0px;
    padding: 0px;
}

#footer {
    height: 100px;
    width: 100%;
    background-color: #fff;
    clear: both;
    color: #eee;
    margin: 0px;
    padding: 0px;
}

#footerFlash {
    margin: 0px;
    padding: 0px;
}













#map {
    width: 350px;
    height: 350px;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    border-right: 1px solid #f4f4f4;
    float: left;
}

#map #map-flash {
    float: left;
    width: 125px;
    vertical-align: top;
    z-index: 2;
    position: relative;
}

#map #map-content {
    float: left;
    overflow: hidden;
}

#newsletterLink {
    height: 70px;
    width: 140px;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    float: left;
}

#extranetLink {
    height: 70px;
    width: 140px;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    border-right: 1px solid #f4f4f4;
    float: left;
}

#extranetContainer, #newsletterContainer {
}

#extranetBox, #newsletterBox {
    overflow: hidden;
    width: 272px;
    /*border: 1px solid #e8e8e8;*/
    padding: 7px 0px 17px 10px;
    background-color: #fff;
}

#extranetBox input, #newsletterBox input {
    width: 109px;
    height: 16px;
    color: #666;
    font-size: 9px;
    background-color: #fff;
    border: none;
    background-image: url(../images/bg_inputbox.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    line-height: 14px;
    text-indent: 3px;
}

#newsletterBox input {
    width: 209px;
}

* html #extranetBox input, * html #newsletterBox input {
    text-indent: 0px;
}

#extranetLogin {
    width: 110px;
    float: left;
    padding: 0px 8px 0px 0px;
}

#newsletterSubscribe {
    width: 210px;
    float: left;
    padding: 0px 8px 0px 0px;
}

#extranetPassword {
    width: 110px;
    float: left;
    padding: 0px 8px 0px 0px;
}

#extranetSubmit, #newsletterSubmit {
    width: 22px;
    float: left;
}

#extranetSubmit img, #newsletterSubmit img {
    vertical-align: top;
    padding: 29px 0px 0px 0px;
}

* html #extranetSubmit img, * html #newsletterSubmit img {
    padding: 30px 0px 0px 0px;
}

#gutter {
    background-image: url(../images/bg.gif);
    background-repeat: repeat;
    height: 15px;
    width: 660px;
    font-size: 1px;
    clear: both;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    color: #eee;
    position: relative;
}

.divider {
    height: 3px;
    width: 100%;
    background-color: #fff;
    color: #eee;
    font-size: 1px;
    clear: both;
}

.buffer {
    height: 10px;
    width: 5px;
    background: transparent;
    margin: 0px;
    padding: 0px;
}

/* CONTACT */

#gmap_container {
    width: 385px;
    height: 300px;
    margin: 0px;
    padding: 4px;
    border: 1px solid #eee;
}

/* loading */

#loadingContainer {
}

#loading {
    margin: 0px auto;
    padding: 0px;
    background: transparent;
    background-image: url(../images/ajax-loader4.gif);
    background-position: center;
    background-repeat:no-repeat;
    width: 16px;
    height: 16px;
}

/* sIFR styles */

h2 {
    font-size: 14px;
    color: #e52a1d;
    margin: 30px 0px 0px 0px;
    padding: 0 0 0 3px;
    width: 160px;
    background: transparent;
    position: relative;
    z-index: 4;
}

h3 {
    font-size: 24px;
    color: #666666;
    margin: 0px 0px 8px 0px;
    background: transparent;
    position: relative;
    z-index: 4;
}

h4 {
    font-size: 18px;
    color: #a8a7a7;
    font-style: italic;
    margin: 0px 0px 30px 0px;
    background: transparent;
    position: relative;
    z-index: 4;
}

h5 {
    font-size: 12px;
    color: #e52a1d;
    margin: 4px 0px 5px 0px;
    background: transparent;
    position: relative;
    z-index: 4;
}

h6 {
    font-size: 14px;
    color: #a8a7a7;
    font-style: italic;
    margin: 0px 0px 10px 0px;
    background: transparent;
    position: relative;
    z-index: 4;
}
