﻿@charset "utf-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}


body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(../img/layout/redcapBG.jpg);
	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;
}



.twoColFixLtHdr #container { 
	width: 965px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
height: 100px; 
}
 .twoColFixLtHdr #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 */
}

.twoColFixLtHdr #header #column1{ 
float: left; /* since this element is floated, a width must be given */
/*background: #99CCCC;*/
height: 100px;
width:350px;

	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixLtHdr #header #column2{ 
height: 100px;
/*background: #666600;*/
width:615px;
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixLtHdr #header #column2{ 
height: 100px;
/*background: #666600;*/
width:615px;
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}

.twoColFixLtHdr #header #column2 #row1{ 
padding: 28px 0px 0px 51px;
height:44px;/* vert padding and height are related do not adjust one without changing the other eg subtract from one add to the other */
}

.twoColFixLtHdr #header #column2 #row2{ 
height: 28px;
}

.twoColFixLtHdr #logo { 
padding: 6px 0px 0px 53px;
}

.twoColFixLtHdr #header #column2 #row2 #navigationtop{ 
background-color:#ffffff;
height: 23px;
padding: 5px 0px 0px 0px;
/* vert padding and height are related do not adjust one without changing the other eg subtract from one add to the other */
margin: 0px 0px 0px 52px;
}


/* ------------------------------------------------------------------- */


.twoColFixLtHdr #header2 { 
height: 19px; 
/*background: #ffffff;*/
padding: 0px 0px 0px 37px;  
}

.twoColFixLtHdr #header2 #column2 { 
height: 19px;
background-image:url(../img/layout/shadow.jpg);
background-repeat:no-repeat;
background-position: right;
background-color:#FFFFFF;
margin: 0px 0px 0px 19px;
padding: 0px 0px 0px 0px;
}


/* ------------------------------------------------------------------- */



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 37px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 190px;
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------------- */

.twoColFixLtHdr #mainContent {
    background-color:#FFFFFF;
    min-height:660px;
	margin: 0 0 0 37px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent a {
color: Red;
text-decoration:none;
}

.twoColFixLtHdr #mainContent a:hover {
color: Red;
text-decoration:underline;
}

.twoColFixLtHdr #mainContent #column1{
background-color:#F2F2F2;
background-image:url(../img/layout/paper_sml.jpg);
background-repeat:no-repeat;
background-position:bottom center;
min-height: 331px;
width:308px; /* remember that padding and width are related!! */
border: #CCCCCC solid 2px;
float:left;
margin: 0px 10px 0px 0px; 
padding: 5px;   /* remember that padding and width are related!! */
height: 0px;
}

.twoColFixLtHdr #mainContent #column2{
background-color:#F2F2F2;
background-image: url(../img/layout/paper_med.jpg);
background-repeat:no-repeat;
background-position:bottom center;
min-height: 331px;
width:532px;
border: #CCCCCC solid 2px;
float:left;
margin: 0px 0px 0px 10px; 
padding: 5px 5px 5px 5px; 
}


.twoColFixLtHdr #mainContent #column2 img{
padding:3px;
clear:both;
float:right;
}

.twoColFixLtHdr #mainContent #column2 h2{
font-size:20px;
color:#000000;
padding: 5px 0 0 5px;
text-transform:uppercase;
}




/* ------------------------------------------------------------------- */

.twoColFixLtHdr #mainContent #defaultpagecolumn1{
float:left;
min-height: 331px;
width:320px; /* remember that padding and width are related!! */
height:100px;
padding: 0px 16px 0px 0px;
background-color:#FFFFFF;
/* remember that padding and width are related!! */
}

.twoColFixLtHdr #mainContent #defaultpagecolumn1 .contentcontainer{
background-color:#e8e8e8;
/*background-image:url(../img/layout/paper_sml.jpg);*/
background-repeat:no-repeat;
background-position:bottom center;
height:152px;
}

.twoColFixLtHdr #mainContent #defaultpagecolumn1 .content{
padding: 10px 25px 5px 10px;
background-image:url(../img/layout/punch.png);
background-repeat:repeat-y;
background-position:top right;
line-height:18px;
/* remember that padding and width are related!! */
}

.twoColFixLtHdr #mainContent #defaultpagecolumn2 {
min-height: 331px;
width:546px;
float:left;
background-color:#FFFFFF;
margin:0 0 0 6px;
}

.twoColFixLtHdr #mainContent #defaultpagecolumn2 .contenttop{
background-color:#F2F2F2;
background-image: url(../img/layout/paper_med.jpg);
background-repeat:no-repeat;
background-position:bottom center;
border: #CCCCCC solid 2px;
margin: 0px 0px 0px 0px; 
padding: 7px 5px 5px 5px;
height:329px; 

}

.twoColFixLtHdr #mainContent #defaultpagecolumn2 .content{
width:552px;
padding: 10px 10px 10px 0px; 
}


.twoColFixLtHdr #mainContent #defaultpagecolumn2 .content img{
padding: 10px 10px 10px 10px; 
float:left;
}


/* ------------------------------------------------------------------- */



.twoColFixLtHdr #mainContent #fullwidth, .fullwidth{
min-height:65px;
background-color:#f2f2f2;
background-image: url(../img/layout/paper_med.jpg);
background-repeat:no-repeat;
background-position:bottom center;
border: #CCCCCC solid 2px;
clear:both;
margin: 20px 0px 0px 0px; 
padding: 15px 15px 15px 15px; 
}

 .twoColFixLtHdr #mainContent {
    text-align:justify;
	font-size:.8em;
	font-weight:normal;
}

 .twoColFixLtHdr .floatright {
	margin: 15px; 
	padding: 0px 0; 
	float: right;
}

.fullWidthImg /* Floated right image inside content areas*/
{
    vertical-align:middle;
	padding: 0px 15px 15px 15px; 
	float: right;
}

.fullwidth:hover
{
    border: #bbb solid 2px;
}


/* ------------------------------------------------------------------- */



.twoColFixLtHdr #footer { 
height: 19px; 
/*background: #ffffff;*/
padding: 0px 0px 0px 37px; 
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #footer #column2 { 
height: 19px;
background-image:url(../img/layout/shadow.jpg);
background-repeat:no-repeat;
background-position: bottom center;
background-color:#FFFFFF;
margin: 0px 0px 0px 19px;
padding: 0px 0px 0px 0px;
}

/* ------------------------------------------------------------------- */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
/*	margin-left: 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
/*	margin-right: 8px;*/
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* centres items vertically and horizontally http://www.search-this.com/2008/05/15/easy-vertical-centering-with-css/ */
#vertical{
	float:left;
	height:50%;
	margin-top:-50px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:265px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
/*	border:1px solid silver;
	background:#666;*/
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}


/* --------------------MENU-------------------------------- */


#navlist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
}
#navlist a {
    display:block;
	height:164px;
    width:37px;
    color:#fff;
    text-decoration:none;
    background:url("../img/layout/links.png") no-repeat;
    padding:0px 0px 0px 0px;
}

#navlist #nav1 a {
    background-position:0px 0px;
}

#navlist #nav2 a {
    background-position:0px -164px;
}

#navlist #nav3 a {
    background-position:0px -328px;
}

#navlist #nav4 a {
    background-position:0px -492px;
}


#navlist #nav1 a:hover {
    background-position:-74px 0px;
}

#navlist #nav2 a:hover {
    background-position:-74px -164px;
}

#navlist #nav3 a:hover {
    background-position:-74px -328px;
}

#navlist #nav4 a:hover {
    background-position:-74px -492px;
}



#navlist #nav1 a:active {
    background-position:-37px 0px;
}


/* ------------------------------------------------------------------- */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/underline-horizontal-menu/ */

#navbar{
margin: 0;
padding: 0;
font-size:13px;

}

#navbar ul{     
margin: 0;
margin-bottom: 0;
padding-left: 0;
float: left;
width: 100%;
border-width: 1px 0;
}

* html #navbar ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#navbar ul li{
display: inline;

}

#navbar ul li a.top{

border-bottom: 3px solid #ffffff;

}

#navbar ul li a:hover{
color: black;
border-bottom: 3px solid #ff0000;
padding-bottom: 0;
}
    

/* ------------------------------------------------------------------- */   


/* These styles create the dropdown menus. */


#navbar ul li {
	list-style: none;
	float: left; }
	
#navbar ul li a 
{
    height:16px;
	display: block;
	color: #fff;
	text-decoration: none;
    color: #888;
    padding: 4px 12px 0px 12px;
    text-decoration: none;
    background: white url("../img/layout/menudivide.gif") bottom right no-repeat;
}
	 
#navbar ul li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #fff;}

#navbar ul li:hover ul, #navbar ul li.hover ul {
	display: block;
	position: absolute;
	margin: 0 0 0 -20px;
	padding: 10px 0 0 0;
	border-bottom:1px solid #ccc;

}
	
#navbar ul li:hover li, #navbar ul li.hover li {
	float: none;
 }
	
#navbar ul li:hover li a, #navbar ul li.hover li a 
{
    text-align:center;
    padding:5px;
    background:url(../img/layout/menuDef.gif) repeat-x;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
   
 }
	
#navbar ul li li a:hover 
{
    color:#fff;
    background:url(../img/layout/menuSel.gif) repeat-x;
    border:none;
}


/*-----------------------------------------------Footer links-------------*/

#footer
{
    margin:0px auto;
    text-align:center;
}

#footerlinks li
{
    display:inline;
    padding:5px;
    font-size:.7em;
}

#footerlinks a
{
}

#footerlinks a:hover
{
    color:#ed1e24;
}

/*-----------------------------------------------Punch styled Div-------------*/

.ProjectsHeader
{
    width:100%;
    height:162px;
    background:#e8e8e8 url(../img/layout/punch.png) right no-repeat;
    border-bottom:1px solid #ccc;
}
.ProjectsHeaderInfo
{
    font-size:1.3em;
    font-style:italic;
    padding:25px 30px 25px 25px;
    line-height:1.3em;
}

.ProjectsImgHead
{
    vertical-align:middle;
	padding: 60px 60px 30px 50px; 
	float: right;
}

.ProjectsImg
{
    vertical-align:middle;
	padding: 15px 15px 15px 30px; 
	float: right;
}

.ProjectsEm
{
    font-size:1.4em;
    font-style:italic;
    line-height:1.2em;
}

.HeaderTabLeft, .HeaderTabRight
{
    min-height:28px;
    background-color:#f2f2f2;
    margin: 20px 0px 0px 0px;
}

.HeaderTabLeft
{
    float:left;
    background-image: url(../img/layout/artHeadMid.png);
    background-repeat:repeat-x;
    background-position:top;
    border-left: #CCCCCC solid 1px;
    width:561px;
}

.HeaderTabRight
{
    float:right;
    background-image: url(../img/layout/artHeadRight.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:326px;
}

.MidTab
{
    min-height:65px;
    background-color:#f2f2f2;
    background-image: url(../img/layout/paper_med.jpg);
    background-repeat:no-repeat;
    background-position:bottom center;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    clear:both;
    padding: 15px 15px 15px 15px; 
}

/* --------------------Calendar-------------------------------- */

.Cal
{
    float:left;
}
    
.CalEvents
{
    margin:10px 0 25px 350px;
    margin-right:30px;
    text-align:left;
}

.popupControl
{
visibility: hidden;
background-color:#f2f2f2;
border: solid 1px #ccc;
position:absolute;
width: 54.5%;
height: 355px;
padding: 5px;
}

.showPopupControl
{
visibility: visible;
background-color:#f2f2f2;
position:absolute;
border: solid 1px #ccc;
width: 54.5%;
height: 355px;
padding: 5px;
}
