/*  */
/* General styles */
body {
    border:0;	/* This removes the border around the viewport in old versions of IE */
    width:1024px;
    background:#ffffff;
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:blue;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

ul li ul li {
	padding-top: 4px;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	border: solid 1px #fff;
}

/* Header styles */
#header {
	border-bottom:1px solid #000;
	background-color: #fff;
}
#header  p, #header  h2   {
    padding:.4em 15px 0 15px;
    margin:0;
}
#logo {
	background: #FFFFFF url(../images/company_name_03.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	margin-bottom:5px;
	text-indent: -5000px;
	height: 30px;
	width: 185px;
	overflow: hidden;
	
}

#slogan {
	background: #FFFFFF url(../images/slogan_02.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-right:200px;
	
	height: 38px;
	width: 232px;
	overflow: hidden;
	
}
#banner {
	background: #FFFFFF url(../images/pauline_lomas_banner_02.jpg);
	background-repeat:no-repeat;
	margin-left:-7px;
	text-indent: -5000px;
	height: 485px;
	width: 1024px;
	overflow: hidden;
	
}


#subbanner {
	background: #FFFFFF url(../images/pauline_lomas_sub_banner_01a.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:-7px;
	text-indent: -5000px;
	height: 235px;
	width: 1024px;
	overflow: hidden;
	
}


#subbanner2 {
	background: #FFFFFF url(../images/pauline_lomas_sub_banner_04.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-left:-7px;
	text-indent: -5000px;
	height: 326px;
	width: 1024px;
	overflow: hidden;
	
}

#subbanner3 {
	background: #FFFFFF url(../images/about_pauline_banner.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-left:-7px;
	text-indent: -5000px;
	height: 326px;
	width: 1024px;
	overflow: hidden;
	
}

#subbanner4 {
	background: #FFFFFF url(../images/links_banner_v01.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-left:-7px;
	text-indent: -5000px;
	height: 326px;
	width: 1024px;
	overflow: hidden;
	
}

/* 'widths' sub menu */
#breadcrumb {
	clear:both;
	background: #49526a;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align: left;
	font-size: 80%;
}

#resetLeftRight {
	clear:both;
	
}

#breadcrumb a {
	text-decoration: underline;
}

/* column container */
#contentWrapper {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background: white;
	top:-10px;
}
/* 2 column left menu settings */
#contentWrapper #colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:white;
}
#contentWrapper #content {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
	background:#ddd;
}
#contentWrapper #mainContent {
	margin:20px 200px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
	zoom: 1;
}

#contentWrapper #mainContent a {
	color: #666;
	font-weight: bold;
}

#contentWrapper #mainContent a:hover {
	text-decoration: underline;
}

#mainContent #subNav li {
	display: block;
	float: left;
	padding: 5px 15px;
	text-align: center;
}

#mainContent #subContent {
	float:left;
}

#mainContent h2 {
	margin: 10px 15px;
}

#mainContent h3 {
	margin: 5px 0px 10px 0px;
}

#mainContent h4 {
	margin: 0px;
}

#mainContent p {
	margin: 5px 0px 5px 15px;
}

#pageLabel{
	font-family: verdana;
	font-size: 4em;
	text-align: center;
	margin: 15px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.floatLeft {
	float: left;
	
}

.floatRight {
	float: right;
	
		
	
}
.padding {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	text-align: center;
}


#mainContent #thirdContent {
	float: left;
	margin-top: 15px;
	width: 100%;
}

#thirdContent table {
	margin: 15px;
	width: 98%;
}
#mainContent #thirdContent th, #thirdContent td {
	text-align: left;
	width: 33%;
}
#mainContent  #thirdContent th {
	text-transform: uppercase;
	text-decoration: underline;
}

 ul {
	list-style: none;
}

#index  {
	margin: 5px auto;
	height: 450px;
	width: 800px;
}
#splash {
	height: 450px;
	background: url(../images/splashPage.jpg);
}

#splash ul {
	text-align: center;
	padding-top: 300px;
}
#index p {
	display: block;
	margin: 5px auto 0px;
}	


#splash ul li {
	display: inline;
}

#splash ul li {
	padding: 0 2em;
}

#imageLayout li {
	float: left;
	margin: 0 15px;
}

#imageLayout a {
	display: block;
	border-bottom: solid 1px #000;
}

#imageLayout img {
	display: block;
	border: solid #000;
	margin: 10px;
	padding: 5px 5px 15px 5px;
	background-color: #fff;
	border-width: 1px 3px 3px 1px;	
}

#imageLayout span {
	display: block;
	text-align: center;
}

.thumbnail{
	border: solid #000;
	margin: 10px;
	padding: 1px 1px 1px 1px;
	background-color: #fff;
	border-width: 1px 3px 3px 1px;
	float: left;
	}

#contentWrapper #mainNav {
    float:left;
	top:0px;
	
    width:170px;
    position:relative;
    right:185px;
}

#mainNav ul {
	margin: 0px -15px;
	padding: 0px 0px;
	background-color:white;
	font-size:20px;
	text-align:center;
	
}

#mainNav li {
	padding: 2px 15px;
	
}
#mainNav  a:hover{
	color:green;
	font-weight: bolder;
	text-decoration:underline;
}

#mainNav ul li ul {
	padding: 0;
	margin: 0;
}

#specialNav ul {
	
	background-color:white;
}

#specialNav li {
	padding: 0px 15px 5px 15px;
	
}
#specialNav  a:hover{
	color:green;
	font-weight: bolder;
	text-decoration:underline;
}

#specialNav ul li ul {
	padding: 0;
	margin: 0;
}

a.selected {
	color: orange;
	font-weight: bold;
	font-size: 110%;
	font-variant: small-caps;
}

/* Footer styles */
#footer {
	text-align: center;
	color: #999;
	margin-top: 0;
	clear: both;
	width: 100%;
	font-family: verdana;
	font-size: 90%;
	/*min-height: 345px;*/
	border-top:1px solid #000;
}

/** html #footer { height: 345px; }*/

#footer a:link,
#footer a:visited {
    color: #999;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ba9;
	text-decoration: underline;
}

#footer-contents {
	width: 100%;
	text-align: left;
	margin: auto;
	padding: 35px;
}

#footer-contents[dir=rtl] {
	text-align: right;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu li {
	margin: 0 57px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
}

#footer-menu li ul {
	margin: 0.5em 0 2em 0;
}

#footer-menu ul li {
	float: none;
	font-size: 85%;
	padding: 0 0 0.4em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}

#footer #lang_form div { display: inline; }

#footer #copyright {
	clear: both;
	text-align: center;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 30px;
	margin-left: 345px;
}
.newspaper {
	width: 410px;
	float: none;
}

.newspaperwide {
	width: 550px;
	float: none;
}

h5 {
	font-size: 24px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}



#footer #copyright p {
	margin-bottom: 3px;
}

#footer #footer-links {
	font-size: 85%;
	padding-bottom: 25px;
}

#footer-divider hr { display: none; }
#footer-divider { clear: both;}

.u { text-decoration: underline; }
h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
