@charset "utf-8";
/* CSS Document */

a:link {
  color: #9e2c2c; 
  text-decoration: none; 
  border: none;}
a:visited {
  color: #9e2c2c; 
  text-decoration: none; 
}
a:hover {
  color: #09123b; 
  text-decoration: underline; 
}
a:active {
  color: #9999CC; 
  text-decoration: underline; 
}

ul
{
list-style-image: url(../images/bullet-tick.gif);
list-style-type: square;
}

li
{
line-height: 20px;
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body 
{
	background-image: url(../images/body-bgd.jpg);
	background-repeat: repeat-x;
	background-color: #72849e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1
{
	background: url(../images/h1-bgd.png) repeat-x;
	padding: 10px 25px;
	font: bold 24px Arial Narrow, Helvetica, sans-serif;
	color: #09123b;
}

h3
{
	font: bold 14px Arial Narrow, Helvetica, sans-serif;
	color: #09123b;
	margin-bottom: 0px;
}

p
{
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #09123b;
}

img
{
	margin: 0px;
	padding: 0px;
}

/* IDs */ 

#logo
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;
}

#page-wrap
{
	background-image: url(../images/page-bgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d7d7f6;
	display: block;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
	height: auto;

}


#home-wrap
{
	background-image: url(../images/home-page-bgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d7d7f6;
	display: block;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
	height: auto;

}


#home-intro
{
	margin: 75px 300px 0px 10px;
}

#home-intro p
{
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #09123b;
}

#navigation
{
	float: right;
	margin: 100px 150px 0 0;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px;
	color: #9e2c2c;
	}
	
#sidebar1 h1
{
	color: #9e2c2c;
}
 
#sidebar1 h2,
#sidebar1 h3,
#sidebar1 p
{
	margin-left: 25px;
	color: #9e2c2c;
}

#sidebar1 img
{
	margin-top: 85px;
}

#mainContent { 
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h2,
#mainContent h3,
#mainContent p
{
	margin-left: 25px;
}

#footer
{
	margin-top: 25px;1
}

/* class */ 
.action-box
{
	background: url(../images/action-box-top.jpg) top no-repeat;
	width: 235px;
	padding: 5px 10px 30px 10px;
	color: #09123b;
	font-size: 11px;
}

.action-box-btm
{
	background: url(../images/action-box-btm.jpg) bottom no-repeat;
	width: 255px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
