/*
Theme Name: Westminster Letter Press
*/



/* IE PNG FIX */

img, div, input { behavior: url("/web_javascript/iepngfix.htc") }


/* FIX FOR DOTTED OUTLINES IN FF ON CLICKING LINKED IMAGES */

:focus 
{
  -moz-outline-style: none;
}

* {
	margin:0; padding:0; 
}

img { border:0; }

body{
	background-color:white;
	font-size:14px; 
	line-height:20px;
	font-family:"helvetica neue", helvetica, arial, serif;
	width:100%;
}

/* DIVs */

#container {
	margin:0 auto;
	width:100%;
}

#header {
	margin:0 auto;
	width:100%;
	height:195px;
	background:url(images/bg_header.jpg) no-repeat top left;
	border-top:5px solid #70554a;
}

	#header .logo {
		position:relative; top:38px; left:50px;
	}
	
#navigation {
	width:100%;
	border-top:1px solid #c3ada5;
	border-bottom:1px solid #c3ada5;
	background:url(images/bg_nav.gif) repeat-x;
	height:40px;
}

	#nav_inside {
		position:relative;
		left:26px;
		width:800px;
	}

#page { 
	margin:0 auto;	
	width:100%;
	background:url(images/bg_page.jpg) no-repeat;
	padding-bottom:25px;
	padding-top:53px;
}

#page_inside {
	width:910px;
	position:relative;
	left:50px;
	background:url(images/bg_sep_home.gif) repeat-y;
	background-position:600px 0;
}
		
#left {
	width:563px;
	float:left;
	position:relative;
}

#right {
	width:272px;
	float:right;
	position:relative;
	right:0px;
}

	#right p.news {
		line-height:21px;
	}
	
#footer {
	margin:0 auto;
	width:100%;
	height:33px;
	background-color:#ebf4fb;
	border-top:1px solid white;
	border-bottom:1px solid white;
}

#footer_top {
	background-color:#70554a;
	width:100%;
	height:5px;
	font-size:1px;
	line-height:1px;
}

#footer_inside {
	width:910px;
	position:relative;
	left:50px;
}

	#footer_inside p.left {
		font-size:12px;
		float:left;
		position:relative;
		top:5px;
		color:#777;
		margin-bottom:0;
		width:500px;
		font-family:georgia, "times new roman", serif;
	}
	
	#footer_inside p.right {
		font-size:12px;
		float:right;
		width:400px;
		position:relative;
		top:5px;
		color:#777;
		font-family:georgia, "times new roman", serif;
	}


/* IMAGES */

.bordered {
	border:6px solid #978674;
	padding:1px;
	background-color:#e6d8d2; 
	margin-top:5px;
	
}


/* PARAGRAPHS */

p {
	margin-bottom:15px;
	font-size:15px; 
	line-height:24px; 
	color:#333;
}

p.right {
	text-align:right;
}

span.small { font-size:13px; }


/* LISTS */

ul {
	margin-left:25px;
	margin-bottom:15px;
}


/* LINKS */

a {
	color:#842700;
	text-decoration:none;
}
a.visited {
	color:#842700;
}

a p {
	color:#842700;
}
a.hover p {
	text-decoration:underline;
}

a:hover, a:active { text-decoration:underline; }

h1 {
font-size:24px;	
color:#4F718D;
	font-family:Georgia,serif;
	margin-bottom:10px;
line-height:28px;
}
