/*UNIVERSAL
========================================================== */
*{
	padding:0;
	margin:0;
}

h3 {
margin-bottom: 2px;
margin-top:3px;
font-size:12px;
}

h2 {
color:#AEAEAE;
margin-bottom: 2px;
}

ul {
margin-bottom: 2px;
}

ol {
margin-left:20px;
}

hr {
  color: #fff; 
  background-color: #fff; 
  border: 1px dotted #bdbdbd; 
  border-style: none none dotted; 
}

html{
	height:100%;
}
form p {
	padding-top:10px;
}

table {
	margin-top:5px;
}

/*CLASS STYLES
========================================================== */
.clear{
	clear:both;
}

.clear_bg{
	clear:both;
	background:#BCBcBC;
}
.article_tag_list{
	background-color:#f8e775;
	border:;
	padding: 0 3px;
}
.fieldWithErrors {
	  padding: 2px;
	  background-color: red;
	  display: table;
}
.grey_bg_text{
	background-color:#a5a5a5;
	color:#fff;
	
}
#content .tags a {
	padding: 0 3px;
	background-color:#f8e775;
	border:1px solid #a5a5a5;
	text-decoration:none;
	color:#000;
	
}
#content .tags a:hover {
  	background-color:#000;
	border:1px solid #a5a5a5;
	color:#fff;
  }
  
.info h3{
	margin-bottom:5px;
}
.info p{
	margin-bottom:20px;
}
.hidden_style{
	list-style:none;
}

.hidden_style_bg{
	list-style:none;
	background-color:#f8e775;
	padding: 0 3px;
	}
	
.hidden_style_float_right{
	list-style:none;
	text-align:right;
}

.grey_bg {
	background-color:#cfd2d3;
	padding: 0 3px;
	}
	
.yellow_bg2{
	background-color:#f8e775;
	padding: 0 3px;
	}	
	
.jobs_list_headings{
	padding-bottom:2px;
	margin-top:10px;
	background-color:#efefef;
	}
	
.tag {
	background-color:#f8e775;
	border:1px solid #a5a5a5;
	}

.float_right{
		float:right;
}	

.float_left {
  float:left;
}

#job_list h3 {
background-color:#E5EEF3;
border: #B2B0B0 1px solid;
padding-left:2px;
margin-top:10px;
line-height:16px;
font-size:14px;
}

.story_alt_h3{
margin:0;
padding:0;
}

.alt_p {
    margin:0;
    padding:0;
}

.green_text {
    color:#069302;
    font-weight:bold;
}

.grey_text {
    color:#8e8e8e;
	font-weight:normal;
	padding:0px;
}

.grey_text_bold {
    color:#8e8e8e;
	font-weight:bold;
}

.large_text {
    font-size:12px;
}

.css1 { font-size: 1em; }
.css2 { font-size: 1.5em; }
.css3 { font-size: 2em; }
.css4 { font-size: 2.5em; }

.list-line-odd{
	background:#E5E5E5; 
	list-style:none;
	line-height:20px;
}

.list-line-even{
	background:#fff;
	list-style:none;
	line-height:20px; 
}

.list-line-odd-company{
	background:#e9e9f5; 
	list-style:none;
	line-height:17px;
}

.list-line-even-company{
	background:#fff;
	list-style:none;
	line-height:17px; 
}

.black_clear {
  background-color:#000;
  clear:both;
}

.admin_text a {
 color:red;
}

.story_author_text {
	color:#069302;
}

.small_text {
	font-size:12px;
}


/*BODY
========================================================== */

body {
	background: #fff url(../images/body_bg.png) repeat-x scroll 0 0;
	color:#000000;
	min-height: 100%; 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
}




/*CONTAINER
========================================================== */

#container {
	width:1020px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}


/*ADMIN
========================================================== */
#admin_stats {
    background: #e5eef3;
    border:1px solid #bfbfbf;
    padding:3px;
    margin-bottom:10px;
 
}

#user_home p {
    margin-bottom:5px;
    margin-top:10px;
}

#user_home h2 {
	line-height:1.5em;
}

/*BRANDING
========================================================== */
#branding {
	float:left;
	width:272px;
	height:84px;
	background-color:#000;
	padding-top:0;
	padding-left:0;
}

#branding a:hover {
 text-decoration:none;
}

#branding h1{
	display:none; 	
}

/*HEADER
========================================================== */
#header {

}

#header a {
	text-decoration:none;
}

#header ul {
	color:#5b5b5b;
}	

#header a:hover {
	color:#f8a51b;
}


/*CONTENT
========================================================== */
#content {
	width: 770px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	line-height: 12px;
	color:#333333;
	margin-top:2px;

	}


/*USER_META
========================================================== */
#user_meta {
	float:right;
	padding-right:;
	color:#565656;
	width:490px;
	margin-top:10px;
	background:#cdcdcd;
	border:1px dashed #7A7A7A;
}

#user_meta a {
color:#200298
}

#user_meta a:hover {
background-color: #200298;
color:#fff;
text-decoration: none;
}

#user_meta li{
    display:inline;
    padding-right:5px;
    padding-top:2px;
}
#user_meta ul {
    margin-top:0px;
    padding-top:4px;
    padding-left:10px;
    font-size:12px;
}


/*BANNER_AD
========================================================== */

#banner_ad {
  float:right;  
  background:#000;
  margin-top:;
  height:94px;
	width:728px;
}


/*NAVIGATION
========================================================== */
#nav {
	background: url(../images/nav.png) no-repeat;
	width:976px;
	height:36px;
	margin: 0;
	padding: 0;
}

#nav li a {
	height:36px;
	display:block;
}

#nav li {
	float: left;
	list-style: none;
	display: inline;
}

#nav .hidden {
	display:none;
}

#nav_home {
	width: 122px;
}

#nav_home a:hover {
	background: url(../images/nav.png) 0 -36px no-repeat;
}

#nav_home a:active {
	background: url(../images/nav.png) 0 -72px no-repeat;
}

#nav_home.selected {
	background: url(../images/nav.png) 0 -36px no-repeat;
}

#nav_articles {
	width: 122px;
}

#nav_articles a:hover {
	background: url(../images/nav.png) -122px -36px no-repeat;
}

#nav_articles a:active {
	background: url(../images/nav.png) -122px -72px no-repeat;
}

#nav_articles.selected {
	background: url(../images/nav.png) -122px -36px no-repeat;
}

#nav_news {
	width: 122px;
}

#nav_news a:hover {
	background: url(../images/nav.png) -244px -36px no-repeat;
}

#nav_news a:active {
	background: url(../images/nav.png) -244px -72px no-repeat;
}

#nav_news.selected {
	background: url(../images/nav.png) -244px -36px no-repeat;
}

#nav_events {
	width: 122px;
}

#nav_events a:hover {
	background: url(../images/nav.png) -366px -36px no-repeat;
}

#nav_events a:active {
	background: url(../images/nav.png) -366px -72px no-repeat;
}

#nav_events.selected {
	background: url(../images/nav.png) -366px -36px no-repeat;
}


#nav_jobs {
	width: 122px;
}

#nav_jobs a:hover {
	background: url(../images/nav.png) -488px -36px no-repeat;
}

#nav_jobs a:active {
	background: url(../images/nav.png) -488px -72px no-repeat;
}

#nav_jobs.selected {
	background: url(../images/nav.png) -488px -36px no-repeat;
}



#nav_wiki {
	width: 122px;
}

#nav_wiki a:hover {
	background: url(../images/nav.png) -610px -36px no-repeat;
}

#nav_wiki a:active {
	background: url(../images/nav.png) -610px -72px no-repeat;
}

#nav_wiki.selected {
	background: url(../images/nav.png) -610px -36px no-repeat;
}

#nav_forums {
	width: 122px;
}

#nav_forums a:hover {
	background: url(../images/nav.png) -732px -36px no-repeat;
}

#nav_forums a:active {
	background: url(../images/nav.png) -732px -72px no-repeat;
}

#nav_forums.selected {
	background: url(../images/nav.png) -732px -36px no-repeat;
}

#nav_company {
	width: 122px;
}

#nav_company a:hover {
	background: url(../images/nav.png) -854px -36px no-repeat;
}

#nav_company a:active {
	background: url(../images/nav.png) -854px -72px no-repeat;
}

#nav_company.selected {
	background: url(../images/nav.png) -854px -36px no-repeat;
}

/*ADVERTS
========================================================== */
#adverts {
    float:right;
    width:200px;
    margin-top:30px;
    margin-right:10px;
}
#adverts img {
    border:0;
    }
#adverts a:hover{
    background-color:#fff;
}

#adverts_heading {
    margin-left:;
    width:180px;
    background:#E5EEF3;
    color:#005a89;
    padding:;
    border-bottom:1px solid #a5a5a5;
}

#adverts_heading p {
    padding-left:5px;

}

#sponsor1 {
    margin-top:20px;
    margin-left:15px;
}

#sponsor2 {
    margin-top:10px;
    margin-left:-14px;
}


/*ERRORS / NOTIFICATIONS
========================================================== */
#notification {
	border: 2px solid #9c9;
	background-color: #cfc;
	padding: 12px 5px 5px 50px;
	margin: 10px 10px;
	width: 600px;
	height: 20px;
	background-image: url(../images/Knob-Valid-Green.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:12px;
	color:#097A1C;

}
#error{
	border: 2px solid;
	background-color: #FFBABA;
	padding: 12px 5px 5px 50px;
	margin: 10px 10px;
	width: 600px;
	height: 20px;
	background-image: url(../images/Knob-Cancel.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-color: #FF0000;
	font-size:12px;
	
}

#errorExplanation {
  width: 400px;
  background-color: #FFBABA;
  border: 1px solid;
  border-color: #FF0000;
  padding: 3px;
  padding-bottom: 12px;
  margin-bottom: 20px;

 
}

#errorExplanation h2 {
  text-align: left;
  font-weight: normal;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -2px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #000000;
  margin-bottom: 0;
  padding: 5px;

}

#errorExplanation ul li {
  font-size: 12px;
  list-style: none;
margin-left:6px;
}



/*ARTICLES
========================================================== */
#articles{
	width:750px;
	}
	

#article_show {
	width:580px;

}

#article_show img {
	border:0;
}

#article_body img a {
	color:#ffffff;
}

#article_show p {
	margin-top:7px;
}

#article_show a {
	color:#000;

}

#article_show a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}
	
#article_list{
	margin-top:10px;
}
	
#article_header {
	margin-top:0px;
	margin-bottom:25px;
	line-height:18px;
	color:#666666;
}

#article_header_content {
	font-size:12px;
	
}


#article_header a {
	text-decoration:none;
}

#article_body {
	line-height:1.357em;
	font-family: Arial, sans-serif;
	font-size: 1.066em;
	color:#666666;
	color:#333333;
}

#article_body p{
	margin-top:0px;
	margin-bottom:20px;
}

#article_body h2 {
	color:#000;
	font-size:1.2em;
	margin-top:10px;
}

#article_body h3 {
	color:#000;
	font-size:1.2em;
	margin-top:10px;
}

#article_body li{
	margin-left:12px;
}

#article_body a {
	color:#200298;
}

#article_body a:hover {
	color:#fff;
	background:#200298;
}

#article_control_buttons {
    padding-top:0px;
	font-size:10px;
	background:#cdcdcd;

}

#article_help_box{
    background:#ffff99;
    width:500px;
    border:2px solid #c6c6c2;
    margin-top:5px;
    padding:3px;
    background-image: url(../images/question.gif);
	  background-repeat: no-repeat;
	  background-position: 10px center;
	  
}

#content #create_article_button a:hover {
	background-color: #fff;
	overflow:hidden;
}

.article {
	padding-top:0px;
	padding-bottom:5px;
}

.article hr {
	margin-top:10px;
}

.article h3 {
	font-size:1.1em;
}

.article p {
	margin-top:5px;
}

#article_form h3 {
	font-size:1.2em;
}

a.top_up {
	background:#fff;
}

#content #article_body_images a:hover {
	background-color:#fff;
	
}

#article_body_images img {
	border:1px solid #9E9E9E;
}

#article_body_images {
	margin-bottom:10px;
}

#articles_intro {
	margin-bottom:10px;
}

#content h1 {
	color:#333333;
	margin-top:0px;
	margin-bottom:2px;
	line-height:1.154em;
	font-size:1.666em;
	font-family: Georgia, sans-serif;
}

/*TAGS
========================================================== */
#tag_cloud{
    background:#E5EEF3;
    width:736px;
    border:1px solid #a5a5a5;
    padding:7px;
    margin-left:0px;
	line-height:40px;
}
#taglist{
	margin-top:20px;
}
#tag_cloud a {
	color:#200298;
	margin-top: 5px;
	padding:3px;
	background-color:#f8e775;
	border:1px solid #a5a5a5;
	text-decoration:none;
}
#tag_cloud a:hover{
	color:#fff;
  background-color:#200298;
  text-decoration:none;
}

#tag_show a:hover{
  color:#fff;
  background:#000;
  text-decoration:none;
}
#tag_header {
  margin-left:0px;
  margin-top:20px;
}

/*STORIES
========================================================== */
#stories {
	width:750px;
	}
	
#stories a:hover {
	color:#fff;
	background-color:#200298;
	text-decoration:none;
}	

#stories a {
	color:#200298
}


#stories_list {
	width:275px;
	float:right;
	margin-right:75px;
	margin-top:10px;
}

#stories_list h3, #area_features h3 {
	font-size:1.3em;
	line-height:1.2em;
	margin-top:8px;
	margin-bottom:0;
	padding-bottom:0;
	
}

#stories_list li {
	margin-top:3px;
	
}

#news_article p{
	margin-top:5px;
}

#news_article {
	width:600px;
	margin-top:10px;
}

.document_title {
	color:#333333;
	margin-top:7px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.666em;
	font-family: Georgia, sans-serif;
}

.smaller_document_title {
	color:#333333;
	margin-top:7px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.396em;
	font-family: Georgia, sans-serif;
}

.smaller_document_title_grey {
	color:#8e8e8e;
	margin-top:7px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.396em;
	font-family: Georgia, sans-serif;
}
}

#news_article h3 {
	color:#000;
	margin-top:7px;
	margin-bottom:0px;
	font-size:1.2em;
}

#news_article a {
	color:#200286;
}

#news_article a:hover {
	color:#fff;
	background:#200286;
	text-decoration:none;
}

#news_article_body {
	margin-top:5px;
	line-height:1.357em;
	font-size:1.066em;
	color:#333333;
}

#news_article_body p {
	margin-top:7px;
	margin-bottom:20px;
}

#news_article .admin {
	background:#cdcdcd;
	font-size:12px;
	font-weight:normal;
}


#news_article ul {
	list-style-type:none;
}

#story_img {
	float:right;
	padding:0px;
	width:219px;
	height:146px;
	margin-left:2px;
	border:1px solid #666;
}
	
#stories_list ul {
	padding-bottom:20px;
	width:275px;
	}
 
#stories_list ul li{
    padding:0;
} 

#stories_header {
    color: #949494;
margin-bottom:30px;
}

#main_story{
    border:1px solid #a5a5a5;
    padding:5px;
    width:219px;
    height:auto;
    margin-left:17px;
}

#main_story h2 {
	margin-bottom:5px;
	line-height:20px;
}

#main_story_heading{
    margin-left:20px;
    width:231px;
    background:#E5EEF3;
    color:#005a89;
    padding:;
}

#main_story_heading p {
    padding-left:5px;
}

#story_list_heading{
    margin-top:20px;
    width:275px;
    background:#E5EEF3;
    color:#005a89;
    padding-left:5px;
    border-bottom:1px solid #a5a5a5;
}

#currency_widget {
    width:300px;
    margin-top:10px;
    margin-left:27px;
    float:;
}

#oil_widget{
    width:200px;
    margin-left:5px;
}
#left_col{
    float: left;
    width:300px;
	margin-bottom:30px;
}

#box_advert {
	width:300px;
  	margin-left:0px;
}

#box_advert a:hover {
	background-color:#fff;
}

#story_img_feature {
	border:;
}

/*-----AREA FEATURES--------*/

#area_features{

    font-size:1em;
    padding:5px;
    width:212px;
    margin-left:20px;    
	margin-bottom:20px;
}

#area_features ul {
    list-style:none;
}

#area_features ul li {
    float:;
    padding-right:20px;
}

#story_feature {
    width:200px;
	border:1px solid #a5a5a5;
	margin-bottom:10px;
	padding:4px;
}

#header_feature {
    margin-left:20px;
    width:231px;
    background:#E5EEF3;
    color:#005a89;
    padding:;
}
#header_feature p {
    padding-left:5px;
}

#story_search_results h3{
    margin-top:10px;
    padding-bottom:0;
}

#story_search_results ul{
    margin-bottom:10px;
}

#new_story_button {
	margin-top:10px;
}

#content #new_story_button a:hover {
	background-color:#fff;
}

/*JOBS
========================================================== */
#jobs {
	width:750px;
	}
	
#jobs a {
  color: #000;
	text-decoration: underline;	
}	

#jobs a:hover {
  color: #fff;
	text-decoration: none;	
	background:#000;
}	

#jobs_show{
	width:700px;
	line-height:19px;
}
	
#jobs_show .job {
	margin-top:5px;
	margin-bottom:10px;
}	
	
#jobs_show a{
  color: #200298;
  text-decoration: underline;	
}	

#jobs_show a:hover{
  color: #fff;
	text-decoration: none;	
	background:#200298;
}

#jobs_show li{
	margin-left:30px;
	}
	
#jobs_show h3 {
	color:#4B4B4B;
	font-size:1.2em;
}	
	
#job_search {
    width:650px;
}			
#job_help_box{
    background:#ffff99;
    width:500px;
    border:2px solid #c6c6c2;
    margin-top:5px;
    padding:3px;
    background-image: url(../images/question.gif);
	  background-repeat: no-repeat;
	  background-position: 10px center;
	  }
	  
#create_job_button a:hover {
  background:white;
}

#job_list a {
	color:#200298;
	font-weight:bold;
	margin-top:10px;
}
#job_list a:hover {
	background-color:#200298;
	text-decoration:none;
}

.jobs_title {
	color:green;
	margin-top:10px;
}

#job_list tr {
	margin-top:3px;
	border-spacing: 0px 0px;
}

#job_list table {
	
}

#job_form h3 {
	font-size:1.3em;
}

.job_posted_at {
	font-size:12px;
	color:#666;
}

.job_list_admin_text {
	font-size:10px;
	font-weight:normal;
	background:#cdcdcd;
}

#job_list td {
	border-spacing: 0px 0px;
	border-collapse: separate;
	padding:0px;
	margin:0;
	border:0;
}

#jobs_intro {
	margin-bottom:20px;
}

#content #create_job_button a:hover {
	background-color:#fff;
	
}

#job_list{
	margin-top:50px;
}

#content #categories {
	font-size:1.1em;
}

#content #new_job_category_button a:hover {
	background-color:#fff;
}

#new_job_category_button {
margin-top:10px;
margin-bottom:10px;
}

.job_heading {
	color:#333333;
	margin-top:7px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.25em;
}

#job_body {
	margin-top:20px;
}

#jobs_rss {
	width:150px;
	float:right;
}

#job_form {

}

#job_form input {
	height:20px;
	width:230px;
	margin-right:50px;
}

#job_form #collection_select {
	text-align:center;
}

#job_form td {
	text-align:right;
}

#job_form tr {
	padding-bottom:4px;
}

 #job_form .job_form_text_area {
	height:140px;
}

/*LINKS
========================================================== */
#content a {
	color:#200298;
	text-decoration: underline;	
}

#content a:hover {
	color:#fff;
	background-color:#200298;
	text-decoration: none;	
		
}

img a {
	text-decoration:none;
}

/*FOOTER
========================================================== */
#footer {
	background:#cfd2d3;
	width:100%;
	position:absolute;
	bottom:0;
	margin-top:;
	height:44px;
	font-size:12px;
	border-top:1px solid #a2a2a2;
	
}

#footer img {
	margin-left:0px;
	padding-top:0px;
}

ul#footer_links {
	padding-top:16px;
	margin-left:50px;
}
ul#footer_links a {
	color:#200298;
}

ul#footer_links a:hover{
  background:#200298;
  color:#fff;
  text-decoration:none;
}

ul#footer_links li{
	display:inline;
}

div#footer_content {
	width:480px;
	margin-right:auto;
	margin-left:auto;
	background:url(../images/footer-logo.png) no-repeat 0px 6px;
	height:40px;
}

/*INFO
========================================================== */
#terms_of_service ul li{
    padding:;
    margin-left:50px;
    list-style:none;
}

#terms_of_service ul{
    margin-top:0;
}

#terms_of_service p {
    margin-bottom:10px;
}

#terms_of_service {
	line-height:16px;
	margin-top:10px;
}

/*HOME
========================================================== */
#home_page {
	
}


#hub_features {
  list-style:none;
  float:left;
  width:700px;
}

#hub_features a {
	color:#200298;
	font-weight:bold;

}

#hub_features a:hover {
	text-decoration:none;
	color:#fff;
	background:#200298;
}

#hub_features h3 {
  margin-bottom:;
  padding-bottom:3px;
}

#hub_features li {
  padding:5px;
  line-height:12px;
  width:200px;
  clear:both;
  float:left;
  margin: 5px 5px 5px 0;
  height:70px;
	border: 1px solid #cdcdcd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}


#hub_features li.omega {
  clear:none;
  padding:5px;

}

#feat_news {
  background:;
}


h3.features {
	font: 16px Helvetica, "Trebuchet MS", Verdana, sans-serif;
}


#home_latest_articles_box {
  width:600px;
  height:;
}

.home_articles_box {
  width:350px;
}

#home_latest_news_box {
  width:400px;
  border-radius:6px;
  -moz-border-radius:6px; 
  float:left;
  background:#F0F0F0;
  padding:5px;
  height:;
margin-top:10px;
}

#home_latest_news_box h2 {
	margin-top:15px;
	margin-bottom:10px;
	line-height:20px;
}

#home_latest_news_box a {
	color:#200298;	
}

#home_latest_news_box a:hover {
	color:#fff;
	background:#200298;
	text-decoration:none;	
}

h3.home_latest_news {
	font: 18px Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

#home_latest_jobs_box p {
  background:#f8f891;
  line-height:16px
}

#home_latest_jobs_box {
	margin-bottom:20px;
}

#home_latest_jobs_box a {
	color:#200298;
	font-weight:bold;
}

#home_latest_jobs_box a:hover {
	color:#fff;
	text-decoration:none;
	background:#200298;
}

#home_text_img {
  margin-top:20px;
  margin-left:25px;
  margin-bottom:20px;
}

#home_signup {
	margin-left:100px;
	margin-top:30px;
	margin-bottom:30px;
}

#home_signup a:hover{
	text-decoration:none;
	background-color:white;
}
/*SEARCH
========================================================== */
#search_form{
	margin-top:20px;
	width:370px;
	margin-bottom:16px;	
}

#search_form #articles_search_input {
	width:220px;
	height:16px;
}


/*PAGINATION
========================================================== */
.pagination {
  text-align: left;
  padding: .3em; 
  font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
  }
  
.pagination a, .pagination span {
    padding: .2em .5em; 
    }
    
.pagination span.disabled {
    color: #AAA; 
    }
    
.pagination span.current {
    font-weight: normal;
    color: #000000; 
    }
    
.pagination a {
    border: 1px solid #DDDDDD;
    color: #000000;
    text-decoration: none; 
    }
    
.pagination a:hover, .pagination a:focus {
      border-color: #003366;
      background: #0063DC;
      color: white; 
      }
      
.pagination .page_info {
    color: #aaa;
    padding-top: .8em; 
    }
    
.pagination .prev_page, .pagination .next_page {
    border-width: 1px; 
    }
    
.pagination .prev_page {
    margin-right: 1em; 
    }
    
.pagination .next_page {
    margin-left: 1em; 
    }

/*SUBSCRIBE FORM
========================================================== */
#subscribe_form {
    
   
    padding:10px 10px 10px 40px;
    background:#dadada;
    width:198px;
    margin-left:27px;
    height:150px;
    float:right;
}
span.label,span.spacer,span.multiple span {
    width:100px;
    float:left;
} 

span.multiple {
    float:left;
} 

span.button {
padding-left:120px;
} 

div.clear {
clear:both;padding-top:5px;
} 

#para_subscribe_form {
  margin-bottom:15px;
}

/*RSS
========================================================== */
.document_rss{
  float:right;
  margin-top:10px;
  margin-right:10px;
}

/*EVENTS
========================================================== */
#event{
  margin-top:15px;

}

.event_admin_text {
	background:#cdcdcd;
	font-size:11px;
	font-weight:normal;
}

#show_event li{
  margin-left: 20px;
  font-size:1.2em;
}

#show_event h2 {
	color:#000;
	line-height:18px;
}

#show_event p {
	margin-top:4px;
}

#show_event {
	line-height:14px;
}

#event a {
  color:#200298;
}

#event a:hover{
  color:#fff;
  background-color:#200298;
	text-decoration:none;
}

#map {
	margin-top:10px;
}

#event_description {
	margin-top:7px;
}

#events_index {
	line-height:14px;
}

#events_intro {
	margin-bottom:20px;
}

#content #new_event_button a:hover {
	background-color:#fff;
}

/*USERS
========================================================== */
#users_table {
	width:700px;
}

#users_table td, th {
	text-align:left;
}


/*COMPANIES
========================================================== */
#company_show {
	line-height:16px;
}

 p.yellow_box_border {
  background:#f8f891;
  line-height:16px;
  border:1px dashed #cdcdcd;
  margin-top:10px;
}

#company_index li {
	padding-top:5px;
}


#company_show a:hover{
	text-decoration:none;
}

#company_meta {
	width:600px;
	border:;
	border-radius:5px;
  -moz-border-radius:5px;
	padding:3px;
	padding-bottom:10px;
	line-height:18px;
}

#company_meta h2 {
	padding:0;
}

#company_meta p {
	margin:top:2px;
}

.formh2 {
	margin-top:10px;
}

#company_body p {
	margin-bottom:10px;
}

#company_body {
	width:600px;
	margin-top:20px;
}

#image_rack {
	margin-top:20px;
}

#content #image_rack a:hover {
	background-color:#fff;
}

#image_rack img {
	border:1px solid #545454;
}

.company_list li {
	background: url(../images/accept.png) no-repeat 0 7px;
	padding-left:20px;
	padding-top:10px;
}
.company_list {
	list-style-type:none;
	padding-top:none;
}
.company_heading {
	padding:none;
	margin-top:10px;
	margin-bottom:0;
}

#company_list_accreditations{
	float:right;
	margin-right:25px;
	width:370px;
}

#company_list_services {
	width:345px;
	float:left;
	margin-left:;
}

#company_search_form {
	margin-left:0px;
	margin-top:10px;
}

#company_listing_container {
	margin-top:10px;
}

#new_company_button {
	margin-top:10px;
}

#content #new_company_button a:hover {
	background-color:#fff;
}

.directory_heading {
	color:#333333;
	margin-top:7px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.366em;
	font-family: Georgia, sans-serif;

}

.directory_heading_highlight {
	color:#333333;
	margin-top:7px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.366em;
	font-family: Georgia, sans-serif;
	background:#F7DE00;
	border: 1px solid #999;
	padding:2px;
}

#inspection_companies {
	
}

#all_companies_list {
	margin-top:16px;
}

input#search_by_company_name {
	width:220px;
	height:16px;
}

.company_meta_heading {
	background:#E6E6E6;
	border-bottom:1px solid #6F6F6F;
	padding:1px;
}

.sector_button {
	background:#E6E6E6;
	border-bottom:1px solid #6F6F6F;
	border-right:1px solid #6F6F6F;	
	padding:1px;
	color:#333333;
	margin-top:7px;
	margin-left:30px;
	margin-bottom:4px;
	line-height:1.154em;
	font-size:1.266em;
	font-family: Georgia, sans-serif;
}

#company_logo_bluff {
	height:80px;
	background:#DDD;
	border: 1px solid #cdcdcd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#logo_bluff_content {
	width:200px;
	margin-right:auto;
	margin-left:auto;
	font-size:0.9em;
	color:#A5A5A5;
	text-align:center;
	margin-top:22px;
}

#company_video {
	margin-top:20px;
}

#company_map {
	margin-top:20px;
}

#company_form input {
	width:;
	height:;
}

#company_form textarea {
	width:400px;
	height:200px;
}

.company_form_list li {
	padding-top:6px;
	list-style:none;
}

.company_form_list {
	margin-bottom:20px;
}

ul#companies_search_results_list {
	margin-top:20px;
}

div#company_search_form {
	margin-bottom:20px;
}

p#companies_search_back_button {
	margin-top:20px;
}

/*ACCREDITATIONS
========================================================== */
#content #new_accreditation_button a:hover {
	background-color:#fff;
}

#new_accreditation_button {
	margin-top:10px;
}

/*SERVICES
========================================================== */
#content #new_service_button a:hover {
	background-color:#fff;
}

#new_service_button {
	margin-top:10px;
}

/*SECTORS
========================================================== */
#content #new_sector_button a:hover {
	background-color:#fff;
}

#new_sector_button {
	margin-top:10px;
}

/*ABOUT
========================================================== */
div.info {
	margin-top:10px;
	line-height:14px;
}




div.info input#name {
	height:18px;
	width:200px;
	margin-left:6px;
	margin-top:4px;
}

div.info input#olutyd-olutyd {
	height:18px;
	width:200px;
	margin-left:8px;
	margin-top:4px;
}

div.info input#newsletter_submit_button {
	margin-top:8px;
	margin-left:36px;
}





