@charset "utf-8";
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
body {
	background-color: #ebebeb;
	font-family: Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666;
}

a:link, a:active, a:visited {
	color: #f63;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.orange {
	color: #f63;
}

p {
	margin: 0 0 10px 0;
}

img {border: 0;}

.offleft { /* method used for accessibility - SR */
    position: absolute;
	margin-left: -9000px;
}

div.clearing { /* DIV for Mozilla browser float hack */
	clear: both;
	height: 1px;
	overflow: hidden;
}

h1 {
   padding: 10px 0px; 
}

h2 {
    padding-bottom: 9px;
}

/* Begin Main styles */
div#main {
    background: #fff url('../images/bg-main.gif') repeat-y;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 806px;
}

div#logo {
    margin: 0px 28px;
	padding: 17px 0px 17px;
}

div#priContent {
    background: transparent url('../images/bg-home.jpg') bottom no-repeat;
	margin: 0px auto 4px;
	width: 750px;
}

div.intro {
    margin-left: 26px;
	padding: 24px 0px 17px;
	width: 415px;
}

div.intro p{
    line-height: 15px;
}

div#sndContent {
    padding: 0px 28px 0px;
	position: relative;
	width: 750px
}

div#sndContent div.left-container {
    float: left;
	display: inline;
    background: transparent url('../images/bg-left-container.gif') no-repeat;
	margin-right: 4px;
	padding: 21px 0px 0px 25px;
	position: relative;
    width: 427px;
	height: 186px;
}

div#sndContent div.right-container {
    float: left;
	display: inline;
    background: transparent url('../images/bg-right-container.gif') no-repeat;
	padding: 21px 0px 0px 25px;
	position: relative;
    width: 269px;
	height: 186px;
}

div.left-container ul {
    float: left;
	margin: 0px;
	padding-left: 16px;
	color: #666;
	list-style-image: url('../images/bullet-carrot.gif');
	width: 158px;
}

div.left-container ul.last {
    width: 205px;
}

div.left-container ul a:link, 
div.left-container ul a:active, 
div.left-container ul a:visited {
	color: #666;
}

div.left-container ul a:hover {
	color: #f63;
}

div.left-container ul li {
	margin-bottom: 3px;
	font-size: 11px;
}

/* End Main styles */
/* Begin Footer styles */
div#footer {
    background: transparent url('../images/border-bottom-main.gif') bottom no-repeat;
	padding: 7px 26px 44px;
	width: 754px;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

/* End Footer styles */
