@charset "UTF-8";

/* STANDARD VARIABLES */

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(assets/images/line.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
}
h1,h2,h3,h4 {
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: -0.5pt;
	font-weight: normal;
	text-indent: -0.5pt;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 11pt;
	padding-top: 10pt;
}
p {
	line-height: 16pt;
}
ul {
	line-height: 16pt;
}
a {
	color: #007AC2;
}
a:visited {
	color: #007AC2;
	text-decoration: none;
}
a:link {
	color: #007AC2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #91DCF9;
}
a:active {
	text-decoration: none;
	color: #007AC2;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	padding: 1px;
	vertical-align: middle;
	margin: 2px 0;
}
select,textarea { 
	margin: 2px 0;
}


/* MAIN PAGE CONTAINERS */

.style1 #container {
	width: 780px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
.style1 #header {
	margin: 0;
	padding: 0;
	height: 120px;
	vertical-align: bottom;
	background: url(assets/images/sands-logo.gif) no-repeat;
	background-position: 140px 0; 
}
.style1 #headerElement {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.style1 #main-navbox {
	margin: 0;
	height: 70px;
	font-size: 24px;
	color: #4D4D4D;
	text-align: left;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.style1 #sub-navbox {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12pt;
	color: #4D4D4D;
	background: url(assets/images/sub-b.gif) 0 100% repeat-x;
}
.style1 #mainContent {
	padding: 0;
	margin: 0;
}
.style1 #maintext {
	padding: 0 30px 30px 30px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
}
.style1 #footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
}


/* CONTAINER BORDERS */

/* header */

.mainlink-active {
	margin: 10px 0 0 0;
	height: 40px;
	background-color: #FFFFFF;
	word-wrap: break-word;
	overflow: hidden;
	text-align: left;
}
.mainlink-content {
	padding: 5px 20px 15px 20px;
}
.mainlink-tlc {
	background: url(assets/images/main-tl.gif) 0 0 no-repeat;
	margin: 0;	
}
.mainlink-trc {
	background: url(assets/images/main-tr.gif) 100% 0 no-repeat;
	margin: 0;
}
.mainlink-passive {
	margin: 10px 0 0 0;
	height: 40px;
	padding: 15px 20px 5px 20px;
}

/* main border */

.line-t {
	background: url(assets/images/line-t.gif) 0 0 repeat-x;
}
.line-b {
	background: url(assets/images/line-b.gif) 0 100% repeat-x;
}
.line-l {
	background: url(assets/images/line-l.gif) 0 0 repeat-y;
}
.line-r {
	background: url(assets/images/line-r.gif) 100% 0 repeat-y;
}
.blc {
	background: url(assets/images/blc.gif) 0 100% no-repeat;
	margin: 0;	
}
.brc {
	background: url(assets/images/brc.gif) 100% 100% no-repeat;
	margin: 0;
}
.tlc {
	background: url(assets/images/tlc.gif) 0 0 no-repeat;
	margin: 0;	
}
.trc {
	background: url(assets/images/trc.gif) 100% 0 no-repeat;
	margin: 0;	
}

/* sub header links border */

.sublink-active {
	margin: 0;
	padding: 0 0 0 0;
	word-wrap:break-word;
	overflow: hidden;
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: bottom; 
}
.sublink-content {
	margin: 0;
	padding: 18px 20px 14px 20px;
}


.sub-blc {
	background: url(assets/images/sub-blc.gif) 0 100% no-repeat;
	margin: 0;	
}
.sub-brc {
	background: url(assets/images/sub-brc.gif) 100% 100% no-repeat;
	margin: 0;
}
.sublink-passive {
	margin: 9;
	padding: 18px 20px 14px 20px;
}

/* sub header border */

.subnav-tlc {
	background: url(assets/images/tlc.gif) 0 100% no-repeat;
	margin: 0;	
}
.subnav-trc {
	background: url(assets/images/trc.gif) 100% 100% no-repeat;
	margin: 0;	
}


/* STYLES */

.footer-text {
	margin: 0;
	font-size: 8pt;
	color: #999999;
	padding: 25px 0 20px 0;
	text-align: left;
	vertical-align: bottom;
}
.list {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 9pt;	
}
.bluetext {
	color: #007AC2;
}
.textbox-left {
	width: 400px;
}
.emphasis {
	font-weight: bolder;
	color: #D85231;
}
.small {
	font-size: 9pt;	
}
.note {
	font-size: 9pt;
	padding-left: 30px;	
}
.listspace li {
	margin-top: 14px;
}

/* FORM */

.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 1px;
}
.send {
	cursor: pointer;
	border: 1px;
	color: #007AC2;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFFFFF;
	hover: #F82B0B;
	vertical-align: middle;
	border-color: #007AC2;
	border-style: solid;
	margin: 0;
	padding: 2px;
}
.send-img {
	cursor: pointer;
	background-color: #FFFFFF;
	border: none;
	margin: 0;
	padding: 0 0 0 4px;
}
.menu-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	padding: 0;
	vertical-align: middle;
	margin: 1px 0;
}
.paypal-button {
	border: 0;
}

/* IMAGES */

img.footer-link { 
	float: right;
	vertical-align: middle;	    
	clear: left;
	margin: 0;
    padding: 24px 0 0 0; 
}
img.top-right { 
    float: right; 
    clear: left; 
    margin: 0; 
}
img.border {
	margin: 0 0 10px 0;
	padding: 2px;
	border: 1px solid #E5E5E5;
}
.imagebox-right {
	width: 256px;
	margin: 0 0 20px 30px;
	clear: left;
	float: right;
	padding: 20px 0 0 0;
}

/* Clear */

.noFloat {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
	width: 700px;
}
