html
{
	background-color: #003772;
}

body {background-color: White;}

#body {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: url(images/body_bg2.png) repeat-x rgb(0, 55, 114);
	color: Black;
	overflow-y: scroll;
	font-family: Tahoma, Times New Roman, Arial;
}


img {
	border: none;
	padding: 0px;
	margin:0px;
}
table, tr, td
{
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p
{
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
}

.Normal
{
	font-family: Tahoma, Times New Roman, Arial;
	font-size: 14px;
	line-height: 19px;
}

h3
{
	font-family: Tahoma, Times New Roman, Arial;
	font-size: 15px;
	font-weight: bold;
}

.title, h2 { 
	color: black;
	font-family: Tahoma, Times New Roman, Arial;
	font-size: 16px;
	text-transform: uppercase;	
	font-weight: bold;
}

.login
{
	color: Black;
	text-align: center;
}

ul li
{
	list-style-image: url(images/unisun-bullet.png);
	list-style-type: square;
}

/* Control Panel */

#ControlPanel .SubHead, .ControlPanelHead
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}
 
.ControlPanelHead
{
	color: Black;
}

#dnn_ControlPanel
{
	background-color: Gray;
}


/* End Control Panel */



/* Menu Items */

#siteMenu
{
	background-color: rgb(0, 57, 118);
	vertical-align: top;
	height: 33px;
	width: 974px;
}

/* End Main Menu */


/* SubMenu */




/* End Submenu */

/* SideNav */

#sidenavdiv
{
	width: 234px;
	padding-top: 5px;
	padding-left: 10px;
}

#sidenavdiv a, #mainsidediv a
{
	color: #000000;
	font-weight: bold;
	padding-bottom: 35px;
}

#sidenavdiv a:hover
{
	color: rgb(77, 77, 77);
	color: #000000;
	font-weight: normal;
}

.SideNav
{
	width: 240px;
}

ul#sideNav
{
margin:0;
padding:0;
}


#sideNav li
{
	list-style-type: none;
	list-style-image: none;
}

#sideNav a:link, #sideNav a:visited, #sideNav a:active
{
	display:block;
	background: url(images/side_button.png) no-repeat;
	background-position: -274px 0px;
	height: 43px;
	line-height: 43px;
	width: 240px;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
	color: White;
	text-transform: uppercase;
}

#sideNav a:hover
{
	background-position: -18px 0px;
}
.firstSideNav
{
	width: 250px;
	background-color: White;
}

/* End SideNav */


/* Begin SideBar */

ul.sideBar
{
	margin-top: -25px;
}

.sideBar li
{
	position: relative;
	left: -32px;
	list-style-type:none;
	width: 100px;
	line-height: 40px;
    margin-top: 10px;
}

.sideBar li a.sidebarLinks:link,.sideBar li a.sidebarLinks:visited,.sideBar li a.sidebarLinks:active
{
	text-transform: uppercase;
	display: block;
	background: url(images/menu_bg.png);
	height: 40px;
	width: 170px;
	border: 1px solid white;
	text-decoration: none;
    font-size: 14px;	
	color: white;
}

.sideBar li a.sidebarLinks:hover
{
	background: url(images/sidebar_hover_bg.png);
}
.sidebarHeader
{
	color: White;
	position: relative;
	font-family: Tahoma, Times New Roman, Arial;
	left: -13px;
	font-size:15px;
}

.rightSideBar .Head
{
    padding-left: 40px;
    color: White;
    font-size:15px;
    text-transform: uppercase;
    line-height: 50px;
}

.rightSideBar a:link, .rightSideBar a:active, .rightSideBar a:visited
{
	color: rgb(240, 167, 44);
	text-decoration: none;
	font-weight: bold;
}

.rightSideBar a:hover
{
	color: rgb(105, 188, 229);
	text-decoration: none;
	font-weight: bold;
}

.rightSideBar
{
	width: 200px;
	margin-left: -20px;
	text-align:left;
}

.SideBar
{
	padding-top: 20px; 
	width: 212px; 
	margin-right: -40px; 
	vertical-align:top;
}

.SideBarTop
{
	background: url(images/grey_box_top.jpg) no-repeat;
	width: 212px;
	height: 14px;
}

.SideBarMid
{
	background: url(images/grey_box_mid.jpg) repeat-y; 
	vertical-align: top; 
	height:100px; 
	width:212px;
}

.SideBarBottom
{
	background: url(images/grey_box_btm.jpg) no-repeat;
	height: 21px;
	width: 212px;
}

/* Env SideBar */

/* Being SubNav */
/*.MainSubMenu_SubMenuItem
{
	color: White;
}*/
.MainSubMenu_RootMenuItem
{
	display: block;
	height: 18px;
	font-size: 14px; 
	line-height: 18px;
	text-transform: capitalize;
	font-family: Tahoma, Times New Roman, Arial;
   	font-weight: normal;
	padding-left: 15px;
	height: 25px;
	background: none;
	background: url(images/title_small.png) 0px 5px no-repeat;
	color: rgb(0, 57, 118);
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.MainSubMenu_RootMenuItemActive
{
	font-size: 14px;
	line-height: 18px;
	_line-height: 10px;
	_margin-left: 15px;
	height: 25px;
	font-family: Tahoma, Times New Roman, Arial;
   	font-weight: bold;
   	color: Green;
	cursor: pointer;
	cursor: hand;
}
/* End SubNav */

/* End Menu */


/* Begin Custom Styles */


a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active, a:link, a:visited, a:active
{
	color: #003976;
}

.Head
{
	font-family:Tahoma, Times New Roman, Arial;
	font-size: 18px;
	font-weight:normal;
	color: #003976;

}

.secondContentPane
{
	width: 420px;
	
}


.mid_content_fix {padding-left: 20px;}


a.CommandButton:hover
{
	color: rgb(105, 188, 229);
}


/* Begin Style */
#Main
{
	background-image: url(images/bg_star.png);
	background-repeat: no-repeat;
	text-align:left justify;
	border: none;
	height: 1239px;
}

#siteHeader
{
	background: url(images/header.jpg) no-repeat;
	width: 973px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	height: 151px;
}
.linkSpacer {width: 560px;}
.headerSpacer
{
	width: 59%;
}

.homeLink
{
	position: relative;
	left: 33px;
}

a.home:link, a.home:visited, a.home:active
{
	display: block;
	width: 188px;
	height: 121px;
	text-indent: -999em;
}


.headerMenu {padding-right: 6px;}
.headerMenu li
{
	align: right;
	list-style-type: none;
	float: left;
	color: White;
}
.headerMenu a:link, .headerMenu a:visited
{
	color: White;
	font-family: Tahoma, Times New Roman, Arial;
	font-size: 10px;
	text-transform: capitalize;
}

.headerMenu a:hover
{
	color: #6cb33f;
	text-decoration: none;
}
.spacer
{width: 8px;}

ul#sideNav
{
	position: relative;
	left: -3px;
    margin: 0px;
    padding: 0px;
}

.titleContent
{
	background: url(images/title_bg2.png);
	width: 220px;
	padding: 10px 0px 20px 12px;
}

.titleContent a:link, .titleContent a:visited, .titleContent a:active, .titleContent a:hover
{
	text-decoration: underline;
}

#titleLeftBottom
{
	background: url(images/title_bg_bottom3.png) no-repeat;
	height: 20px;
}

#titleMiddleBottom
{
	background: url(images/title_bg_bottom3.png) no-repeat;
}
#titleRightBottom
{
    background: url(images/title_bg_bottom3.png) no-repeat;
}
#siteContent
{
	background: url(images/content_bg5.png) repeat-y -7px 0px;
	width: 975px;
	height: 245px;
}

#secondSiteContent
{
	background: url(images/second_content_bg.png) repeat-y 0px 0px;width: 974px;
}

#thirdSiteContent
{
	background: url(images/content_bg5.png) no-repeat;
	padding-top: 10px;
}

#dnn_lowerLeftSidePane
{
	margin: -55px 0px 0px 5px;
	width: 226px;
	background: none;
	vertical-align: top;
}

#siteFooter
{
	background: url(images/content_bottom_new.png) no-repeat;
	background-position: 0px 0px;	
	height: 79px;
	width: 974px;
	padding-top: 10px;
	text-align: center;
}

#siteFooter, #secondSiteFooter
{
	font-size: 18px;
	color: White;
	height: 85px;
	font-family: Tahoma, Times New Roman, Arial;
}

#secondSiteFooter
{
	background: url(images/content_bg_bottom22.png) no-repeat -1px 0px;
	width: 974px;
	padding-top: 40px;
	text-align: center;
}

#siteFooter a:link, #siteFooter a:visited, #siteFooter a:active, #secondSiteFooter a:link, #secondSiteFooter a:active, #secondSiteFooter a:visited
{
	color: Green;
	font-size: 18px;
	font-family: Tahoma, Times New Roman, Arial;
	font-weight: normal;
}

.orangeHeader
{
	color: rgb(232, 109, 31);
	font-family: Tahoma, Times New Roman, Arial;
	font-size: 18px;
}



.secondSpacer {width: 14px;}
.thirdSpacer {width: 8px;}
.thirdSiteContent
{
	width: 660px;
}

.titleContent h2.blog_title, .titleContent h2.blog_title a:link, .titleContent h2.blog_title a:visited, .titleContent h2.blog_title a:active
{
	font-size: 12px;
	margin: 10px 0 5px 0;
	font-family: Tahoma, Times New Roman, Arial;
	text-transform: capitalize;
}

.ieFooterFix {margin-top: -2px;}

.headerMenu li
{
	list-style-image: none;
}

#dnn_dnnSEARCH_txtSearch
{
	background: url(images/search.png) no-repeat;
	border: none;
	height: 22px;
	width: 136px;.
}

#dnn_dnnSEARCH_cmdSearch
{
	display: none;
}

.blog_footer
{

	padding-bottom: 0px;
	border-bottom: none;
}

.blog_body
{
	font-size: 14px;
	font-family: Tahoma, Times New Roman, Arial;
}

.top {height: 59px;position: relative;top: 5px;}
.chromeFix {position: relative;top: 17px;}	
.home {height: 125px;}
.linkFix
{
position: relative;left: 30px;top: -10px;
}

a:focus, a:hover, a:active, a.SkinObject:hover
{
	outline: none;
	text-decoration: none;
	color: green;
}

h2.blog_title
{
	text-transform: capitalize;
	font-family: Tahoma, Times New Roman, Arial;
	font-weight: normal;
	font-size: 18px;
}

#dnn_titleTree .blog_footer
{
	display: none;
}

a.Facebook:link, a.Facebook:visited, a.Facebook:active
{
	display: block;
	background: url(images/twitterfacebook_envio.png) -31px 0px no-repeat;
	width: 30px;
	height: 30px;
	behavior: url(iepngfix.htc);
	
}

a.Facebook:hover
{
	background-position: -31px -31px;
}

a.Twitter:link, a.Twitter:visited, a.Twitter:active
{
	display: block;
	background: url(images/twitterfacebook_envio.png) no-repeat;
	width: 30px;
	height: 30px;
	behavior: url(iepngfix.htc);
}

a.Twitter:hover
{
	background-position: 0px -31px;
}
