/* GLOBALS */
html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	background: #FFF url('imgs/bg.gif') repeat-x;
	margin: 0 auto;
	height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

img {
	border: 0px;
}

a img {
	border: 0px;
}

h4 {
	color: #0033FF;
	padding: 0 0 0 10px;
}

h3 {
	color: #0033FF;
	text-align: center;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#main_wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* END GLOBALS */

/* HEADER */
#header {
	width: 900px;
	margin: 0 auto;
}

#header_content {
	width: 900px;
	height: 100px;
	background: #003399;
}

#header a {
	float: left;
	height: 100px;
}

#header img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 900px;
	padding: 0px 0px 20px 0px;
}
/* END HEADER */

/* NAVIGATION */
#navigation {
	margin: 0 0 20px 0;
	height: 30px;
}

#navigation ul {
	float: left;
	position: relative;
	list-style-type: none;
	background: #003399 url('imgs/navigation_global_bg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	width: 900px;
	z-index: 49;
}

#navigation ul li {
	float: left;
	position: relative;
	z-index: 50;
	height: 30px;
	width: 100px;
	background:transparent url('imgs/navigation_bg.jpg') no-repeat;
}

#navigation ul li.empty_left {
	float: left;
	position: relative;
	height: 30px;
	width: 50px;
	background: transparent url('imgs/navigation_empty_left.jpg') no-repeat;
}

#navigation ul li.empty_right {
	float: left;
	position: relative;
	height: 30px;
	width: 450px;
	background: transparent url('imgs/navigation_empty_right.jpg') no-repeat;
}

#navigation ul li a {
	float: left;
	text-align: center;
	padding: 6px 0px 0px 0px;
	height: 24px;
	width: 100px;
	color: #FFF;
	text-decoration: none;
}

#navigation ul li a:hover {
	height: 24px;
	color: #FFF;
	text-decoration: none;
	background: transparent url('imgs/navigation_bg_hl.jpg') no-repeat;
}

#navigation ul li .nav_popup{
	display: none;
}

#navigation ul li #services {
	position: absolute;
	z-index: 50;
	top: 30px;
	left: 0px;
	height: auto;
	width: 270px;
	padding: 4px;
	background: #0066FF url('imgs/navigation_popup.gif') repeat-x;
	border: 1px solid #003399;
}

#navigation ul li #services div {
	float: left;
	position: relative;
	width: 270px;
}

#navigation ul li #services div a {
	text-decoration: none;
	color: #FFF;
	float: left;
	position: relative;
	padding: 2px 10px 2px 10px;
	width: 250px;
	height: 20px;
	width: auto;
	background: transparent;
}

#navigation ul li #services div a:hover {
	text-decoration: none;
	color: #003399;
	float: left;
	position: relative;
	padding: 2px 10px 2px 10px;
	height: 20px;
	width: auto;
	background: transparent;
}

#navigation ul li #contact {
	position: absolute;
	z-index: 50;
	top: 30px;
	left: 0px;
	height: auto;
	width: 270px;
	padding: 4px;
	background: #0066FF url('imgs/navigation_popup.gif') repeat-x;
	border: 1px solid #003399;
	color: #FFF;
}

#navigation ul li #contact div.email {
	text-decoration: none;
	color: #FFF;
	float: left;
	position: relative;
	z-index: 50;
	padding: 2px 10px 2px 10px;
	height: 20px;
	width: auto;
	background: transparent;
}

#navigation ul li #contact div.phone {
	text-decoration: none;
	color: #FFF;
	float: left;
	position: relative;
	z-index: 50;
	padding: 2px 10px 2px 10px;
	height: 20px;
	width: auto;
	background: transparent;
}

#navigation ul li #contact div.email_form {
	text-decoration: none;
	color: #FFF;
	float: left;
	position: relative;
	z-index: 50;
	padding: 2px 10px 2px 10px;
	height: 20px;
	width: auto;
	background: transparent;
}

#navigation ul li #contact div.email_form a {
	float: none;
	z-index: 50;
	text-decoration: none;
	color: #003399;
	background: transparent;
}

#navigation ul li #contact div.email_form a:hover {
	float: none;
	z-index: 50;
	text-decoration: none;
	color: #0033FF;
	background: transparent;
}
/* END NAVIGATION */

/* OVERLAYS */
#overlay {
	display: none;
	width: auto;
	height: auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #003399;
	background: #FFF;
	top: 0px;
	left: 0px;
	float: left;
	position: absolute;
	z-index: 20;
}

#backdrop {
	display: none;
	width: 100%;
	height: 100%;
	background: #333;
	top: 0px;
	left: 0px;
	float: left;
	position: absolute;
	z-index: 10;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}
/* END OVERLAYS */

#content p {
	padding: 0 10px 10px 10px;
}

/* FOOTER */
#footer {
	padding: 6px 0 0 0;
	height: 24px;
	text-align: center;
	background: #003399 url('imgs/navigation.gif') repeat-x;
	color: #FFF;
	width: 900px;
}

#footer #copyright {
	float: left;
	position: relative;
	width: 550px;
	margin: 0 auto;
	text-align:right;
}

#footer #creator {
	float: right;
	position: relative;
	width: 200px;
	height: 24px;
	padding: 4px 0 0 0;
	margin: 0 10px 0 0;
	text-align: right;
	font-size: 0.7em;
}

#footer #creator a {
	color: #FFF;
	text-decoration: none;
}

#footer #creator a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/* END FOOTER */

/* HOME */
.service_icon_list {
	width: 880px;
	margin: auto;
}

.service_icon_list .service_icon {
	float: left;
	position: relative;
	margin: 0 0 0 14px;
	z-index: 0;
}

.service_icon_list .service_icon a img {
	z-index: 0;
	position: relative;
}
/* END HOME */

/* SERVICES */
ul.service_map {
	float: left;
	position: relative;
	margin: 0 15px 15px 10px;
	width: 270px;
	padding: 0px 0 4px 0;
	background: #0033FF;
	list-style-type: none;
	border: 1px solid #000;
}

ul.service_map li {
	margin: 0 0;
	padding: 0 0;
	float: left;
	position: relative;
	height: 24px;
}

ul.service_map li.service_map_header {
	float: left;
	position: relative;
	width: 270px;
	padding: 6px 0 0 0;
	height: 24px;
	text-align: center;
	background: transparent url('imgs/navigation.gif') repeat-x;
	color: #FFF;
	margin: 0 0 10px 0;
}

ul.service_map li a {
	float: left;
	padding: 2px 0px 2px 10px;
	width: 260px;
	height: 20px;
	color: #FFF;
	text-decoration: none;
	margin: 0 0 0 0;
}

ul.service_map li a:hover {
	float: left;
	padding: 2px 0px 2px 10px;
	width: 260px;
	height: 20px;
	color: #FFF;
	text-decoration: none;	
	background: #0066FF;
	margin: 0 0 0 0;
}

ul.first_service_list {
	list-style-image: url('imgs/bullet.jpg');
	margin-left: 280px;
}
ul.first_service_list li {
	list-style-image: url('imgs/bullet.jpg');
	margin-left: 0px;
}
ul.first_service_list ul li {
	list-style-image: url('imgs/bullet.jpg');
	margin-left: 10px;
}

ul.service_list {
	list-style-image: url('imgs/bullet.jpg');
}

h4.first_list {
	margin: 50px 0 0 0;
}
/* END SERVICES */



/*ABOUT*/
.introduction_image {
}

.introduction_image img {
	float: left;
	position: relative;
	margin: 0 10px 10px 10px;
	
}
/*END ABOUT*/

/*CONTACT FORM */
.contact_form {
	width: 615px;
	margin: 0 auto;
}

.contact_form input {
	width: 200px;
}

.contact_form .contact_form_row {
	height: 30px;
}

.contact_form .contact_form_row label {
	padding: 0px 10px 0 0;
	width: 200px;
	text-align: right;
	float: left;
	position: relative;
}

.contact_form .contact_form_row_textarea {
	height: 120px;
	
}

.contact_form .contact_form_row_textarea label {
	padding: 0px 10px 0 0;
	width: 200px;
	text-align: right;
	float: left;
	position: relative;
}

.contact_form textarea {
	width: 390px;
	height: 100px;
}
.contact_form .contact_form_row .submit {
	width: 100px;
	float: right;
	position: relative;
}

.contact_form .contact_form_row .radio {
	width: 20px;
}

.error {
	background: #FFFF66;
	border: 1px solid #FFFF00;
	padding: 4px;
	margin: 0px auto 20px auto;
	width: auto;
	text-align: center;
}

#quick_contact {
	margin: 0 auto;
	width: 460px;
	height: 60px;
}

#quick_contact img {
	float: left;
	position: relative;
	z-index:1;
	width: 130px;
	height: 60px;
	padding: 0 10px 0 0;
}

#quick_contact .quick_contact_header {
	padding: 5px 0 0 0;
}

.mail_success {
	background: transparent url('imgs/contact_successs.jpg') no-repeat;
	height: 25px;
	padding: 5px 0 0 30px;
	margin: auto;
	width: 340px;	
}

.mail_failure {
	background: transparent url('imgs/contact_error.jpg') no-repeat;
	height: 25px;
	padding: 5px 0 0 30px;
	margin: auto;
	width: 460px;

}
/*END CONTACT FORM */