@charset "UTF-8";
/* CSS Document */

body {margin: 0px;padding: 0px; }
ul {list-style-type:none}
img {border:0}

/*template styles */
#contentWrapper {margin: auto; width:100%; }
#header {background:url('../images/bg_blue.png') top left repeat-x; width:100%; height:70px;}
#logo {margin:auto; width:968px;}
#logo img {float:left; margin-top:15px; margin-left:25px;}
#content {background:url('../images/bg_black.png') top left repeat-x; width:100%; height:593px;}
#contentCell {margin:auto; width:968px; background:url('../images/background_image.jpg') top left no-repeat; height:593px; position:relative;}
#contentCell img{position:absolute; left:48px; top:85px; color: #101e38; font-size:32px; font-family:helvetica; }
#contentCell p {position:absolute; left:48px; width:510px; top:195px; font-size:14.5px; font-family:arial; color:#d6d3d3; line-height:22px;}
* html #contentCell p {position:absolute; left:48px; width:510px; top:150px; font-size:14.5px; font-family:arial; color:#d6d3d3; line-height:22px;}

#contentCell p.link {color:#aa9f9b; position:absolute; left:48px; width:550px; top:355px; font-size:14px; font-family:arial;  line-height:22px; font-weight:normal;}
* html #contentCell p.link {color:#aa9f9b; position:absolute; left:48px; width:550px; top:140px; font-size:14px; font-family:arial;  line-height:22px; font-weight:normal;}

#contentCell p.link a {color:#aa9f9b; text-decoration:none; font-weight:bold; font-size:16px }
#contentCell p.link a:hover {color:#ffffff; text-decoration:none; font-weight:bold; font-size:16px  }

#footer {background:url('../images/bg_stripe.png') top left repeat-x; width:100%; height:353px;}
#footerCell {margin:auto; width:968px;  height:25px; position:relative; }
#footerContent {float:left; font-family:arial; font-size:10px; color:#FFFFFF; margin-top:25px; margin-left:25px; line-height:16px;}
#footerContent span {color:#aa9f9b;}

#footerLogo {float:right; margin-top:12px; margin-right:12px;}

