body
{
margin: 0px;
font-family: arial, tahoma, sans-serif;
font-size: 100%;
color: #7e7e7e;
background-color: #fafafa;
}

img
{
border-width: 0px;
}

#container
{
width: 770px;
margin: 0px auto 0px auto;
}

#layout_bg
{
float: left;
width: 100%;
background-image: url(../images/content_bg.jpg);
background-repeat: repeat-y;
}

#layout
{
float: left;
width: 100%;
background-image: url(../images/content_bg_top.png);
background-repeat: no-repeat;
/* min-height fix */
min-height: 490px;
height: auto;
}

* html div#layout
{
height: 490px;
}

#header
{
float: left;
width: 100%;
padding-top: 20px;
}

#header h1
{
margin: 0px;
padding: 0px;
}

#header h1 a
{
float: left;
width: 307px;
height: 44px;
display: block;
font-size: 0.0em;
text-indent: -10000px;
background-image: url(../images/title.png);
background-repeat: no-repeat;
position: relative;
left: 10px;
}

#navigation
{
float: left;
width: 100%;
padding-top: 28px;
}

#navigation ul
{
float: left;
margin: 0px;
padding: 0px;
list-style-type: none;
position: relative;
left: 20px;
}

#navigation ul li
{
float: left;
margin: 0px;
padding: 0px;
}

#navigation ul li a
{
float: left;
display: block;
padding: 5px;
font-size: 0.9375em;
font-weight: bold;
text-decoration: none;
/*
color: #93BE50;
border-left: 1px solid #CEE1AE;
*/
color: #a2a2a2;
border-left: 1px solid #c8c8c8;
}

#navigation ul li a:hover
{
color: #769E3A;
}

#navigation ul li a.active
{
color: #7e7e7e;
}

#navigation ul li:first-child a
{
/* ie6 sucks*/
border-left: none;
}

#content
{
float: left;
width: 745px;
padding-top: 20px;
padding-left: 35px;
/* min-height fix */
min-height: 300px;
height: auto;
}

* html div#content
{
height: 300px;
}

#footer
{
float: left;
width: 770px;
background-image: url(../images/content_bg_bottom.png);
background-repeat: no-repeat;
background-color: #fafafa;
padding-bottom: 5px;
/* min-height fix */
min-height: 40px;
height: auto;
}

* html div#footer
{
height: 40px;
}

#footerLeft
{
float: left;
margin-top: 35px;
margin-left: 10px;
display: inline;
width: 370px;
}

#footerRight
{
float: left;
margin-top: 38px;
text-align: right;
width: 380px;
font-size: 0.6875em;
}

#footerRight span
{
position: relative;
left: -80px;
}

#footerRight a
{
color: #7e7e7e;
text-decoration: none;
}

#wideCol
{
float: left;
width: 525px;
margin-right: 15px;
}

#wideCol h1
{
margin: 0px;
padding: 0px;
color: #93BE50;
font-size: 1em;
border-bottom: 1px solid #CEE1AE;
}

#wideCol h2
{
margin: 5px 0px 0px 0px;
padding: 0px;
color: #93BE50;
font-size: 1em;
border-bottom: 1px solid #CEE1AE;
}

#wideCol h2 a
{
color: #93BE50;
text-decoration: none;
}

#wideCol h2.newsHeader
{
font-size: 0.75em;
border-bottom-width: 0px;
position: relative;
top: 3px;
}

.link h2
{
font-size: 0.75em !important;
border-bottom: none !important;
}

.link
{
border-bottom: 1px dashed #93BE50;
}

#wideCol h3
{
margin: 5px 0px 0px 0px;
padding: 0px;
color: #93BE50;
font-size: 0.9135em;
border-bottom: 1px solid #CEE1AE;
}

#wideCol p
{
font-size: 0.75em;
line-height: 1.4em;
margin: 0px;
padding: 7px 0px 5px 0px;
}

#wideCol ul, #wideCol ol
{
font-size: 0.6875em;
}

#wideCol ol li
{
padding-bottom: 10px;
}

#wideCol ul li ul, #wideCol ul li ul li ul
{
font-size: 1em;
}

#wideCol a
{
color: #7e7e7e;
}

#wideCol a.news_more_link
{
font-size: 0.6875em;
position: relative;
top: -4px;
}

#wideCol div.news_item
{
width: 100%;
float: left;
border-bottom: 1px solid #CEE1AE;
padding-bottom: 5px;
display: block;
}

#projects
{
float: left;
width: 525px;
}

#projects a
{
margin-top: 10px;
cursor: pointer;
}

#projects p a
{
font-size: 1em;
}

#projects a:hover
{

}

#projects a img
{
float: left;
margin-top: 15px;
margin-left: 15px;
display: inline;
border: 1px solid #CEE1AE;
}

#projects a:first-child img
{
/* ie6 sucks*/
margin-left: 0px;
}

#rightCol
{
float: left;
width: 160px;
}

#rightCol h2
{
margin: 0px;
padding: 0px;
font-size: 1em;
color: #93BE50;
border-bottom: 1px solid #CEE1AE
}

#rightCol ul
{
float: left;
margin: 0px;
padding: 0px 0px 15px 0px;
list-style-type: none;
}

#rightCol ul#servicesList
{
padding-bottom: 10px;
}

#rightCol ul li
{
float: left;
width: 150px;
padding: 5px 0px 5px 10px;
margin: 0px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 10px;
border-bottom: 1px solid #CEE1AE;
}

#rightCol ul a
{
float: left;
color: #7e7e7e;
font-size: 0.6875em;
text-decoration: none;
}

#rightCol ul a:hover
{
text-decoration: underline;
}

.rightColPanel
{
float: left;
width: 160px;
background-image: url(../images/rightCol_panel_top.gif);
background-repeat: no-repeat;
background-position: top;
color: #ffffff;
background-color: #A9CB73;
}

.rightColPanelBottom
{
float: left;
width: 160px;
height: 7px;
display: block;
background-image: url(../images/rightCol_panel_bottom.gif);
background-repeat: no-repeat;
margin-bottom: 10px;
display: inline;
}

#rightCol .rightColPanel h2
{
float: left;
color: #ffffff;
font-size: 0.9375em;
margin: 5px 0px 0px 7px;
border-bottom: none;
}

#rightCol .rightColPanel .rss
{
position: relative;
top: 5px;
right: 5px;
}

#rightCol .rightColPanel a
{
color: #ffffff;
}

#rightCol .rightColPanel a.panelLinkRight
{
font-size: 0.6875em;
position: relative;
right: 5px;
}

#rightCol .rightColPanel ul
{
padding: 0px 5px 0px 5px;
width: 150px;
}

#rightCol .rightColPanel ul li
{
padding: 5px 5px 0px 15px;
background-image: url(../images/white_bullet.gif);
background-position: 5px 10px;
width: 130px;
border-bottom: none;
}

.floatLeft
{
float: left;
}

.floatRight
{
float: right;
}

#clients
{
float: right;
position: relative;
right: 10px;
}

#clients a
{
color: #7e7e7e;
text-decoration: none;
font-weight: bold;
font-size: 0.9375em;
padding-right: 20px;
background-image: url(../images/client_area.gif);
background-repeat: no-repeat;
background-position: right;
}

.green
{
color: #93BE50;
}

.clear
{
clear: both;
width: 100%;
height: 1px;
display: block;
}

.defFontSize
{
font-size: 0.6875em;
}

.dialog_container
{
padding: 15px 0px 0px 10px;
}

.dialog_left
{
float: left;
width: 335px;
}

.dialog_right
{
float: left;
width: 186px;
}

.dialog_right img
{
float: right;
}

.dialog_row_left
{
float: left;
width: 80px;
font-weight: bold;
color: #93BE50;
font-size: 0.6875em;
margin-right: 10px;
display: inline;
}

.dialog_row_right
{
float: left;
width: 245px;
text-align: left;
}

#projects .dialog_container .dialog_left .row_wrapper .dialog_row_right p, .dialog_row_right p
{
padding: 0px;
margin: 0px;
line-height: 1.4em;
}

.noMargin
{
margin: 0px;
}

.noPadding
{
padding: 0px;
}

.dialog_row_right a
{
font-size: 0.6875em;
}

.dialog_row_right ul
{
float: left;
width: 245px;
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 0.6875em;
}

.dialog_row_right ul li
{
float: left;
padding: 0px 0px 3px 10px;
margin: 0px;
width: 235px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
}

.row_wrapper
{
float: left;
width: 100%;
padding-bottom: 10px;
display: block;
}

.formRow
{
float: left;
width: 262px;
padding-top: 10px;
}

.formRowLarge
{
float: left;
width: 525px;
padding-top: 10px;
}

.formRowLeft
{
float: left;
width: 72px;
padding-top: 2px;
}

.formRowLeft label
{
font-size: 0.6875em;
font-weight: bold;
color: #93BE50;
}

form
{
padding: 0px;
margin: 0px;
}

.formRowRight
{
float: left;
width: 190px;
}

.formRowRightLarge
{
float: left;
width: 453px;
}

.formRowRight .textbox, .formRowRightLarge .textbox
{
width: 173px;
border: 1px solid #CEE1AE;
color: #7e7e7e;
background-color: #ffffff;
font-family: arial, tahoma, sans-serif;
font-size: 11px;
margin: 0px;
padding: 2px;
}

.formRowRightLarge textarea
{
width: 435px;
height: 120px;
border: 1px solid #CEE1AE;
font-family: arial, tahoma, sans-serif;
color: #7e7e7e;
background-color: #ffffff;
padding: 2px;
margin: 0px;
font-size: 11px;
}

.formRowRight #captcha
{
float: left;
margin: 0px 5px 0px 0px;
width: 80px;
display: block;
}


.formRowRight img
{
float: left;
}


#contact_details
{
font-size: 0.6875em;
}

#contact_details img
{
position: relative;
top: 4px;
}

ul#contactList li
{
width: 160px;
padding-left: 0px;
font-size: 0.6875em;
background-image: none;
position: relative;
top: -4px;
margin-bottom: -4px;
}

ul#contactList li img
{
position: relative;
top: 4px;
margin-right: 3px;
display: inline;
}

ul#contactList li a
{
font-size: 1em;
float: none;
}

#errorTxt ul
{
font-size: 0.6875em;
margin-bottom: 0px;
padding-bottom: 0px;
}

.ui-dialog-buttonpane
{
font-size: 0.6875em;
border-top-width: 0px;
}