@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/background_bg.jpg);
	background-repeat:repeat-x;
	background-color:#4365a0;
	padding-top: 40px;

}

 


/* This section sets up the default look and feel for any skin objects [tag].
	 i.e. copyright, terms, privacy, hostname, currentdate, login, breadcrumb. */

.SkinObject {font-family:Verdana; font-size:12px; color:#14285b; text-decoration:none; font-weight:normal}
a.SkinObject:link { color:#14285b; text-decoration:none; }
a.SkinObject:visited { color:#14285b;  text-decoration:none;}
a.SkinObject:hover { color:#9e7106;  text-decoration:none;}
A.SkinObject:active { color:#14285b;  text-decoration:none;}

/* This code below was created by Joe a custom tags as an addition to the skinobjects */

.LinksObject {font-family:Verdana; font-size:12px; color:#14285b; text-decoration:none; font-weight:normal}
a.LinksObject:link { color:#14285b; text-decoration:none; }
a.LinksObject:visited { color:#14285b; text-decoration:none;}
a.LinksObject:hover { color:#9e7106;  text-decoration:none;}
A.LinksObject:active { color:#14285b;  text-decoration:none;}



.containerness
{
	margin-left:auto;
	margin-right:auto;
	border:none;
	padding:0px 0px 0px 0px;

}

.contentzone{
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
}

/*-----shadow cells-----*/

.shadowtopleft
{
	background-image:url(images/topleft_shadow.png);
	height:10px;
	width:10px;
}

.shadowtop
{
	background-image:url(images/top_shadow.png);
	background-repeat:repeat-x;
	height:10px;
	width:935px;
}

.shadowtopright
{
	background-image:url(images/topright_shadow.png);
	height:10px;
	width:10px;
}

.shadowleft
{
	background-image:url(images/left_shadow.png);
	background-repeat:repeat-y;
	height:802px;
	width:10px;
}

.shadowright
{
	background-image:url(images/right_shadow.png);
	background-repeat:repeat-y;
	height:802px;
	width:10px;
}

.shadowbottomleft
{
	background-image:url(images/bottomleft_shadow.png);
	height:10px;
	width:10px;
}

.shadowbottom
{
	background-image:url(images/bottom_shadow.png);
	background-repeat:repeat-x;
	height:10px;
	width:935px;
}

.shadowbottomright
{
	background-image:url(images/bottomright_shadow.png);
	height:10px;
	width:10px;
}

/*-----end shadow cells-----*/

/*-----layout cells-----*/

.header
{
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-color:#abc0e4;
	height:143px;

}

.navigation
{

	background-image:url(images/nav_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#ffffff;
	height:46px;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
}

.quote
{
	background-image:url(images/quote_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:107px;
	width:935px;
}


.footer
{
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:130px;
	width:935px;	
}

.phone
{
	text-align:center;
	vertical-align:top;
	float:right;
	margin: 0px 20px 0px 0px;
	color:#fff7cd;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12pt;
}

.info
{
	text-align:center;
	vertical-algin:top;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight:normal;
	font-size:9pt;
	color:#14285b;
	margin: 0px 0px 27px 0px;
}

.contact
{
	text-align:center;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight:normal;
	font-size:9pt;
	color:#14285b;
	margin: 0px 0px 0px 0px;
}

.info a:hover
{
	color:#ffffff;
}

.fix
{
	height:2px;
}

/*-----end layout cells-----*/

/*-----content panes-----*/

.toppane
{
	width:100%;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 6px;
}

.bothleft
{
	background-color:#ffffff;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

.topleft
{
	width:100%;
	text-align: left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 6px 0px;
	border: 0px;
}

.leftpane1
{
	width:95%;
	height:100%;
    margin-left:22px;
}

.contentpane
{
	width:100%;
	text-align: left;
	background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.rightpane
{
	width:100%;

	background-color:#FFFFFF;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.bottompane
{
	width:100%;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 6px;
}

/*-----end content panes-----*/

/*-----Solpart Menu-----*/

.ninja
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #14285b; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	border:none;
	background-color: #ffffff;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	border:none; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-bottom: #14285b 1px solid; 
	border-left: #14285b 1px solid; 
	border-top: #14285b 1px solid; 
	border-right: #14285b 1px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #ffffff; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #9e7106; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #ffffff;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	color:#000000;
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	color:#14285b;
	cursor: pointer; 
	cursor: hand;
}

/*-----End Solpart Menu-----*/

/*-----Links Object-----*/



/*-----End Links Object-----*/

/*-----Login-----*/

.OtherTabs {
    font-weight: normal;
    font-size: 12pt;
    color: #14285b;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:#14285b;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#14285b;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#14285b;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#14285b;
}

/*-----End Login-----*/

