body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

td {
	vertical-align:top;
}

/* paragaph fixes margin height on top of p tags */
p {
	margin-top:0px;
}

.nav {
	background-image:url(images/bg_nav.gif);
	background-repeat:no-repeat;
	padding-left:13px;
}


#banner {
	background-image:url(images/banner.jpg);
	width:680px;
	height:202px;
}

#belowbanner {
	background-image:url(images/bottom_banner.gif);
	width:680px;
	height:15px;
	font-size:1px;
}

#belowbannerin {
	background-image:url(images/bottom_bannerin.gif);
	width:680px;
	height:15px;
	font-size:1px;
}

.bgstripes {
	background-image:url(images/bg_right2.gif);
	background-repeat:repeat-x;
}

.footer {
	height:31px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CDCDCD;
	padding-top:8px;
	padding-left:10px;
}

.search {

padding-top:4px;
}

.search .SkinObject {
	color:white !important;
}	


/* ----- CONTAINERS ------- */


#topleftpane {
	border-bottom:1px solid #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	background-image:url(http://raiseproduction.com/Portals/_default/Skins/Stellarton/images/image.jpg);
	background-position:bottom;
	background-position:right;
	background-repeat:no-repeat;
}




#toprightpane {
	background-image:url(images/bg_rightcolumn.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
}

#bottomleftpane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding:12px;
}

#insidepane {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#252525;
	line-height:14px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
	width:655px !important;
	background-image:url(images/bg_content.gif);
}

.bgcontent {
	background-image:url(images/bg_contend_index.gif);
	background-repeat:repeat-y;
}

.bgcontentinside {
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
}

.footerlink {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff !important;
}

.footerlink:hover {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#CDCDCD !important;
}

a:link, a:visited, a:active {
	font-weight:bold;
	color:#00518e;
}

a:hover {
	color:#17365d;	
}	



/* -------- MENU LINKS ---------- */



/* Main nav menu classes */
.NavMenu_MenuContainer
{
	width: 535px;
	height: 0px; /* Ensures the menu doesn't come down to far pushing other elements around */
	vertical-align:bottom;
	float:left;
}

/* FIX for rendering issue in IE. There's an empty cell at the end that IE renders has having height,
   this makes it render smaller. This font setting is over written for all other menu items. */
.NavMenu_MenuContainer td
{
	font-size: 0px;
	vertical-align:top;
}

.NavMenu_MenuBar
{
	cursor: pointer;
	background-color: Transparent;
}

.NavMenu_RootMenuItemActive {}

/* Root table cell */
tr.NavMenu_RootMenuItem td
{
	line-height:30px;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	vertical-align:top;
	padding-right:15px;
}

/* Root table cell that is selected (click/hover)*/
tr.NavMenu_RootMenuItemSel td
{
	line-height:30px;
	color: black;
	font-weight:bold;
	font-size: 11px;
	color:#000000;
	background-color:transparent;
	vertical-align:top;
	padding-right:15px;
}

.NavMenu_RootSeparator
{
}


/* VERY IMPORTANT TO INCLUDE - FOR DROP DOWN MENU SIZE */
.NavMenu_MenuItem td {
	font-size: 11px;
	line-height:30 px; 
	padding-right:15px !important;
	color:white;
	font-weight:bold;
}


.NavMenu_MenuItem
{
	cursor: pointer;
	color: #000000; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight:normal;
	font-style: normal; 
	background-color:#transparent;
	vertical-align:middle;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
}

.NavMenu_MenuIcon
{
	background-color: #16355c; 
	border-left: #16355c 1px solid; 
	border-bottom: #16355c 1px solid; 
	border-top: #16355c 1px solid; 
	cursor: pointer;
	text-align: center; 
	width: 10px; 
	height: 20px;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
}

.NavMenu_MenuArrow {
/* important used so the subnav doesn't get bigger on the right side */
border-bottom: solid 1px white !important;
width:12px;
border-right:none !important;
}


.NavMenu_MenuSel
{
	background-color: transparent; 
	cursor: pointer;
	color: white; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	
}

.NavMenu_MenuBreak
{
	height: 4px;
	padding: 0px;
	margin: 0px;
}

.NavMenu_MenuBreak table
{
	display: none;
}

.NavMenu_SubMenu
{
	background-color: #16355c; 
	z-index: 1000; 
	cursor: pointer;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	font-weight: normal; 
	font-style: normal;
	vertical-align:middle;
}

.NavMenu_SubMenuSel
{
	background-color: #00508d;
	cursor: pointer;
	color: white; 
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	vertical-align:middle;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
}