/* -------------------------------FORM UIs------------------------------- */

.radioOff {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #666666;
	background: transparent url(../img/off.gif) no-repeat 0% 50%;
	font-weight: normal;
	line-height: 20px;
}

.radioOn {
	display: inline;
	margin: 0px;
	padding: 2px;
	padding-left: 20px;
	color: #000;
	background: transparent url(../img/on.gif) no-repeat 0% 50%;
	font-weight: bold;
	line-height: 20px;
}

.radioOn:hover {
	background-image: url(../img/on.gif);
}
.radioOff:hover {
	color: #3399cc !important;
	background-image: url(../img/off_hover.gif);
}

.checkboxOff {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #666;
	background-image: url(../img/checkbox_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	line-height: 20px;
}

.checkboxOff:hover { 
	color: #00CCCC !important;
}

.checkboxOn {
	display: inline;
	margin: 0px;
	padding: 2px; /* NS 6 problem */
	padding-left: 20px;
	color: #000;
	background-image: url(../img/checkbox_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0px;
	font-weight: bold;
	line-height: 20px;
}


/* -------------------------------NORMAL------------------------------- */

body {
	background: #e8f7ff url(../img/bg_main.gif) repeat-x left top;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #3399cc
}

a img {
border:0px;
}

input,
form,
p,
h1, h2, h3, h4, h5,
body,
{margin:0px; padding:0px;}

h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	letter-spacing: -0.07em;
	color: #666666;
	background: url(../img/dotted_h.gif) repeat-x left bottom;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #3399cc;
	letter-spacing: -0.05em;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 img {
	margin-bottom: -2px;
	margin-left: 2px;
}

.dotted {
	height: 1px;
	border: 0px;
	padding-top: 0px;
	background: #FFFFFF url(../img/dotted_h.gif) repeat-x left bottom;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* ------------------------TEMPLATE STYLES---------------------------- */

.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	line-height: 1px;
	font-size: 1px;
}

.greenblue {
	color: #643aa1;
	text-transform: capitalize;
}

.oops {
	background-color: #FFFFCC;
	border: 1px solid #ffcc66;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 4px;
	margin: 0px;
	display: inline;
}

input.input, input.input-num, textarea {
	background: url(../img/bg_input.gif) repeat-x left top;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #7C7C7C;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 4px;
	margin: 0px;
}

.textarea {
font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
width:300px;
height:100px;
}

input.input-num {width: 40px; margin-right: 10px;}

select {
	padding: 3px;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #7C7C7C;
	background: url(../img/bg_input.gif) repeat-x left top;
	margin-left:20px;
	width:230px;
}
option {border: none;}

.fifty {float: left; width: 50%;}

.inline {display:block; float:left; width: auto;}

#wrap_all {
	margin-top: 24px;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
}

#footer {margin-top: 10px;}
#header {
/*height:49px;*/
/*padding-bottom: 1px!important;*/
}

#header a {
	display:block;
	float:left;
}

#header a img {
	float:left;
	display:block;
}

#header p {
	margin: 20px 0px 0px;
	padding: 0px;
	height: 29px;
	float: right;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #898D90;
}

#shadow_top, #shadow_bottom {
	height: 4px;
	width: 778px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
}

#shadow_top {background: url(../img/shadow_top.gif) no-repeat left top;}
#shadow_bottom {background: url(../img/shadow_bottom.gif) no-repeat left top;}

#content {
	background: url(../img/bg_shadow.gif) repeat-y left top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#shadow_l, #shadow_r {width:4px; float:left; height: 284px; margin: 0px;}
#shadow_l {background: url(../img/shadow_l.gif) no-repeat left top;}
#shadow_r {background: url(../img/shadow_r.gif) no-repeat left top;}

#body {width: 730px; float: left; padding:20px;}

#form {
	width: 420px;
	float: left;
}

#form1 .clear {height:20px;}

/* ------------------------TABS---------------------------- */

#tabs {
	background: url(../img/bg_tabs.gif) repeat-x left top;
	height: 56px;
}
#tabs img {
	margin-top: 20px;
	margin-left: 20px;
}

#urlredesign, #urlmaintainance
{
margin:0;
}

#hidden_textarea
{
display:none;
}

.submit {margin-top:10px;}

.minutes {background: url(../img/graphic_minutes.jpg) no-repeat left top; height: 143px;}

.minutes p {margin: 0px; padding:0px; font-weight: bold; color:#FFFFFF; font-style: italic; letter-spacing: -0.01em; font-family: Arial, Helvetica, sans-serif; }
.minutes div {padding: 20px; }
.homesubmit {margin-top: 15px; float: left;}

#contact_form{
width:430px;
height:300px;
}
#contact_form h2{
float:left;
width:150px;
}
#contact_form input{
float:left;
width:220px;
margin-left:20px;
}
#QuoteCheckbox{
float:left; 
width:15px;
margin-top:25px;
margin-left:0;
}
.error {
display:none;
background:#d00;
color:#fff;
padding:5px;
margin-bottom:10px;
}

