/*		BASE RULES		*/
img
{
	border: 0px;
}
p
{
	margin: 0 0 10px 0;
	padding: 0;
}
table
{
	font-size: 12px;
	font-family: Arial, sans-serif;
}
ul
{
	list-style-image: url('arrow-blue.gif');
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 8px 25px;
	padding: 0;
}
/*		BODY & WRAPPER		*/
body
{
	margin: 0px;
	border: 0;
	padding: 0;
	background: #fff;
}
h1
{
	font-family: Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #0067c5;
	margin: 5px 0 7px 0;
}
h2
{
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0067c5;
	margin: 15px 0 5px 0;
}
h3
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0067c5;
	margin: 15px 0 5px 0;
}
h4
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0067c5;
	margin: 12px 0 4px 0;
}
h5
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0067c5;
	margin: 9px 0 3px 0;
}
h6
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0067c5;
	margin: 6px 0 1px 0;
}
/*       MAIN         */
#logo
{
	padding: 10px;
}
#tagline
{
	padding: 28px 5px 0 80px;
}
#solpart
{
	background: transparent url('images/nav-bg.gif') repeat-x top left;
}
#navlinks
{
}
#flash
{
	padding: 10px 0;
}
#main
{
}
.main1
{
	padding: 0 15px 0 0;
}
.main2
{
	padding: 0 0 0 15px;
}
.main3
{
	padding: 0 5px 0 0;
}
.main4
{
	padding: 0 0 0 5px;
}
#mainint
{
	padding: 0 10px 10px 10px;
}
#finderpad
{
	padding: 20px 0 10px 0;
}
#finder
{
	background: transparent url('images/find-bg.gif') repeat-x top left;
	margin: 0 15px 0 0;
}
#finder1
{
	padding: 0 0 0 30px;
}
#finder a:link, #finder a:visited, #finder a:hover, #finder a:active
{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#finder2
{
	padding: 0 0 0 20px;
}
#sephome
{
	width: 20px;
}
#mainright
{
}
#contact
{
	background: transparent url('images/contact-bg.gif') repeat-x top left;
}
#contactbody
{
	padding: 0 10px 0 30px;
}
#contactbody a:link, #contactbody a:visited, #contactbody a:active
{
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
#contactbody a:hover
{
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}
#footer
{
	padding: 10px;
	font-size: 10px;
	color: #00b2de;
}
.footer div, .footer a, .footer p
{
	font-size: 10px;
	color: #00b2de;
}
.footer a:link, .footer a:visited, .footer a:active
{
	font-size: 10px;
	color: #00b2de;
}
.footer a:hover
{
	font-size: 10px;
	color: #0067c5;
}
/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.NormalRed
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.NormalBold
{
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}
A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}
A.CommandButton:hover
{
	text-decoration: underline;
	color: #FF0000;
}
A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}
/* GENERIC */
a:link
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
/*___________________________________________________________________________________________*/
a.links_bottom:link
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0067c5;
	text-decoration: none;
	font-weight: normal;
}
a.links_bottom:visited
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0067c5;
	text-decoration: none;
	font-weight: normal;
}
a.links_bottom:hover
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #00b2de;
	text-decoration: none;
	font-weight: normal;
}
a.links_bottom:active
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0067c5;
	text-decoration: none;
	font-weight: normal;
}
.links_bottom
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #0067c5;
	text-decoration: none;
	font-weight: normal;
}
/* Admin Links */
a.admin_links:link
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6f8094;
	text-decoration: none;
	font-weight: normal;
}
a.admin_links:visited
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6f8094;
	text-decoration: none;
	font-weight: normal;
}
a.admin_links:hover
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
a.admin_links:active
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6f8094;
	text-decoration: none;
	font-weight: normal;
}
.admin_links
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #6f8094;
	text-decoration: none;
	font-weight: normal;
}
/*__________________________________ start copyright _______________________________________________*/
.Copyright
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: none;
}
a.Copyright:link
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
a.Copyright:hover
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
a.Copyright:active
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
a.Copyright:visited
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
/*__________________________________ end copyright ______________________________________*/
/* Main Menu */
.MainMenu_MenuContainer
{
	border: 0px;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	padding-bottom: 0px;
	width: 100px;
}
.MainMenu_MenuBar
{
}
.MainMenu_MenuItem
{
	background-color: #fff;
	cursor: pointer;
	color: #00b2de;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 0px;
}
.MainMenu_MenuItemSel
{
	background-color: #00b2de;
	cursor: pointer;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 0px;
}
.menuitembreadcrumb, .MainMenu_MenuItemBreadcrumb, .MainMenu_SubMenuItemActive
{
	background-color: #00b2de;
	cursor: pointer;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 0px;
}
.MainMenu_MenuIcon
{
	background: #e8e8e8 url('images/arrow-blue.gif') no-repeat center center;
}
.rootmenuitem
{
	background: transparent;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, sans-serif;
	padding: 0 5px 0 3px;
	margin: 0;
	border: 0;
	cursor: pointer;
	height: 39px;
}
.rootmenuitemselected
{
	background: transparent url('images/nav-on.gif') repeat-x top;
	color: #00b2de;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, sans-serif;
	padding: 0 5px 0 3px;
	margin: 0;
	border: 0;
	cursor: pointer;
	height: 36px;
}
.rootmenuitembreadcrumb
{
	background: transparent url('images/nav-on.gif') repeat-x top;
	color: #00b2de;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, sans-serif;
	padding: 0 5px 0 3px;
	margin: 0;
	border: 0;
	cursor: pointer;
	height: 36px;
}
/*
.rootmenuitemselectedbreadcrumb {
	background: transparent;
	color: #ff5599;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 0;
	cursor: pointer;
	display: table-cell;
	border-bottom: 0px solid #7aba00;
}
*/
.submenu
{
	z-index: 1000;
	position: static; /*	background-color: #57585C;  	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 	border: 0px #A7A7A7 solid;*/
	margin: 0px 0 0 0;
	padding: 0px;
	border: 1px solid #ececec;
}
.MainMenu_MenuBreak
{
	border-bottom: transparent 0px solid;
	border-left: transparent 0px solid;
	border-top: transparent 0px solid;
	border-right: transparent 0px solid;
	background-color: transparent;
	height: 0px;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 0px;
	cursor: pointer;
	border-right: #EFEFEF 0px solid;
	border-bottom: #EFEFEF 0px solid;
	border-top: #EFEFEF 0px solid;
}
.MainMenu_RootMenuArrow
{
	background: transparent url('images/arrow-blue.gif') no-repeat left center;
	font-family: webdings;
	font-size: 0px;
	cursor: pointer;
}
/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/

.logout, .logout a:link
{
	color: #0067c5;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, sans-serif;
}




#menubarLeft
{
	background: transparent url('images/nav-left.gif') repeat-x top;
}

#menubarRight
{
	background: transparent url('images/nav-right.gif') repeat-x top;
}




body
{
	margin-top: 0px;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #D7F4F9;
}
.main
{
	background-color: #FFFFFF;
	border: 10px none #04c9ec;
}
.secondary
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	background-color: #FFFFFF;
	height: 10px;
}
.centerContent
{
	width: 970px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.centerDiv1
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4e8fc8;
	border-right-color: #4e8fc8;
	border-bottom-color: #4e8fc8;
	border-left-color: #4e8fc8;
}
.WindowsWebMobile
{
	background-image: url(images/bgWindowsWeb_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.style1
{
	color: #1C82C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.news
{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #e5f9fd;
}
.secondary2
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	background-color: #FFFFFF;
	height: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.accolades
{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 67px;
	background-image: url(images/quote1_11.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.style4
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.style5
{
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.style6
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style7
{
	color: #1C82C5;
	font-weight: bold;
}
.style9
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2587C8;
}
.accolades2
{

	background-image: url(images/quote2_11.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
