@import url("base.css");

/*SITE DEFAULTS*/

a
{
    color: #818080;
}

a:hover
{
    color: #aaabad;
}

span.bold
{
    font-weight: bold;
}

span.headline_small
{
    font-size: 13px;
    font-weight: bold;
}

span.headline_large
{
    font-size: 18px;
    font-weight: bold;
}

span.gray
{
    color: #ababab;
}

div.photo_caption
{
    font-size: 9px;
}

div.photo_wrapper
{
    width: 134px;
    height: 72px;
    border: solid 1px #aaabad;
}

div.photo_wrapper_partial
{
    width: 134px;
    height: 72px;
    border-left: solid 1px #aaabad;
    border-right: solid 1px #aaabad;
    border-bottom: solid 1px #aaabad;
}

div.headline
{
    padding: 0px 0px 2px 0px;
    border-bottom: solid 1px #aaabad;
}

div.underline
{
	height: 9px;
	font-size: 9px;
}

div.leftline
{
	padding-left: 7px;
	border-left: solid 1px #aaabad;
}

div.rightline
{
	padding-right: 7px;
	text-align: right;
	border-right: solid 1px #aaabad;
}

div.section_content
{
    width: 698px;
    padding: 0px 0px 20px 0px;
}

div.section_photo
{
    float: left;
    width: 136px;
}

div.section_text
{
    padding: 10px 10px 0px 10px;
    text-align: justify;
}

div.section_text_with_photo
{
    float: left;
    width: 542px;
}


/*SITE WRAPPERS*/

html
{
    height: 100%;
}

body
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    background: #ececec url(../images/site/Site_bkground.gif) repeat scroll 0px 0px;
}

#wrapper
{
    width: 766px;
    margin: 16px auto;
}

#outer_border
{
    width: 764px;
    border: 1px solid #ffffff;
}

#middle_border
{
    width: 762px;
    border: 1px solid #ececec;
}

#inner_border
{
    width: 758px;
    background-color: #ffffff;
    border: 2px solid #aaabad;
}


/*HEADER*/

#header
{
    width: 758px;
}

#header_branding
{
    width: 758px;
}

#branding_gs
{
    float: left;
    width: 379px;
}

#gs_logo
{
    display: block;
    width: 171px;
    height: 80px;
    background: transparent url(../images/header/GS_Logo.gif) no-repeat scroll 20px 5px;
}

#branding_tag
{
	font-weight: bold;
	color: #aaabad;
    float: left;
    width: 359px;
    height: 60px;
    text-align: right;
    padding: 20px 20px 0 0;
    text-transform: uppercase;
}

#header_navigation
{
    width: 758px;
}

a.navigation_links
{
    display: block;
    float: left;
    height: 26px;
}

a.navigation_links_outer
{
    width: 151px;
}

a.navigation_links_inner
{
    width: 152px;
}

#navigation_link_home
{
    background: transparent url(../images/header/navigation/HomeBtn.gif) no-repeat scroll 0px 0px;
}

#navigation_link_home:hover
{
    background-position: -151px 0px;
}

#navigation_link_services
{
    background: transparent url(../images/header/navigation/ServicesBtn.gif) no-repeat scroll 0px 0px;
}

#navigation_link_services:hover
{
    background-position: -152px 0px;
}

#navigation_link_projects
{
    background: transparent url(../images/header/navigation/ProjectsBtn.gif) no-repeat scroll 0px 0px;
}

#navigation_link_projects:hover
{
    background-position: -152px 0px;
}

#navigation_link_news
{
    background: transparent url(../images/header/navigation/NewsBtn.gif) no-repeat scroll 0px 0px;
}

#navigation_link_news:hover
{
    background-position: -152px 0px;
}

#navigation_link_contact
{
    background: transparent url(../images/header/navigation/ContactBtn.gif) no-repeat scroll 0px 0px;
}

#navigation_link_contact:hover
{
    background-position: -151px 0px;
}

div.header_border
{
    width: 758px;
    height: 4px;
    font-size: 4px;
    background: #000000 url(../images/header/BarUnderNav.gif) no-repeat scroll 0px 0px;
}


/*CONTENT*/

#content_flash
{
    width: 758px;
    height: 396px;
}

#content_header
{
    width: 758px;
}

div.header_section_left
{
    float: left;
    width: 204px;
    height: 144px;
}

#section_left_services
{
    background: #000000 url(../images/site/Section_TxtHdr_services.gif) no-repeat scroll 0px 0px;
}

#section_left_projects
{
    background: #000000 url(../images/site/Section_TxtHdr_projects.gif) no-repeat scroll 0px 0px;
}

#section_left_news
{
    background: #000000 url(../images/site/Section_TxtHdr_news.gif) no-repeat scroll 0px 0px;
}

#section_left_contact
{
    background: #000000 url(../images/site/Section_TxtHdr_contact.gif) no-repeat scroll 0px 0px;
}

#section_left_sitemap
{
    background: #000000 url(../images/site/Section_TxtHdr_sitemap.gif) no-repeat scroll 0px 0px;
}

#section_left_privpolicy
{
    background: #000000 url(../images/site/Section_TxtHdr_privpolicy.gif) no-repeat scroll 0px 0px;
}

div.header_section_right
{
    float: left;
    width: 554px;
    height: 144px;
}

#section_right_services
{
    background: #000000 url(../images/site/Section_PhotoHdr_6.jpg) no-repeat scroll 0px 0px;
}

#section_right_projects
{
    background: #000000 url(../images/site/Section_PhotoHdr_4.jpg) no-repeat scroll 0px 0px;
}

#section_right_news
{
    background: #000000 url(../images/site/Section_PhotoHdr_1.jpg) no-repeat scroll 0px 0px;
}

#section_right_contact
{
    background: #000000 url(../images/site/Section_PhotoHdr_2.jpg) no-repeat scroll 0px 0px;
}

#section_right_sitemap
{
    background: #000000 url(../images/site/Section_PhotoHdr_3.jpg) no-repeat scroll 0px 0px;
}

#section_right_privpolicy
{
    background: #000000 url(../images/site/Section_PhotoHdr_5.jpg) no-repeat scroll 0px 0px;
}

div.content_border
{
    width: 758px;
    height: 6px;
    font-size: 6px;
    background: #aaabad url(../images/site/BarUnderFlash.gif) no-repeat scroll 0px 0px;
}

div.content_section
{
    width: 698px;
    padding: 20px 30px;
}

#content_area
{
    width: 758px;
    background: transparent url(../images/site/Vertical_Border.gif) repeat-y scroll 203px 0px;
}

#content_area_left
{
    float: left;
    width: 203px;
    padding: 1px 0px;
}

#content_area_right
{
    float: left;
    width: 524px;
    padding: 20px 15px;
}

a.news_links
{
    display: block;
    width: 192px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 0px 0px 11px;
    border-bottom: solid 1px #e5e5e5;
    background: transparent url(../images/news/News_LinkBorder.gif) no-repeat scroll 2px 0px;
}

a.news_links:hover
{
    background-position: 2px -30px;
}


/*PROJECTS*/

#map
{
	float: left;
	width: 540px;
	height: 450px;
}

#details
{
	float: left;
	width: 153px;
	margin: 0px 0px 0px 5px;
}


/*CONTACT*/

div.contact_form
{
	width: 400px;
	margin: 0 auto;
}

#contact_form
{
	border-collapse: separate;
	border-spacing: 2px;
}

#contact_form td.field
{
	width: 160px;
	vertical-align: top;
}

#contact_form td.value
{
	width: 160px;
}

#contact_form td.value input, #contact_form td.value select, #contact_form td.value textarea
{
	width: 240px;
}


/*FOOTER*/

#footer
{
    width: 762px;
    padding: 0px 2px;
}

#footer_contact
{
    width: 762px;
    padding: 10px 0px 5px 0px;
}

#contact_gs
{
    float: left;    
    width: 683px;
	line-height: 16px;
}

#contact_bb
{
    float: left;
    width: 79px;
}

#bb_logo
{
    display: block;
    width: 79px;
    height: 30px;
    background: transparent url(../images/footer/PoweredByBB_logo.gif) no-repeat scroll 0px 0px;
}

#footer_other
{
    width: 762px;
    padding: 5px 0px 10px 0px;
}

#other_links
{
    float: left;    
    width: 381px;
    color: #818080;
}

#other_gs
{
    float: left;    
    width: 381px;
    text-align: right;
    font-size: 9px;
}

/* Services Page */
.services_list {
	list-style: disc;
}

.services_list li {
	margin-left: 22px;
}

/* Projects Page */
#name {
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

#desc {
	margin: 10px 0px 0px 0px;
}

#image {
	margin: 10px 0px 0px 0px;
}
