/* reset
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;} */

/* start editing from here */
/*a{text-decoration:none;}*/
/* .txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}

a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000000;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: #000000;
}

body {
	 font-family: CusFont, Arial;
	 background-color:#e7e6e1;
}
.wrap{
	width: 100%;
	margin: auto;
	/**background-attachment:fixed;**/
}

/*header*/
.header-bg{
    }
.logo{
}

/*content*/
.content-bg{
	
}
.main{
		
}
.content{
	width:100%;
	margin:auto;
}

/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.image_row_1{
border-top-left-radius: 25px;
border-top-right-radius: 25px;
-moz-border-radius-topright: 25px;/* Firefox 3.6 and earlier */
-moz-border-radius-topleft: 25px;
-webkit-border-top-right-radius: 25px;
-webkit-border-top-left-radius: 25px;
-khtml-border-radius-topright: 25px;
-khtml-border-radius-topleft: 25px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
-moz-border-radius-bottomright: 25px;/* Firefox 3.6 and earlier */
-moz-border-radius-bottomleft: 25px;
-webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-khtml-border-radius-bottomright: 25px;
-khtml-border-radius-bottomleft: 25px;
padding:0px 0px; 
background-color:#e7e6e1;
margin: auto;
display: block;
margin: 0% 0% 0% 0%;
font-family: CusFont, Arial;
font-size:12px;
}

.horiz_row_1 {
	width: 50%;
	margin: 0% 25% 0% 25%; 
}


/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
body{
background-color:#e7e6e1;
background-image:url(../bg1.jpg);
background-attachment:fixed;
background-position:center top;
background-repeat:no-repeat;
}
	.wrap{
		width:90%;
		}	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
body{
background-color:#e7e6e1;
background-image:url(../bg1.jpg);
background-attachment:fixed;
background-position:center top;
background-repeat:no-repeat;
  }	
	.wrap{
		width:95%;
	}
	.image_row_1{ 
		margin: 2% 0 2% 0%;
		background-color:#e7e6e1;
	}
	
	.horiz_row_1 {
		width:94%;
		padding:3%;
	}
	
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
body{
background-color:#e7e6e1;
background-image:url(../bg1.jpg);
background-attachment:fixed;
background-position:center top;
background-repeat:no-repeat;
  }	
	.wrap{
		width:95%;
	}
	.image_row_1{ 
		margin: 2% 0 2% 0%;
		background-color:#e7e6e1;
	}	
	.horiz_row_1 {
		width:92%;
		padding:2%;
		
	}
}
/*content-style*/
.content h1{
font-family: CusFont, Arial;	
color: #000000;
font-size: 14px;
font-weight:;
}
.content h2{
	padding: 2%;
	font-size:18px;
	color: #000000;
	font-family: CusFont, Arial;
	font-weight:bold;
}
.content h3{
	padding: 2%;
	font-size:10px;
	color: #000000;
	font-family: CusFont, Arial;
}

/*footer1*/
.footer1-bg{
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
-moz-border-radius-bottomright: 25px;/* Firefox 3.6 and earlier */
-moz-border-radius-bottomleft: 25px;
-webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-khtml-border-radius-bottomright: 25px;
-khtml-border-radius-bottomleft: 25px;
margin: auto;
padding:0px 0px; 
background:#e7e6e1;
	}
.copy{
	padding: 30px 0;
	text-align: center;
}
.copy p{
	font-size: 0.812em;
	font-weight:bold;
	color:#fff;
}
.copy p a{
	color:#10696E;
}
.copy p a:hover{
	text-decoration: underline;	
}
.img-circle {
        border-radius: 50%;
}
	
/* EOT file for IE */
/*@font-face {
 font-family: CusFont;
 src: url(/PRINC.eot)
}*/
/* TTF file for CSS3 browsers */
/*@font-face {
 font-family: CusFont;
 src: url(/PRINC.ttf) 
 }*/

div
{
font-family:CusFont;
}
