/* STYLESHEET FOR RMCS WELCOME PAGE */


/* ----------- STYLES USED BY THE RUBY ON RAILS LAYOUT FILE, \ror\app\views\layouts\welcome.rhtml ----------- */

body {
	background: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: large;
}

#main-section {
	float: left;
	width: 40%;
}

img#logo {
	padding-bottom: 70px;
	margin-top: 20px;
	margin-left: 50px;
}

p#links {
	font-size: 75%;
	line-height: 200%;
	margin-left: 52px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 10px;
	padding-top: 0px;
}

#slideshow {
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	width: 296px; /* The purpose of this is to allow the browser to know that it has enough */
}                /* space to put the slideshow to the right of the main section. */

#bigImageBox {
	padding: 0;
	margin-bottom: 3px;
}

#bigImage {
	width: 296px; /* The purpose of these dimensions is to reserve a stable space */
	height: 222px; /* so that there's no re-positioning flicker as pictures are loaded in */
}                 /* over time. */


#footer {
	clear: both;
	border-top: 5px solid #689C82;
}

#bottomlogo {
	float: left;
	margin: 10px;
}

p.footer {
	font-size: 65%;
	font-weight: bold;
	color: black;
	float: left;
	margin-left: 0px;
	margin-top: 7px;
	padding: 7px;
}

img.button {
	border: 0px;
}


/* ----------- STYLES USED BY THE ANNOUNCEMENTS AREA OF THE WELCOME PAGE, \ror\app\views\welcome\index.rhtml ----------- */

h1 {
	color: #FFFFFF;
	background-color: #F00000;
	font-size: 85%;
	font-weight: bold;
	padding-left: 5px;
	margin-left: 52px;
}

h2 {
	font-weight: bold;
	font-size: 80%;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: 56px;
}


p.announce {
	color: #000000;
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	margin-top: 0px;
	margin-left: 58px;
}



/* ----------- COMMON STYLES ----------- */

a {
	color: #B05800;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #B05800;
}

a:link {
	color: #B05800;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #B05800;
}

a:visited {
	color: #B05800;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #B05800;
}

a:active {
	color: #B05800;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #B05800;
}

a:hover {
	color: #FFFFFF;
	background-color: #B05800;
	text-decoration: none;
	border-bottom: 1px dotted #B05800;
}