/*-- Import CSS --*/
@import "admin.css";
@import "menu.css";

/*========================================================*/
/*  Default CSS                                           */
/*========================================================*/

/* HTML BODY css  --*/
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*========================================================*/
/*  Headings and Links                                    */
/*========================================================*/

H1 {
font-family:Georgia,Helvetica,Verdana;
font-weight:normal;
color:#1334B7;
font-size:26px;
text-align:center;
}

H2 {
font-family:Georgia,Helvetica,Verdana;
font-weight:normal;
color:#555;
font-size:22px;
text-align:center;
}

H3 {
font-family:Arial, Verdana,Helvetica;
font-weight:normal;
color:#888;
font-size:16px;
}

a:link	{
text-decoration:underline;
color: #003366;
}

a:visited  {
text-decoration: underline;
color: #003366;
}

a:hover	{
text-decoration: underline;
color: #ff0000;
}

/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.background1	{ background:#FFFFFF; }
.background2	{ background: url(background2.jpg) left top repeat-x #fff; background-attachment: fixed;}
.background3	{ background: url(background3.jpg) center top no-repeat #FFFFFF; }
.background4	{ background: url(background4.jpg) center top no-repeat #FFFFFF; }
.background5	{ background: url(background5.jpg) center top no-repeat #FFFFFF; }
.background6	{ background: url(background6.jpg) center top no-repeat #FFFFFF; }
.background7	{ background: url(background7.jpg) center top no-repeat #024978; }
.background8	{ background: url(background8.jpg) center top no-repeat #19456A; }
.background9	{ background: url(background9.jpg) center top no-repeat #DEF6F8; }
.background10	{ background: url(background10.jpg) center top no-repeat #DEF6F8; }

.bgtop		{ background: url(bg-top.jpg) center top no-repeat; width:1003px; }
.logopad	{ padding:0 0 0 26px; }
.searchpad	{ padding:0 8px 0 0; }
.slogan		{ /*--- background:url(slogan.gif) ---*/ right top no-repeat; width:172px; height:13px; }

.bgsearch	{ background: url(bg-search.png) left top no-repeat; width:354px; height:32px; padding:0 8px 0 0; }

.paddingLR	{ padding:0 7px; }

.menubarL	{ background:url(menubarL.png) left top no-repeat; width:5px; height:37px; }
.menubarM	{ background:url(menubarM.png) left top repeat-x; height:37px; vertical-align:middle; }
.menubarR	{ background:url(menubarR.png) left top no-repeat; width:5px; height:37px; }

/*--- .header		{ background:url(header.jpg) left top no-repeat; width:989px; height:180px; } ---*/

.copyrightL	{ background:url(copyrightL.gif) left top no-repeat; width:13px; height:47px; }
.copyrightM	{ background:url(copyrightM.gif) left top repeat-x; width:218px; height:47px; vertical-align:middle; }
.copyrightR	{ background:url(copyrightR.gif) left top no-repeat; width:13px; height:47px; }

.linksL	{ background:url(linksL.gif) left top no-repeat; width:15px; height:47px; }
.linksM	{ background:url(linksM.gif) left top no-repeat #E7E7E7; height:47px; vertical-align:middle; }
.linksR	{ background:url(linksR.gif) left top no-repeat; width:15px; height:47px; }



.textfield {
	background-color: #FFFFFF;
	border-top: 2px solid #646464;
	border-right: 2px solid #D9D9D9;
	border-bottom: 2px solid #D9D9D9;
	border-left: 2px solid #646464;
	width: 442px;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #171717;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/* Search Button                                          */
/*========================================================*/

.SearchButton {
	background-color: #E9E9E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 55px;
	height: 19px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
	text-align: center;
	text-decoration: none;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text For Contents                                     */
/*========================================================*/


.textwhite, a.textwhite  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textwhite:hover {
	text-decoration: underline;
}

.textgrey, a.textgrey  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #7A7A7A;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textgrey:hover {
	text-decoration: underline;
}


.textblack, a.textblack  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.3;
}
a.textblack:hover {
	text-decoration: underline;
}


.textskyblue, a.textskyblue  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #1A9198;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textskyblue:hover {
	text-decoration: underline;
}


.textblue, a.textblue  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #36619B;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
}
a.textblue:hover {
	text-decoration: underline;
}


.readmore, a.readmore  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #D57300;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	text-decoration: none;
	line-height:1.5;
	background:url(bullet.gif) left 4px no-repeat;
	padding:0 0 0 12px;
}
a.readmore:hover {
	text-decoration: underline;
	background:url(bullet-over.gif) left 4px no-repeat;
}


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


.H1, A.H1, A.H1:link, A.H1:visited, A.H1:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #C94C03;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:normal;
}
a.H1:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #C94C03;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:normal;
}


.H2, A.H2, A.H2:link, A.H2:visited, A.H2:active  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #757A7E;
	FONT-FAMILY: Arial;
	text-decoration: none;
	line-height:normal;
}
a.H2:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #757A7E;
	FONT-FAMILY: Arial;
	text-decoration: underline;
	line-height:normal;
}


.H3, A.H3, A.H3:link, A.H3:visited, A.H3:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #C94C06;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-decoration: none;
	line-height:normal;
}
a.H3:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #C94C06;
	font-family: Trebuchet MS;
	text-transform:uppercase;
	text-decoration: underline;
	line-height:normal;
}


.H4, A.H4, A.H4:link, A.H4:visited, A.H4:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0764C1;
	font-family: Trebuchet MS;
	text-decoration: none;
	line-height:normal;
}
a.H4:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 18px;
	COLOR: #0764C1;
	font-family: Trebuchet MS;
	text-decoration: underline;
	line-height:normal;
}


/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Padding CSS                                           */
/*========================================================*/

.paddingleft {
	padding:0 0 0 30px;
}

.paddingright {
	padding:0 30px 0 0;
}

/*------------------------  End  -------------------------*/














