body {
	margin: 0;
    padding: 0;
	background-color: #333;
	color: #fff;
}

#innerwrapper {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
	color: #333333;
	background-color:#fff;
	z-index:1;
	position: relative;
}

#outerwrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	z-index:1;
}



#header {
	width: 950px;
	height: 112px;
	margin: 0;
	/*background-image: url(../images/header/logo.gif);
	background-repeat: no-repeat;*/
 }
 
 #headertxt {
	text-align: right;
	position:absolute;
	right:40px;
	top:34px;
	width:413px;
	height:66px;
	z-index:1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	line-height: 19px;
}
#headertxt2 {
	text-align: right;
	position:absolute;
	right:52px;
	top:34px;
	width:450px;
	height:66px;
	z-index:1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	line-height: 19px;
}


/*THIS IS THE CODE FOR THE TOP NAVIGATION */
 
 #topnavcontainer {
	text-align: left;
	margin: 0;
	height: 28px;
	width: 950px;
	float: left;
	background-color: #CCCCCC;
	color: #333333;
	/*margin-top:-4px;*/
}

#topnavcontainer ul {
	border: 0;
	margin: 0 0 0 50px;
	padding: 0;
	top: 0;
	list-style-type: none;
	text-align: left;
}

#topnavcontainer ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#topnavcontainer ul li a {	
	width: 80px;
	height: 28px;
	padding: 0;
	margin: 0;
	color: #333;
	background: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 500 11px/30px Geneva, Arial, Helvetica, sans-serif;
}

#topnavcontainer ul li a:hover {
	color: #fff;
	background: #777;	
}

#topnavcontainer a:active {
	background: #777;
	color: #fff;
}

#topnavcontainer li#active a {
	background: #777;
	color: #fff;
}

/*THIS ENDS THE CODE FOR THE TOP NAVIGATION */


/* TEXT STYLING BEGINS HERE */

td,th {
	color: #333333;
	background-color: #fff;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.bold { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold; 
}

p.morelead {
	font-size: 12px;
	line-height: 20px;
}

p.extralead {
	font-size: 12px;
	line-height: 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #666666;
	background-color: #FFFFFF;
}
h1 {
	font-size: 22px;
	color: #333333;
}
.brown {
	color: #960;
	background-color: #fff;
}
.brownbold {
	color: #996600;
	background-color: #fff;
	font-weight: bold;
}
.brown A:link {
	text-decoration: underline;
	color: #996600;
	/*font-weight: bold;*/
	background-color: #fff;
}
.red {
	color: #F63;
	background-color: #fff;
}
.redbold {
	color: #F63;
	background-color: #fff;
	font-weight: bold;
}
.bluebold A:link{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	background-color: #fff;
}

.bluebold A:hover{
	text-decoration: underline;
	color: #a1080b;
	font-weight: bold;
	background-color: #fff;
}

.brownbold A:link {
	text-decoration: none;
	color: #996600;
	font-weight: bold;
	background-color: #fff;
}

.ryasheading {
	color: #333;
	background-color: #fff;
	font-weight: bold;
	font-size:21px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 90%;	
}
	
h2.tan {
	font-size: 19px;
	color: #CBB485;
	background-color: #fff;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}

.small {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:10px;
}

.smallitalic {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-style:italic;
font-size:10px;
}

.smallbold {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
}

.smallgrey {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:10px;
color: #999;
}
.boldgrey {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	
}

.tan {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #963;
	
}

.hilite {
	background-color: #ECECEC;
	color:#333333;
	vertical-align: middle;
	font-size: 11px;
}

.hilite-red {
	background-color: #a1080b;
	color:#fff;
	vertical-align: middle;
	font-size: 11px;
}

/* LINK STYLING */

a:link {
	text-decoration: none;
	color: #000066;
	background-color: #fff;
}

a:visited {
	text-decoration: none;
	color: #000066;
	background-color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	background-color: #fff;
}
a:active {
	text-decoration: none;
	color: #960;
}


#left {
 	width: 320px;
 	z-index:1;
	position:relative;
	float:left;
	margin:0;
	display:inline;
}

#left2 {
 	width: 170px;
 	z-index:1;
	position:relative;
	float:left;
	margin:0;
	display:inline;
}

#content{
	width:590px;
	float:left;
	margin:0;
	display:inline;
	position:relative;
	z-index:1;
	color: #333;
	background-color: #fff;
}

#content2{
	width:630px;
	margin:0;
	right: 0;
	position:absolute;
	z-index:1;
	color: #333;
	background-color: #fff;
	
	display:inline;
}

.one{color: #333; background:#fff;}

.two{color: #333; background:#fff;left:320px;width:630px;}

#footer {
	clear:both;
	text-align: left;
	margin-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #fff;
}

#footer2 {
	clear:both;
	text-align: center;
	margin-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #fff;
}


html>body .col{top:0}/* hide from ie6 and under*/
* html .col{height:1000em;}/*ie6- only */

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #topnavcontainer {
  margin-top: -4px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

.texturebox {
top: 10px;
left: 0;
width: 950px;
height: 144px;
background-color: #f1f1f1;
color: #616663;
 }
 
.texturebox2 {
top: 10px;
left: 0;
width: 950px;
height: 64px;
background-color: #f1f1f1;
color: #616663;
 }
 
img.floatRight { 
float: right; 
margin: 0px 0px 5px 20px; /*top, right, bottom, left margin values*/
}

img.floatRight2 { 
float: right; 
margin: 0 5px 15px 0; /*top, right, bottom, left margin values*/
}

img.floatRight3 { 
float: right; 
margin: 0px 0px 20px 10px; /*top, right, bottom, left margin values*/
}

img.floatLeft { 
float: left; 
margin: 0px 15px 20px 10px; /*top, right, bottom, left margin values*/
}

img.floatLeft2 { 
float: left; 
margin: 5px 15px 10px 0px; /*top, right, bottom, left margin values*/
}

img.floatLeft3 { 
float: left; 
margin: 0px 15px 0px 0px; /*top, right, bottom, left margin values*/
}


/* Portfolio */
    .box.big_box{
        width:300px;
        float:left;
        display:inline;
        position:relative;
        margin:5px;
    }
        
    /* Portfolio Heading */    
    .box.big_box h5{
        margin:0 20px;
        padding:20px 0 0 0;
    }
         
    /* Paragraph space for portfolio boxes */                        
    .box.big_box p{
        margin:10px 20px 20px 20px;
    }                

    
    /* Portfolio Heading */        
    .image.portfolio{
        margin:10px auto 0 auto;
        text-align:center;
        clear:both;
        display:block;
        padding:0;
    }
        
    .portfolio_slide_img.image.portfolio{
        margin:0;
    }
	


    /* Portfolio Categories Bar*/        
    .portfolio_categories{
	width:940px;
	height:45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
    }
	
	/* Left Side Text */     
    .portfolio_categories h5{
        position:absolute;
        left:0;
        margin:13px 10px 0 30px;
        padding:0px 0 0 0;
        line-height:20px;
		text-transform:uppercase;
    }



    /* Category Links */ 
    .portfolio_categories ul{
	list-style-type: none;
	list-style-position:outside;
	position:absolute;
	right:0;
	margin:15px 30px 0 10px;
	width: 599px;
    }

    .portfolio_categories ul li{
        float:right;
        font-size:11px;
        margin:0 10px;
        padding:0;
        line-height:14px;
    }
        
    /* Category Links Style*/ 
    .portfolio_categories ul li a{
        text-decoration:none;
    }        

    .portfolio_categories ul li a:hover{
        text-decoration:none;
    }

    /* Category Links Active Page Style */ 
    .portfolio_categories ul li a.active{
        text-decoration:underline;
    }

    .portfolio_categories ul li a.active:hover{
        text-decoration:none;
    }

/* Portfolio Slider */

    #porfolio_slider{
        width:940px;
        margin:0 auto 20px auto;
        position:relative;
        z-index:666;
	height:300px;
	overflow:hidden;	
    }
    
    .pslide{

    }
    
    .portfolio_curv_top{
        position:absolute;
        top:0px;
        z-index:668;
    }

    .portfolio_curv_bottom{
        position:absolute;
        bottom:0px;
        z-index:668;
    }

    /* Content Area */
    .portfolio_slide_content{
        position:absolute;
        bottom:0;
        left:0;
        width:940px;
        font-size:11px;
        overflow:hidden;
        height:90px;
    }
        
    /* Slide Title */
    .portfolio_slide_content .title{
       width:920px;
       padding:10px 10px 10px 20px;
       font-size:15px;
       height:15px;
   }
 
    /* Title Link */
    .portfolio_slide_content .title  a{
        text-decoration:none;
    }
    
    .portfolio_slide_content .title  a:hover{
        text-decoration:none;
    }

    /* Category Link */    
    .portfolio_slide_content .title  a.cat{
        text-decoration:none;
    }

    .portfolio_slide_content .title  a.cat:hover{
        text-decoration:none;
    }

    /* Content Link */
    .portfolio_slide_content .text a{
        text-decoration:underline;
    }
    
    .portfolio_slide_content .text a:hover{
        text-decoration:none;
    }
        
    /* Content Text */
    .portfolio_slide_content .text{
        width:900px;
        height:45px;
        clear:both;
        position:relative;
        padding:5px 20px 15px 20px ;
        font-size:13px;
    }
       
    /* Slider Arrows */ 
    .portfolio_slider_arrows{
        position:absolute;
        top:220px;
        right:10px;
        z-index:987;
        width:40px;
    }

    .portfolio_slider_arrows .left{
        width:10px;
        height:22px;
        float:left;
        cursor:pointer;
        margin-right:5px;
    }

    .portfolio_slider_arrows .right{        
        width:10px;
        height:22px;
        float:left;
        cursor:pointer;
    }
    
    /* Curvs*/ 
    .p_image_top{
       position:absolute;
       top:0;
       margin-bottom:10px;
    }
    
    .p_image_bottom{
       position:absolute;
       bottom:0;
    }
    
    /* Play and Zoom Icon */    
    .play{
    }
    
    .magnifier{
    }
    
/* Paging */

    .paging {
        display:block;
        clear:both;
        padding:10px 10px 0 10px;
        overflow:hidden;
    }
        
    .paging.blog {
	padding:0;
    }
	
    .paging ul, .paging ul li{
	margin:0;
	padding:0;
	list-style-type:none;
    }
        
    .sub.content .paging li, .sub.content .paging ul{
	border:0;
    }
        
    .paging ul li{
	display:inline;
	margin-right:5px;
	float:left;
	font-size:12px;
	line-height:11px;
    }

     /* paging link*/
   .paging ul li a, .paging ul li.active a{
       background: url(../new-site-temporary-dec1-10/images/paging_buttons.jpg) 104px 0  ;
       color:#C3C3C3;
   }
   
    /* paging mouseover*/
    .paging ul li.active a, .paging ul li a:hover{
       color:#fff;
       background:url(../new-site-temporary-dec1-10/images/paging_buttons.jpg) 200px 0  ;
    }
     
    /* Arrow Left */   
    .paging ul li.arrowleft a{
         background:url(../new-site-temporary-dec1-10/images/paging_buttons.jpg) 72px 0  ;
    }
        
    /* Arrow Left Hover State */
    .paging ul li.arrowleft a:hover{
         background:url(../new-site-temporary-dec1-10/images/paging_buttons.jpg) 168px 0  ;
    }        

    /* Arrow Right  */
    .paging ul li.arrowright a{
         background:url(../new-site-temporary-dec1-10/images/paging_buttons.jpg) 40px 0  ;
        
    }
    
    /* Arrow Right Hover State */    
    .paging ul li.arrowright a:hover{
         background:url(../new-site-temporary-dec1-10/images/paging_buttons.jpg) 136px 0  ;
    } 
     

