/* Page layout */
* {
 margin:0;
 padding:0;
}

/*Alsett Clearing Method for clearing div elements */
.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

#wrapper {
 width:100%;
 height:100%;
}

#main_content_wrapper {
 width:761px;
 margin:0px auto;
}

#ticker_pane {
 width:761px;
 height:31px;
 background-color:#999999;
}

#media_wrapper {
 width:761px;
 height:115px;
}

#media_logo {
 width:211px;
 height:115px;
 background-image:url(../media/images/page/page-logo.jpg);
 float:left;
}

#media_image {
 width:550px;
 height:115px;
 float:left;
}

#space_pane {
 width:761px;
 height:26px;
 background-color:#FFFFFF;
}

#title_wrapper {
 width:761px;
 height:29px;
}

#title_left {
 width:169px;
 height:29px;
 background-image:url(../media/images/page/title_left_bar.jpg);
 background-position:left;
 background-repeat:no-repeat;
 float:left;
}

#title_text {
 font-family:"Times New Roman", Times, serif;
 padding-right:15px;
 padding-left:15px;
 padding-top:6px;
 text-transform:uppercase;
 font-weight:bold;
 font-size:15px;
 background-color:#FFFFFF;
 float:left;
}

#title_right_container {
 background-image:url(../media/images/page/title_bg.jpg);
 background-repeat:repeat-x;
 background-color:#FFFFFF;
 width:592px;
 height:29px;
 float:left;
}

/*tertiary nav styles */
#tertiary a{
 text-transform:uppercase;
 font-size:10px;
 font-weight:bold;
 text-decoration:none;
 color:#5c3248;
}

#tertiary a:hover {
 color:#000000;
}

/*tertiary nav styles end */

/*page content begins here */

#content_wrapper {
 width:761px;
 background-color:#FFFFFF;
}

/*left wrapper*/
#content_left_wrapper {
 width:169px;
 float:left;
}

#content_left_inner_wrapper {
 width:169px;
}

#top_border_pane {
 width:169px;
 height:15px;
 background-image:url(../media/images/page/image-top-border.jpg);
}

#content_left_pane {
 width:169px;
 background-image:url(../media/images/page/image-dropshadow-right.jpg);
 background-repeat:repeat-y;
}

#content_left_inner_pane {
 padding-left:14px;
}

#bottom_border_pane {
 width:169px;
 height:10px;
 background-image:url(../media/images/page/image-dropshadow-bottom.jpg);
 background-position:top;
 background-repeat:no-repeat;
}
/*end left wrapper*/

#content_right_pane {
 width:592px;
 float:left;
}

#content_right_inner_pane {
 padding-left:15px;
 padding-right:45px;
 padding-bottom:25px;
}

/*end page content */

/*footer*/
#footer_pane {
 width:761px;
 height:28px;
 background-image:url(../media/images/page/footer.jpg);
}