
body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/green_line.jpg) repeat-x left bottom;
	font-size: 175%;
	font-weight: normal;
	color: #135293;
}

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

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


.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

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

/* Sidebar */

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

/* Logo */

#sidebarimage1 {
	height: 228px; width: 240px;
	background: #FFFFFF url(images/irelandstone.jpg) no-repeat right top;
}

#sidebarimage2 {
	height: 231px; width: 240px;
	background: #FFFFFF url(images/ritaberglund.jpg) no-repeat right top;
}

#sidebarimage3 {
	height: 225px; width: 240; 
	background: #FFFFFF url(images/lake.jpg) no-repeat right top;
}

#sidebarimage4 {
	height: 228px; width: 240;
	background: #FFFFFF url(images/stbrigid.jpg) no-repeat right top;
}

#sidebarimage5 {
	height: 228px; width: 240;
	background: #FFFFFF url(images/rose.jpg) no-repeat right top;
}

#sidebarimage6 {
	height: 250px; width: 240;
	background: #FFFFFF url(images/wetflowers.jpg) no-repeat right top;
}

#sidebarimage7 {
	height: 214px; width: 240;
	background: #FFFFFF url(images/brad_sd.jpg) no-repeat right top;
}

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

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

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

/* Menu */

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

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

#menu li {
	padding: 10px 0;
	background: url(images/img03.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;
}

#content h2 {
	float: none;
	font-size: 125%;
	font-weight: strong;
	font-color: #135293;
}
#content h3 {
	font-size: 18px;
	font-weight: strong;
	font-color: #4096EE;
}

#pullquote {
	width:150px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, Georgia;
	font-size: 24px;
	line-height:22px; 
	color:#85C329; text-align: right;	
}

/* Footer */

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

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

