/* ************************************************* 
Reset Styles    
**************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ************************************************* 
Universal Styles    
**************************************************** */
a:link {
	border-bottom:1px dotted #8f005c; 
	color:#8f005c;
	text-decoration:none;
}

a:visited {
	color:#004e3c;
	border-bottom:1px dotted #004e3c; 
	text-decoration:none;
}

a:focus{
	color:#8f005c;
	outline:#8f005c dotted 2px;
}
a:hover, a:active  {
	color:#8f005c;
	border-bottom:1px solid #8f005c; 
	text-decoration:none;
}

a.external, a.download {
	padding: 0 20px 0 0;
}

a.download:link {
	background: url(/images/site-design/link-icons.gif) no-repeat 100% 4px;
}

a.download:visited {
	background: url(/images/site-design/link-icons.gif) no-repeat 100% -14px;
}

a.download:hover, a.download:active {
	background: url(/images/site-design/link-icons.gif) no-repeat 100% 4px;
}

a.external:link {
	background: url(/images/site-design/link-icons.gif) no-repeat 100% -32px;
}

a.external:visited {
	background: url(/images/site-design/link-icons.gif) no-repeat 100% -50px;
}

a.external:hover, a.external:active {
	background: url(/images/site-design/link-icons.gif) no-repeat 100% -32px;
}

li {
	list-style-type:disc;
}

html {
	background:url(/images/site-design/bg.jpg) #c0c0c0 repeat-x;
	color:#262525;
	font-family:'century gothic', arial, sans-serif;
	height:100%;
	overflow-y:scroll;	
}
    
body {	
	margin:0 auto;
	width:960px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family: arial, sans-serif;
	letter-spacing:1px;
}

legend {
	display:none;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

blockquote {
	border-left:2px solid #d2369b;
	margin-left:30px;
	padding-left:30px;
}

blockquote span {
	color:#d2369b;
	font-style:italic;
}

table {
	border-collapse:collapse;
	font-size: 1.1em;
	margin-bottom:2em;
	text-align:left;
	width:100%;	
}

table tr.odd {
	background:#fae7f3;
}

table th {
	border-bottom:2px solid #5c5b5c;
	border-right:1px solid #ececec;
	padding:10px 8px 0;
	text-align:left;
	vertical-align:bottom;
}

table td {
	border-bottom:1px solid #a2a1a1;
	border-right:1px solid #ececec;
	padding:6px 8px;
	line-height:1.4em;
}

th.center, td.center {
	text-align:center;
}

table th.last , table td.last {
	border-right:none;
}

small {
	font-size: 12px;
}

#container {
	background:#fff;
	border:1px solid #6f6f6f;
	border-bottom:none;
	border-top:none;
	float:left;
	width:100%;
}

#header a {
	border:none;
}

#logo {
	float:left;
	left: 15px;
	position:relative;	
	z-index: 100;
}

#header fieldset, #header form {
	float:right;
}

#search {
	color:#8e8d8d;
	float:right;
	font-size:20px;
	font-weight:bold;
	padding:10px 15px 0 0;
}

#featured {	
	border-top:1px solid #b6b6b6;
	float:left;
	height: 281px;
	margin:-33px 0 0 0px;
	z-index:-100;
	overflow: hidden;
	width: 960px;
}

#featured .clear {
   clear: both;
} 	
	
.align-center {
	text-align:center;
}

.align-center img {
	display:block;
	margin:0 auto;
}
	
	
/* *************************************************
Navigation    
**************************************************** */
#nav{ 
 	font-size:15px;
}

#nav-main {	
	background:#dfdfdf;
	border:1px solid #b6b6b6;
	border-left:none;
	border-right:none;	
	float:left;
	height:33px;
	padding:22px 0 0;
	width:100%;
}

#nav-main .first {
	margin-left:15px;
}

#nav-main li {
	display: inline;
	padding:13px 30px 11px;	
	text-align:center;
}

#nav-main li a:link, #nav-main li a:visited, #nav-sub a:link, #nav-sub li a:visited {
	color:#262525;	
	border:none;
	text-decoration:none;
}

#nav-main li.current { 
	background-color: #fff;	
	border:1px solid #b6b6b6;
	border-bottom:none;
	border-top-left-radius:10px;
	-moz-border-radius-topleft  : 10px;
	-webkit-border-radius-top-left:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-top-right:10px;	
	color:#8f005c;
	padding-bottom:17px;
	position:relative;
}

#nav-main li.current a {
	color:#8f005c;
}

#nav-main li a:hover, #nav-main li a:active , #nav-sub li a:hover, #nav-sub li a:active { 
	color:#8f005c;
	border-bottom:1px solid #8f005c;
}

#nav-sub{	
	background: url(/images/site-design/nav-sub.gif) repeat-x 0 100%;	
	border-bottom:1px solid #b6b6b6;
	float:left;
	height:35px;
	padding:18px 0 0;
	width:100%;	
	text-align:center;	
}

#nav-sub li {
border-left:1px solid #000;
	display: inline;
	padding:0 30px;	
	text-align:center;
}

#nav-sub li.first{
	border:none; 
} 

#nav-sub li.current { 
	color:#8f005c;
}


/* *************************************************
Content    
**************************************************** */
#content {
	float:left;
	font-size:16px;
	line-height: 1.5em;  
	padding: 30px 20px;
	width:920px;	
}

.sidebar #content {
 	width:560px;
}

#content h1 {
	font-size: 28px;
	margin:0 0 0.7em;
}

#home #content h1 {
	margin-top:1.5em;
}

#content h2{
	font-size: 20px;
	margin:1.5em 0 0.7em;
}

#content h3{
	margin:1.5em 0 0.7em;	
}

#content p {
	margin:0 0 0.7em;
}

#content ul , ol{
	margin-left:30px;
}

#content li, dt {
	padding:0 0 10px 0;
}

#content img {	
	border:1px solid #d5d5d5;
	padding:2px;
}


/* *************************************************
Sidebar
**************************************************** */
#sidebar {
	font-size:15px;
	float:right;  
	line-height: 22px;  
	width:359px;  
}

#sidebar li { 
	border-bottom:1px solid #d2d0d0;
	border-left:1px solid #d2d0d0;	
	list-style-type:none;
	padding:15px;
}

#sidebar li.last {
	border-bottom:none;
}

#sidebar li.first {
	padding-top: 20px;
}

#sidebar li.first h2, #sidebar li.first h3 {
	margin:0;
}

#sidebar h2 {
	font-size: 28px;
}

#sidebar h3 {
	font-size:15px;
	font-weight:bold;
}

#sidebar p {
	font-size:15px;
	line-height:20px;
	padding-top:5px;
	text-align:justify;
}

#sidebar small {
	color: #8f8f8f;
}

#home #sidebar small {	
	display: block;
	padding:15px 0 0;
	text-align:right;
	width:100%;
}

#sidebar  h3, #home  #sidebar li.first h3 {
	margin-top:15px;
}

#sidebar  ul#socialmedia {
	height:50px;
}

#sidebar  ul#socialmedia li {
	border:none;
	float:left;
	font-size:15px;
	line-height:25px;
	padding:0;	
}

#sidebar  ul#socialmedia li a {
	border:none;
	float:left;
	height:50px;
	margin-right:25px;
	text-indent:-9999px; 
	width:50px; 
}

#sidebar ul#socialmedia li a#rss {
	background: url(/images/site-design/social-icons.png) 0 0 no-repeat;	
}

#sidebar ul#socialmedia li a#twitter {
	background: url(/images/site-design/social-icons.png) 0 -50px no-repeat;
}

#sidebar ul#socialmedia li a#linkedin {
	background: url(/images/site-design/social-icons.png) 0 -100px no-repeat;
}

#sidebar ul#socialmedia li a#facebook {
	background: url(/images/site-design/social-icons.png) 0 -150px no-repeat;
}

.sidebar ul.embedded li{
	background:#f1f1f1;
	border:1px solid #d2d0d0;	
	margin: 20px 20px 0 0;
}


/* *************************************************
Footer   
**************************************************** */
#footer {
	background-color:#d5d5d5;
	border-top:1px solid #b6b6b6;
	float:left;
	font-size:13px;
	line-height:18px;
	padding:10px 0;
	width:100%;	
}

#footer ul {
	margin-top:10px;
	text-align:center;
}

#footer li {
	border-right:1px solid #000;
	display:inline;
	list-style-type:none;
	padding:0 10px;
}

#footer li a:link, #footer li a:visited {
	border:none;	
	color:#262525;	
}

#footer ul#copyright {
	margin-top:15px;
}

#footer ul#copyright li {
	border-right:1px solid #5f5f5f;
	color:#464546;
	font-size:11px;	
}

#footer ul#copyright li a:link, #footer ul#copyright li a:visited {
	color:#464546;
}

#footer li a:hover, #footer ul#copyright li a:hover {
	border-bottom: 1px solid #8f005c;
	color:#8f005c;	
}

#footer li.last, #footer ul#copyright li.last {
	border:none;
}

#footer li.current, #footer ul#copyright li.current {
	color:#8f005c;	
}

/* *************************************************
Solutions Page Specific   
**************************************************** */
#solutions #content ul {
	padding-left:0;
}

#solutions #content ul li {
	border-top:1px solid #b6b6b6;
	float:left;
	list-style-type:none;
	margin-top: 30px;
	padding-top: 30px;
	width:100%;
}

#solutions #content ul li.first {
	border:none;
	margin:0;
}

#solutions #content ul li > a {
	border: 1px solid #d5d5d5;
	float:left;
	padding:2px;
	margin-right:30px;
}

#solutions #content ul li a img {
	border:none;
	float:left;
	padding:0;
}

#solutions #content ul li div {
	float:left;
	width:650px;
}		
#solutions #content ul h2 {
	margin-top:0;
}

#solutions #content ul li > a:hover{
	border: 1px solid #8f005c;
}


/* *************************************************
Partners Page Specific   
**************************************************** */
#partners #content ul {
	margin-left:0;
}

#partners #content li {
	float:left;
	list-style-type:none;
	margin:10px 0;
	width:100%;
}

#partners #content li h2 {
	margin:0;
}

#partners #content li img {
	float:left;
	margin-right:20px;
	width:122px;
}

#partners #content li div{
	float:left;
	width:772px;
}

/* *************************************************
Contact Page Specific   
**************************************************** */
#contact #directions ul {
	margin-left:0;
}

#contact #directions ul li {
	display:inline-block;
	list-style-type:none;
	margin-right:10px;
}

#contact #directions ul li a, #contact #directions ul img {
	border:none;
}

#contact small {
	display:block;
	margin-bottom:25px;
}

#contact #content div {
	float:left;
	width:50%;
}

#contact #content div h2 {
	margin-top:0;
}

#contact #directions {
	clear:both;
}

#contact  #content #directions h2 {
	margin-top:1.5em;
}

#contact .send-message-input, #contact #send-message textarea {
	float:left;
	width:100%;
	margin-bottom:0.7em;
	border:1px solid  #bfbcbc;
} 

#contact .send-message-input:hover, #contact .send-message-input:focus {
	border:1px solid #8f005c;
}


/* *************************************************
Clients Page Specific   
**************************************************** */
.side-img {
	clear:right;
	float:right;
	margin:0 0 10px 10px;
}

a.side-img {
	border-bottom:none;
}

ul#clients {
	display:inline;
	margin-left:0;
}

ul#clients li {
	float:left;
	list-style-type:none;
	margin-right:100px;
}

ul#clients li.last {
	margin-right:0;
}

ul#clients li a {
	border:none;
}


/* *************************************************
DipPFA Page Specific   
**************************************************** */
 #dippfa tfoot td {
	border-top:2px solid #5C5B5C;
	border-bottom:none;
} 

#dippfa table tfoot #total {
	border-right:none;
	text-align:right;
}

#dippfa small#prices-valid {
	float:right;
	margin-bottom:2em;
}

#dippfa #unit-title {
	width:250px;
}

#dippfa th#study {
	padding:0;
	text-align:center;
	width:170px;
}

#dippfa #unit-cost {
	width:170px;
}

#dippfa p#sqa {
	text-align:center;
}

#dippfa p#sqa a{
	border:none;
	margin:1em 0;
}

#dippfa a#sqa img {
	padding:5px;
}

/* *************************************************
DipPFA Page Specific   
**************************************************** */
.job {
	border:1px #c7c7c7 solid;
	background-color:#FAE7F3;
	padding:0 1.5em 1.5em 1.5em;
}