@charset "utf-8";


html, body { height:100.1%;} 
body {
	font-family: Georgia;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;

}


	

h1{
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
  
  }

h1, h2, h3, h4 { color: #333; }



  
p.mission_paragraph{
	font-size: 16px;
	color:#FFFFFF;
	padding-top: 10px;
	margin-bottom: -15px;
  }
  
  
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #header {
	height: 98px;
	padding-top: 20px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #117EF6;
	width: 900px;
	float: left;
}
.oneColFixCtrHdr #container #mission #right {
	float: right;
}
.oneColFixCtrHdr #container #mission #left {
	float: left;
	width: 375px;
	margin-top: 25px;
}
.oneColFixCtrHdr #container #header #left {
	float: left;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #header #right {
	float: right;
	margin-top: 20px;
}



.oneColFixCtrHdr #mission {
	height: 500px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/computer_2.png);
	width: 780px;
	margin-top: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	float: left;
	width: 860px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.oneColFixCtrHdr #mainContent #left_content {
	float: left;
	width: 440px;
	padding-right: 40px;
}
.oneColFixCtrHdr #footer {
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	width: 860px;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.oneColFixCtrHdr #container #mainContent #right_contactus {
	float: left;
	width: 250px;
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 162px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mission #left .small_paragraph {
	font-size: 12px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #right_contactus p {
	margin-top: 55px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#footer p.lf {
	float: left;
}
#footer p.rf {
	float: right;
}
#left_content strong  {
	color: #7B28A6;
	font-weight: bold;
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	margin-top:500px;
}

#wrapper {
	padding-top: 20px;
	float: left;
	width: 900px;
}

.catergory_wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 699px;
}

ul.imagegallery{
  padding: 0;
 margin-left:10px;
 clear: left;
}

ul.imagegallery li {
	display: inline;
	float: left;
	list-style: none;
	padding: 5px;
}


p.enlarge {
	font-size: 22px;
	line-height: 24px;
}
h2 a { color: #000 }

h2 a {
	font-size: 14px;
	line-height: 24px;
}

hr {width: 100%;  color:#ccc; }



a {
     text-decoration:none;
}

a:hover {
	color: #3D97FC;
	text-decoration:none;
}

