/* cplStyles.css
**
** This is the general Css include for the site.  All standard
** styles should be defined here.
**
** Note the strategy here is to use object IDs wherever possible, i.e.
** where the control is unique within the page.  If this is not possible
** then use Css classes, preferably with a type selector.
**
*/



body
{
 background-color:#646567;
 margin:0 0 50px 0;
 /*background-image:url(UI/Images/Background.gif);
 background-repeat:repeat;*/
}

td
{
 vertical-align:middle;
}

h1
{
 margin:2px 0 6px 0;
 padding:0;
}

p
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:18px;
 margin:0 18px 8px 0;
}

ul
{
 margin:9px 20px 9px 20px;
 color:#A1634B;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
}
 
li
{
 padding:0 0 3px 0;
}
 

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

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


span.BlackType
{
color:#000000;
}
/********************************************************************
** Main page structure
/*********************************************************************/


#Nav
{
 margin: 0 auto;
 width:770px;
 color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 padding: 0 0 5px 5px;
}

#Footer
{
 margin: 0 auto;
 width:770px;
 color:#999;
 font-size:10px;
 padding:5px 0 5px 5px;
 text-align:left;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
}

#Footer a
{
 color:#999;
}

#Footer a:hover
{
 color:#ccc;
}

 
#MainTable
{
 border:10px solid #9C9EA0;
 width:760px;
}

#LeftShad
{
 background-image:url(UI/Images/LeftShad.gif);
}

#RightShad
{
 background-image:url(UI/Images/RightShad.gif);
}

#LeftColHome
{
 border:10px solid #ffffff;
 width:340px;
 padding:10px;
 background-color:#A1634B;
}


#LeftColstdPage
{
 width:360px;
 padding:10px;
 background-color:#ffffff;
 vertical-align:top;
}


#RightColHome
{
 border:10px solid #A1634B;
 width:360px;
}


/********************************************************************
** Projects 
/*********************************************************************/

#ProjectThumbs td.Image
{
 padding:10px 15px 2px 0 ;
}
 
#ProjectsText
{
 height:225px;
}

#ProjectThumbs td.Caption
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 }

div.Next 
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 text-align:right;
 margin:0;
 padding:0;
}







