/* Start of CMSMS style sheet 'RCA : Layout' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

/*default link styles*/
a, a:link a:active {
        font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
	color: #005BB4;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #005BB4;
}
a:hover {
	background-color: inherit;
	color: #c90000;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background: #fff;
}

div#pagewrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff url([[root_url]]/images/layout/background.png) repeat-y 0 0;
	color: black;
}

div#homeimage {
	background: url([[root_url]]/images/layout/home-background.jpg) no-repeat 170px 0;
height: 586px;

}

div#main.mainimage {
min-height: 390px;

}

div#content div#homepagetitle h2{
margin: 0 0 0 0;
padding: 1px 0 3px 10px;
background:  transparent url([[root_url]]/images/layout/h2-background.png) repeat-x 0 0;
width: 34%;
}

div#homepagebox1 {
	background: transparent url([[root_url]]/images/layout/box-background2.png) repeat 0 0;
width: 499px;
padding: 10px;
color: #fff;
margin: 0 0 0 0;
float: left;
display: inline;
}

div#twothirdswidth {
width: 499px;
}

div#onethirdswidth {
width: 210px;
float: right;
display: inline;
margin:51px 10px 0 0;
}

div#homepagebox2 {
	background: transparent url([[root_url]]/images/layout/box-background2.png) repeat 0 0;
width: 190px;
padding: 0 10px;
color: #fff;
margin: 29px 0 0 0;
float: right;
display: inline;
}

div#content div#homepagebox2 h2{
	background: transparent url([[root_url]]/images/layout/box-background2.png) repeat 10px 10px;
width: 200px;
padding: 1px 0 3px 10px;
color: yellow;
margin: 0 0 0 -10px;
}

/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
	height: 150px;
	margin: 0 0 0 10px;
	padding: 0;
border-bottom: 0px solid #ddd;
width: 940px;
}

div#headerlogo {
/* adjust according your image size */
	height: 150px;
	margin: 0;
	padding: 0;
/* you can set your own image here, will go behind h1 a image */
	background: #fff url([[root_url]]/images/layout/header-page.png) no-repeat 160px 0;
/* border just the bottom */
	border-bottom: 0px solid #ddd;
width: 160px;
float:left;
display:inline;
}

div#headerimage {
	height: 150px;
width: 780px;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 0px solid #ddd;
float:left;
display:inline;
}

div#headerlogo h1 a {
/* you can set your own image here */
	background: url([[root_url]]/images/layout/RCA-logo.png) no-repeat 0 0;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 150px;
        width: 160px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#headerlogo h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url([[root_url]]/images/layout/RCA-logo.png) no-repeat left top;
}


div#header h1 a {
/* you can set your own image here */
	background: url([[root_url]]/images/layout/RCA-logo.png) no-repeat 0 0;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 150px;
        width: 160px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url([[root_url]]/images/layout/RCA-logo.png) no-repeat left top;
}

div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: -50px 0 0 0;
/* you can set your own image here */

}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
/* position for the search box */
	float: right;
/* enough width for the search input box */
	width: 27em;
	text-align: right;
	padding: 0.5em 0 0.2em 0;
	margin: -150px 20px 0 0;
}

div#search label {display:none;}

/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
/* some air above and under menu and content */
	margin: 0em auto 2em 0;
	padding: 0px;
width: 940px
}

div#main {
width: 740px;
margin: 0 0 0 30px;
float:left;
display: inline;
}

div#fullwidth {
width: 730px;
}

div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 160px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 15px 10px;
	padding: 0px;
/* you can set your own image here */

}

div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: #777;
/* you can set your own image here */
	background: url([[root_url]]/images/layout/footer2.png) no-repeat 0 0;
height: 90px;
margin-top: 0px;

}

div#social{text-transform: uppercase; margin: 0px; width:940px;display: inline; float:left; clear: both; height: 25px; padding: 0;}

div#copyright {text-transform: uppercase; margin-top: 10px; width:460px;display: inline; float:left;}

div#millipedia {margin: 10px 10px; width:460px; float: right; display: inline; text-align:right;}

div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	font-family: Georgia, Arial, sans-serif;
	color: #303030;
/*     border-bottom: #ccc 1px solid; */
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.6em;
	text-align: left;
/* some air around the text */
	padding-bottom: 6px;
	padding-top: 10px;
	line-height: 1.5em;
/* and some air under the border */
	margin: 0em 0 0.5em 0;
font-weight: normal;

}
div#content h3 {
	color: #444;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
div#content h4 {
	color: #333;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #333;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #333;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.6em 0;
	line-height: 1.6em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}

/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */


/* CONTACT FORM */

div.contactform {margin: 10px 10px 10px 10px; width: 440px;}

.contactform fieldset {padding: 10px 0 10px 0; background-color: transparent; border: 0;} 
.contactform fieldset legend {font-weight: bold; display: none;} 
.contactform div {width: 440px; padding: 0.25em 0 0.25em 0;} 
.contactform div label {display: block; width: 140px; text-align: right; float: left; margin-right: 8px; height: 22px; line-height: 22px;} 
.contactform div.required {color: #111;} 
.contactform div.required input, textarea {width: 270px;} 
.contactform div.submit { margin: 0px 0px 10px 120px; padding: 10px 0px 10px 0px; width: 220px; 
text-align: right;} 

.contactform div.captcha {margin-left: 150px; width:270px;}
.contactform div.captcha img{border: 1px solid #333; margin: 0px 70px 5px 0px; }
.contactform div.captcha input{width:270px; margin-top: 5px;}


/* End of 'RCA : Layout' */

