@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
	margin:0;
	padding:0;
	font-size: 12px;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

a, a:active, a:visited {
	color: #00F;
	text-decoration: none;	
}
a:hover {
	color: #00F;
	text-decoration: underline;
}

body {
	background-position: left top;
}
.clear {
	display: block;
	clear: both;
	width: 100%;
}

.page {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.repeater {
	background-image: url(images/main_repeat.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.header {
	margin-bottom: 30px;
}

.header_bg {
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header_left_col {
	float: left;
	width: 444px;
	padding-top: 60px;
	padding-left: 60px;
}
.header_right_col {
	padding-top: 40px;
	text-align: center;
}

.footer_bg {
	background-image: url(images/page_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main {
	width: 730px;
	margin-right: auto;
	margin-left: 280px;
	padding-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
	padding-top: 150px;
}

.main_left_col {
	width: 410px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}
.main_right_col {
	float: right;
	width: 300px;
	text-align: center;
}

.footer_links {
	width: 730px;
	margin-right: auto;
	margin-left: 280px;
	position: relative;
	bottom: 0px;
	padding-bottom: 50px;
	padding-top: 40px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
h1 {
	color:#06F;
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	
	}
h2 {
	color: #06f;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.myinputstyle {
	border: 1px solid #fdfcfc;
	/** remember to change image path **/
	background: url(none) no-repeat #fdfcfc;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}
.contact {
	float: right;
	width: 300px;
	text-align: left;
	
	}
.page .repeater .header_bg .footer_bg .main .main_left_col p em {
	font-size: 12px;
}
.telephone {
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	color: #069;
}
