/*
 * File: global.css
 * Created: 09-04-14 by CA
 * SiteID:
*/

@import "global.css";

/* - - - HTML - - - */

body 
{
	background-image: none;
	background-color: #fff;
	overflow:auto;	
	margin: 0;
	padding: 0;
}


body, select, input, textarea, table, p, ul li, ol li 
{
	font-family: arial, verdana, helvetica, sans-serif;
	color: #272727;
	font-size: 90%;
	text-align: left;
}


/* - - - LAYOUT - - - */

#wrapper
{
	width: 980px;
	height: auto;
	margin: 25px auto 0;	
}

#header 
{
	background-image: none;	
	width: 970px;	
	height: 474px;	
}

#logo
{
	float: left;
	display: inline;
	margin: 0;
	font-size: 80%;
}

#main 
{
	background-image: none;	
	float: left;
}

#left_content
{
	width: 228px;
	float: left;
	display: none;
	margin: 0px;
}

#left_content_edit
{
	width: 180px;
	float: left;
	display: inline;
	margin: 10px 0 20px 30px;
}

#main_content
{
	width: 500px;
	float: left;
	display: inline;
	margin: -350px 20px 20px 1px;
	text-align: left;
}

#main_img
{
	display: none;
}

#main_img p
{
	margin: 0;
}

#right_content
{
	display: none;
}

#right_content_edit
{
	margin: 20px 0px 20px 0px;
}

#footer
{
	background-image: none;	
/*	width: 969px; */
	height: 60px;	
	float: left;
	display: inline;
}

#footer p
{
	font-size: 70%;
	color: #666;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;	
}

/* - - - CLASSES - - - */
.clear 
{
	clear: both;
	font-weight: 0.01em;
	line-height: 0.01em;
	border-style: none;
}

.header_links
{
	float: right;
	display: none;
	margin-left: 5px;
}

.subdiv_header
{
	float: left; 
	display: inline;
	margin: 5px 0 0 15px;
	width: 100%;
}

.subdiv_header p
{
	color: #fff;
	font-weight: bold;
	margin: 0;
}

.subdiv_bottom
{
	background-image: url(../images/subdiv_end.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 181px;
	height: 10px;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
}
/* - - - NAVIGATION - - - */

#nav
{
	display: none;
}

/* - - - SUB-NAVIGATION - - - */

#subnav,
#subnav ul
{	
	display: none;
}

/* - - - end NAVIGATION - - - */

/* - - - MODULES - - - */

#news
{
	
}

#search
{
	display: none;
}

/* --- #breadcrumbs --- */
#breadcrumbs 
{
	float: left;
	display: inline;
	width: 100%; 
	margin: 10px 5px 0 0px;
}

#breadcrumbs ul
{
  margin: 2px 0 0;
  padding: 0;
  display: block;
}

#breadcrumbs ul li
{	
	display: inline;
	float: left;
	text-align: left;
    list-style: none;
    margin: 0em 0 1px 0;
    padding: 0pt 3px;	
}

#breadcrumbs a,
#breadcrumbs ul li
{
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cbe1eb;
}
/* --- end --- */

#travelplanner 
{
	background-image: url(../images/travelplan_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	width: 182px;
	height: 221px;		
}
