/* Start of CMSMS style sheet 'travelportal' */
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

table {
   border-collapse: collapse;
   empty-cells: hide;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(uploads/pf/images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(uploads/pf/images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(uploads/pf/images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(uploads/pf/images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 49%;
}

.col-two {
	float: right;
	width: 49%;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(uploads/pf/images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/*  Header */

#headerwithbkg
{ 
position: relative;
height: 220px;
background-image: url(uploads/pf/images/img08.jpg);
background-repeat: no-repeat;
background-position: top left;
color: #FFFFFF; /* light grey was #9C9C9C, orange was #FF9523 */
   border-bottom: 1px dotted #000;
}

#sidebardownzone {
   background: url(uploads/pf/images/img06.gif) repeat-x;
   padding: 20px;
}

/* position for the login/logout link */
#login {
   float: right;
   text-align: right;
   padding: 0.6em 0 0 0;
   font-size: 90%;
   margin: 0 1em; 
}

#breadcrumbs {
   float: left;
   text-align: left;
   margin: 0 1em;      /* css shorthand rule will be opened to be "0 1em 0 1em" */
   padding-top: 190px;
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }

/* position for the search box */
#search {
   float: right;
   clear: right;
   text-align: right;
   padding-top: 160px;
   margin: 0 1em;
   width: 250px;
   font-size: 85%;
}

/* Title header text */
#headertitle {
  position: absolute;
  text-align: left;
  top: 60px;
  padding-left: 0em;
  margin: 0 1em;
}

#headertitle h1, #headertitle h2 {
  margin: 0;
  text-align: left;
  font-weight: normal;
  font-style: italic;
  color: #FFFFFF;  /*  light grey was: #9C9C9C, orange was #FF9523  */
}

/* padding: padding-top padding-right padding-bottom padding-left */

#headertitle h1 {
	font-size: 24px;
}

#headertitle h2 {
	font-size: 14px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(uploads/pf/images/img02.gif) repeat-y right top;
}

#logo h1, #logo h2 {
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

/* padding: padding-top padding-right padding-bottom padding-left */

#logo h1 {
	padding: 220px 0 0 0;
	background: url(uploads/pf/images/logo.png) no-repeat center center;
	font-size: 16px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu-original */

#menu {
	padding: 20px;
	background: #85C329 url(uploads/pf/images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(uploads/pf/images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

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

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}


#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(uploads/pf/images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(uploads/pf/images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}
/* End of 'travelportal' */

