/* 
    Document   : main
    Created on : Jan 3, 2010, 11:32:47 AM
    Author     : Nat Young <natyoung@ieee.org>
    Description: Stylesheet for the baldmanideas.com.au site.
*/
*
{
    margin:0px;
    padding:0px;
    font-family:arial;
}
h1
{
    color:#95C255;
    font-size:50px;
    font-weight:bold;
    padding:30px;
}
h2
{
    color:#95C255;
    font-size:24px;
    text-align:center;
}
img
{
    border:none;
}
body
{
    background-color:#c8c8c8;
}
#container
{
    background-color:#ffffff;
    width:1000px;
    margin:auto;
    color:#333333;
}
#topbar
{
    background-color:#333333;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    text-align:right;
    padding:4px;
}
#topbar a
{
    color:#ffffff;
}
#header
{
    height:364px;
    background-image:url('../images/header_gradient.jpg');
    background-repeat:repeat-x;
    font-size:26px;
    color:#333333;
}
#header_text
{
    width:500px;
    float:left;
}
#header_text p
{
    padding-top:20px;
    padding-left:20px;
}
#header_image
{
    width:500px;
    float:left;
    text-align:center;
}
.clear
{
    clear:both;
}
#services
{
    background-color:#ffffff;
    height:240px;
    border-top:8px solid #eeeeee;
    border-bottom:8px solid #eeeeee;
    background-image:url('../images/bracket.gif');
    background-position:top center;
    background-repeat:no-repeat;
}
#service_container
{
    height:150px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
    width:958px;
    font-size:20px;
    border-left:1px dashed #c8c8c8;
    border-right:1px dashed #c8c8c8;
}
#service_container ul
{
    padding-top:8px;
    color:#333333;
}
#service_container li
{
    list-style-type:circle;
    font-size:12px;
    text-align:left;
    font-weight:bold;
    margin-left:20px;
}
.service_1
{
    width:230px;
    height:150px;
    float:left;
    text-align:center;
}
.service_2
{
    border-left:1px dashed #c8c8c8;
    width:230px;
    height:150px;
    float:left;
    text-align:center;
}
.service_3
{
    border-left:1px dashed #c8c8c8;
    width:230px;
    height:150px;
    float:left;
    text-align:center;
}
.service_4
{
    border-left:1px dashed #c8c8c8;
    width:230px;
    height:150px;
    float:left;
    text-align:center;
}
#lower
{
    background-color:#fbffe4;
    padding:40px;
}
#lower a
{
    color:#95C255;
    font-weight:bold;
}
#lower_contact
{
    font-size:16px;
    float:left;
    width:350px;
}
#lower_contact ul,li
{
    list-style-type:none;
    padding:2px;
}
#lower_text
{
    font-size:26px;
    float:left;
    width:570px;
}
#footer
{
    background-color:#95C255;
    color:#ffffff;
    font-size:16px;
    text-align:right;
    padding:18px;
}
#footer a
{
    color:#ffffff;
}
#community
{
    border-top:8px solid #eeeeee;
    border-bottom:8px solid #eeeeee;
}
#businesses
{
    background-color:#ffffff;
    padding:40px;
}
.business
{
    border-bottom:1px dashed #c8c8c8;
    padding:20px;
    height:100px;
}
.business img
{
    float:left;
    border: 1px solid #95C255;
    margin-right:20px;
}
.business a
{
    color:#95C255;
    font-weight:bold;
}
#community_text
{
    text-align:center;
    width:400px;
    margin:auto;
    padding:8px;
}
#business_header
{
    height:364px;
    font-size:26px;
    color:#333333;
}
#business_header_text
{
    width:500px;
    float:left;
}
#business_header_text p
{
    padding:20px;
}
#business_header_image
{
    width:500px;
    float:left;
    text-align:center;
}
#business_text
{
    border-top:8px solid #eeeeee;
    border-bottom:8px solid #eeeeee;
    padding:20px;
}
#contactform
{
    margin-left:120px;
    font-size:20px;
}
#contactform input
{
    border:1px solid #111111;
}
#contactform label
{
    width:100px;float:left;
}
#contactform li
{
    padding:4px;
}
#contactform ul
{
    padding-left:0px;
    list-style:none;
}
#contactform span
{
    font-weight:bold;
}
#submitbutton
{
    margin-left:100px;
}
.contact_result
{
    padding:20px;
    text-align:center;
}