/*-------------------------------------------------------  CORE STYLES --------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/design/background.png);
	background-repeat: repeat-x;
	color: #84868a;
}

span {
	color: #c02b92;
	font-weight: bold;
}

h1{
	margin: 0px 0px 0px 0px;
	font-size: 21px;
	color: #259cd4;
	font-weight: lighter;
}

h1.news{
	margin: 0px 0px -10px 0px;
	font-size: 21px;
	color: #259cd4;
	font-weight: lighter;
}

h2{
	font-size: 16px;
	font-weight: lighter;
}

div.containertwosub h2{
	margin: 0px 0px 10px 0px;

}

h3{
	font-size: 16px;
	font-weight: lighter;
}

h4{
	font-size: 16px;
	font-weight: lighter;
}

p{
 	font-size: 16px;
}

p.twitter{
 	font-size: 0.8em;
}

p.error{
 	color: #FF0000;
}

li{
	font-size: 16px;
	list-style: disc;
}
colleft.smallleft{
	float: left;
}

colright.smallright{
	float: right;
}

img {
	border: 0px;
}

img.left {
	float: left;
	padding: 0px 10px 0px 0px;
}



/*-------------------------------------------------------  CORE STYLES END  --------------------------------------------------------*/

/*-------------------------------------------------------  LAYOUT DIVS --------------------------------------------------------*/

div.news {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 796px;
	display: block;
	min-height: 100px;
}

div.holding{
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}


div.head{
	width: 959px;
	height: 181px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/design/masthead.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	overflow: hidden;
}

div.wrapper{
	width: 959px;
	margin: -38px auto 0px auto;
	padding: 0px 0px 40px 0px;
	background-image: url(../images/design/wrapper-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

div.wrapperb{
	width: 959px;
	margin: -38px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/design/wrapper-bgb.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

div.footer{
	width: 959px;
	margin: 5px auto 20px auto;
	text-align: center;
	font-size: 0.7em;
	color: #aaaaaa;
}

/* CSS for login box */
label.login{
float: left;
width: 120px;
font-size: 0.8em;
}

input.login {
width: 200px;
margin-bottom: 5px;
}

input.quotes {
width: 650px;
margin-bottom: 5px;
}


/* End of CSS for login box */

label.contact{
float: left;
width: 115px;
font-size: 0.8em;
padding: 0px 0px 5px 0px;
margin: 0px 0px 0px 0px;
}

input.contact {
margin: 0px 0px 5px 0px;
width: 195px;
}

textarea.contact {
	width: 194px;
	height: 120px;
	margin: 0px 0px 5px 0px;
}

/*-------------------------------------------------------  LAYOUT DIVS END --------------------------------------------------------*/

/*-------------------------------------------------------  DIVS CONTAINED IN WRAPPER --------------------------------------------------------*/

div.menu{
	width: 143px;
	float: left;
	margin: 40px 0px 140px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: auto;
	display: block;
}

div.menub{
	width: 143px;
	float: left;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: auto;
	display: block;
}

div.submenu{
	width: 155px;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	border-color: #000000;
	background-color: Silver;
	text-align: left;
	overflow: auto;
}

/*------------------------------ Two Cols --------------------------------*/


div.containertwo{
	width: 796px;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

div.containertwosub{
	width: 796px;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

div.twocoll{
	float: left;
	margin: 48px 0px 0px 0px;
	width: 376px;
}

div.twocollb{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 376px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #c02b92;
}

div.twocollc{
	float: left;
	margin: 48px 0px 0px 0px;
	width: 526px;
}

div.twocolr{
	float: right;
	width: 400px;

}

div.twocolrb{
	float: right;
	margin: 48px 0px 0px 0px;
	width: 420px;
}

div.twocolrc{
	float: right;
	margin: 48px 0px 0px 0px;
	width: 250px;
}


/*------------------------------ Two Cols Ends --------------------------------*/

/*------------------------------ One Col --------------------------------*/

div.containerone{
	width: 796px;
	float: right;
	margin: 48px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	overflow: hidden;
}

/*------------------------------ One Ends --------------------------------*/

/*-------------------------------------------------------  DIVS CONTAINED IN WRAPPER ENDS --------------------------------------------------------*/
/*-------------------------------------------------------  LINKS CLASSES --------------------------------------------------------*/
a{
	text-decoration: none;
	color: #259cd4;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #c02b92;
	font-weight: bold;
}

a.menu{
	display: block;
	padding: 10px 5px 10px 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #84868a;
	background-color: #ffffff;
	color: #84868a;;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
}

a.menu:hover{
	display: block;
	padding: 10px 5px 10px 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #84868a;
	background-color: #c02b92;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
}

a.titlemenu{
	display: block;
	padding: 10px 5px 10px 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #84868a;
	background-color: #c02b92;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
}

a.titlemenu:hover{
	display: block;
	padding: 10px 5px 10px 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #84868a;
	background-color: #c02b92;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
}

a.submenu{
	display: block;
	padding: 5px 5px 4px 20px;
	color: #84868a;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #c1c2c4;
	background-color: #ffffff;
}

a.submenu:hover{
	display: block;
	padding: 5px 5px 4px 20px;
	color: #c02b92;
	font-size: 0.8em;
	text-decoration: none;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #c1c2c4;
	background-color: #ffffff;
}

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;
}

div.twitter {
	width: 128px;
	word-wrap: break-word;
	overflow: auto;
}


/*-------------------------------------------------------  LINKS ENDS --------------------------------------------------------*/


