/*This is the core style sheet of the site.*/

#wrapper {
	width:100%;
	height:100%;
}

body, html {
	margin: 0;
	padding:0;
}

body {
	font-family: Georgia, serif;
	font-size: .885em;
	line-height: 1.5em;
	background-color:#251338;
	padding-top:20px;
}

ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul li {
	padding:0;
	margin:0;
}

a{
	color:#663399;	
	text-decoration: none;
}

a:link {
	color: #663399;

}

a:hover {
	color: #663399;
	text-decoration:underline;
	cursor:pointer !important;
}

a:visited {
	color: #663399;
}

a:active {
	color: #0099cc;
}

a img {
	border:none;
}


h1,h2,h3,h4,h5,h6 {
	font-family:Tahoma, san-serif;
	color: #6F559E;
}

h1 {
	font-size:1.6em;
	margin:0.83em 0;
}

h2 {
	font-size:1.27em;
	margin:1em 0;
}

h3 {
	font-size:1em;
	margin:1.33em 0;
}

h4 {
	font-size:0.83em;
	margin:1.67em 0;
}

#header {
	width:775px;
	position:relative;
	margin:0 auto;
	background-color:white;
	height:108px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
}

#Logo {
	left:10px;
	position:relative;
	top:10px;
}

#HeaderNav {
	position:relative;
	top:15px;
	width:775px;
	height:31px;
	background-color:#663399;
}

/* Drop Down */

#jsddm ul {
	z-index:2;
}

#jsddm li {	
	float:left;
	list-style:none;
	z-index:2;
}

#jsddm li a {	
	background:#663399;
	display:block;
	padding:5px 12px;
	border-right:1px solid white;
	color:#EAFFED;
	white-space:nowrap;
	font-family:Arial, sans;
	font-weight:bolder;
	font-size:1em;
}

#jsddm li a:hover {	
	background-color: #3B1E59 !important;
}

#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:auto;
}
#jsddm li ul li {
	float: none;
	display: inline;
}		
#jsddm li ul li a {	
	width: auto;
	background: #3B1E59;
}		
#jsddm li ul li a:hover	{	
	background: #663399;
}

/*end dropdown*/

/*to flatten left padding on services page*/
.contentFlushLeft {
	padding-left:0px !important;
	width:755px !important;
}

#content {
	background-color:white;
	margin:0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width:735px;
	overflow:hidden;
}

#left-margin {
	float: left;
	width: 155px;
	margin-right:5px;
	overflow: visible;
}

#MainText3Col {
	position: relative;
	float:left;
	padding:0;
	margin:0;
	width:380px;
}

#MainText2Col {
	position: relative;
	float:right;
	padding:0;
	margin:0;
	width:575px;
	top:0px;
}

#rightmargin {
	position:relative;
	float:right;
	width:175px;
}

/*navbar on services/*/

ul#ServicesNav {
	margin-top:1em;
	font-family:Arial,sans;
	font-weight:bold;
	left:-20px;
	z-index:1;
}

#ServicesNav li a {
	border-bottom:1px solid #ffffff;
	background:#663399;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:3px;
	color:#ffffff;
	display:block;
	line-height:100%;
}

#ServicesNav li a:hover {
	background-color:#3B1E59;
}
ul.drop1 {
	background:url(images/servicesSpacer.png) bottom left repeat-x;
}
.drop1 li {
	color:#ffffff;
	margin-left:25px;
}

/* footer navigation links */

.aplinks {
	text-align:center;
	clear:both;
	padding-top:17px;
	font-family:Tahoma, sans;
	font-size:0.75em;
	color:#663399;
}

.aplinks ul {
	display:block;
	padding:0;
	margin:0px;
}

.aplinks ul li {
	display:inline;
	padding:0 4px 0 4px;
}


/*images*/

img.outreach {
	margin-right:10px;
	border:1px solid #cccccc;	
}

img.border {
	padding:8px;
	background-color:#efffff;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #666666;
	border-left:1px dotted #999999;
	border-right:1px dotted #666666;
}


/*events page slide show*/

#SlideThumbs {
	width:285px;
	float:right;
	position:relative;
}

#SlideThumbs li{
	padding:0 10px 10px 10px;
}


/*lists*/

ul.bulleted li {
	list-style-type:disc;
	list-style-position:inside;
	text-indent:25px;
}

ul.columnedList {
	text-align:center;
	margin:0 auto;
}	

/*lists - two column*/

li.columnLeft {
	float:left;
}

li.columnRight {
	float:right;
}

ul#ExecList {
	margin:0 auto;
	width:565px;

}

ul#ExecList li{
	width:280px;
	margin-bottom:21px;


}


/*lists - three column*/

.column1, .column2, .column3{
	float:left;
	margin:0;
	padding:0;
}

.svsColumnedListMain {
	width:50%;
}

ul#contactOfficesList {
	display:inline-block;
	width:600px;
	margin-right:125px;
}

ul#contactOfficesList li {
	width:200px;
}

/*Other formatting*/

hr {
	background-color: #CC99FF;
	color: #663399;
}

.hrFlushFix {
	margin-left:20px;
	}

.fLeft {
	float:left;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

.floatL-padR {
	float:left;
	padding-right:20px;
}
.imgCaption {	
	color:#666;
	font-family:Tahoma, san-serif;
	font-size:.8em;
	line-height:1.5em;
	margin:0px auto;
	padding-top:10px;
	text-align:center;
	width:70%;	
	
}
.pulloutquote {
	font-size: 1.3em;
	font-style: normal;
	color: #333333;
	line-height: normal;
	text-align: center;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.homeLink {
	width:100%;
	text-align:right;
	display:inline-block;
}

/*e-mail sign up form*/

form#icpsignup835 {
	border: 1px solid #6f559e;
	width:175px;
	background:#efebf4;

}

#SignUp {
	text-align:center;
}

.link, .signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
}

.link {
	text-decoration: none;
}

.signupframe {
	font-size:small;

}

/*Save the Date Popup*/
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;
 
	}  
#popupContact{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:520px;  
	width:700px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
	}  
#popupContact h1{  
	text-align:left;  
	color:#6FA5FD;  
	font-size:30px;  
	font-weight:700;  
	border-bottom:1px dotted #D3D3D3;  
	padding-bottom:2px;  
	margin-bottom:20px; 
	}  
	
#popupContact p {
	display:block;
	font-family:Tahoma, sans;
	font-size:24px;
	width:400px;
	line-height:1.1em;
}
#popupContact div.fLeft {
	margin-right:10px;
	height:100%;
}	
#popupContactClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:relative;  
	color:#cc3333;  
	font-weight:700;  
	display:block;
	margin-bottom:10px;
	text-align:right;  
}  