/*-------------------------------------------------------  CORE STYLES --------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	color: #070707;
	background-image: url(../images/design/background.jpg);
	background-color: #eeeeee;
}

h1{
	font-size: 1.75em;
	margin: 0px 0px 8px 0px;
	color: #21426e;
	font-weight: normal;
}

h2{
	font-size: 1.4em;
	margin: 0px 0px 8px 0px;
	color: #21426e;
	font-weight: normal;
}

h3{
	font-size: 1em;
	margin: 0px 0px -10px 0px;
	color: #21426e;
	font-weight: normal;
	
}

h4{
	
}

p{
 	font-size: 0.85em;
	line-height: 1.4em;
}

p.error{
 	color: #FF0000;
}

li{
	font-size: 0.8em;
	list-style: disc;
}
colleft.smallleft{
	float: left;
}

colright.smallright{
	float: right;
}
/*-------------------------------------------------------  CORE STYLES END  --------------------------------------------------------*/

/*-------------------------------------------------------  LAYOUT DIVS --------------------------------------------------------*/

div.head{
	width: 960px;
	min-height: 335px;
	margin: 0px auto 0px auto;


}

div.wrapper{
	width: 898px;
	margin: 0px auto 0px auto;
	padding: 10px 31px 5px 31px;
	overflow: hidden;
}

div.footer{
	width: 960px;
	margin: 10px auto 20px auto;
	padding: 10px 0px 5px 0px;
	border-width: 0px 0px 0px 0px;
	background-image: url(../images/design/footer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 0.75em;
	color: #21426e;
}

/* CSS for login box */
label.login{
float: left;
width: 120px;
font-size: 0.8em;
}

input.login {
width: 200px;
margin-bottom: 5px;
}

checkbox.input {
float: left;
}

textarea {
width: 200px;
}

/* End of CSS for login box */

div.toolbarcentre {
	width: 964px;
	height: 25px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#xToolbar{
	width: 964px;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: fixed; 
	width: 964px; 
	text-align: center;
	margin: 0px auto 0px auto;
	overflow: visible;
}

/*-------------------------------------------------------  LAYOUT DIVS END --------------------------------------------------------*/


/*------------------------------ Two Cols --------------------------------*/

div.twocoll{
	float: left;
	width: 440px;
}

div.twocolr{
	float: right;
	width: 440px;
}

/*------------------------------ Two Cols Ends --------------------------------*/


/*-------------------------------------------------------  DIVS CONTAINED IN WRAPPER ENDS --------------------------------------------------------*/
/*-------------------------------------------------------  LINKS CLASSES --------------------------------------------------------*/
a{
	color: #03599b;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #ffffff;
}

a.menu{
	display: block;
	min-height: 20px;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #5F9EA0;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover{
	display: block;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #2E5058;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

a.titlemenu{
	display: block;
	height: 15px;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: red;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

a.titlemenu:hover{
	display: block;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: green;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: bold;
}

a.submenu{
	display: block;
	min-height: 15px;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #6495ED;
	color: #ffffff;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}

a.submenu:hover{
	display: block;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color:  #BFD3F7;
	color: #ffffff;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}

a.babymenu{
	display: block;
	min-height: 15px;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color:  yellow;
	color: #ffffff;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}

a.babymenu:hover{
	display: block;
	height: 15px;
	padding: 5px 5px 5px 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ffffff;
	background-color:  green;
	color: #ffffff;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}

/*-------------------------------------------------------  LINKS ENDS --------------------------------------------------------*/

/* -- Tiny MCE Styles -- */
div.mceExternalToolbar {
    /*position: fixed !important ;*/
	position: fixed !important ;
    top: 30px !important ;
	left: 30px !important;
	
}

/* -- End of Tiny MCE Styles -- */