/***************************************
****************************************
    GENERAL STYLES
    ------------------------------------
    PLEASE ADD NEW STYLE RULES TO THE
    APPROPRIATE SECTION ONLY. DO NOT
    REMOVE SECTION HEADERS EVEN IF THEY

    ARE NOT IN USE.


    Reminder: If you're setting a width
    and a padding/margin you're looking
    for trouble with ie6
    http://css.maxdesign.com.au/listamatic/about-boxmodel.htm


****************************************
***************************************/

/***************************************
    TEMPLATE VIEW
    ------------------------------------
    Styles to make the template easy to
    view - please remove.
***************************************/
div
{
    /*border:dotted 1px gray;*/
}

/***************************************
    MEDIA STYLES
    -----------------------------------
    Add any styles here that only
    need to appear on a certain device.
***************************************/
/*If a title has an image instead of text then this
 will display the text rather than the image*/
@media handheld
{    
    .hidetext
    {
        text-indent:0px;
        background: none;
    }   
}




@media print 
{
    /*more styles in tripoli/print.css*/
    div#lhs,
    div#rhs,
    div#globalnav
    {
        display:none;
    }
}



/***************************************
    USEFUL ONE LINERS
    -----------------------------------
    Any useful simple one liners here.
***************************************/
.bold{font-weight:bold;}
.italic{font-style:italic;}
.floatright{float:right;}
.floatleft{float:left;}
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}
.cleanedges{border:none;margin:0;padding:0;}
.marginbottom{margin-bottom:40px;}
.nomargin{margin:0;}
.hidetext{text-indent:-9000px; overflow:hidden;}
.alignright{text-align:right;}
.alignleft{text-align:left;}
html{ overflow:-moz-scrollbars-vertical;}






/***************************************
    GLOBAL STYLES
    ------------------------------------
    Style rules with a global effect.
***************************************/
*
{
    
}
body
{

    background:#a59884 url(../images/main_bg.jpg) repeat-x top left;
    color:#333333;
    margin-bottom:30px;
}

a
{
    color:#000;
    text-decoration:none;
}
/*correct order of psudeo classes*/
a:link{color:#948671;}
a:visited{color:#948671;}
a:hover{color:#000000;text-decoration:none;}
a:active {color:#948671;}



address
{

    font-style:italic;
    padding:10px 0px;
    border-top:1px solid #D0BEA2;
    border-bottom:1px solid #D0BEA2;
  
    margin-right:173px;
}

#container
{
  
}

h1
{
    font-weight:normal;
    color:#635a4d;   
    text-transform:none;
    font-family:Verdana;
    font-size:30px;
    padding:10px 10px 15px 0px;
    border-bottom:1px solid #cccccc;
    
    margin-bottom:10px;
   
}

h1 img{
border:none;
padding:0px;
margin:0px;
}

#home h1 {

border:none;
padding:0px;
 margin-left:0px;
 color:#000000;
 font-size:16px;
 margin-top:30px;


}


#content h1 span{
display:none;
}
   
h2
{
    color:#a58653;
    font-weight:normal;    
    padding:5px 5px 5px 0px;
    text-transform:none;
    margin-top:10px;
}      
h3
{
    font-weight:normal;    
    text-transform:none;
}


h4
{
    color:#000;
    text-align:left;
    text-transform:none;
}




img
{

    background:#fff;
    padding:2px;
    border:solid 1px #000000;
 
}

div.indent
{
    border-left:solid 1px #999999;
    padding-left:10px;
}


/*
.transparent_class
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/


/*forces a div with floating image inside
 it to pull down to the end of the image*/
hr.clear {display: block; clear: left;
padding: 0;padding-top:0px;
visibility: hidden;width:1px;}


/***************************************
    HEADER STYLES: #header
    ------------------------------------
    Style rules for the header
    area only.
***************************************/
#header
{    
	background:transparent url(../images/header_bg_logo.gif) no-repeat scroll left top;
	
}

#shadowwrapper{
background:transparent url(../images/shadow.jpg) no-repeat scroll center top;


}

    #header #logo
    {
        display:block;
        height:50px;
        width:530px;
        position:absolute;
    }



    #header .contact
    {
        float:right;
        color:#fff;
        font-family:Arial;
        font-size:14px;
        margin-top:40px;
        text-align:right;
        padding-bottom:5px;
        
    }
    
    	 #header .contact span{
	color:#948671;
	}

    #header .contact address
    {
        font-style:normal;
        
    }


	#header a.email {color:#fff;}

	#header a.email:hover {color:#948671;}



div#lowerheaderimg
{    
    background:#d0bea2 url(../images/flash_border_bottom.gif) bottom left repeat-x;
    padding-bottom:6px;
}


div#lowerheaderimghome
{    
    background:#d0bea2 url(../images/flash_border_bottom.gif) bottom left repeat-x;
    padding-bottom:6px;
}

div#lowerheaderimghome .lhs{
background:#d0bea2 url(../images/clients_say.gif) no-repeat top left;
float:left;
width:220px;
height:223px;
overflow:hidden;
}

div#lowerheaderimghome .lhs p{
margin:60px 15px 15px 15px;
font-size:15px;
font-style:italic;
color:#fff;
}

div#lowerheaderimghome .rhs{
background:url(../images/head_inner.jpg) top right no-repeat;
float:right;
width:733px;
height:202px;
}

div#lowerheaderimghome .breadcrumb{
margin-top:206px;
color:#000000;
font-size:11px;
}


div#lowerheaderimghome .breadcrumb a{color:#000;}
div#lowerheaderimghome .breadcrumb a:hover{color:#5b5246;text-decoration:none;}
div#lowerheaderimghome .breadcrumb .current span{color:#5b5246}

div#lowerheaderimghome .lhs span {
color:#000;
font-size:10px;
}

div#lowerheaderimg img{
border:none;
padding:0px;
}

div#tagline
{    
    font-size:2.4em;
    padding-left:426px;
    padding-top:32px;
}



/***************************************
    GLOBAL NAVIGATION STYLES: #globalnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/
    
#globalnav
{
    background:#CCCCCC url(../images/global_nav_bg.gif) repeat-x top center;
	width:100%;
	font-size:17px;
	padding:10px 0;
	_padding-bottom:5px;
	color:#fff;

}

#globalnav img{
padding:0px;
margin:0px;
border:none;
}



	#globalnav #globalcurrent
	{
		background-color:gray;
		font-weight:bold;		
	}
	
	#globalnav ul 
	{
	    display:inline;
	    margin-left:15px;
	    padding-left:0;
	}
	#globalnav ul li {display:inline;padding:4px 42px 4px 0px;position:relative;}
	
	    
	    
	    
	    
	#globalnav a.current, a.AspNet-Menu-Selected {color:#cccccc;text-decoration:none}
    #globalnav a{text-decoration:none;color:#ffffff;}
    
    #globalnav ul li span
    {
        display:none;
    }
    

    /*2nd level*/


    #globalnav li ul {position:absolute;clear:both; display:none;}
    #globalnav li li  {clear:both;display:block;}   


/***************************************
        dropdown
***************************************/

#globalnav  li ul
{
    background:url(../images/drop_down_bg.gif) no-repeat top center;
    width:150px;
    height:109px;
    padding:0;
    left:-41px;
    font-size:13px;
}

#globalnav li ul li 
{
    margin-left:0;
    margin-top:9px;
    padding-bottom:7px;
    padding-left:23px;
    padding-right:2px;
    text-indent:0; 
}

#globalnav li ul li:before { content:'';}

#globalnav li ul li a {color:#ffffff; }
#globalnav li ul li a:hover{color:#666666;}


    
    
/***************************************dr
    GLOBAL NAVIGATION STYLES: #localnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/
     
    
#localnav
{
    
    
}

#localnav li
{
    
}
#localnav li a
{
    
}

#localnav li.AspNet-Menu-Selected
{
    background:blue;
    
}

    
#localnav li.AspNet-Menu-Selected a
{
   
    
}

    
    
/***************************************
    DROP DOWN GLOBAL (.simpleMenu)
    ------------------------------------
    This is a drop down menu
    ie6: BrowserSpecific/IEMenu6.css
***************************************/

#menu
{
    position:absolute;/*ie fix only for template eg*/
}


/* link background and size */
#menu ul.AspNet-Menu ul
{
    
    background:#ccc; /*could have a background image here */
   
}
#menu ul.AspNet-Menu li a
{
    color:#fff;
    background:#000; /*could have a background image here */
    padding:10px;
}
#menu ul.AspNet-Menu li a:hover
{
    
    color:#ccc;
}

/* text and img inside each menu link */
#menu ul.AspNet-Menu li span, 
#menu ul.AspNet-Menu li img 
{    
    
}

/*indent of lower down ones
.SimpleMenu ul.AspNet-Menu ul ul {
    margin-left:140px;
    margin-top:-125px;
    padding-left:5px;
}
*/

/* level 2 onwards - moves the list bit up and to the left*/
#menu ul.AspNet-Menu li li li
{
    left:100px;
    top:-30px;
}


/* selected */
a.AspNet-Menu-Selected
{
    text-decoration:underline;
}
li.AspNet-Menu-Selected
{
}

#menu ul.AspNet-Menu li span{
display:none;
}

/***************************************
    LHS AREA STYLES: #lhs
    ------------------------------------
    Style rules for the LHS column.
***************************************/
#lhs
{
background:#e7e3dd url(../images/latest_news.gif) no-repeat top left;
color:#000000;
background-position: 0px 15px;
}









    #lhs h4
    {
        margin-top:18px;
        
    }
    
    #lhs ul, ol
    {

        padding:0;margin:0;  
        list-style-image: none;
        list-style-position: inside;
    }

        #lhs li
        {
            list-style-type:square;
            padding:0;margin:0;        
        }


.newspost {
margin:10px;


}



.newspost h3{
font-family: Verdana;
font-size:14px;
padding:0px;
margin:0px;
}

.newspost .date{
font-family: Verdana;
color:#a38b64;
font-size:11px;
border-bottom:solid 1px #cccccc;
font-style:italic;
padding-bottom:5px;
}

.newspost p{
margin-top:5px;
font-family: Arial;
font-size:11px;
color:#000000;
line-height:15px;
}

.newspost img{
margin:5px 0px 0px 0px;
padding:0px;
border:solid 1px #000000;
float:right;
height:28px;
width:28px;

}

.newspost strong{
text-transform: uppercase

}

.newspost a{
color:#000000;
text-decoration:none;
}

#newspost a:hover{
color:#bfbfbf;
text-decoration:none;
}

#newspost a:link{
color:#000000;
text-decoration:none;
}




/***************************************
    BREADCRUMB STYLES: #breadcrumb
    ------------------------------------
    Style rules for the breadcrumb
    only.
***************************************/
#breadcrumb
{
    margin-bottom:10px;
}




/***************************************
    MAIN AREA STYLES: #main
    ------------------------------------
    Style rules for the main page area
    (all content areas).
***************************************/
#main
{    
    
}
    #main .something
    {
        
    }

/***************************************
    RHS AREA STYLES: #rhs
    ------------------------------------
    Style rules for the RHS column.
***************************************/
#rhs
{
	text-align:center;
}
	#rhs a.cta
    {
        background: url(../images/cta.gif)  top left;
        display:block;
        width:100px;
        height:50px;
        margin:10px auto;
        
    }
    #rhs a.cta:hover
    {
        background: url(../images/cta.gif)  bottom left;
    }

	
	
		
		
    #rhs ul#ctatransition 
    {
       margin:0 auto;
       width:160px;       
    }		

	#rhs .newsbox
	{
	    background:#D2D2D2;
	    font-size:10px;
	    width:189px;	
	    margin-bottom:30px;
	}
	#rhs .newsbox div
	{
	   padding:0;	
	}
	
	#rhs p
	{
	 	margin:10px;
	}
		

	#rhs h2
	{
	    font-size:18px;
	    color:#000;
	    font-family:Arial;
	    border-bottom:solid 1px #999999;
	    background:transparent;
	    padding-bottom:0;
	    margin:0 10px 5px 10px;
	    
	}

	#rhs .top
	{
	    background:url(../images/newsbox_top.gif) top  no-repeat;
	    height:8px;
	    width:189px;  
	    margin:0;
	    padding:0; 
	}
	
	#rhs .bottom
	{
	    background:url(../images/newsbox_bottom.gif) bottom  no-repeat;
	    height:8px;
	    width:189px;  
	    margin:0;
	    padding:0;
	}
	
	#rhs img
	{
        text-align:center;
        margin-top:20px;
	}
	
	#rhs h2
	{
	    
	    margin-top:-5px;
	    
	}
	#rhs h3
	{
	    text-align:center;
	     margin-top:18px;
	    
	}
		

/***************************************
    CONTENT STYLES: #content
    ------------------------------------
    Style rules for the primary
    content area only.
***************************************/
#content
{
    background:#fff  url(../images/content_bg.gif) left repeat-y;   
}

#contenthome
{
    background:#fff  url(../images/content_bg_home.gif) left repeat-y;   
}
	#content p
	{
	  color:#333333;
	}

	#content hr
	{
	    width:80%; 
	    margin:0 auto;   
	}
	#content .clear
	{
	    clear:both;
	}
	/*
	    left / right floating things
	    use for images etc
	*/
	#content .floatleft
	{
	    float:left;
	    display:block;
	    margin: 5px 10px 5px 0;
	}
	
	#content .floatright
	{
	    float:right;
	    display:block;
	    margin-left:10px;
	    
	}
	
	
	#content .floatright_news
	{
	    float:right;
	    display:block;
	    margin-left:10px;
	 
	    
	}

	#content blockquote
	{
	    border:none;
	    height:92px;
	    background:url(../images/content_quote_3col_bg.gif) top left no-repeat;
	    color:#000000;
	    font-size:18px;
	    text-align:center;
	    padding-top:30px;
	    margin:20px 0 20px 0px;
	    clear:both;
	}
	
	/*float left and right images with padding for */
    #content img.left
    {
        display:block;
        float:left;
        padding:0 8px 8px 0;

    }    
    #content img.right
    {
        display:block;
        float:right;
        padding:0 0 8px 8px;
    }

	    
    /*image with caption*/
    #content a.caption      {text-align:center;display:block;}
    #content a.caption img  {border:none;outline:none;}
    #content a.caption span {display:block;}
    
    
    
    
    

/*transitions*/		
#content ul#imagetransition
{
    width:520px;
    margin:0 auto;	    
}
#content ul#imagetransition img
{
    border:none;
    padding:0;
    margin:0 auto;	    
}
/*tripoli fix*/
#content ul#imagetransition li { text-indent: 0; margin-left: 0; }
#content ul#imagetransition li:before { content:''; }


#content ul#quotestransition 
{
    
    list-style:none;
    width:auto;
    padding:0;
    margin:0;
    color:#EF6459;
    font-size:2em;
    text-align:center;
    margin:0 auto;
    width:520px;  
    
}	
#content ul#quotestransition li
{
    list-style:none;
    padding:0; 
    width:100%;
}
	
#content ul#quotestransition li cite
{
    display:block;
    padding:0;
    margin:0;        
}
/*tripoli fix*/
#content ul#quotestransition li { text-indent: 0; margin-left: 0; }
#content ul#quotestransition li:before { content:''; }



/*cms fix*/
#content .cms *[style],
#content .cms *[style] *[style],
#content .cms *[style] *[style] *[style],
#content .cms *[style] *[style] *[style] *[style]
{
    color:inherit !important;
    font-size:inherit !important;
}




	
/* Tables */
#content table
{
    width:100%;
}
    #content table caption
    {
        caption-side:bottom;
        font:0.8em italic;
    }
    
    #content table thead
    {
        
    }
    
    #content table tbody
    {
        
    }

    #content table td
    {
    }

    #content table th
    {
        background:#ddd;
    }

    #content table .odd
    {
        background: #FFF4E9;
    }
    
    
/* Lists */
#content ol
{
}
#content ul
{
}   
    #content li
    {
    margin-left:0.85em;
text-indent:1.85em;
list-style-image:url(../images/list.gif);
list-style-position:inside;
list-style-type:square;
font-size:12px;


    }


/***************************************
    FORMS STYLES: #content form
    ------------------------------------
    Style rules for form
    areas only.
***************************************/
#content form{}
#content form fieldset {}
#content form fieldset ledgend{}

#content form fieldset p /*for descriptions*/
{
    clear:both;
    font-size:0.8em;
}
#content form ol
{
    list-style: none;
    list-style-type:none;
    list-style-position:inside;
    padding:0;
    margin:0;
}
#content form ol.formrows li
{
    list-style-type:none;
    clear:both;
    list-style: none;
    padding:3px;
    list-style-position:inside;
}


#content form .required{color:#f00;}

#content form input, #content form select
{
    
}



#content form .half label
{
    width:49%;
}
#content form .half input, #content form .half select
{
    width:40%;
}

#content form input.radiobox, #content form input.checkbox
{
    display:block;
    float:left;
}

#content form label
{
    width:12em;
    display:block;
    float:left;
    text-align:right;
    margin-right:0.5em;
}

/*display radio buttons etc in a row*/
#content form div.inline *
{
    display:inline !important;
    float:none !important;     

}

#content form input.radiobox, 
#content form input.checkbox
{
   
}

#content form textarea
{
    margin-top:1em;
    width:60%;
}



/*to add variance to the forms by wrapping whatever elemnts in a div, add a new one for 33% for 3 cols etc*/
#content form div.half
{
    float:left;
    width:48%;
    margin:0;
    padding:0;
}
#content form div.floatright
{
    float:right;
}
#content form .marginleft{margin-left:5px;}
#content form .marginright{margin-right:5px;}


#content form .validation
{
    background:#EF6459;
    border:1px solid #AF3F36;
    padding:1em;
    font-size:0.8em;
}
    #content form .validation li
    {
        margin:0;
        padding:0;
    }


/***************************************
    FOOTER STYLES: #footer
    ------------------------------------
    Style rules for the footer
    area only.
***************************************/
#footer
{
    text-align:center;
    font:Arial;
    font-size:11px;
    background:#CCCCCC url(../images/footer_bg.gif) no-repeat center left;
    color:#ffffff;
    
}
	#footer .footerleft
	{
	    float:left;
	    display:inline;
	    text-align:left;
	    margin-left:50px;	    
	    margin-top:18px;
	    width:460px;
	}

	#footer .footerright
	{
	    color:#fff;
	  
	    float:right;
	    display:inline;
	    text-align:right;
	    height:10px;
	    margin-right:10px;
	    margin-top:14px;
	    width:300px;
	    
	}
	
	
	
	
	/*xhtml accessiblity and css validation logos*/
	#footer #xhtml, #footer #access, #footer #css
	{
	    background:transparent url(../images/footer_logos.gif) top left  no-repeat ;
	    display:block;
	    height:15px;
	    width:86px;
	    float:right;
	    margin-left:10px;
	    padding-bottom:10px;
	    margin-top:10px;
	    overflow:hidden;
	    
	}

	#footer #xhtml span, #footer #access span, #footer #css span
	{
	    width:0;
	    height:0;
	    font-size:0;
	    display:block;
	}

	#footer #access
	{
        background-position:-92px 0pt;
        width:84px;
	}

	#footer #css
	{
        background-position:-181px 0px;
        width:72px;

	}
	
	#footer p{
	margin-bottom:6px;
	}
	
	#footer a{text-decoration:none;color:#fff;}
	#footer a:hover{text-decoration:none;color:#948671;}
	
	#footer span{
	color:#948671;
	}
	

/***************************************
    SINGLE PAGE STYLES: #page
    ------------------------------------
    Style rules for specific pages.
    Replace the id #container with a
    unique id to do this.
***************************************/

/*sitemap*/
div#content div#sitemap *
{
    visibility:visible;
    margin:0;
    padding:0;
    float:none;
    
    position:static;
    width:auto;
    height:auto;
    border:0;
    background:none;
    color:#333333;
}
    div#content div#sitemap  li
    {
        margin-left:20px;
        padding-left:15px;
        margin-top:4px;
        margin-bottom:4px;
    }
    div#content div#sitemap  li li
    {
        margin-left:20px;
        padding-left:35px;
    }
    div#content div#sitemap  li.AspNet-Menu-WithChildren a
    {
        background:url(../images/sitemap_arrow.gif) center left no-repeat;
        margin-left:30px;
        padding-left:15px;
    }
    div#content div#sitemap   li li.AspNet-Menu-Leaf a
    {
        background:url(../images/sitemap_arrow_small.gif) center left no-repeat;
        margin-left:40px;
        padding-left:15px;
    }
    div#content div#sitemap  ul
    {
        margin-left:-20px;           
    }
    div#content div#sitemap  a
    {
        color:inherit;     
    }
    div#content div#sitemap  a:hover
    {
        color:#666666;     
    }










/***************************************
    JAVASCRIPT STYLES
    ------------------------------------
    Style rules for specific javascript
    files.

***************************************/


/***************************************
    FUTURE CSS
    ------------------------------------
    For testing css2/css3 selectors
    that don't work with all browsers.
***************************************/
/* E.g. This style rule will place an north east arrow after any link on your site to an external site. */
/*a[href^="http://"]:not([href*="smashingmagazine.com"])::after {content: "\2197";content: "\2197";*/






/***************************************
    END
***************************************/



#ctl00_SiteMapPath1{

}


.LSTNeItemDate{
font-weight:bold;
float:right;

padding:5px;
height:20px;
margin-top:-27px;
color:#948671;
background:#231F20;
border:1px solid #786f62;

}
.LSTNeShortDesc{
margin-top:10px;
border-bottom:1px solid #CCCCCC;

padding-bottom:33px;
}

.ItemImage_2{
float:left;
margin:10px 10px 5px 0px;

}

.ItemImage{
float:left;
margin:0px 10px 5px 0px;

}