/* rowan_group.css v09/01 27/04/09
	rewritten to use absolute positioning for #leftColumn, #rightColumn elements
*/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {
	margin:0;
	padding:0;
}

ul, ol {
	list-style:none;
}

body {
	text-align:center;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	padding-bottom:25px;
}

#container {
	min-height:1000px;
	height:auto;
}

#wrapper {
	text-align:left;
	/*background:#fff url(../images/wrapper_bg.gif) bottom left no-repeat;*/
	background:#fff url(images/wrapper_bg.gif) bottom left no-repeat;
	width:800px;
	min-height:1000px;
	margin:30px auto;
	position:relative;
	height:100%;
}

#banner {
	height:135px;
}

#leftColumn {
	width:200px;
	position:absolute;
	top:135px;
	left:0;
	background-color:#a6b5ac;
	padding-top:15px;
}

#rightColumn {
	position:absolute;
	top:135px;
	right:0;
	width:160px;
	padding:20px 20px 0 20px;
}

#middleImage {
	position:absolute;
	width:400px;
	top:135px;
	left:200px;
}

#middleColumn {
	margin-top:170px;
	margin-left:220px;
	margin-right:220px;
}
#indexmiddleColumn {
	/*margin:135px 220px 0;*/
	margin-top:170px;
	margin-left:220px;
	margin-right:220px;
}

#footer {
	position:absolute;
	bottom:0;
	height:25px;
	margin:0 220px 0 220px;
	padding:10px 0 5px 0;
	border-top:1px solid #922133;
}

/*style section*/
h1 {
	font-size:1em;
	color:#3a5c46;
	margin-bottom:18px;
}

h2, p {
	font-size:0.8em;
	margin-bottom:15px;
	line-height:140%;
}

h2 {
	color:#922133;
}

li {
	font-size:0.7em;
	line-height:40px;
}

li li {
	font-size:1em;
}

#leftColumn a {
	background:url(images/button.gif) no-repeat center center;
	/*background:url(../images/button.gif) no-repeat center center;*/
	text-decoration:none;
	color:#3a5c46;
	display:block;
	width:160px;
	padding-left:40px;
}

#leftColumn a:hover {
	background:url(images/button_over.gif) no-repeat center center;
	/*background:url(../images/button_over.gif) no-repeat center center;*/
	color:#922133;
}

#leftColumn a:visited {
	text-decoration:none;
}

#middleColumn a{
	color:#922133;
	text-decoration: underline;
}

#footer a{
	color:#666;
	text-decoration: none;
}

.style2 {
	color: #666;
}

.style3 {
	font-size: 0.7em;
	color: #922133;
}

img {
	border:0; 
}

.redbull {
	margin-left:2px;
	background:url(images/bullet.gif) top left no-repeat;
	/*background:url(../images/bullet.gif) top left no-repeat;*/
	padding-left:10px;
}
