/* 
    Document   : sunsfe
    Created on : Apr 5, 2011, 11:18:11 AM
    Author     : Phill
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#title {
              /* background-image: url('../images/test_lens_flare.png');*/
               height:201px;
               text-indent: -9999px;
               margin: 0px;
}
#phNum {
    font-size: 40px;
    margin-left: 230px;
    
}
#footer {
               width: 100%;
               padding: 8px 0px 8px 0px;
               font-family: arial;
               font-size:14px;
              /* font-weight: bold;*/
             /*  background-color: #6e6800;*/
              /* color: #1e1658;*/
               margin-bottom: 20px;
               margin-top: 15px;
               border-top: solid 2px  #999;/*#d4ce5f;*/
               border-bottom: solid 2px #999;/* #d4ce5f;*/
               clear:both;
               /*height:73px;*/
}
.footTxt {
                margin: 0px 0px 0px 30px;
}
#ftLft {
                width: 800px;
                float: left;
}
#ftrght {
                float: left;
}
.clear {
    clear: both;
}
#text {
		width:660px;
		padding:45px 30px 0px 40px;

                float:left;
}
body {
		 color:#ffffff;/*#d4c4f5;*//*#a9a100;*/
		 margin:0px;
		 padding:0px;
		/* background-color: #333333;*/
                 background-image: url(../images/testBgTile.jpg);
		 background-position: 50%;
                 background-repeat: repeat-y;
                                 font-family: arial;
                font-size: 20px;
		
}
#main{
   /* background-color:#3c0072;*/
   background-image: url('../images/test_lens_flare.png');
		width:965px;
    padding: 0px 0px 0px 0px;
		margin-top: 0px;
    margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		/*border: solid 1px black;*/
}
ul {
                padding: 20px 0px 0px 55px;
}
li {
                padding: 0px  0px 12px 0px;
}

#rghtCol {
                width:207px;
                padding:30px 0px 15px  0px;
                margin:20px 15px 10px 0px;
               /* background-image:url('../images/rghtCol/rghtColBg.png');
                background-repeat: repeat-y;*/
                float:left;
}
#rghtTitle {
    padding: 0px 0px 0px 5px;
    line-height: 35px;
}
.logos {
                margin: 5px 0px 10px 13px;
}
.titleTxt {
                font-size: 36px;
                font-weight: 900;
}
.byline {
                font-style: oblique;
                font-size: 24px;
}

a:visited{
			color:#f6f6f6;
}

a:link {
    color: #79a100;/*#d4ce5f;*/
    text-decoration: none;
    font-size: large;
}
#mapLink {
    color: #79a100;
    font-size: xx-large;
}
img { 			
			border: none;
}