h1, h2, h3, h4, h5, p, body {
	margin: 0px;
	padding: 0px;
}
body {
	position: relative;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	color: #545454;
}
a {
	color: #00ADEF;
	text-decoration: none;
}
a.read_small {
	font-size: 10px;
	text-transform: uppercase;
}
a:hover {
	color: #253D7B;
}
a img {
	border: 0px none;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia;
	color: #253D7B;
	font-weight: normal;
}
h2, h3, h4, h5 {
	font-family: Arial;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
}
h3 {
	font-size: 14px;
	margin-bottom: -12px;
	margin-top: 12px;
}
p {
	margin-top: 14px;
	margin-bottom: 14px;
}
hr {
	position: relative;
	display: block;
	width: 864px;
	height: 2px;
	border: 0px none;
	background-color: transparent;
	margin: 10px 0px;
	padding: 0px;
	background-image: url(images/page_divider.png);
	margin-left: -10px;
}

.outer_wrapper {
	position: relative;
	text-align: center;
}
.inner_wrapper {
	position: relative;
	text-align: left;
	width: 864px;
	padding-left: 13px;
	padding-right: 8px;
	margin: auto;
}
#main_wrapper {
	background-image: url(images/footer_backdrop.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-bottom: 11px;
}

/* Header */
#header {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
#logo {
	position: relative;
	display: block;
	width: 94px;
	height: 84px;
	text-indent: -5000px;
	outline: none;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	float: left;
}

/* Navigation */
#main_navigation {
    position: relative;
    height: 20px;
    z-index: 500;
    float: right;
    margin-top: 58px;
}
#main_navigation ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 100;
}
#main_navigation ul li {
    position: relative;
    width: auto;
    z-index: 100;
}
#main_navigation div > ul {
    width: auto;
    height: 20px;
    z-index: 100;
}
#main_navigation div > ul > li {
    position: relative;
    float: left;
    z-index: 100;
    font-size: 12px;
    line-height: 20px;
    color: level1 ;
}
#main_navigation ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #253D7B;
    font-family: Arial;
    background-color: transparent;
    text-transform: lowercase;
    text-decoration: none;
    z-index: 100;
    padding-right: 12px;
    padding-left: 12px;
}
#main_navigation div > ul > li:hover > a {
	background-image: url(images/menu_dropshadow.png);
	background-repeat: repeat-y;
}
#main_navigation ul li:hover > a, #main_navigation ul li a.selected {
    color: #00ADEF;
    z-index: 100;
}
#main_navigation ul li ul {
	display: none;
	z-index: 100;
	background-image: url(images/menu_dropshadow.png);
	background-repeat: repeat-y;
}
#main_navigation ul li ul a {
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
    border-top: 1px dotted #C1C1C1;
}
#main_navigation ul li ul li:first-child > a {
    border: 0px none;
}

#main_navigation ul li:hover > ul {
	display: block;
	z-index: 100;
}
#main_navigation ul li:hover > ul {
	left: 100%;
	top: 0px;
	position: absolute;
	z-index: 600;
}
#main_navigation div > ul > li:hover > ul {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 500;
	margin: 0px;
}
#main_navigation ul li:hover ul li {
	float: none;
	z-index: 100;
	padding: 0px 10px;
}
#main_navigation ul li:hover ul li a {
	z-index: 1000;
	background-color: #ffffff;
}

#main_navigation ul li:hover > ul {
	display: block;
	z-index: 500;
}
#main_navigation ul li:hover ul {
	z-index: 1000;
}

/* Large Image */
#large_image_holder {
	position: relative;
	width: 813px;
	height: 246px;
	background-image: url(images/image_holder.png);
	background-repeat: no-repeat;
	padding: 36px;
	margin-left: -13px;
}
#large_image_holder h3 {
	position: relative;
	z-index: 10;
	font-family: Georgia;
	font-size: 30px;
	color: #ffffff;
	line-height: 36px;
	text-shadow: 1px 2px 5px #000000;
	filter: Shadow(Color=#000000, 	
			Direction=53, 
			Strength=2);
	font-weight: normal;
	margin: 0px;
}
#large_image {
	position: absolute;
	top: 18px;
	left: 21px;
	width: 846px;
	height: 277px;
	z-index: 1;
	overflow: hidden;
}
#large_image img {
	position: relative;
}

/* Columns */


/*temp edit*/
#columns{
display:none;
}
/*end temp edit*/

#columns, #contact_form_holder {
	position: relative;
	font-size: 11px;
	color: #535454;
}
#columns a,
#contact_form_holder a {
	color: #253D7B;
}
#columns a:hover,
#contact_form_holder a:hover {
	color: #00ADEF;
}
#columns .column, #contact_form_holder {
	position: relative;
	float: left;
	width: 263px;
}
#columns .column ul {
	margin: 0px;
	padding-left: 15px;
}
#services_column ul {
	position: relative;
	margin: 0px!important;
	padding: 0px!important;
	list-style: none;
}
#services_column li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#services_column li a {
	color: #535454;
}

#columns .column_divider {
	position: relative;
	width: 2px;
	height: 211px;
	background-image: url(images/vertical_divider.png);
	background-repeat: repeat-y;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 14px;
}

/* Contact Form */
#contact_form_holder {
	float: right;
	padding-left: 15px;
	background-image: url(images/vertical_divider.png);
	background-repeat: repeat-y;
	margin-left: 13px;
	margin-right: 13px;
}
#contact_form {
	position: relative;
	padding-top: 2px;
}
#contact_form label {
	position: relative;
	display: block;
	width: 261px;
	height: 30px;
	background-image: url(images/input_box.png);
	background-repeat: no-repeat;
	margin-top: -2px;
	padding-left: 11px;
	padding-top: 3px;
	line-height: 21px;
}
#contact_form label.textarea {
	background-image: url(images/textarea_box.png);
	width: 261px;
	height: 111px;
}
#contact_form label input.text,
#contact_form label.textarea textarea {
	background-color: transparent;
	border: 0px none;
	font-family: Arial;
	font-size: 11px;
	height: 21px;
	float: right;
	width: 200px;
	display: block;
	color: #253D7B;
	outline: none;
}
#contact_form label.textarea textarea {
	float: none;
	height: 78px;
	width: 255px;
	resize: none;
}
#contact_form input.submit {
	margin-top: -2px;
}

#quotation {
	position: relative;
	padding-top: 20px;
	top: 11px;
}
#quotation p {
	font-family: Georgia;
	font-size: 26px;
	line-height: 30px;
	color: #253D7B;
	margin: 0px;
}
#quotiation small {
	color: #000000;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
#quotation .quote {
	position: relative;
	z-index: 1;
	opacity: 0;
    filter: alpha(opacity=0);
}

/* Footer */
#footer {
	padding: 0px;
	margin-top: 50px;
	font-size: 9px;
	line-height: 20px;
	color: #253D7B;
}
#footer a {
	color: #253D7B;
}
#footer hr {
	margin:0 3px 5px 3px;
	padding:0;
}
#footer p { margin:0; padding:0; }
#footer p span { float:right; margin-top:-36px }

#footer img { height:50px; margin:0 5px;
  cursor:hand;
  cursor:pointer;
}
#cc_twi { width:63px; }
#cc_iso9001 { width:57px; }
#cc_iso9001_popout { 
  position:absolute; 
  right:100px; 
  bottom:10px; 
  z-index:100;
  display:none;
} 
#cc_iso9001_popout img
{
  width:592px; 
  height:839px; 
}
#cc_iso9001_popout a.close
{
  cursor:hand;
  cursor:pointer;
  position:absolute;
  top:5px;
  right:13px;
  font-size:10px;
}


#commentform label {
    position: relative;
    display: block;
    float: left;
    width: 225px;
}
#commentform input, #commentform textarea {
    position: relative;
    display: block;
    width: 400px;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    float: right;
    clear: both;
}
#commentform #submit {
    width: 100px;
}

.commentlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.commentlist li {
    margin: 10px;
}
.comment-meta {
    float: none;
}
.comment-author {
    font-size: 16px;
}

.alignleft {
    position: relative;
    float: left;
}
.alignright {
    position: relative;
    float: right;
}
