div.content {
  width: 50%;
}
* html div.content {
  width: 100%;
}


@import url('ie6win.css');
div.content {
  width: 50%;
}



* {
	padding:0;
	margin:0;
}
body {
	font-family: "Trebuchet MS", "Lucida Sans Std", "Lucida Sans Unicode", sans-serif;
	font-size: 0.9em;
	background-color: #ffffff; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

a {
	outline: none;
	text-decoration: none;
} 
a:link,
a:visited {
	color:#a5a5a5;
	text-decoration: none;
}
a:hover {
	color:#2a3491;
	text-decoration: none;
}

img, a img {
	border:none;
}

.clear {
	clear: both;
}
/*		
//////////////////////////////////////////////////////
						NAVIGATION
//////////////////////////////////////////////////////
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: .85em;
	color: #CCCCCC;	
}

#p7menubar a.trigger {

	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center
	}
	
#p7menubar li {
	float: right;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	z-index: 99;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #3541b2;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}
#p7menubar li {width: auto;}


/*		
//////////////////////////////////////////////////////
						LAYOUT
//////////////////////////////////////////////////////
*/ 

#wrapper {
	width: 950px;
	margin: 18px auto;
	
}

/*		
//////////////////////////////////////////////////////
						HEADER
//////////////////////////////////////////////////////
*/ 

#header{
	width: 950px;
	margin: 0px auto;
	color: #2a3491;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-left: 0px; 
	z-index: 100;
}
/*		
//////////////////////////////////////////////////////
						MAIN
//////////////////////////////////////////////////////
*/ 
#nav_anim{
	width: 950px;
	margin: 0px auto;
	margin-bottom: 40px;
	z-index:1;
}

#mainContentContainer {
		width: 950px;
		margin: 0px auto;
		overflow: auto;
		}
		
#mainContentLeft {
		width: 350px;
		color: #2a3491;
		margin-right: 18px;
		margin-top: 5px;
		margin-bottom: 50px;
		float: left;
		}
#mainContentRight {
		width: 582px;
		height: 160;
		background: #efefef;
		color: #2a3491;
		margin-bottom: 50px;
		float: left;
}
#mainContentRight h2{
		margin-left: 18px;
		line-height: 40px;
		text-align:left;
}
#mainContentRight h1{
		margin-right: 18px;
		text-align:right;
		line-height:60px;
}


#upperContentContainer {
	       width: 350px;
	       float: left;
	       margin-right: 18px;
		   overflow: auto;
	       }
		
.upperContentLeft {
		width: 350px;
		height:300px;
		color: #2a3491;
		margin-top: 18px;
		float: left;
		}
#eventContentLeft h1{
	line-height:50px;
}

#eventContentLeft h2{
		color: #666666;
		line-height:25px;
}
#eventContentLeft h3{
		color: #666666;
}
.caseStudy {
		width: 350px;
		height: 10px;
		color: #666666;
		margin-top: 18px;
		float: left;
		}
#mainImageContent {
	    width: 582px;
		height: 416;
	    float: left;
		margin-bottom: 30px;
		background: #efefef;
		overflow: auto;
	       }
.photoColumnContainer {
		width: 582px;
		overflow: auto;
		}

.photoColumn {
		width: 286px;
		background: #dddddd;
	
		float: left;
		}

.photoColumn img {
		display: block;
			margin: 5px;
		}
		
		
		
		
		
		
		
#main {
	width: 250px;
	margin: 0px auto;
	/*margin-left: 8px;*/
}

#main .entry {
	width: 250px;
	background-color:#ffffff;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: -1px 0px;
	color: #2a3491;
}

#main.contactDetails p {
	color: #333333;
	font-size: 1.1em;
	padding-top: 30px;
	padding-bottom: 15px;
}
#main .contactDetails p a:link {
	text-decoration: underline;
	color:#000000;
}
#main  .contactDetails a:hover,
#main  .contactDetails p a:hover {
	text-decoration: underline;
	color: #999999;
}
#main  .contactDetails a:visited,
#main  .contactDetails p a:visited {
	text-decoration: none;
	color: #666666;
}
#main .contactDetails img {
	padding: 7px;
}

#main .contactDetails li, #main .entry ul  {
	list-style-type: none;
	padding: 2px;
	
}
#main  .contactDetails ul li {
	list-style-type: circle;
	list-style-position: inside;
}

/*		
//////////////////////////////////////////////////////
						SIDEBAR
//////////////////////////////////////////////////////
*/ 

#sidebar {
	float:right;
	width: 500px;
	margin-top: 35px;
        margin-left: 10px;
}
#sidebar h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #2a3491;
}
#sidebar h2,
#sidebar h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #2a3491;
}
#sidebar h4 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #2a3491;
}
/*		
//////////////////////////////////////////////////////
						FOOTER
//////////////////////////////////////////////////////
*/ 

#footer {
		width: 950px;
		height: 50px;
		text-align:center;
		color: #a5a5a5;
		margin: 0px auto;
		margin-top: 20px;
		margin-bottom: 18px;
		overflow: auto;
		}
