/* Start of CMSMS style sheet 'cpen Home Style' */
#homeBoxes
{
	width: 100%;
	height: 190px;
	margin: 2em 0;
position: relative;
top: 0;
left: 0;
}

.hmBox
{
	width: 22.5%;
	height: 190px;
	float: left;
	background-color: #E5E6E1;
	color: #606058;
	margin-left: 2%;
	border: 1px solid #BABAAB;
	display: inline;
text-align: left;
}

div#ie6only .hmBox { margin-left: 1.5%; }

.boxhdgs
{
	color: #42423C;
	background-color: #BABAAB;
	border-bottom: 1px thin #9C9C8C;
	font-weight: bold;
	text-transform: capitalize;
	height: 2em;
font-size: 1.2em;
vertical-align: middle;
	padding-left: 0.8em;
}

.boxtxt
{
	height: 10em;
	overflow: hidden;
	padding: 0.75em 1em;
}

.boxtxt p
{
	color: #606058;
	background-color: inherit;
}

.btnrow { height: 1.5em; }
.boxBtn
{
	float: right;
	width: 70px;
	height: 24px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	font-size: 0.9em;
	margin-right: 1em;
}

.orangebtn { background: url(images/orangeArrow.gif) no-repeat scroll 0 0; }
.greenbtn { background: url(images/greenArrow.gif) no-repeat scroll 0 0; }
.purplebtn { background: url(images/purpleArrow.gif) no-repeat scroll 0 0; }
.bluebtn { background: url(images/blueArrow.gif) no-repeat scroll 0 0; }

#homeBoxes a
{
	color: white;
	text-decoration: none;
}

#homeBoxes a:hover { font-weight: bold; }

div#main
{
	margin-left: 2%;
	/* change from 29 to 2 this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-right: 38%;
	/* and some air on the right */
}

div#sidebar
{
	float: right;
	/* set sidebar on the left side. Change to right to float it right instead. */
	width: 32%;
	/* sidebar width, if you change this please also change #main margins */
	display: inline;
	/* FIX ie doublemargin bug */
	margin: 0 2%;
	border-left: 1px solid #BABAAB;
padding-left: 2%;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent
{
	padding: 0 1%;
	width: 24%;
	/* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/********************
CONTENT STYLING
*********************/

/*
default link styles
*/

/* set all links to have underline and bluish color */
a,
a:link 
a:active
{
	text-decoration: none;
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #AA9E16;
}

a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: #D5C72C;
	/* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover
{
	text-decoration: underline;
	background-color: inherit;
	color: #395B7D;
}

div#content h2
{
	color: #54544D;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	/* and some air under the border */
	margin: 0 0 0.5em 0;
}

p
{
	font-size: 1em;
	margin: 0 0 1.5em 0;
	/* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}
/* End of 'cpen Home Style' */

