/* ###############
## CSS Document ##
### Pelican PR ###
################*/

* {
	padding:0px;
	margin:0px;
	text-align:left;
}

img{
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#262624;
	font-size:14px;
	background-color:#dedede;
	background-image:url(../img/bg_pattern.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

p {
	color: #262624;
	font-size: 1.0em;
	padding-bottom:1.0em;
	line-height:1.5em;
}

ul li {
	line-height:1.5em;
}

h1 {
	color:#f1a81d;
	font-size:1.5em;
	padding: 15px 0px 12px 0px;
}
	

h2 {
	color:#f1a81d;
	font-size:1.3em;
	padding: 10px 0px 8px 0px;
}

h3 {
	color:#f1a81d;
	font-size:1.0em;
	padding-bottom:1.0em;
}

h4 {
	color:#f1a81d;
	font-size:1.2em;
	padding-bottom:0.2em;
	padding-top:5px;;
}

h5 {
	color:#262624 !important;
	font-size:1.2em;
	padding-bottom:0.2em;
	padding-bottom:3px;
}

h5 a{
	color:#f1a81d !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

h5 a:active, h5 a:hover{
	color:#262624 !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

a:link, a:visited {
	color:#f1a81d;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em !important;
}

a:active, a:hover {
	color:#262624;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em !important;
}

.error {
	width: 220px;
	padding: 3px;
	font-weight:normal;
	background-color:#cbcbcb;
	color: #262624;
	font-size: 1.0em;
}

.echo {
	width: 378px;
	padding: 3px;
	font-weight:normal;
	background-color: #cbcbcb;
	color: #262624;
	font-size: 1.0em;
}

.blog_date {
	color:#f1a81d;
	font-size:1.0em;
	font-weight:bold;
}

.Title
{
	color:#f1a81d;
	font-size:1.3em;
	padding: 10px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.Code
{
	color:#f1a81d;
	font-size:1.0em;
	padding: 10px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* #########################
######## Navigation ########
######################### */

#topnav ul {
	text-align:right;
}

#topnav ul li {
	font-weight:normal;
	list-style-type:none;
	display:inline;
}

#topnav ul li a:link, #topnav ul li a:visited{
	color:#dedede;
	text-decoration:none;
	padding-right:10px;
}

#topnav ul li a:active, #topnav ul li a:hover{
	color:#f1a81d;
	text-decoration:underline;
	padding-right:10px;
}

#topnav ul li a.current_topnav{
	color:#f1a81d;
	text-decoration:underline;
	padding-right:10px;
}



#nav, #nav ul {
	padding:0px;
	margin: 0px;
	list-style: none;
	font-size:12px;

}

#nav a {
	display: block;
	padding:0px 5px 3px 5px;
	color:#262624;
}

#nav a:active, #nav a:hover {
	text-decoration:none;
	color:#f1a81d;
	border-bottom: 4px solid #f1a81d;
}

#nav a.main_current {
	text-decoration:none;
	color:#f1a81d;
	border-bottom: 4px solid #f1a81d;
}

#nav li {
	float: left;
	padding-right:13px;
}

#nav li ul {
	position: absolute;
	left:-999em;
	top:304px;
	padding: 3px 0 3px 0;
	background-color:#f1f1f1;
	border-bottom:4px solid #f1a81d;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li{
	float:none;
	padding:0px;
	-margin-bottom:-1.5em;
	line-height:1.5em;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul li a{
	display:block;
	float:none;
	padding:0px 5px 0px 5px;
	margin:0px;
	border:none;
	color:#9b9b9b;
}

#nav li ul li a:hover, #nav li ul li a:active{
	display:block;
	float:none;
	padding:0px 5px 0px 5px;
	margin:0px;
	border:none;
}



#footer_left, #footer_left ul {
	padding:0px;
	margin: 0px;
	list-style: none;
}

#footer_left a {
	display: block;
	padding:0px 5px 3px 5px;
	border-bottom: 4px solid #f1a81d;
	color:#dedede;
	
}

#footer_left a:active, #footer_left a:hover {
	text-decoration:none;
	color:#f1a81d;
}

#footer_left li {
	float: left;
	padding-bottom:3px;
	margin-right:10px;
}

#footer_left li ul {
	position: absolute;
	padding-bottom:3px;
	margin-right:10px;
}

#footer_left li ul li{
	float:none;
	padding:0px;
	-margin-bottom:-1.5em;
	margin-top:3px;
}

#footer_left li ul li a{
	display:block;
	float:none;
	padding:0px;
	margin:0px;
	border:none;
}

.blog_link:link, .blog_link:visited{
	color:#f1a81d !important;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em !important;
}

.blog_link:active, .blog_link:hover{
	color:#f1f1f1 !important;
	text-decoration:none;
	font-weight:normal;
	font-size:1.0em !important;
}

ul.medialist{
	list-style-type:none !important;
	border:10px solid #9b9b9b;
	padding:1px;
}

ul.medialist li{
	padding:9px 10px 9px 10px;
	background-color:#cbcbcb;
	border-bottom:1px dotted #9b9b9b;
}

ul.medialist li a{
	display:block;
	text-decoration:none;
	color: #262624 !important;
	font-weight:bold;
}

ul.medialist li a:active, ul.medialist li a:hover{
	display:block;
	text-decoration:none;
	color: #9b9b9b !important;
	font-weight:bold;
}

ul.medialist li a.current{
	display:block;
	text-decoration:none;
	color: #9b9b9b !important;
	font-weight:bold;
}

ul.medialist li ul {
	border: 0px;
}

ul.medialist li ul li {
	border: 0px;
}

#pelican_people ul{
	padding:0px;
	margin: 0px;
	list-style: none;
}

#pelican_people ul li{
	display:block;
}


ul.year li {
	list-style:none;
	padding:5px 0px 0px 20px;
}

ul {
	padding-left:30px;
}
/* #########################
######## Main divs #########
######################### */

.wrapper_800{
	width:800px;
	float:auto;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	margin-top:0px;
}


#topnav{
	padding:20px 15px 6px 0px;
	text-align:right;
	font-size:0.8em;
	color:#dedede;
}

#header {
	width:800px;
	height:228px;
}

#header2 {
	width:800px;
	height:228px;
}


#nav {
	float:left;
	width:520px;
	height:33px;
	font-size:1.0em;
	padding:18px 0px 0px 20px;
	background-image:url(../img/nav_pattern.jpg);
	background-repeat:repeat-x;
}

.search {
	float:right;
	text-align:right;
	color:#f1f1f1;
	width:auto;
	height:50px;
	margin-top:13px;
}

.content {
	float:left;
	width:520px;
	padding-bottom:10px;
}

.full_content {
	float:left;
	width:800px;
	padding:0px 0px 10px 0px;
}

#profile_line{
	position:absolute;
	top:300px;
	width:100%;
	height:105px;
	background-color:#9b9b9b;
	z-index:0;
}

.box_right{
	float:right;
	width:250px;
	margin-top:-13px;
	padding:20px 0 0 0;
}
.box_right2{
	margin-top:-8px;
	float:right;
	width:250px;
}
.box_righthome{
	float:right;
	width:250px;
	margin-top:-13px;
	padding:0;
}

.box_left2 {
	float:left;
	width:230px;
	padding:0px;
}

.box_left1 {
	float:left;
	width:250px;
	padding:0px;
	padding-right:30px;
}


.media_right{
	float:right;
	width:380px;
	margin-top: 10px;
}

.blog_right{
	float:right;
	width:380px;
	margin-top:-13px;
}

.media_left{
	float:left;
	width:360px;
	padding:0px 10px 10px 0px;
}

.media_title{
	border-bottom: 1px dotted #9b9b9b;
	padding-bottom:3px;
	font-weight:bold;
	margin-bottom:5px;
	width:390px;
}

.blog{
	background-color:#9b9b9b;
	padding:1px 20px 10px 20px;
	border: 10px solid #cbcbcb;
}

.clients{
	float:left;
	width:120px;
	height:160px;
	padding: 5px 14px 5px 14px;
	background-color:#fff;
	border: 1px solid #cbcbcb;
	vertical-align:middle;
	text-align:center;
}

.client_title{
	text-align: center;
	vertical-align:bottom;
}

.clients img{
	border:0px;
}

#archives{
	background-image:url(../img/archives_fix.jpg);
	background-repeat:no-repeat;
	border:0px;
	padding:25px;
	width: 332px;
	height:42px;
}


#iframe {
	border:10px solid #9b9b9b;
	width:358px;
	height:260px;
	padding:1px;
	color:#f1a81d;
}

.img{
	float:right;
	border:0px;
	padding:1px;
	margin: 0 0 20px 20px;
	border:10px solid #9b9b9b;
	background-color:#dedede !important;
}

.img2{
	float:right;
	border:0px;
	padding:1px;
	margin: 0px 0px 20px 0px;
	border:10px solid #9b9b9b;
}

.img_home{
	float:left;
	border:0px;
	padding:1px;
	border:10px solid #9b9b9b;
	margin-right:18px;
}

#home_video{
	width:250px;
	margin-top:15px;
	margin-bottom:20px;
}


#footer_line{
	width:100%;
	background-color:#9b9b9b;
	height:90px;
}


#footer_left {
	float:left;
	width:550px;
	background-color:#9b9b9b;
	padding: 10px 0 10px 0;
	font-size:0.8em;
}

#footer_right {
	float:right;
	text-align:right;
	width:250px;
	background-color:#9b9b9b;
	padding-top: 10px;
	font-size:0.8em;
	color:#dedede;
}

a#footer{
	background:url(../img/score-communication_logo.gif) no-repeat 0 0px;
	padding-left:32px;
	display:block;
	line-height:17px;
	float:right;
	height:28px;
	color:#dedede;
}



.attrib{
	display:block;
	font-weight:normal;
	font-style: italic;
	font-size: 1.0em;
	text-align:left;
	padding:0;
	
}

.content_testi {
	margin: 0px 0px 7px 0px;
	padding: 0 ;
}


.quotes {
	position: relative;
	top: 0;
	display:block;
	float:left;
	height:17px;
	width:22px;
	margin-right: 5px;
	margin-top:7px;
	background:url(../img/quote_start.gif) top left no-repeat;
}

.quotes2 {
	display:block;
	float:right;
	height:17px;
	width:22px;
	-margin-right: 10px;
	margin-top:-40px;
	background:url(../img/quote_end.gif) bottom right no-repeat;
}

.img_people {
	border:0;
	padding-top:7px;
	float:left;
	width:90px;
}
.img_links{
	border:0;
	padding:0px;
	float:left;
	width:110px;
}

.people {
	float:left;
	width:400px;
}

textarea{
	border:1px solid #9b9b9b;
	background-color:#f1f1f1;
	width:300px;
}

input{
	border:1px solid #9b9b9b;
	background-color:#f1f1f1;
	width:300px;
	margin-bottom:6px;
}

.submit{
	width:62px;
	height:22px;
	background-image:url(../img/submit.jpg);
}

.submit_search{
	width:62px;
	height:22px;
	background-image:url(../img/search.jpg);
}

.search_input{
	border:1px solid #9b9b9b;
	background-color:#f1f1f1;
	width:180px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
}

.radio{
	float:left;
	padding-right:20px;
	width:100px;
}

.clear{
	clear:both;
}

.clear_30{
	clear:both;
	height:30px;
}

.clear_20{
	clear:both;
	height:20px;
}

.clear_10{
	clear:both;
	height:10px;
}

.clear_line{
	clear:both;
	border-bottom: 1px dotted #f1a81d;
	padding-top:7px;
	margin-bottom:7px;
}