@charset "utf-8";
/* CSS Document */


/* CONTAINERS */

#outer
{
	/* Global Font */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/* Container Styles */
	position: absolute;
	width: 1200px;
	background-color: #fff;
	padding: 0px;
	height: auto;
	left: 40px;
	top: 40px;
}

#logo
{
	position: absolute;
	background-color: #fff;
	height: 400;
	width: 183px;
}

#navigation
{
	position: absolute;
	width: 183px;
	margin: 0;
	left: 0px;
	top: 110px;
	height: 160px;
}

#extralinks
{
	position: absolute;
	width: 183px;
	margin: 0;
	left: 0px;
	top: 282px;
	height: 60px;
	text-align: right;
}

#footer
{
	position: absolute;
	width: 1200px;
	background-color: #fff;
	padding: 0px;
	height: 16px;
	top: 1040px;
}

#footer2
{
	position: absolute;
	width: 1200px;
	background-color: #fff;
	padding: 0px;
	height: 16px;
	top: 1250px;
}

/*TYPE STYLES*/

.formfield
{
	height: 60px;
	width: 438px;
	border: 0px;
	border-color: #EFEFED;
	background-color: #EFEFED;
	color: #3B1B3C;
}

.snippethead {
	font-size: 14px;
	color: #3B1B3C;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
	margin-bottom: 10px;
	}

.snippettext {
	font-size: 14px;
	color: #616158;
	text-decoration: none;
	}

.menuLink {
	font-size: 16px;
	color: #616158;
	background-color: #EFEFED;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px;
	margin: 10px;
	}
	
.generallink {
	font-size: 16px;
	color: #616158;
	background-color: #EFEFED;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.3em 0.5em;
	}
	
.generallink:hover {
	font-size: 16px;
	color: #616158;
	background-color: #D3D3CF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.3em 0.5em;
	}
	
.purplelink{
	font-size: 16px;
	color: #FFF;
	background-color: #3B1B3C;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.3em 0.5em;
	text-align: right;
	}
	
.purplelink:hover  {
	font-size: 16px;
	color: #FFF;
	background-color: #616158;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.3em 0.5em;
	text-align: right;
	}
		
p {
	font-size: 16px;
	color: #616158;
	line-height: 22px;
	margin-top: 12px;	
	margin-bottom: 10px;	
}

.standardfont {
	font-size: 16px;
	color: #616158;
	line-height: 150%;
	vertical-align: top;
	text-decoration: none;
}


hr {
	margin-top: 24px;
	margin-bottom: 10px;
	border: none 0; 
	border-top: 1px dotted #666;
	width: 100%;
	height: 1px;
} 

hr#rule2 {
	margin-top: 3px;
	margin-bottom: 3px;
	border: none 0; 
	border-top: 1px dotted #666;
	width: 100%;
	height: 1px;
} 

hr#foot {
	margin-bottom: 8px;
	border: none 0; 
	border-top: 1px dotted #666;
	width: 100%;
	height: 1px;
} 

h1 {
display: none;
height: 20;
}

h2 {
font-size: 26px;
color: #616158;
height: 20;
text-transform: uppercase;
font-weight: normal;
margin-bottom: -12px;
margin-top: 8px;
}

h3 {
font-size: 20px;
height: 20;
color: #3B1B3C;
font-weight:normal;
}

/* Portfolio Specific */

.clientlink {
	font-size: 14px;
	color: #616158;
	background-color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 140%;

	}
	
.clientlink:hover, .clientlink:active {
	font-size: 14px;
	color: #3B1B3C;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 140%;

	}
	
.clientlist
{
	list-style-type: none;
	z-index: 1000;
	display: inline;
	f\loat: right;
}

.purplename{
	font-size: 15px;
	color: #3B1B3C;
	text-decoration: none;
	line-height: 140%;

	}
	
	.purpledatename{
	font-size: 16px;
	color: #3B1B3C;
	text-decoration: none;
	line-height: 150%;
	margin-bottom: 2px;

	}
	
	/* Content Specific*/
	
	.accordhead
{
	color: #3B1B3C;
	text-transform: uppercase;
	font-size: 18px;
}

ul.MenuBarVertical li
{
	margin-bottom: 11px;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	position: relative;
	text-align: right;
	cursor: pointer;
	width: 183px;
}


