/* CSS Document - Author: Shaibal Mandal */


/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	/* margin: 0px; */
	/* padding-left: 0; */
	background-color: #ffffff;
	position: center;
	background-image: url('images/circle_bg.jpg');
}


/* Content holder */
#outercontainer {
	background-color: white;
	background-position: center;
	width: 1300px;
	height: 700px;
}


/* Content holder for the header bg */
#headerboxouter {
	background-image: url('images/header_bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	height: 400px;
	position: relative;
	top: 50px;
	z-index: 5;
}


/* This is the container for the navigation buttons */
#navholder {
	width: 300px;
    height: 0px;
	position: relative;
	top: -48px;
	right: 210px;
}


/* This is the container for the main header info */
#articleholder {
	width: 400px;
    height: auto;
	position: relative;
	top: 140px;
	right: -135px;
}


/* The title style for the main article */
.articleheader {
    text-align: left;
	font-size: 18px;
    font-weight: bold;
	font-family: georgia;
	color: #020046;
	display: block;
	width: 600px;
    line-height: 20px;
    padding: 10px 6px 0px 6px;
    height: 20px;
}


/* The title style for the main article */
.articlebody {
    text-align: left;
	font-size: 14px;
    font-weight: none;
	color: #020046;
	display: block;
	width: 530px;
    line-height: 20px;
    padding: 10px 6px 0px 6px;
    height: 115px;
}


/* This controls the titles for each column */
.noteheader {
    width: auto;
	text-align: left
    border-bottom: 1px solid #DDD;
	padding-top: 0px;
    border-top: none;
    color: #ff6600;
    height: 24px;
    font-family: georgia;
    font-size: 16px;
    font-weight: bold;
}


/* This holds the get started button */
#getstarted {
	width: 300px;
	position: relative;
	top: 5px;
	right: 145px;
}


/* This is the rule to separate sections */
#hr {
	width: 200px;
	color: #ff6600;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}


/* And this gives the column text some breathing space */
.spacy {
    padding: 5px;
}


/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
	padding: 12px 15px 0px 0px;
}


/* This controls the main pic in the main article box */
.mainpiccontrol
{
    /* border: 1px #235575 solid; */
    float: left;
    margin-right: 10px;
	margin-left: 5px;
	margin-top: -2px;
}


/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}


/* This is an image float */
img.floatLeft { 
    float: left; 
    margin-top: 10px;
	padding: 3px 3px 3px 3px;
	position: relative;
	top: 0px;
	left: -50px;
}


/* This is an image float */
img.floatLeft2 { 
    float: left; 
    margin-top: 10px;
	padding: 3px 3px 90px 3px;
	position: relative;
	top: 0px;
	left: -50px;
}


/* This controls the thumbnails in the picbox div */
.pickboxcontrol {
    border: 1px #235575 solid;
    vertical-align: middle;
}


/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}


/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}


/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #999999;
}


/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}


/* Why should the humble footer be left out? */
.footer {
	background-color: #000;
	color: #fff;
    font-size: 11px;
    font-weight: bold;
	text-align: center;
	padding-top: 30px;
	/* vertical-align: middle; */
	/* height: 50px; */
	position: relative;
	padding: 10px 10px 10px 10px;
}


/* This will contain the three columns */
.newsContainer {
	position: relative;
	top: 32px;
	left: 0px;
	padding: 0px;
	font-family: georgia;
    font-size: 12px;
    font-weight: none;
	line-height: 20px;
}


/* First column of the three columns */
.c1 {
	/* float: left; */
	color: #000;
	position: relative;
	margin: 2px;
	padding: 12px;
	margin-left: 8px;
	line-height: 22px;
	text-align: left;
}


/* First column of the three columns */
.c2 {
	background-color: #d4edc2;
    /* border-top: none; */
	/* float: left; */
	font: 10px verdana;
    font-weight: bold;
	color: #000;
	margin: 2px;
	padding: 12px;
	margin-left: 8px;
	line-height: 22px;
	text-align: left;
}

/* End of CSS Tabs */

