/* Text #3366CC changed to #6495ED */

/* ---------------------------- | Basic Elements */

body  { 
	background: #FFF;
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	}

hr  { margin: 0; padding: 0;}



/***********************************************/
/* FORM Divs                                   */
/***********************************************/

form  { border: none; }

textarea  { 
	color: #333; 
	font-size: 11px; 
	border: solid 1px #969696;
	 }

input  { 
	background-color: #F5F5F5; 
	color: #333; 
	font-size: 11px; 
	 }

select  { 
	color: #333; 
	font-size: 11px; 
	background-color: #F5F5F5; 
	 }

.form-header  {
	color: #FFF;
	background: #096;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 4px;
	}
.form-text  {
	color: #333;
	font-size: 11px;
	}


/* ---------------------------- | MENU Elements */
/*
.dropdown  { 
	color: #333; 
	font: 11px verdana, arial, helvetica, sans-serif; 
	background-color: #F5F5F5; 
	padding: 3px; 
	width: 150px;
	 }
*/


/***********************************************/
/* LIST STYLES                                 */
/***********************************************/

/* ul, li, dir  { 
	list-style-type: circle; 
	list-style-image: url(../images/aclrpx.gif); 
	margin-left: 15px;
	 }
*/


ul.bullets li  {
	list-style-image: url(../images/arw_box.gif) no-repeat left center;  
	margin: 8px 0 12px 25px;
	}		

ol  { 
	list-style-type: decimal; 
	}
ol li { 
	margin-bottom: 10px;
	}

menu { margin: 0 }              /* tight formatting */

abbr, acronym, .explain  { 
	border-bottom: 1px dotted #333; 
	cursor: help;  
	}

b, strong  { font-weight: bolder; }  /* relative to the parent */

i, cite, em, var, address, blockquote  { font-style: italic; }

pre, tt, code, kbd, samp  { 
	font-family: monospace; 
	}

pre  { 
	background-color: #fff; 
	padding: 1em; 
	border: solid 1px #333; 
	}


/***********************************************/
/* HEADER STYLES                               */
/***********************************************/

h1, h2, h3, h4, h5, h6  { font-family: verdana, arial, helvetica, sans-serif; }

h1  {
	color: #000;
	font: 12px trebuchet;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

h2  {
	color: #900;
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	margin-top: 20px;
	border-top: 1px dashed #9C9;
	}
h3  { font-size: 140%; }
h4  { font-size: 120%; }
h5  { font-size: 100%; }
h6  { font-size: 80%; }




/***********************************************/
/* LINK STYLES                                 */
/***********************************************/


/*
a:link  { 
	color: #096; 
	text-decoration: none; 
	} 

a:visited  { 
	color: #096; 
	text-decoration: none; 
	}

a:hover  { 
	color: #F00; 
	text-decoration: none; 
	}


a:link img, a:visited img  { 
	border-style: none; 
	}
*/
a img  { color: white;  } /* The only way to hide the border in NS 4.x */

.hide {
	display: none;
	color: white;
	}


/* ---------------------------- | FOR TESTING ONLY */

/*
div  { border: 1px #C00 solid; } 
*/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#home	{
	margin: 150px auto;
	padding: 0;
	border: 1px dotted #DCDCDC;
	width: 700px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 700px;	 
	}


#wrapper	{
	margin: 20px auto;
	padding: 0;
	border: 1px dotted #DCDCDC;
	width: 600px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 600px;	 
	}

html>#wrapper	{
	width: 600px;
	} 

#header   { 
	background: url(../images/dw.jpg) no-repeat center 10px; 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #D3D3D3; 
	height: 75px 
	}

#content  {
	background-color: #FFF;
	width: auto;
	padding: 10px;
	}



/* ------------- | Clear Columns */
div.clearer  { font-size: 1px; height: 0px; clear: both; }




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

#menu-ALA {
	margin: 0;
	padding: 0;
	}

#menu-ALA ul {
	border: 0;
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu-ALA ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu-ALA ul li a {
	background: #fff;
	width: 185px;
	height: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #c30;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}

html>#menu-ALA ul li a  {
	font-size: x-small;   
	} 

#menu-ALA ul li#last a	{
	border-right: 1px solid #ccc;
	}


#menu-ALA ul li a:hover {
	color: #333;
	background: #F5F5F5;
	}

#menu-ALA a:active	{
	background: #c60;
	color: #fff;
	}


/***********************************************/
/* TEXT                                        */
/***********************************************/

.text  { 
	color: #333; 
	font-size: 11px;
	line-height: 16px;	
	}
.text a:link, .text a:visited { 
	color: #333; 
	font-size: 11px;
	line-height: 16px;	
	text-decoration: underline;
	}
.text a:hover { 
	color: #000; 
	text-decoration: none;
	}

.section  {
	color: #900;
	background-color: #F5F5F5;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px 0px 5px 0px;
	margin: 25px 0px 10px 0px;
	border-bottom: 1px dotted #CDCDCD;
	}

.address  {
	padding: 20px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	border: 1px dotted #DCDCDC;
	text-align: center;
	}
.resume-intro  {
	padding: 20px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 25px;
	border: 1px dotted #DCDCDC;
	}


/* ------------ | COLORS */

.wht  {  color: #FFF; }

.red  { color: #900;  }

.grey_dm  { 
	color: #696969; 
	}

.grey_dk  { 
	color: #A9A9A9; 
	}

.grey_lt  { 
	color: #D3D3D3; 
	}

.grey_gain  {
	color: #DCDCDC; 
	}


/***********************************************/
/* RESUME                                      */
/***********************************************/
.name  { 
	color: #000; 
	font-size: 12px; 
	font-weight: bold; 
	}

.headings  { 
	color: #000; 
	font-weight: bold; 
	}

.position  { 
	color: #C00; 
	}

.clients  { 
	color: #000; 
	font-style: italic;
	}

.jobinfo  { 
	color: #999; 
	}

.texthead  { 
	color: #000; 
	font-weight: bold; 
	}

.author  {
	 color: #999; 
	font-size: 10px; 
	}

.close  { 
	color: #333; 
	font-size: 9px; 
	}

.close a:link, .close a:visited  { 
	color: #333; 
	font-size: 9px; 
	text-decoration: none;
	}
.close a:link, .close a:visited  { 
	color: #000; 
	text-decoration: none;
	}


.border   { 
	padding: 10px; 
	border: 1px solid #000;
	 }


/***********************************************/
/* PORTFOLIO                                   */
/***********************************************/

.portfolio img  {
	float: left;
	padding: 10px;
	margin: 20px;
	border: 1px solid #DCDCDC;	
	}

.portfolio img.last  {
	padding: 10px;
	margin: 20px;
	border: 1px solid #DCDCDC;	
	}



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

#footer  {
	background: #F5F5F5;
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	border-left: 10px solid #DCDCDC;
	border-right: 10px solid #DCDCDC;
	}
#footer a:link, #footer a:visited {
	color: #333;
	font-size: 10px;
	margin-right: 10px;
	text-decoration: none;
	}
#footer a:hover {
	color: #900;
	text-decoration: none;
	}

#copyright  {
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 4px;
	}
#copyright a:link, #copyright a:visited {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	}
#copyright a:hover {
	color: #900;
	text-decoration: none;
	}

#partners  {
	color: #630; 
	font-size: 10px;
	text-align: center; 
	padding: 5px 0 5px 0; 
	background: url(../images/halfscreen-white.gif); 
	}
#partners a:link, #partners a:visited {
	color: #630;
	font-size: 10px;
	text-decoration: none;
	}
#partners a:hover {
	color: #900;
	text-decoration: none;
	}


