/*----------------------------------------------------------
	
	Copyright 2011 Sunron International
	
	Author: Kitch & Schreiber Marketing & Advertising
			www.kitchandschreiber.com
			kands@kitchandschreiber.com
			
----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
	}
	
a{
	text-decoration: underline;
	color: #0066FF;
	}
	
a:hover{
	text-decoration: none;
	color: #0D9347;
	}	
	
a img{
	border: none;
	}

h1{
	font-family: Times, serif;
	font-size: 24px;
	color: #003366;
	font-weight: normal;
	}
	
h2{
	padding-top: 3px;
	}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.5em;
	}
	
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #578CA5;
	}	
	
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	}		

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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: normal;
	}
	
#background{
	background-image: url(IMAGES/headerBackground.jpg);
	background-repeat: repeat-x;
	}	

#container {
	width: 987px;
	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;
	} 

/*----------------------------------------------------------
	
	                       Header
			
----------------------------------------------------------*/

#header {
	height: 60px;
	}

#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 */
	}
	
#sunronLogo{
	background-image: url(IMAGES/logo.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 165px;
	float: left;
	}
	
#sunriseLogo{
	background-image: url(IMAGES/sunriseLogo.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 165px;
	float: left;
	}	
	
/*----------------------------------------------------------
	
	                  Top Navigation
			
----------------------------------------------------------*/

.topNav{
	height: 42px;
	width: 415px;
	margin-top: 8px;
	float: left;
	}

.topNav li{
	float: left;
	list-style-image: none;
	list-style-type: none;
	}
	
.topNav #home a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/homeButton.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 58px;
	}	

.topNav #home a:hover{
	background-position: 0 -42px;
	}			
	
.topNav #sunrise a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/sunriseButton.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 138px;
	}
	
.topNav #sunrise a:hover{
	background-position: 0 -42px;
	}
	
.topNav #sunron a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/sunronButton.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 170px;
	}
	
.topNav #sunron a:hover{
	background-position: 0 -42px;
	}		
	
.topNav #contact a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/contactButton.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 75px;
	}	
	
.topNav #contact a:hover{
	background-position: 0 -42px;
	}	
	
									
/*----------------------------------------------------------
	
	                Pictures & Video
			
----------------------------------------------------------*/


#indexPic{
	background-image: url(IMAGES/rotatingPics.jpg);
	height: 269px;
	width: 620px;
	background-repeat: no-repeat;
	float: left;
	clear: none;
	}
	
#staffPic{
	background-image: url(IMAGES/staffPic.jpg);
	float: left;
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	}	
	
#engineeringPic{
	background-image: url(IMAGES/engineering.jpg);
	float: left;
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	}
	
.rightFloatPic{
	float: right;
	height: 131px;
	width: 175px;
	margin-left: 15px;
	}		
	
#templatePic{
	background-image: url(IMAGES/templatePic.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}
	
#domesticPic{
	background-image: url(IMAGES/domestic.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}	
	
#internationalPic{
	background-image: url(IMAGES/international.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}
	
#contactPic{
	background-image: url(IMAGES/contactPic.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}	
	
#sunrisePic{
	background-image: url(IMAGES/sunrisePic.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}
	
#employmentPic{
	background-image: url(IMAGES/employmentPic.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}	
	
#uploadPic-sunron{
	background-image: url(IMAGES/uploadPic_sunron.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}	
	
#uploadPic-sunrise{
	background-image: url(IMAGES/uploadPic_sunrise.jpg);
	height: 269px;
	width: 987px;
	background-repeat: no-repeat;
	margin-bottom: 17px;
	clear: both;
	}		
	
.picture{
	float: right;
	height: 100%;
	width: 300px;
	margin-left: 15px;
	margin-bottom: 15px;
	}
	
#machinePics{
	background-image: url(IMAGES/machines.jpg);
	height: 225px;
	width: 300px;
	}			

#video-wrap{
	background-image: url(IMAGES/video.jpg);
	width: 367px;
	height: 309px;
	background-repeat: no-repeat;
	float: right;
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}	
	
#video{
	width: 320px;
	height: 240px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 24px;
	padding-left: 23px;
	}	
	
.rotatingPics{
	background-color: #FFFFFF;
	height: 225px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	float: right;
	margin: 0 0 10px 15px;
	}
	
.rotatingPics p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding: 105px 0 0 0;
	}
	
.rotatingPics a{
	color: #666666;
	}
	
.rotatingPics a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}	
	
#staffDrew{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/drew.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}
	
#staffSteve{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/steve.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}	
	
#staffJarrod{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/jarrod.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}
	
#staffArthur{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/arthur.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}
	
#staffRandy{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/randy.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}	
	
#staffTony{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/tony.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}
	
#staffLorna{
	height: 140px;
	width: 425px;
	background-image: url(IMAGES/lorna.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 0 50px;
	margin: 0 0 15px 0;
	}	

.qualityPic{
	float: right;
	height: 125px;
	width: 84px;
	background-position: right;
	background-repeat: no-repeat;
	}
	
			

/*----------------------------------------------------------
	
	                  Main Navigation
			
----------------------------------------------------------*/

#mainNav ul{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .98em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	}
	
#arrow{
	background-image: url(IMAGES/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}			

#mainNav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #5c93ad;
	font-size: 0.99em;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	width: 185px;
	}
	
#mainNav a:hover{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c93ad;
	background-image: url(IMAGES/globe.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}	
	

/*----------------------------------------------------------
	
	                  Main Content
			
----------------------------------------------------------*/

#main-wrap{
	width: 986px;
	min-height: 300px;
	padding-top: 17px;
	background-image: url(IMAGES/sidebar1Background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 17px;
	clear: both;
	padding-bottom: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0D9347;
	}
	
#wrapper2{
	background-image: url(IMAGES/sidebar1Background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}	

#sidebar1-wrap {
	width: 220px;
	float: left;
	}
	
#sidebar1 {
	width: 220px;
	margin-left: 19px;
	}

#sidebar2-wrap{
	width: 200px;
	float: right;
	}

#sidebar2 {
	float: right;
	width: 170px;
	padding-right: 10px;
	padding-bottom: 15px;
	}
	
#sidebar2 ul{
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	}	
	
#sidebar2 li{
	padding-top: 5px;
	}		

#mainContent {
	min-height: 280px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	margin: 0 200px 0 264px;
	padding: 0 25px 0 10px;
	} 
	
#mainContent2 {
	min-height: 280px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 264px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 10px;
	} 
	
#mainContent ul{
	padding-left: 25px;
	}		
	
#mainContent li{
	padding-top: 10px;
	}		
		
.phone{
	background-image: url(IMAGES/phone.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	padding-top: 3px;
	}
	
.email {
	background-image: url(IMAGES/email.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	padding-top: 3px;	
	}		
	
.staff h2{
	font-size:14px;
	padding-top: 15px;
	}	
	
.staff h2 a{
	color:#333;
	text-decoration:none;
	}
	
.staff h2 a:hover{
	color:#0066FF;
	}		
	
.form{
	padding-bottom: 35px;
	padding-left: 50px;
	}	
	
.form p{
	padding-top: 10px;
	}
	
.equipment{
	padding-bottom: 20px;
	}
	
.equipment li{
	padding: 0px;
	line-height: 5px;
	}
	
#employment-wrap{
	height: 100px;
	width: 275px;
	background-color: #FFCCCC;
	border: thin dashed #990000;
	background-image: url(IMAGES/pdfIcon.jpg);
	background-repeat: no-repeat;
	background-position: 195px center;
	margin-bottom: 25px;
	margin-right: 225px;
	display: block;
	vertical-align: middle;
	margin-top: 25px;
	}
	
#employment-wrap a{
	text-decoration: none;
	color: #333333;
	}	
	
#employment-wrap:hover{
	background-color: #91CFF3;
	background-image: url(IMAGES/pdfIcon_blue.jpg);
	border-top-color: #5C93AD;
	border-right-color: #5C93AD;
	border-bottom-color: #5C93AD;
	border-left-color: #5C93AD;
	}	
	
#employment{
	color: #333333;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 25px;
	text-align: left;
	height: 75px;
	width: 175px;
	}	
	
#pdfIcon{
	background-image: url(IMAGES/pdfIcon.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 65px;
	width: 68px;
	margin-left: 0px;
	float: right;
	}

.news-headline{
	background-image: url(IMAGES/newspaper.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	}	

.news-wrap{
	width: 200px;
	background-color: #91CFF3;
	background-image: url(IMAGES/grayLines.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #999999;
	border-bottom-color: #999999;
	display: inline-block;
	}	
	
.news-wrap:hover{
	background-image: url(IMAGES/greenLines.jpg);
	background-repeat: repeat;
	border-color: #0D9347;
	}	
	
.news{
	font-size: 10px;
	color: #666666;
	margin: 10px 10px 15px 15px;
	text-decoration: none;
	}

.news p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #112D3B;
	text-decoration: none;
	}	
	
.news a{
	text-decoration: none;
	}	
	
.news strong{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	}				
	
	
/*----------------------------------------------------------
	
	                   	 Form
			
----------------------------------------------------------*/


#uploadBox{
	height: 150px;
	width: 350px;
	border: thin dashed #0D9347;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(IMAGES/uploadLogin.jpg);
	background-repeat: no-repeat;
	}
	
#uploadText{
	color: #003300;
	padding-left: 125px;
	margin-right: 10px;
	padding-top: 35px;
	}
	
#uploadText a{
	text-decoration: none;
	}		
	
#uploadText h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: none;
	}	

#uploadText h5{
	text-decoration: none;
	}
	
#formContent {
	min-height: 280px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 264px;
	} 
	
#formContent table{
	border: thin solid #91CFF3;
	}
	
#employerBox{
	width: 550px;
	border: thin dashed #99FFFF;
	}	
	
#dots{
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #91CFF3;
	margin-top: 5px;
	}	
	

/*----------------------------------------------------------
	
	                    Footer
			
----------------------------------------------------------*/

#footer {
	background-color: #0d9347;
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 19px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
	clear: both;
	} 

#ks {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CC66;
	float: left;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
#ks a{
	color: #66FF66;
	text-decoration: underline;
	font-weight: bold;
	}	
	
#ks a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}	

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

