/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */

body{
 font-family:Helvetica, Arial, sans-serif;
 color:#A7A9AC;
 margin:30px 0 0 0;
 font-size:90%;
}

h1{
 display:block;
 width:269px;
 height:82px;
 background:url(../images/askmypa_logo.gif) no-repeat;
 float:left;
 margin:0;
}

h2{
 font-size:100%;
 color:#A7084D;
}

h1 span, h2 span{display:none;}

ul{
 list-style-type:none;
}

a:link{
 color:#A7084D; 
 text-decoration:none; 
 font-weight:bold;
}

a:visited{
 color:#A7084D; 
 text-decoration:none; 
 font-weight:bold;
}

a:hover{text-decoration:underline;}

p{
 margin-top:0;
}

strong{color:#A7084D;}


/* form */
.form fieldset { 
 border:0;
 padding:10px; 
}

.form ul { 
 margin:0; 
 padding:0; 
 list-style-image:none;
}

.form ul li {
 clear:both; 
 background:none;
 list-style-image:none;
}

.form ul label { 
 display:block; 
 float:left; 
 width:100px; 
 padding:3px 0;
}

.form ul label.cat{
 width:200px;
}

.form .txtField  {
 display:block; 
 float:left; 
 padding:3px; 
 width:250px; 
 margin:5px 0 7px 0;
 color:#000000;
 border:1px solid #A73327;
 outline:none;
}

.form .txtField:hover, .txtField:focus, .txtField:active { 
 border-color:#A73327; 
 background:#F4EFE0;
}

.form .btn{
 background:url(images/submit.png);
 width:70px;
 height:24px;
 color:#9F9062;
 outline:none;
 border:0px;
 font-family:"Arial Narrow", Arial;
 cursor:pointer;
 font-weight:bold;
 font-size:90%;
}

.form #submit{
 margin-left:120px;
}

.noButton a{
 background:none;
 display:inline;
 float:none;
}


/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */

.nav{
 float:left;
 border-top:1px solid #A7084D;
 border-bottom:1px solid #A7084D;
 margin:20px 0;
 padding:5px 0;
 width:950px;

}

.nav li{
 float:left;
 border-right:1px solid #A7084D;
 margin:0;
 padding:0px 10px;
}

.nav a, .nav a:visited{
 color:#A7A9AC;
 text-decoration:none;
 font-weight:bold;
}

.nav a:hover{
 color:#A7084D;
}

#last{
 border-right:0px;
}


#selected{color:#A7084D;} 


/**************************************/



/**************************************/
/*            MAIN CONTENT            */

#container{
 width:950px;
 margin:0 auto;
}

.contact{
 float:right;
}

.email{
 color:#A7084D;
}

hr{
 clear:both;
 color:#A7084D;
 background-color:#A7084D;
 border:1px solid #A7084D;
}

#col1, #col2{
 width:445px;
 float:left;
}

#col1 p{
}

#col1{
 margin-right:60px;
}

#col1 ul, #col2 ul{
 padding:0;
 margin:0;
 list-style-image:url(../images/bullet.gif);
}

#col1 li, #col2 li{
 margin-bottom:14px;
}

#spancol{
 width:950px;
 clear:both;
}

#spancol h4{
 margin-top:0;
}


#spancol img{
 float:left;
 margin-right:20px;
}

.news{
 border-bottom:2px solid #A7084D;
 width:950px;
 float:left;
 padding-bottom:20px;
 margin-top:20px;
}

.newsText, .newsBody{
 width:445px;
 float:right;
}

.newsgroup{
 width:445px;
 float:right;
}

.homeimage{
 margin-bottom:15px;
}

table{
 background:#F1F1F2;
 border:0;
}

td{
 border:0;
}

.white{
 background:#FFFFFF;
}

th{
 border:0;
 border-bottom:1px solid #A7084D;
}


.testimonials{
 border-bottom:2px solid #A7084D;
 margin-bottom:30px;
 width:445px;
 float:left;
}

.testimonials img{
 float:left;
 margin-right:10px;
}

.testimonials div{
 width:300px;
 float:left;
}

/**************************************/



/**************************************/
/*               FOOTER               */

#footer{
 clear:both;
 width:950px;
 border-top:1px solid #A7084D;
 font-size:80%;
 padding:5px 0;
}

#footer a:link, #footer a:visited{
 color:#A7A9AC;
 font-weight:normal;
}

#footer img{
 vertical-align:middle;
}


/**************************************/



