﻿body 
{
    font-family: Tahoma;
}

a
{
    color: #cb6225;
    text-decoration: none;
}

a:hover
{   
    text-decoration: underline;
}

#container
{
	background:#eaebea repeat-y;
    width: 955px;
    margin: auto;
}

img.img-center {
	margin:10px 0px 10px 350px;
}

/***********************************************/
/************** Header Styles ******************/
/***********************************************/

#hd
{
    padding-top: 12px;
    color: #cb6225;
    font-size: 13px;
}

#hd #right
{
    float: right;
    width: 450px;
    text-align: right;
}

#hd #right li
{
    float: left; 
}

#hd #right input
{
    width: 210px;
    margin-left: 90px;
    margin-right: 5px;
}

#hd #right div
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-top: 10px;
    letter-spacing: .04em;
}

#hd #right div strong
{
    font-size: 29px;
    font-weight: bold;
    color: #cb6225;
}

#tadPic
{
    line-height: 1;
    width: 955px;
    height: 348px;
}

#tadPic.subpagePic
{
    /*height: 160px;*/
		max-height: 275px;
		*height: 275px;
}

/************* Header Styles End ***************/


#bd
{
    background: #eaebea url(../images/bd-bg.jpg) no-repeat;
    padding: 5px 0 5px 5px;
    margin-bottom: 2px;
}

/***********************************************/
/************** Top Nav Styles *****************/
/***********************************************/
#topNav
{
    line-height: 1;
    margin-top: 1px;
		background:		url(../images/nav-bg.jpg) repeat-x;
}

#topNav:after, .centeredMenu:after, #defenseCenterSteps:after, #right ul:after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

/* This hack does it for IE */
#topNav, .centeredMenu, #defenseCenterSteps, #right ul {
    *zoom: 1;
}

/************ Top Nav Styles End ***************/

/***********************************************/
/********* Main Content Styles Start ***********/
/***********************************************/
.imgBorder
{
		
		border: 1px solid #444;
		margin: 3px;
}

.imgRight
{
		float: right;
		border: 1px solid #444;
		margin: 3px 0 3px 7px;
}

.imgRightNoBorder
{
		float: right;
		margin: 3px 0 3px 7px;
}

.imgRightBlock
{
		/*float: right;*/
		display: block;
		border: 1px solid #444;
		margin: 3px 0 3px 7px;
}

.imgLeft
{
		float: left;
		border: 1px solid #444;
		margin: 3px 7px 3px 0;
}

img.img-left {
	float:left;
	margin:5px 5px 5px 15px;
}

.imgLeftLi
{
		float: left;
		border: 1px solid #444;
		margin: 3px 25px 3px 0;
}

#mainContent
{
    margin-right: 200px;
}

#mainContent h1
{
    background: url(../images/h1-bg.jpg) no-repeat;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	text-transform: uppercase;
    padding: 3px 10px 3px 10px;
    letter-spacing: .03em;
}

#mainContent h1.left {
	margin-left:2px;
    background: url(../images/h1-bg.jpg) no-repeat;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
	text-transform: uppercase;
    padding: 3px 0px 3px 3px;
    letter-spacing: .03em;
}

#mainContent h1 span
{
    /*color: #de6b29;*/
		color: #fff;
    letter-spacing: .01em;
}

#mainContent h1 a
{
	text-decoration: none;
	color: #fff;
}

#mainContent h1 a:hover
{
	color: #de6b29;
}

#mainContent h2
{
	font-size: 16px;
	font-weight: bold;
    color: #373737;
    margin-top: 15px;
}

#mainContent .siteMap li
{
	list-style: decimal;
	font-weight: bold;
}

#mainContent .siteMap ul li
{
	list-style: lower-alpha;
	font-weight: bold;
}

#mainContent #siteMapCol1
{
    float: left;
    width: 365px;
}

#mainContent #siteMapCol2
{
    margin-left: 370px;
    padding: 0;
}

.simH2Big
{
	font-size: 22px !important;
	font-family: Helvetica, Geneva, Arial, sans-serif !important;
}

.simH3Big
{
		font-size: 20px !important;
		font-family: Helvetica, Geneva, Arial, sans-serif !important;
		margin-top: 0px !important;
}

#mainContent h3
{
		color: #de6b29;
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
}

#mainContent h4
{
		color: #373737;
		font-size: 14px;
		font-weight: bold;
}

#mainContent h5
{
		color: #de6b29;
		font-size: 14px;
		font-weight: bold;
}

#mainContent h6
{
		color: #373737;
		font-size: 13px;
		font-weight: bold;
}


#mainContent strong
{
		font-weight: bold;
}

#mainContent a
{
		text-decoration: underline;		
		font-weight: bold;
}

#mainContent h2 a:hover, #mainContent h3 a:hover, #mainContent h4 a:hover,
#mainContent h5 a:hover, #mainContent h6 a:hover, #mainContent p a:hover, 
#mainContent ul li a:hover, #mainContent ol li a:hover
{
		color: #000;
		text-decoration: underline;
}


.twoColumnSubpage
{
    padding: 10px;
}

.threeColumnSubpage .left
{
    float: left;
    width: 190px;
		margin-left: -5px;
}

.threeColumnSubpage .main
{
	background:#eaebea;
    margin-left: 190px;
    padding: 0 5px 0 10px;
}

.twoColumnSubpage h1
{
    margin-left: -10px;
    /*margin-right: -150px;*/
}

.threeColumnSubpage h1
{
    margin-left: -10px;
    margin-bottom: 15px;
}


#mainContent p
{
	font-size: 13px;
	color: #363535;
	margin-bottom: 20px;
	line-height: 1.55em;
	text-align: left;
}

#mainContent .orangeTxt
{
		color: #C15B1E;
}
#mainContent em
{
	font-style: italic;
}

#mainContent ul
{
    margin-left: 18px;
    margin-bottom: 15px;
}

#mainContent ul li
{
    list-style-type: disc;
    color: #363535;
		font-size: 12px;
		margin: 0 0 10px 15px;
}

#mainContent .heading ul li
{
		list-style: square;
		font-size: 18px;
		color: #C15B1E;
		line-height: 26px;
}

#mainContent ol li
{
		margin: 5px 15px 15px 25px;
		list-style: outside decimal;
}

#bd .twoColumnSubpage p
{   
    line-height: 1.45em;
    margin-bottom: 15px;
}


#mainContent .twoColumn .left
{
    float: left;
    width: 180px;
    
}

#mainContent .twoColumn .left-two
{
	padding-top:35px;
    float: left;
    width: 180px;
}

#mainContent .twoColumn .left p
{
    color: #cb6225;
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
    line-height: 1.45em;
}

#mainContent .twoColumn .main
{
    margin-left: 180px;
    padding: 20px 20px 10px 0px;
}

#mainContent #signature
{
    padding-top: 70px;
    background: url(../images/tad-signature.jpg) no-repeat;
}

#mainContent table
{
    width: 99%;
    margin-bottom: 15px;
}

#mainContent td
{
    vertical-align: top;
}

#mainContent table td
{	
	border: 4px solid #444344;
	font-size:12px;
	font-family: Helvetica, Geneva, sans-serif;
	background-color:#ffffff;
	padding:3px 7px 2px 7px;
}
#mainContent table th
{
	border: 4px solid #444344;
	/* originally 1 px */
	font-size:16px;
	padding: 2px;
	font-family: Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	/*background-color:#de6b29;*/
	/* original orange above */
	/*background-color: #d7d7d7;*/
	/* a gray */
	background: url(../images/th-bckgrd.jpg) repeat; 
	text-align:center;
	font-weight:bold;
}

#mainContent .tableHeading
{
	background: url(../images/th-bckgrd.jpg) repeat; 
	text-align:center;
	font-weight:bold;
}
/********** Main Content Styles End ************/

/***********************************************/
/*********** Defense Center Styles *************/
/***********************************************/
.clear	{ 
	clear:both;
	}

#defenseCenterSteps li
{
    float: left;
    width: 162px;
    height: 135px;
    _height: 145px;
    border-left: solid 1px #838383;
    padding: 10px 4px 5px 4px;
    position: relative;
}

#defenseCenterSteps li.first
{
    border-left: none;
		list-style: none;
		padding-left: 0;
		margin-left: 0;
}

#defenseCenterSteps li.rest
{
    list-style: none;
}

#defenseCenterSteps h1
{
		padding: 0;
		margin: 0 0 2px 0;
    font-weight: bold;
    font-size: 15px;
    color: #cb6225;
    background: none;
    letter-spacing: 0em;
		line-height: 18px;
}

#defenseCenterSteps h2
{
    padding: 0;
		margin: 0;
		font-weight: bold;
    font-size: 12px;
    color: #353535;
}

#defenseCenterSteps p
{
    font-size: 11px;
    color: #353535;
    position: absolute;
    top: 75px;
    left: 12px;
}

.imageLeft
{
    float: left;
    margin-right: 5px;
}


/********* Defense Center Styles End ***********/


/***********************************************/
/************ Right Column Styles **************/
/***********************************************/

#rightCol
{
    float: right;
    width: 190px;
    border-left: solid 1px #b9b9b9;
    padding-left: 4px;
}


.grayBox
{
    background-color: #444444;
    padding: 8px 9px;
    margin-bottom: 3px;
}

.grayBox h1
{
    font-size: 18px;
    color: #cb6225;
    padding-bottom: 3px;
}

.grayBox li
{
    color: #ffffff;
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 3px;
}

.grayBox a
{
    color: #ffffff;
    text-decoration: none;
}

.grayBox a:hover
{
    text-decoration: underline;
}

#caseEval
{
    background: url(../images/free-case-bg.jpg) no-repeat;
    padding: 3px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#caseEval h1, #meetTad h1
{
    font-size: 21px;
		line-height: 22px;
		padding: 4px 2px;
    color: #000000;
}

#caseEval h1 span, #meetTad h1 span
{
    color: #cb6225;
}

#caseEval div
{
    background: url(../images/case-eval-bg.gif) no-repeat;
    padding: 5px;
    margin-bottom: 2px;
}

#caseEval input, #caseEval textarea
{
    width: 99%;
    margin: 2px 0;
    font-size: 11px;
}

#meetTad h1
{
    font-size: 18px;
    padding: 10px 0;
}

#meetTad p
{
    padding-right: 5px;
		font-size: 11px;
}

#meetTad #credit
{
    text-align: center;
    padding: 10px 0 0 0;
}

/********** Right Column Styles End ************/


/***********************************************/
/*************** Footer Styles *****************/
/***********************************************/

#ft
{
    background-color: #eaebea;
}

#ftContainer
{
    background: url(../images/bottom-bar.jpg) no-repeat 0 3px;
    padding-top: 30px;
    width: 955px;
    margin: auto;
}

#bottomLinks a
{
    color: #373737;
}

.centeredMenu
{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.centeredMenu ul
{
 clear:left;
 float:left;
 position:relative;
 left:50%;
 text-align:center;
}

.centeredMenu li
{
  display:block;
  float:left;
  position:relative;
  right:50%;
  padding: 0px 10px;
}

#socialLinks
{
    text-align: center;
    padding-top: 30px;
    _padding-top: 0px;
    line-height: 2;
    font-size: 11px;
}

#socialLinks a
{
    width: 89px;
    height: 29px;
    display: block;
}

#socialLinks li
{
    padding: 0px 5px;
}

#socialLinks a:hover
{
    background-position: 0 -29px;
}

#socialLinks .youtube
{
    background: url(../images/you-tube.jpg) no-repeat;
}

#socialLinks .twitter
{
    background: url(../images/twitter.jpg) no-repeat;
}

#socialLinks .facebook
{
    background: url(../images/facebook.jpg) no-repeat;
}

.center {
	text-align:center;
}

#ft #logo
{
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
    color: #363636;
}

#ft #logo div
{
    padding-top: 10px;
}

#ft #logo span
{
    color: #cb6225;
    font-size: 14px;
    font-weight: bold;
}

#copyright
{
    padding-top: 40px;
    font-size: 11px;
    text-align: center;
    color: #363636;
}

#copyright p {
	font-size: 11px;
	text-align: center;
	color: #363636;
	padding-bottom: 20px;
}
	

#copyright div
{
    font-size: 10px;
    padding-bottom: 50px;
}

#copyright a
{
    color: #363636;
}

/***********************************************/
/************* Footer Styles End ***************/
/***********************************************/

