@charset "utf-8";

/*
TITLE: THE ANN CURTIS AGENCY
*/

body  {
	
	background-color:#ffffff;
	margin: 0 ; 
	padding: 0;
	text-align: center;
	}
img#border{border:1px solid #333333;}	

#wrapper { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainheader {
	background:url() repeat-x;
	background-color:#333333;
	height:49px;
	border-bottom:3px solid #006699;
	}
	
h1 {
	padding:0; margin:0;
	color:#666666;
    font-family:"verdana, helvetica, sans serif";   
	font-size:14px;
    font-weight:normal;
	text-align:center;}
		
	
#logo{
	background:url(images/logo.gif);
	width:230px;
	height:97px;
	margin:0 10px 5px 0px;
	float:right;
	}
	
	/* TOP NAVIGATION. */
#topnavwrap	{
 	margin:0;
   	padding:0px 0px 0 10px ;
	margin:25px 0 0 0;
	text-align:left;
	float:left;
	
   }

ul#topnav {
 	margin:0;
   	padding:0;
   }
ul#topnav li {
 	display:inline;
	list-style:none;
  	padding:0;
 	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin-left:12px;
	

	}
	ul#topnav a:link, ul#topnav a:visited{
	color:#CCCCCe;
	text-decoration:none;
	}
	
	ul#topnav a:hover {
	color:#fffffe;
	
	
	}
	
/* SIDE NAVIGATION. */
#spacer{height:200px;}

#sidebar {
	margin:0;padding:102px 0 0 0;
	height:400px;
	float:left;
	width: 187px; 
}

	ul#sidenav {
 		margin:0;
   		padding:0;
		outline:none;
  				}
	ul#sidenav a, ul#sidenav a:visited{
 		margin:0;
   		padding:0;
	
 				 }
		ul#sidenav li {
  		padding:0;
 		margin:0;
		list-style:none;
		
						}
		ul#sidenav li a {
		height:40px;
		display:block;
		text-indent: -9999px;
						}

		ul#sidenav li.male a {
			width:187px;
			background:url(images/male.gif) top;
	
		}
		ul#sidenav li.female a {
			width:187px;
			background:url(images/female.gif) top;
			}	
			
		ul#sidenav li.commercials a {
			width:187px;
			background:url(images/newtalent.gif) top;
			}
		ul#sidenav li.clients a {
			width:187px;
			background:url(images/client.gif) top;
			}	
			
			ul#sidenav li.male a:hover {
			width:187px;
			background:url(images/male.gif) bottom;
			}
			ul#sidenav li.female a:hover {
			width:187px;
			background:url(images/female.gif) bottom;
			}
			ul#sidenav li.commercials a:hover {
			width:187px;
			background:url(images/newtalent.gif) bottom;
			}
			ul#sidenav li.clients a:hover {
			width:187px;
			background:url(images/client.gif) bottom;
			}
#info{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	padding: 50px 10px 10px 0;
	text-align:right;
	background-color:#333333;
	height:180px;
	}
#red{color:#FF6600; font-size:16px;}	
#info a, #info a:visited {color:#6699FF; text-decoration:none;}
#info a:hover {	text-decoration:underline;}


/*MAIN CONTENT*/

.mask{background:url(images/masks.jpg);}
.page{
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	color:#333333;
	font-size:14px;
	margin:100px 10px 0 0 ;
	padding:10px ;
	width: 250px;
	height: 200px;

	}
.dashrt {border-right: 1px #666666 dashed;}
	
.dashleft {border-left: 1px #666666 dashed;}
.dashbtm {border-bottom: 1px #666666 dashed;}
	
	
#content{
	margin:0;
	padding:0;
	border:0;
	
	}	

#maincontent {
	float:right;
	width:579px;

	}
	
.holder {
	width:130px;
	height:210px;
	float:right;
	border: 0px dashed;
	margin: 0 10px 10px 0;
	padding:0 0px 0 0px;
	}		
	
.holder2 {
	width:110px;
	height:180px;
	float:right;
	border: 0px dashed;
	margin: 0 5px 10px 0;
	padding:0 0px 0 0px;
	}	
.actorinfo{ 
	background-color:#ffffff; 
	border-bottom:1px dashed; 
	width:120px; padding: 4px 0 0 0 ; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#666666;
	font-size:12px;
	text-align:center;}
	
.actorinfo2{background-color:#ffffff; 
	border-bottom:1px dashed; 
	width:100px; padding: 4px 0 0 0 ; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#666666;
	font-size:12px;
	text-align:center;}
	
.inner{
	margin:0;
	padding:0;}
	

.actorinfo a, .actorinfo a:visited { background:url(images/download.gif); text-decoration:none; display:block; color:#999998; font-weight:bold;}
.actorinfo a:hover {color:#222222;}
.actorinfo2 a, .actorinfo2 a:visited { background:url(images/download.gif); text-decoration:none; display:block; color:#999998; font-weight:bold;}
.actorinfo2 a:hover {color:#222222;}

	

	
	
/*FOOTER CONTENT*/	
	

#footer { 
	height:45px;
	background: url();
	background-color:#333333;
	border-top:2px solid #006699;
	margin: 10px 0 0 0; 
	}
	  

#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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyright { font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFe; float:left; margin: 20px 0 0 10px;}
#copyright a, #copyright a:visited { text-decoration:none; color:#FFFFFe;}
#copyright a:hover {text-decoration:underline;}


#jasheal { font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFe; float:right; margin: 20px 10px 0 0;}
#jasheal a, #jasheal a:visited { text-decoration:none; color:#FFFFFe;}
#jasheal a:hover {text-decoration:underline;}
	
/* FORM SETUP */

#table_body{
	font-family:"Verdana, Arial, Helvetica, sans-serif;";
	font-size:12px;
	color:#333333;}
	
.attach_info{font-size:10px; font-weight:normal;}	
input.send-btn, input.clear-btn {
	border: 1px solid;
	border-color:#666666;
	width: 130px;
	height: 29px;
	background-color:#CCCCCe;
	outline: none;
}	
	
input.send-btn:hover, input.clear-btn:hover {
	background-color:#999999;
	border: 1px solid;
	border-color:#CCCCCC;
}

	
	
	
/*REUSEABLES*/	
.leftmargin{margin-left:140px;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
