/* Reset properties */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/* General styling */
body {
	background: url(../images/bg.jpg) repeat-x;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

.img-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	line-height: 20px;
	text-align: justify;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #3d3f7c;
	margin-bottom: 15px;
}

h3 {
	font-size: 21px;
	color: #3d3f7c;
}

h4 {
	font-size: 16px;
	color: #3d3f7c;
}

ul {
	font-size: 12px;
	margin-left: 40px;
	line-height: 30px;
}

.panelContainer ul {
	margin-top: 10px;
}

.panelContainer a {
	color: #9c104d;
	text-decoration: none;
}

.panelContainer .button a:hover {
	color: white;
	text-decoration: underline;
}

.panelContainer a:hover {
	text-decoration: underline;
}

.panel li{
	list-style-image: url(../images/check.png);
	line-height: 25px;
	margin-left:10px;
}
/* Wrapper */

#wrapper1 {
	width: 960px;
	margin: 0 auto;
	padding-left: 0px;
}

#wrapper2 {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*Header */

#header {
	width: 940px;
	height: 200px;
	margin: 0px;
	background-image:url(../images/bg-header.png);
	background-repeat:no-repeat;
}

/* Logo */

#logo {
	padding-top: 20px;
	width:350px;
	height:70px;
}



/* Buttons */

#buttons {
	height: 80px;
}

.button {
	float: left;
	margin-right: 20px;
	margin-top: 25px;
}

.button-border-left {
	background: url(../images/button-bg-left.jpg);
	width: 5px;
	height: 26px;
	float: left;
}

.button-main {
	height: 26px;
	float: left;
	background: url(../images/button-bg.jpg) repeat-x;
	padding: 0px 10px 0px 10px ;
}


.button-main a {
	color: #f5f5f5;
	font-size: 13px;
}

.button-border-right {
	background: url(../images/button-bg-right.jpg);
	width: 5px;
	height: 26px;
	float: left;
}

/* Footer */

#footer {
	height: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#footer_image{
	float:left;
	position:relative;
	width:180px;
}

#footer_text{
	float:left;
	position:relative;
}

#footer p{
	color: #575757;
	padding-top:15px;
	line-height:1.2em;
	font-size:12px;
}

#footer a {
	color: #3d3f7c;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_right{
	float:right;
	text-align:right;
}

#footer_right p{
	text-align:right;
	margin-top:14px;
}

/* Main content and columns styling */

#mainContent {
	width: 960px;
	overflow: hidden;
}

.left-column {
	width: 439px;
	padding-right: 30px;
	border-right: 1px solid #e8e5e5;
	float: left;
	height: 480px;
	overflow: hidden;
}

.subdivision-left {
	width: 218px;
	float: left;
}
.right-column {
	width: 439px;
	padding-left: 30px;
	border-left: 1px solid #ffffff;
	height: 480px;
	overflow: hidden;
}

#mainContent .button {
	float: none;
	margin-top: 6px;
}

#mainContent .button p{
	margin-top: 0px;
}

/* Accordion */

.AcordionPanelTab {
	padding-bottom: 5px;
}

.AcordionPanelTab h2 :hover{
	color: red;
}

.AcordionPanelTab {
	cursor: pointer;
}

/* Homepage services */

.homepage-service p {
	margin-bottom: 0px;
}

.homepage-service h4 {
	margin-top: 10px;
}
.homepage-services-divider {
	margin: 15px 0px 10px 0px;
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #e8e5e5;
	overflow: hidden;
}

/* Gallery */

.gallery-item {
	width: 162px;
	height: 106px;
	padding: 2px;
	background-color: #f5f5f5;
	margin: 5px 20px 20px 0px;
	float: left;
	border: 1px solid #dadada;
}


/* CONTACT FORM */

form {
	border: none;
	font-size: 12px;
	color: #333333;
}

fieldset {
	border: none;
	margin: 10px 0px;
	padding: 0px;
}
.notification_error {
	border: 1px solid #3d3f7c;
	height: auto;
	width: 408px;
	padding: 4px;
	background: #d7d8fe;
	text-align: left;
	font-size: 12px;
	color: #333;
}

.notification_ok {
	border: 1px #9c104d solid;
	height: auto;
	width: 408px;
	padding: 8px;
	background: #fbcde1;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.info_fieldset {
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}



.contact-button {
	border: 1px solid #999999;
	background: white;
	color: #2F3738; 
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

/* Label */
label {
	width: 50px;
	font-size: 12px;
	color: #2F3738;
	font-weight: bold;
	float: left;
}

/* Input, Textarea */
input, textarea
{
padding: 3px;
border: 1px solid #999999; 
color: #2F3738; 
font-family: "Lucida Grande", Tahoma, Verdana;
font-size: 12px;
float: left;
}
input {
	width: 121px;
	margin: 0 20px;
}

textarea {
	margin: 10px 0px;
	width: 410px;
	height: 70px;

}

/* Navigation */

#navigation {
	float: right;
	padding-right: 0px;
	height: 30px;
	margin-top:80px;
	list-style: none;
}

#navigation li {
	float: right;
	margin-left: 3px;
}

#navigation a {
	color: #fff;
}

#navigation a:hover {
	color: #fff;
	text-decoration:underline;
}

.menutab-border-left {
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/menu-border-left.jpg);
}

.menutab-border-right {
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/menu-border-right.jpg);
}

.menutab-core {
	float: left;
	height: 30px;
	background-image: url(../images/menutab-bg.jpg);
	padding: 0px 10px;
	background-repeat: repeat-x;
	font-size: 12px;
}


/* MISC */

.clear {
	clear: both;
}
