@charset "UTF-8";
/* CSS Document */

/* 
Copyright 2010 Symbiont Studios 
Author: Brandon Jacques
Author URL: http://www.symbiontstudios.com
*/


/* Interior Page layout */
/* ------------------------------------------------- */

#mastercontainer {
width:100%;
height:100%;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
/*background-image:url('../_images/hdr_bg.jpg');*/
/*background-repeat:repeat-x;*/
background-color: #FFFFFF;
}

#titlebar{
width:100%;
height:29px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-image:url('../_images/titlebar_bg.jpg');
background-repeat:repeat-x;
background-color: #002f62;
}

#header-container {
width:100%;
height:87px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-image:url('../_images/hdr_bg.jpg');
background-repeat:repeat-x;
background-color: #FFF;
}

#header {
width:1024px;
height:87px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-image:url('../_images/hdr_bg.jpg');
background-repeat:no-repeat;
background-color: #FFF;
}

#display {
width:100%;
height:284px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
text-align: left;
background-image:url('../_images/display_bg2.jpg');
background-repeat:repeat-x;
background-color: #00467f;
}

#main-container {
width:100%;
height:auto;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-image:url('../_images/main_bg.jpg');
background-repeat:repeat-x;
background-color: #FFF;
}

#main {
width:1024px;
height:auto;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-image:url('../_images/main_bg.jpg');
background-repeat:repeat-x;
}

#actionitem-container {
width:220px;
height:500px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding:0px;
float:left;
background-image:url('../_images/sidenav_bg.jpg');
background-repeat:no-repeat;
}

#actionitem {
width:210px;
height:auto;
margin-top:10px;
margin-left:0px;
margin-right:0px;
padding:0px;
float:left;
background-color: #ffcf02;
}

#actionitem-img {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding:5px 10px 5px 10px;
}

#content {
width:575px;
height:100%;
min-height:645px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding: 0px 220px 0px 220px;
}

#content-divider-tp {
width:571px;
height:20px;
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding:0px;
background-image:url('../_images/content_bt_divide.png');
background-repeat:no-repeat;
}

#content-divider-bt {
width:571px;
height:20px;
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding:0px;
background-image:url('../_images/content_tp_divide.png');
background-repeat:no-repeat;
}

#profile {
width:575px;
height:auto;
margin-top:10px;
margin-left:0px;
margin-right:0px;
padding:4px;
}

#featured-container {
width:220px;
height:500px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding:0px;
float:right;
background-image:url('../_images/featured_bg.jpg');
background-repeat:no-repeat;
}

#featured {
width:200px;
height:auto;
margin-top:10px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding:0px;
float:right;
}
#feature-item {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding:5px 10px 5px 10px;
}

#footer {
width:100%;
/*height:56px;*/
height:71px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
align:bottom;
text-align: left;
/*background-image:url('../_images/ftr_bg_sliver.jpg');*/
background-image:url('../_images/footer_bg.jpg');
background-repeat:repeat-x;
background-color: #666666;
}


