/*-----------------------------*/
/* incy247.com
/* Profestional Theme
/* Design by Alex Wilkinson
/* alex-wilkinson@blueyonder.co.uk
/*-----------------------------*/

/*-----------------------------*/
/* Master Page Values
/*-----------------------------*/

body {
  background:#DDAA7B;
  margin: 10px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #202020;
  font-size:16px;
}

* {
	padding: 0px;
	margin: 0px;
} 

IMG {
	border: none;
		margin:5px;
}

a {
	color: #1A4BA5;	
	text-decoration:underline;	
}

A:hover {
  text-decoration: underline;
  color: #800080;
}

A:visited {
  text-decoration: underline;
  color: #800080;
}

A:active {
  text-decoration: underline;
  color: #FF0000;
}

.float_left {
  float:left;
}

.float_right {
  float:right;
}

.clear_float {
  clear:both;	
}

.text_area {
width: 99%;
}

.center {
text-align:center;
}

/*-----------------------------*/
/* Master Table
/*-----------------------------*/ 

#master_table {
  width:900px;
  height:100%;
  padding:5px;
	background:#FFFFFF;
	margin: auto;

}
	
.horizonal_spacer {
	height: 5px;
	width:100%;
	font-size: 5px;
	background:#FFFFFF;
}


/*-----------------------------*/
/* Header
/*-----------------------------*/

#layout_header {    
	width:100%;
	height:125px;
	background: #FBF7F0 url(website_images/styleOrange/header_bg.png) repeat-x;
}

#logo {
	width: 100%;
	height:125px;
	float:right;
	font-family: sans-serif;
}

#logo .logo_image {
  display: block; 
  width: 500px;
	height:125px;
	float:right;
	background:url(website_images/styleOrange/logo.png) no-repeat top right;
}

#logo .logo_title {
	font-size:60px;
	font-style:italic;
	margin: 30px 40px 0px 0px;  
	text-align: right;
	font-weight:bold;
	text-decoration:underline;
  z-index:-1; 
  position:absolute;	
}

#logo .logo_subtitle {
	text-align: right;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	margin:0px 50px 0px 0px; 
	z-index:-1; 
  position:absolute;
}

/*-----------------------------*/
/* Top Menu
/*-----------------------------*/

#layout_menu {
	width:100%;
	height:30px;
	background:url(website_images/styleOrange/menu_background.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#search {
  float:left;
  line-height:28px;
  padding: 0px 0px 0px 5px;
}

#search_box {
  float:left;
}

#advanced_search a {
  height:100%;
  margin: 0px 0px 0px 5px; 
  line-height:30px;
  font-size:12px;
  float:left;
  text-align:center;
  color:#FFFFFF;

}

#layout_menu ul {
	margin:0;
	padding:0;
  font-style:italic;		
}

#layout_menu li {
	list-style:none;
	border-left:1px solid #FFFFFF;
  float:right;
}

#layout_menu li a {
	color:#FFFFFF;
	float:left;
	height: 20px;
	padding:5px 20px;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

#layout_menu li a:hover {
	background:url(website_images/styleOrange/menu_background_hover.png);
}

/*-----------------------------*/
/* Sidebar
/*-----------------------------*/

#layout_sidebar {
  font-size:14px; 
	width:195px;
	height:100%;
	background:#FCF2E0;
	float:left;

}
	
#layout_sidebar .title {
	margin: 5px 10px 5px 10px;
	font-size:14px;
	text-align:center;
	border-bottom:2px solid #000;
	font-weight:bold; 
}
	
#layout_sidebar ul {
	margin:0px 10px 0px 40px; 
  padding:0;
}

#layout_sidebar li {
	list-style-type:square;
}

#layout_sidebar li a {
	text-decoration:underline;
  letter-spacing:1px;
}

#layout_sidebar li a:hover {
	text-decoration:underline; 
}

/*-----------------------------*/
/* Login & member Block
/*-----------------------------*/

#login_block {
}

#login_form  {
  margin:5px 0px 5px 0px;
  text-align:center;
}

#login_controlls {
  margin:5px 0px 5px 0px;
  text-align:center;
}

#login_block .register {
  font-size:14px; 
  text-align:center;
  margin:5px 0px 5px 0px;
  text-decoration: underline;
}

#invalid_login {
  margin:5px 0px 5px 0px;
  text-align:center;
  color:#CC0000;
}

#member_block {
  margin:5px 0px 0px 0px;
  text-align:center;

}


/*-----------------------------*/
/* Main Content
/*-----------------------------*/

#main_container {
	color: #202020;
  width:900px;
  height:auto;
		background:#FCF2E0;

}

#layout_main_content {
	width:700px;
  height:100%;
	background: #FBF7F0;
	float:right;
		border-left:5px solid #FFFFFF;
}



#include_area {
	margin: 5px 10px 10px 10px;
	 padding:0px 0px 0px 0px;
	 	background: #FBF7F0;
   height:100%;
   min-height:500px;
}
	
#include_area h1 {
	font-size:22px;
	font-weight: normal;
	margin:0px 0px 5px 0px;
	border-bottom: 1px dotted ;
}

#include_area h2 {
	font-size:18px;
	font-weight:normal;
	margin:5px 0 5px 0;
	text-decoration: underline;
}

#include_area ol, ul {
	padding:0;
	margin:8px 0;
}

#include_area li {
	margin-left:40px;
}


/*-----------------------------*/
/* Content Specific Items
/*-----------------------------*/

#include_area .advanced_search  {
    font-size:12px;
    height:35px;
    width:auto;
    background:#E6E6E6;
    border-style:dotted;
    border-width:1px;
    margin:0px 0px 10px 0px;
    line-height:25px;
}

#include_area .advanced_search P {
    text-align:center;
    margin:5px 5px 5px 5px;    
}

#search_results { 
    height:50px;
    line-height:20px;
    padding:5px 10px 5px 10px;
    margin:10px 0px 10px 0px;
    background:#FBF7F0;
    display:block;
}

#include_area .search_no_results { 
    height:30px;
    line-height:30px;
    padding:5px 10px 5px 10px;
    background:#DCE8F1;

}
    
#search_results:hover {
    background:#FFFFFF;
} 

#error {
  color:#CC0000;
  width:auto;
  background:#E6E6E6;
  border-style:dotted;
  border-width:1px;
  margin:0px 0px 5px 0px;
  padding:0px 0px 0px 10px;
}

#error P {
  margin:0px 5px 0px 0px;
  height:40px;
  line-height:40px;
  font-size:16px; 
}

#include_area .box {
  margin: 10px 0px 10px 0px;  
  background:#FCF2E0;
  border: 1px dotted ;  
}

#include_area .box_title {
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
  height:25px;
  text-decoration:underline;
	background:url(website_images/styleOrange/menu_background.png) repeat-x;
}

#include_area .box_content {
margin: 10px 10px 10px 10px;     
}

#include_area .box_content P {
  margin:5px 0px 0px 0px;
} 

#include_area .box_footer {
  text-align:center;
  height:20px;
  font-size:14px;
 	background:#E6E6E6;
}

#include_area .left_box_footer {
  width:140px;
  float:left;
}

#include_area .center_box_footer {
  width:400px;
  float:left;
}

#include_area .right_box_footer {
  width:140px
  float:right;
}

#include_area .box_admin {
  font-size:14px;
  text-align:center;
  background:#E6E6E6;     
}

#include_area .news_icon {
  float:left;
  width:100px;
  padding:0px 10px 10px 0px;   	
} 

#include_area .news_article {
  float:right;
  width:530px;
  display:block;
}

#include_area .pagination  {
    font-size:14px;
    height:100%;
    width:auto;
    background:#E6E6E6;
    border-style:dotted;
    border-width:1px;
    padding:5px 5px 5px 5px;
    text-align:center;
}

/*-----------------------------*/
/* Footer
/*-----------------------------*/

#link_bar {
  width: 100%;
  height: 40px;
  background: #FBF7F0;
  text-align: center;  
}

#link_bar IMG {
  margin: 5px 5px 5px 5px;
  float: right;
  width:88px; 
  height:31px;
}

#layout_footer {
	width: 100%;
	height: 30px;
	background: #FBF7F0 url(website_images/styleOrange/menu_background.png) repeat-x;
	color:#FFFFFF;
	line-height:30px; 
  	font-weight:bold; 
}

#layout_footer .left {
  width:300px;
  float:left;
}

#layout_footer .left P {	
  font-size: 12px;
  margin:0px 0px 0px 10px;
  text-align:left;
}
	
#layout_footer .copyright {
	width:300px;
 	float:left;
 
}

#layout_footer .copyright P {

	font-size: 12px;
	text-align:center;
}
	
#layout_footer .right {
font-size: 12px;
width:300px;
float:right;
text-align:right;
 
}

#layout_footer .right_div {	
  margin:0px 10px 0px 0px;
  font-size: 12px;
  text-align:right;
  padding:0px 10px 0px 0px;
}
