


/* HTML ELEMENTS
************************************************/

body 
{
    background: #f7f7f7;
    color: #434343;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    padding: 10px;
}



h1, h2, h3, h4, h5, h6 
{
    font-weight: normal;
}

h1 
{
    font-size: 25px;
}

h2 
{
    margin-top: 20px;
    font-size: 16px;
}

h2.new
{
	font-size:22px;
}

h3 
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

p 
{
    color: #555555;
    clear: both;
    line-height: 22px;
}

a 
{
    color: #8CBD00;
    padding: 1px;
    text-decoration: underline;
}

a:hover, a:focus 
{
    background: #8CBD00;
    color: #FFF;
    text-decoration: none;
}

a.plain:hover 
{
    background: none;
}

ul 
{
    list-style-image: url("../images/common/list.gif");
    margin: 0;
    padding-left: 15px;
}

ul li {
    margin: 6px 0;
    padding-left: 5px;
}

ol li {
    margin: 10px 0;
    padding-left: 5px;
}


table {
    font-size: 1.2em;
    width: 100%;
}

th {
    text-align: left;
}

form {
    background: #F7F7F7;
    border: solid 1px #E1E1E1;
    padding: 10px;
}

form table td {
    padding: 5px;
}

address {
    font-style: normal;
}

img {
    border: 0;
}

em {
    background: #FFFDC8;
    font-style: normal;
}


/* DOCUMENT DIVISIONS
************************************************/

#container {
    background: #FFF;
    margin: auto;
    position: relative;
    width: 800px;
}

h1#header {
    background: url("../images/header.jpg") no-repeat;
    height: 52px;
    line-height: 10em;
    margin: 0;
    margin-bottom: 60px;
    overflow: hidden;
}


/* Menu styles */

#menu {
    background: url("../images/menu_bg.jpg");
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 52px;
    width: 100%;

}

#menu li {
    display: inline;
    float: left;
    margin: 0 1px;
    padding: 0;
}

#menu li a {
    background: url("../images/menu_buttons_bg.jpg") repeat-x;
    border: none;
    color: #FFF;
    display: block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

#menu li.current a {
    background-position: 0 -50px;

}

* html #menu li a {
    padding-top: 4px;
}

#menu li a:hover, #menu li a:focus {
    background-position: 0 -25px;
    color: #586A8A;
}

#menu li.current a:hover, #menu li.current a:focus {
    background-position: 0 -50px;
    color: #FFF;
}

#menu li.alt {
    float: right;
}

/* Context menu styles */

#context_menu {
    background: #F1F1F1;
    height: 23px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 77px;
    width: 100%;
	font-size:12px;
}

#context_menu li {
    display: inline;
    float: left;
    margin: 0 1px;
    padding: 0;
}

#context_menu li a {
    border: none;
    color: #656565;
    display: block;
    font-size: .9em;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
}

#context_menu li a:hover, #context_menu li a:focus {
    background: transparent;
    text-decoration: underline;
}

#splash_box {
    margin: 10px;
    width: 780px;
}

#main {
    border-right: solid 1px #CCC;
    float: left;
    width: 500px;
}
 
#secondary {
    border-left: solid 1px #CCC;
    float: left;
    left: -1px;
    position: relative;
    width: 210px;
} 

#footer {
    clear: both;
    color: #999;
    font-size: .8em;
    margin: 0;
    margin-top: -40px;
    padding: 20px;
}


/* COMMON STYLES
************************************************/

.content {
    margin: 0;
    padding: 20px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.hero {
    font-size: 1.2em;
    line-height: 1.3em;
}

.call_to_action {
    border-bottom: solid 3px #FFCE2A;
    border-top: solid 3px #FFCE2A;
    clear: both;
    font-size: 1.2em;
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
}

.message {
    background: #FEFFDA;
    padding: 10px;
    margin-bottom: 10px;
}

.impact {
    background: #D9E7FF;
    padding: 10px;
}

.impact h2 {
    margin: 0;
}

.impact h3 {
    font-size: 1.1em;
    margin: 4px 0;
}

.impact a {
    color: #4864BA;
}

.impact a:hover, .impact a:focus {
    background: #4864BA;
    color: #FFF;
}

.textinput {
    font-size: 14px;
    width: 100%;
}

.cancel {
    color: #FF0000;
    margin-right: 10px;
    font-size: .8em;
}

.cancel:hover {
    background: #FF0000;
}

a.back {
    font-weight: bold;
}

#map a:hover {
    background: transparent;
}

#splash_box {
    border: solid 1px #EEE;
}

.highlight {
    float: left;
    margin: 5px;
    margin-bottom: 20px;
    padding: 10px;
    width: 215px;
}

.highlight li {
    margin: 5px 15px;
}

.style1 {
    background: #E4F3F9;
}

.style2 {
    background: #E2EDF1;
}

.fr {
    float: right;
}

.news_date {
    background: #FEFFDA;
    display: inline;
    font-weight: bold;
    font-size: 1.2em;
}

.alert
{
 margin:8px 0 8px 0;
 border-bottom:1px dotted #000;
}

.alert h2 {
    margin-top: 5px;
}

.alert.live {
    border: solid 4px #E20000;
    padding: 10px;
    margin: 10px 0;
}


/* Google search form */

form#googlesearch {
    background: transparent;
    border: none;
    text-align: center;
}

form#googlesearch .options {
    margin: 0; padding: 0;
}

form#googlesearch .options li {
    color: #666;
    list-style: none;
    text-align: left;
    margin: 0; padding: 0;
}

form#googlesearch .textbox {
    width: 100%;
}

form#googlesearch .button {
    margin: 10px 0;
}

/** WEBDESIGN
------------------------------------------*/

.padded
{
 margin-top:16px;
 margin-bottom:16px;
}

.padded img
{
 margin-top:8px;
 margin-bottom:8px;
}

.newsPost
{
 margin:8px 0 8px 0;
 border-bottom:1px dotted #000;
}

.servicesItem
{
 margin:32px 0 32px 0;
}

.servicesItem ul li
{
 margin:12px 0 12px 0;
}

img.border
{
	border:1px solid #a1a1a1;
}

#menu-container
{
	position:relative;
	top:-55px;
}

.footer
{
	position:relative;
    color: #999;
    font-size: .8em;
    margin: 0;
    padding: 20px;
}

#accordion
{
 width:760px;
 margin:0 auto;
}

#heading
{
 padding-top:64px;
 width:760px;
 margin:0 auto;
}

#accordion h2
{
	padding:12px 0 12px 0;
	font-size:16px;

}

#accordion a
{
	color:#8bcd00;
	text-decoration:none;
}

#accordion p
{
    color: #555555;
    line-height: 24px;
	font-size:14px;
}

#accordion a:hover
{
	color:#8bcd00;
	text-decoration:none;
	background:#fff;
}

#accordion div
{
	background:#f6f6f6;
	padding:8px;
	width:600px;
	margin:0 auto;
	margin-top:12px;
	margin-bottom:12px;
	-moz-border-radius:8px;
}

img.new
{
	position:relative;
	left:-1px;
}

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

#more-info
{
 position:absolute;
 bottom:64px;
 left:358px;
}

#contactform
{
	background:#fff;
	margin-bottom:16px;
}

form.query
{
	background:#fff;
	width:500px;
	border:none;
}

form input.new
{
	display:block;
}

label.new
{
	font-size:1.2em;
	color:#000;
}

input.new
{
	margin:2px 0 16px 0;
}

input[type='text']
{
	color:#3F7EC3;
}

#message
{
	color:#3F7EC3;
	display:block;
	width:400px;
}

#submit-form
{
	margin-top:16px;
}

#secondary2
{
	float:right;
	bottom:1000px;
	border:0px;
	margin-bottom:-400px;
	width:210px;
	position:relative;
}

h4.contactform
{
	margin-top:32px;
	margin-bottom:-16px;
	font-size:22px;
}

#footer2 
{
	position:relative;
    clear: right;
    color: #999;
    font-size: .8em;
    padding: 20px;
}

#web_design_read_more { display: block; text-indent: -9999px; width: 462px; height: 34px; background: url('../images/webdesign_read_more.jpg') no-repeat top left; margin: auto; }
#web_design_read_more:hover { background-position: 0 -35px; }
#web_design_read_more:active { background-position: 0 -70px; }


.table-sub-heading
{
	font-weight:bold;
	padding-top:16px;
}

th.price-matrix
{
	font-weight:bold;
	font-size:18px;
}

.price-matrix
{
	margin-top:20px;
}

#hosting-menu li
{
	display:inline;
	margin-right:20px;
}
