body {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}

.copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

#box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #ff9933;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #FFF;
	margin: 0px;
	float: left;
	h1: Arial, Helvetica, sans-serif; 16px;
}
.box_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
}
.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	margin-top: 5px;
	padding: 0px;
}
#box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #da9923;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	color: #FFF;
	margin: 0px;
	float: left;
	padding: 0px;
}
#image {
	background-color: #da9923;
	width: 156px;
}
#image_green {
	background-color: #c0d832;
	width: 156px;
}
.box_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#box_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 135px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#box_textappeal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 357px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#box_text_film {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-image: url(/html/assets/images/home/box_images/film_reel.gif);
	background-repeat: no-repeat;
	background-position: 80px 22px;
	height: 135px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#box3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	background-color: #339aac;
	padding: 0px;
	float: left;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#box4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	background-color: #cc0033;
	padding: 0px;
	float: left;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#box5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	padding: 0px;
	float: left;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #cc6699;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #3399ff;
	height: 216px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#box6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	background-color: #c0d832;
	padding: 0px;
	float: left;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	background-color: #330066;
	padding: 0px;
	float: left;
	width: 156px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 988px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 17px;
}
.oneColFixCtrHdr #introContent {
	background-color: #FFFFFF;
	background-image: url(/html/assets/images/home/intro_text.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	height: 120px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 64px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
#nav_cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	margin-right: 20px;
	margin-left: 17px;
	background-image: url(/html/assets/images/nav/nav_filler.gif);
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
#nav_buttons {
	float: right;
	width: 530px;
}
#quote_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.font a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.font a:hover {
	color:#FF9933;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#font_plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #306;
	margin: 0px;
	float: right;
	height: 16px;
	width: 26px;
	text-align: center;
	font-weight: normal;
	padding: 2px;
}
#font_minus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #306;
	float: right;
	height: 16px;
	width: 26px;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 2px;
}
#left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 166px;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
	width: 583px;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: 20px;
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #339aac;
	float: left;
	width: 156px;
	background-color: #ffffff;
	padding: 8px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
	margin-top: 0px;
}


#navlist
{
padding-left: 0;
margin-left: 0;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#navlist li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#navlist li a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
}

#navlist li a.activated {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0033;
}

.whosays {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9933;
}
.says {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #3399ff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #330066;
	margin-top: 6px; 
	margin-bottom: 0px; 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff9933;
	margin: 0px; 
}
.corp_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 100px;
}
.corp_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 300px;
}
.com_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 200px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	text-decoration: none;
}


.font a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.font a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	text-decoration: underline;
}
.font a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9933;
	text-decoration: none;
}
.font a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}




.table_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.copy ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: url(http://www.daystarfoundation.org.au/html/assets/images/nav/bullet.gif);
}
.copy li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: url(http://www.daystarfoundation.org.au/html/assets/images/nav/bullet.gif);
}



.box a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
.box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: underline;
}
.box a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
.box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}



.box5 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.box5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
.box5 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.box5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}






.corp_logo {
	height: 116px;
	width: 145px;
	float: left;
  
  }
.corp_logox2 {
	height: 116px;
	width: 290px;
	float: left;
  
  }

/* video styles */

a.myPlayer {
	display:block;
	width: 583px;
	height:335px; 
	text-align:center;
	margin:0 15px 15px 0;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}





