/***************************************
****************************************
    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:#fff url(../images/main_bg.jpg) repeat-x;
    color:#333333;
   
}


a
{
    color:#000;
    text-decoration:none;
}
/*correct order of psudeo classes*/
a:link{color:#000;}
a:visited{color:#000;}
a:hover{color:#111;text-decoration:underline;}
a:active {color:#000;}



address
{
    margin-left:20px;
}

#container
{
  background:none;
}

h1
{
    font-weight:normal;
    color:#747c3c;   
    text-transform:none;
}
   
h2
{
    color:#747c3c;
    font-weight:normal;    
  
    text-transform:none;
}      
h3
{
    font-weight:normal;    
    text-transform:none;
}


h4
{
    color:#000;
    text-align:left;
    text-transform:none;
}


img
{
    padding:3px;
    background:#fff;
    border:solid 1px #666666;
}

div.indent
{
    border-left:solid 1px #999999;
    padding-left:10px;
}


/*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/head_logo.gif) no-repeat scroll left top;
	
}

    #header #logo
    {
        display:block;
        height:100px;
        width:530px;
        position:absolute;
    }


    #header .contact
    {
        float:right;
        color:#fff;
        font-size:14px;
        margin-top:45px;
        text-align:right;
        padding-right:32px;
    }

    #header .contact address
    {
        font-style:normal;
        
    }
    
    .contact a{
    color:#ffffff;
    text-decoration: none;
    }
    

div#lowerheaderimg
{    
   
}

div#lowerheaderimg img 
{
    padding:5px 8px 6px 10px;
    border:none;
  
    background:none;
}

div#tagline
{    
    font-size:2.4em;
    padding-left:426px;
    padding-top:32px;
}




/***************************************
    GLOBAL NAVIGATION STYLES: #globalnav
    ------------------------------------
    Style rules for the *global*
    navigation.
***************************************/

#globalnav
{
   
	width:100%;
	font-size:18px;
	padding:2px 0;
	
	color:#fff;
	    height:18px;
	

}

	#globalnav #globalcurrent
	{
		background-color:gray;
		font-weight:bold;		
	}
	
	#globalnav ul 
	{
	    float:left;
	    margin:0 0 0 10px;
	    padding-left:0;
	    height:18px;
	}
    #globalnav ul li 
    {
        float:left;
        display:inline;
        margin-right:4px;
	    height:18px;
    }

    #globalnav ul li:hover{
    }


    #globalnav a.current, 
    a.AspNet-Menu-Selected {color:#fff;}

    #globalnav a
    {
        color:#fff;
        background: #a5b15a url(../images/global_nav_bg.gif) repeat-x left center ;
        text-decoration:none;
        padding:2px 8px 4px 8px;
        display:block;
    }
    #globalnav a:hover {background-image:url(../images/global_nav_bg_over.gif) }

/***************************************
    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
{
}


/***************************************
    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
{
    width:214px;
	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 .newsbox
	{
	    
	    font-size:10px;
	    width:189px;	
	    margin-bottom:30px;
	    margin-left:26px;
	    text-align:left;
	}
	    #rhs .newsbox div
	    {
	       padding:0;	
	    }
    	
	    #rhs .newsbox .readmore
	    {
	        font-weight:bold;
	    }
    	
	
	#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;
	    text-align:left;
	    
	}

	#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
	{	    
	    clear:both;
	    margin-top:20px;
	    margin-left:-1px;
	}
	
	#rhs h2
	{
	    
	    margin-top:-5px;
	}
	#rhs h3
	{
	    text-align:center;
	    
	}
		
		
		
		
	#rhs .rhsimage {
	
	width:234px;
	height:347px;

	margin-top:27px;
	
	}
	
	#rhs img {
	border:1px solid #B5C45F;
	margin:0px;
	padding:3px 2px;

	}
		
		
		
		
    #rhs ul#ctatransition 
    {
            
       margin:0 auto;
       width:160px;       
    }		

/***************************************
    CONTENT STYLES: #content
    ------------------------------------
    Style rules for the primary
    content area only.<script src="js/jquery-1.2.3.pack.js" type="text/javascript"></script>
<script src="js/jquery.media.js" type="text/javascript"></script><!-- Load swf,rm,mov etc  http://malsup.com/jquery/media/ --> 
<script src="js/thickbox_mgz.js" type="text/javascript"></script><!-- Lightbox/Thickbox  http://jquery.com/demo/thickbox/ -->
<script src="js/smoothscroll.js" type="text/javascript" ></script><!-- Smooth scroll on anchors-->	
<script src="js/jquery.innerfade.js.js" type="text/javascript"></script><!-- Transition effects  http://medienfreunde.com/lab/innerfade/-->	

<script src="js/scripts.js" type="text/javascript"></script><!-- General code  -->	

***************************************/
#content
{
    
}
	#content p
	{
	    margin:0  0 1em 0;
	    font-size:120%;
	}

	#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;
	}

	#content blockquote
	{
	    border:none;
	    height:92px;
	    background:url(../images/content_quote_bg.gif) top left no-repeat;
	    color:#000000;
	    font-size:24px;
	    text-align:center;
	    padding-top:30px;
	    margin:20px 0 20px 15px;
	    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
    {
        
    }


/***************************************
    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
{
    display:block;
    float:left;
}



#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;
    float:none;
}

#content form textarea
{
    margin-top:1em;
    width:63%;
}



/*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:50%;
}
#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-size:12px;
    background:#CCCCCC url(../images/footer_bg.jpg) repeat-x center left;
    color:#000;
    
}

#footer .inner{
width:1039px;
margin:0px auto;
}

	#footer .footerleft
	{
	    float:left;
	    text-align:left;
	    margin-left:35px;	    
	    margin-top:14px;
	}

	#footer .footerright
	{
	    width:50%;
	    float:right;
	    text-align:right;
	    height:10px;
	    margin-right:35px;
	    margin-top:-20px;
	    
	}
	
	
	
		#footer img 
		{
            background:transparent none repeat scroll 0 0;
            border:medium none;
            padding:4px 0 0;
            position:relative;
            top:3px;
		}
	
	
	/*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;

	}

/***************************************
    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;
    display:block;    
    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;     
    }




/*gallery*/
div#accordion
{
    
}

div#accordion a
{
    cursor:pointer;
    display:block;
    border-bottom:solid 1px #cccccc;
    padding:5px 0px;
    font-size:1.5em;
    color:#333333;
    text-decoration:none; 
    font-weight:normal;
   
}

div#accordion img
{
    margin:10px 7px 5px 0px;
   
}

div#accordion a:hover
{
    text-decoration:none;
    font-weight:normal;
   
}


div#accordion a.selected
{
    color:#747C3C;
   
}




div#accordion a.thickbox
{
    display:inline;
    position:static;
    border:none;
   
}





/***************************************
    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
***************************************/


#Gallery{
}

#Gallery ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#Gallery li {
list-style-type:none;
display:inline;

padding-lefT:5px;
}

	#flashcontent {

		height: 100%;

	}