﻿body
{
	background-color: #f4f4f4;
	text-align: center;
	margin: 0px;
	color: white;
	font-family: Arial;
}

/*basic page structure*/

.padlarge
{
    margin:110px 0px 0px 50px;
}

.form
{
    font-size:0.8em;
}

.form .header
{
    background-image:url(images/orangeheader_bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
    height:32px;
    font-weight:bolder;
    font-size:1.3em;
}

.form .header .pad
{
    padding:6px 0px 0px 25px;
    margin:0px;
    #padding:0px;
    #margin:6px 0px 0px 25px;
}

p
{
    margin:0px;
    padding:0px;
}

.clearing
{
    font-size:0px;
    line-height:0px;
    height:0px;
    clear:both;
}

#wrapper
{
	width: 1004px;
	margin: 0px auto;
	text-align: left;
	height: 800px;
}

#leftFade
{
	width: 18px;
	float: left;
	background-image: url(images/homepageleftfade.jpg);
	background-repeat: no-repeat;
	height: 650px;
}

#middle
{
	width: 968px;
	float: left;
}

#rightFade
{
	width: 18px;
	float: left;
	background-image: url(images/homepagerightfade.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

.large
{
    font-size:1.2em;
    font-weight:bolder;
}

.small
{
    font-size:0.8em;
    font-weight:normal;
}

/*basic page structure*/

/* Master divs for menu etc divs*/

#header
{
	height: 91px;
	width: 968px;
	background-image: url(images/header.jpg);
}
#header_shadow
{
	height: 5px;
	width: 968px;
	background-image: url(images/header_shadow.jpg);
	font-size:0px;
}

#menu
{
	height: 25px;
	width: 968px;
	background-image: url(images/menu_bg.jpg);
	font-size:0.9em;
}

#menuMenu
{
	height:25px;
	float:left;
}

#menuToday
{
	float:right;
	padding-top:4px;
	padding-right:25px;
}

#menu ul
{
    padding:4px 0px 0px 25px;
    margin:0px;
    #margin:4px 0px 0px 25px;
    #padding:0px;
}

#menu ul li
{
    display:inline;    
}

#menu ul li a
{
    color:White;
    text-decoration:none;
}

#menu_shadow
{
	height: 5px;
	width: 968px;
	background-image: url(images/homepagemenushadow.jpg);
	font-size:0px;
}

/* Master divs for menu etc divs*/

/* menu boxes */

#boxesWrapper
{
	width: 196px;
	height: 621px;
	background-image: url(images/menuboxes.png);
}

.box
{
	height: 195px;
	font-size:18px;
}

.box a
{
    color:#ffffff;
    text-decoration:none;
}

.boxHeader
{
	padding-top:11px;
	padding-left:12px;
}

.boxSeperator
{
	height: 8px;
	font-size: 0px;
}

.boxLinks
{
	font-size:12px;
	line-height:16px;
	padding-left:12px;
}

.boxLinks ul
{
    margin:0px;
    padding:0px;
}

.boxLinks ul li
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

/* menu boxes */

/*home page styles */

#homeLeftWrapper
{
	float: left;
}

#ctl00_ContentPlaceHolder1_homeLeftMainImage,#homeLeftMainImage
{
	width: 550px;
	height: 400px;
	background-color: #fff;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
}

#ctl00_ContentPlaceHolder1_homeLeftMainImage h4
{
	padding:0px;
	margin:0px;
		color:#fff;
	font-size:1.4em;
}

#ctl00_ContentPlaceHolder1_homeLeftMainImage  ul
{
	margin-left:0px;
	list-style-position:inside;
	list-style-type:square;	
}

#homeLeftMainImageContent
{
	padding-left: 24px;
	padding-top: 28px;
}

#homeLeftMainImageShadow
{
	width: 550px;
	height: 10px;
	font-size:0px;
	line-height:0px;
}

#ctl00_ContentPlaceHolder1_homeLeftWeeklyTingle,#homeLeftWeeklyTingle
{
	width: 550px;
	height: 194px;
	background-color: #EAE1E6;
	color: #005816;
	
}

#homeLeftWeeklyTingleHeader
{
	background-image: url(images/weeklytingleheader.png);
	height: 29px;
}
#ctl00_ContentPlaceHolder1_homeLeftWeeklyTingleContent,#homeLeftWeeklyTingleContent
{
	padding-top: 22px;
	padding-left: 22px;
}


#homeLeftShadow
{
	width: 7px;
	height: 621px;
	background-image: url(images/homepagemainimageandboxesshadow.jpg);
	float: left;
}

#homeMenuBoxes
{
	width: 196px;
	height: 621px;
	float: left;
}

#homeMenuBoxesShadow
{
	width: 8px;
	height: 621px;
	background-image: url(images/menurightshadow.jpg);
	float: left;
}

#ctl00_ContentPlaceHolder1_homeRightWrapper,#homeRightWrapper
{
	background-color: #080A0A;
	height: 400px;
	width: 207px;
	float: left;
}

#homeRightContent
{
	padding: 17px;
	height: 239px;
}

/* Page3 stuff */

#page3
{
}

#page3 .list
{
    font-size:0.7em;
    border-top:dashed 1px black;    
}

#page3 .list a
{
    color:#000000;
    text-decoration:none;
}

#page3 .list h4
{
    color:#000000;
    font-size:1.0em;
    font-weight:bolder;
    margin:10px 0px 10px 0px;
}

#page3 .listheader
{
    font-weight:bolder;
    color:Black;    
}

#page3 .linkheader
{
    font-weight:bolder;
    color:Black;    
    font-size:0.7em;
    border-bottom:dashed 1px black;
    margin:0px;
    padding:0px;
}

#page3 .projectlistheader
{
    font-weight:bolder;
    color:Black;    
    margin:0px 0px 5px 0px;
}

#page3 .projectheader
{
    color:#ffffff;
    font-size:0.7em;
    font-weight:bolder;
    padding:5px 0px 0px 5px;
    #padding:5px 0px 0px 0px;
    margin:35px 0px 0px 0px;
}

#page3 .project
{
    padding:0px 0px 5px 0px;
}

#page3 .projectleft
{
    margin:0px 0px 5px 20px;
    #margin:0px 0px 0px 13px;
    float:left;
    width:190px;    
}

#page3 .projectright
{
    margin:0px;
    float:left;
    width:190px;    
}

#page3 .listtext
{
    margin-top:10px;
}

#page3 .listitem
{
    border-bottom:dashed 1px black;
    padding-bottom:10px;
    width:380px;    
}

#page3 .listleft
{
    margin-right:110px;
}

#page3 .listright
{
    float:right;
    width:100px;
    margin:5px 3px 0px 3px;
}

#page3 .listemail
{
    font-weight:bolder;
    color:Black;
    text-decoration:none;
}

#page3 .menu
{
    margin:10px 0px 10px 25px;
    font-size:0.9em;
}

#page3 .menu ul
{
    margin:0px;
    padding:0px;
}

#page3 .menu li
{
    display:inline;
    color:Black;
}

#page3 .menu li a
{
    color:Black;
    text-decoration:none;
}

#page3 .menu li.selected
{
    font-weight:bolder;
}

#page3 .mainpanel
{
    float:left;
    width:763px;    
}

#page3 .header
{
    background-image:url(images/orangeheader_bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
    height:32px;
    font-weight:bolder;
}

#page3 .header .pad
{
    padding:6px 0px 0px 25px;
    margin:0px;
    #padding:0px;
    #margin:6px 0px 0px 25px;
}

#page3 .leftpanel
{
    float:left;
    width:435px;
    color:#EE5936;
}

#page3 .leftpanel .pad
{
    margin:35px 20px 0px 25px;
}

#page3 .leftpanel .padw
{
    margin:0px 20px 0px 25px;
}

.formpad
{
    padding:10px;
}

#page3 .rightpanel
{
    float:left;
    width:328px;
    min-height:575px;
    #height:575px;
    background-color:#F59120;
}

#page3 .rightpanel .pad
{
    margin:35px 20px 20px 20px;
}

#page3 .rightpanel ul
{
    border-top:dashed 1px white;
    margin:0px;
    padding:0px;
}

#page3 .rightpanel li
{
    list-style-position:outside;
    list-style-type:none;
    border-bottom:dashed 1px white;
}

#page3 .rightpanel li a
{
    color:White;
    text-decoration:none;
    font-size:1.3em;
    line-height:1.5em;
}

#page3 .ctrlpanel
{
    float:right;
    width:196px;
}

#page3 a.link
{
    text-decoration:none;
    font-size:0.7em;
    font-weight:bolder;
}

/* End Page3 Stuff */


/* Page4 stuff */

#page4
{
    
}

#page4 h3
{
    font-size:1.3em;
    line-height:1.5em;  
    font-weight:normal;
    border-top:dashed 1px white;
    border-bottom:dashed 1px white; 
}

#page4 h4
{
    margin:0px 0px 3px 0px;
    font-size:1.0em;
    line-height:1.0em;
    font-weight:bolder;
}

#page4 a.link
{
    color:#ffffff;
    text-decoration:none;
}

#page4 .footer
{
  border-top:dashed 1px white;
  margin-top:15px;
  padding-top:5px;
  font-weight:bolder;  
}

#page4 .footer a
{
    color:White;
    text-decoration:none;
}

#page4 .pad
{
    margin:25px 25px 0px 25px;
}

#page4 .menu
{
    font-size:0.9em;
    margin:10px 0px 10px 25px;
}

#page4 .menu ul
{
    margin:0px;
    padding:0px;
}

#page4 .menu li
{
    display:inline;
    color:Black;
}

#page4 .menu li a
{
    color:Black;
    text-decoration:none;
}

#page4 .menu li.selected
{
    font-weight:bolder;
}

#page4 .mainpanel
{
    float:left;
    width:763px;    
}

#page4 .padw
{
     margin:0px 25px 0px 25px;
}

#page4 .header
{
    background-image:url(images/blueheader_bg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
    height:32px;
    font-weight:bolder;
}

#page4 .header .pad
{
    padding:6px 0px 0px 25px;
    margin:0px;
    #padding:0px;
    #margin:6px 0px 0px 25px;
}

#page4 .leftpanel
{
    float:left;
    width:254px;
    min-height:575px;
    #height:575px;
    color:#2F509F;
    font-size:0.9em;
}

#page4 .middlepanel
{
    float:left;
    width:254px;
    min-height:575px;
    #height:575px;
    background-color:#2AA8E0;
    font-size:0.9em;
}

#page4 .rightpanel
{
    float:left;
    width:255px;
    min-height:575px;
    #height:575px;
    background-color:#0771B9;
    font-size:0.9em;
}

#page4 .rightpanel ul
{
    border-top:dashed 1px white;
    margin:0px;
    padding:0px;
}

#page4 .rightpanel li
{
    list-style-position:outside;
    list-style-type:none;
    border-bottom:dashed 1px white;
}

#page4 .rightpanel li a
{
    color:White;
    text-decoration:none;
    font-size:1.3em;
    line-height:1.5em;
}

#page4 .ctrlpanel
{
    float:right;
    width:196px;
}

/* End Page4 Stuff */

.partneritem
{
    height:85px;
    width:85px;
    margin:0px 8px 8px 0px;
    font-size:0.7em;
    color:#ffffff;
    cursor:pointer;
}

.partneritem div
{
    margin:0px;
    padding:52px 0px 0px 8px;
    #margin:52px 0px 0px 8px;
    #padding:0px;
}

.popupMenu 
{
	position:absolute;
	visibility:hidden;
	background-color:Blue;	
	border-left:solid 15px red;
	padding:10px;
}

.popupMenu ul
{
    margin:0px;
    padding:0px;
    list-style-type:square;
    list-style-position:inside;
}

.caselistitem
{
    height:110px;
    width:110px;
    margin:0px 15px 15px 0px;
    font-size:0.7em;
}

.caselistitem div
{
    margin:0px;
    padding:65px 0px 0px 8px;
    #margin:65px 0px 0px 8px;
    #padding:0px;
}

.caselistitem a
{
    color:#ffffff;
    text-decoration:none;
}

#casestudylistimg
{
    float:left;
    width: 110px;
    margin:0px 15px 15px 0px;
}

#casestudylisttext
{
    float:left;
    width:235px;
    margin:0px 15px 15px 0px;
    padding:0px;
}

#home1_content ul
{
    margin:0px;
    padding:0px;
}
