@font-face {
	font-family: 'MyriadProBold';
	src: url('fonts/MyriadPro-Bold.eot');
	src: local('fonts/Myriad Pro Bold'),
	local('fonts/MyriadPro-Bold'),
	url('fonts/MyriadPro-Bold.woff') format('woff'),
	url('fonts/MyriadPro-Bold.otf') format('opentype'),
	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
}

*
{
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #adb9c0;
	text-align: center;
	margin-top:15px;
}

a img, fieldset
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

#header h1
{
	text-indent: -9999px;
}

#telephone
{
	float: left;
	padding: 2px 0 0 20px;
	color: #61B7D9;
}

h2
{
	color:#FFF;
	font-size:1.4em;
	font-family:'MyriadProBold';
}

.content h2
{
	color:#002d56;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	color:#000;
	font-size: .81em;
}

.content p
{
	color:#002d56;
}

#footer p
{
	padding-top: 8px;
	font-size: 0.8em;
	margin-left:34px;
	color:#fff;
}

/* LIST STYLES *************************/

li
{
	margin-bottom: 10px;
	color: #000;
	margin-left:10px;
}

#nav ul
{
	list-style: none;
	margin-left:30px;
}

#nav li, #subnav li, #subnav ul /* NAVIGATION STYLE */
{
	display: inline;
	float:left;
}

#nav li
{
	background:url("../images/nav_left.gif") no-repeat scroll 0 0 transparent;
	font-family:'MyriadProBold';
	margin-left:0;
	margin-right:10px;
	padding:0;
	position:relative;
}

#nav li span
{
	background:url("../images/nav_right.gif") no-repeat scroll left center transparent;
	height:29px;
	position:absolute;
	right:-9px;
	top:0;
	width:9px;
}

/*#subnav ul
{
	background:url("../images/subnav_right.gif") no-repeat top right;
	margin-left:15px;
	padding-right: 6px;
}

#subnav li
{
	background:none repeat scroll 0 0 #A5BBCF;
	color:#FFFFFF;
	font-size:0.8em;
	margin:0;
	padding:3px 0 5px;
}

#subnav li.first-active
{
	background:url("../images/subnav_active_left.gif") no-repeat 0 0;
	margin-top:-1px;
	padding:0 0 9px;
}

#subnav li span
{
	background:url("../images/subnav_active_right.gif") no-repeat scroll right top;
	position:absolute;
	height:25px;
	right:-8px;
	top:0;
	width:8px;
}

#subnav li.active
{
	background:url("../images/subnav_active_grad.gif") repeat-x scroll left top;
	font-family:'MyriadProBold';
	margin-right:8px;
	margin-top:-1px;
	padding:6px 0 3px;
	position:relative;
	height:16px;
}*/

#subnav
{
	width:100%;
}

	#subnav ul{
		font-size: 0.8125em;
		height: 24px;
		width: 420px;
	}
	
	#subnav li{
		margin-left: 0;
	}
	
		#subnav-two a{
			background-image: url('../images/subnav-sprite2.gif');
			background-repeat: no-repeat;
			display: block;
			text-indent: -9999px;
			height: 24px;
		}
		
		#subnav-comm{
			width: 124px;
		}
		
		#subnav-comm-cand{
			background-position: -124px 0;
			width: 105px;
		}
		
		#subnav-comm-cand:hover, #subnav-comm-cand.active{
			background-position: -124px -24px;
		}
		
		#subnav-comm-client{
			background-position: -230px 0;
			width: 81px;
		}
		
		#subnav-comm-client:hover, #subnav-comm-client.active{
			background-position: -230px -24px;
		}
		
		#subnav-one{
			margin: 0 15px;
		}
		
		#subnav-one a{
			background-image: url('../images/subnav-sprite1.gif');
			background-repeat: no-repeat;
			display: block;
			text-indent: -9999px;
			height: 24px;
		}
		
		#subnav-fmcg{
			width:211px;
		}
		
		#subnav-fmcg-cand{
			background-position: -211px 0;
			width: 102px;
		}
		
		#subnav-fmcg-cand:hover, #subnav-fmcg-cand.active{
			background-position: -211px -24px;
		}
		
		#subnav-fmcg-client{
			background-position: -313px 0;
			width: 80px;
		}
		
		#subnav-fmcg-client:hover, #subnav-fmcg-client.active{
			background-position: -313px -24px;
		}
		
#subnav p
{
	background:#b4cce2 url('../images/subnav_footer_grad.gif') repeat-y top right;
	clear:left;
	color:#FFFFFF;
	float:left;
	display:inline;
	padding:5px 0 5px 10px;
	width:921px;
}

.content ul{
	list-style: inside;
}
.content li{
	font-size: 0.8125em;
}

/* LAYOUT DIVS *************************/

#container, #footer
{
	width: 931px;
	padding: 0 13px;
	margin: 0 auto;
	text-align: left;
}

#container
{
	background: url('../images/container_grad.gif') repeat-y top center;
}

#header
{
	height: 118px;
	background: url('../images/header.png') top center;
	width: 957px;
	margin: 0 -13px 0;
	padding-top: 50px;
}

#nav
{
	width: 100%;
	height: auto;
}

#subnav
{
	margin-top: -24px;
	width:100%;
}

#subnav p
{
	background:#b4cce2 url('../images/subnav_footer_grad.gif') repeat-y top right;
	clear:left;
	color:#FFFFFF;
	float:left;
	display:inline;
	padding:5px 0 5px 10px;
	width:921px;
}

.content
{
	padding:0 0 0 10px;
	width:100%;
	text-align:justify;
}

#inner-left .content
{
	width:95%;
	float:left;
	padding-top:3px;
}

#inner
{
	margin: 0 11px;
}

#inner-left
{
	float:left;
	display:inline;
	width:69%;
}

#slider
{
	float:left;
	display:inline;
	width:100%;
	height:334px;
}

#contact-box h2
{
	background:url("../images/contact_box_header.gif") no-repeat scroll left top transparent;
	display:inline;
	float:left;
	padding:12px 0 1px 15px;
	width:625px;
}

#contact-box
{
	display:inline;
	float:left;
	width:100%;
	padding-bottom:15px;
	height:220px;
	margin-bottom: 65px;
}

#contact-box div
{
	background:url("../images/contactbg.png") no-repeat left top;
	height:261px;
	padding-top: 40px;
}

#contact-box div form
{
	clear:left;
	width:78%;
	padding:6px 0 0 15px;
}

.addthis_toolbox
{
	font-size:0.8em;
	margin-bottom:15px;
	margin-left:4px;
}

#inner-right
{
	float: left;
	display:inline;
	width: 31%;
}

#sidebar
{
	width:100%;
}

.sidebar-image
{
	background:url("../images/sidebar-image-footer.gif") no-repeat scroll left bottom transparent;
	margin-bottom:8px;
}

	.sidebar-image h2
	{
		height:38px;
		margin-left:25px;
		padding-top:5px;
	}
	
	.sidebar-image img
	{
		vertical-align:top;
	}
	
#footer
{
	background: url('../images/footer.gif') no-repeat top center;
	padding-bottom: 10px;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a, #nav a:visited
{
	background:url("../images/nav_grad.gif") repeat-x scroll 0 0 transparent;
	color:#FFF;
	display:block;
	margin-left:6px;
	padding:6px 0;
	text-decoration:none;
}

#nav a:hover, #nav a.active, #subnav a:hover
{
	text-decoration:underline;
}

#subnav a
{
	color:#FFFFFF;
	text-decoration:none;
}

#subnav li.active a
{
	margin:0;
}

.content a, .content a:visited, .content a:hover{
	color: #000;
	text-decoration: underline;
}

#sidebar a, #sidebar a:visited, #sidebar a:hover
{	
	color:#FFFFFF;
	text-decoration:none;
}

#footer a, #footer a:visited
{
	color:#fff;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

/* FORM **/

label
{
	display:block;
	float:left; clear: left;
	font-size:0.81em;
	padding:1px 2px 8px;
	width:27%;
}

p.warning
{
	color:#EE3333;
	float:left;
	display:inline;
	margin:0 0 0 15px;
	padding:2px 0;
}

#confirm-sent
{
	float:left;
	display:inline;
	margin:0 0 0 15px;
	padding:2px 0;
	width:57%;
}

input[type=text]
{
	display:block;
	margin:0 0 3px;
	padding:1px;
	width:41%;
}

fieldset#contact-select-box-one select
{
	margin-left:-80px;
}

fieldset#contact-select-box-one select, fieldset#contact-select-box-two select
{
	float:left;
	margin-right:5px;
}

fieldset#contact-select-box-one label, fieldset#contact-select-box-two label
{
	display:block;
	float:left; clear: none;
	width:27%;
}

label#if-applicable
{
	display:block;
	float:right;
	font-style:italic;
	margin:-27px 28px 0 0;
	width:90px;
}

input[name=email]
{
	float:left;
}

#contact-box input[type=submit]
{
	background:url("../images/contact-button.gif") no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	float:right;
	font-size:0;
	height:29px;
	line-height:0;
	margin:-6px 0 0 8px;
	text-indent:-9999px;
	width:120px;
}

#contact-box input[type=file] {
	width:41%;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}
