/*============================================================
	Miscellaneous
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline: none;
	list-style-type: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}









/*============================================================
	Headings
============================================================*/
h1
{
	font: bold 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 10px;
	background: url('../images/new/h1_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 25px;
	color: #428ed5;
}

h2
{

	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 10px;
	background: url('../images/new/h3_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
	min-height: 20px;
	color: #333333;
}

h3
{
	font: bold 18px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 10px;
	background: url('../images/new/h2_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	min-height: 23px;
	color: #f3693f;
}


h4
{
	font: bold 16px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 10px;
	background: url('../images/new/h4_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 20px;
	color: #666;
}

h5
{
  font-weight: 100;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:  40px;
	margin-bottom: 20px;
	background: url('../images/new/h5_arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 20px;
	color: #003866;
}





a
{
	color: #84a737;
}

a:hover
{
	color: #333;
	text-decoration: underline;
}








/*============================================================
	Paragraphs
============================================================*/
p
{
	line-height: 20px;
	margin-bottom: 20px;
}

p.featured
{
	border: 1px solid #f47048;
	padding: 15px;
	color: #f47048;
}










/*============================================================
	Body
============================================================*/
body
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background:#2fb5c2;
	color: #003866;
	text-align: center;
}














/*============================================================
	Overall container
============================================================*/
#container
{
	width: 960px;
	text-align: left;
	margin: auto;
	margin-top: 30px;

	overflow: hidden;
	background: #FFF;
}

.container
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	background: #FFF;
}

.inner
{

	margin: 15px;

}

*html .inner
{
	margin-left: 7px;
	margin-right: 7px;
}










/*============================================================
	Page
============================================================*/
#topbar
{
	width: 100%;
	float: left;
	height: 45px;
}

#topbar ul
{
	list-style: none;
	float: right;
}

#topbar ul li
{
	float: left;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 10px;
	color: #999;
	background: url('../images/new/topbar_li_arrow.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}

#topbar ul li a
{
	color: #666;
}

#topbar ul li a:hover
{
	color: #000;
	text-decoration: underline;
}

#topbar ul li.font
{
	background: none;
	padding: 0;
}

#topbar ul li.font a
{
	color: #000;
}







/*============================================================
	Header
============================================================*/
#header
{
	width: 100%;
	float: left;
 margin-top: 35px;
	height: 200px;
}









/*============================================================
	Page & column structures
============================================================*/

*html #page
{
	width: 945px;
}

#page
{
	width: 100%;
	float: left;
	background: url('../images/new/page_bg.jpg');
	background-repeat: repeat-x;
}

#page #column_left
{
	width: 170px;
	float: left;
	margin: 15px;
	background: #FFF;
	padding-top: 20px;
	display: inline;
}

#page #column_right
{
	width: 220px;
	float: left;
	margin: 15px;
	background: #FFF;
	padding-top: 20px;
}

#page #column_main
{
	width: 480px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	background: #FFF;
}












/*============================================================
	Left column specifics
============================================================*/
#column_left ul.navigation
{
	list-style: none;
	margin: 3px;
}

#column_left ul.navigation li
{
	float: left;
	width: 150px;
}

#column_left ul.navigation li a
{
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #428ed5;
	text-decoration: none;
	line-height: 20px;
}

*html #column_left ul.navigation li a {
	float: left;
	width: 150px;
}

#column_left ul.navigation li a.active, #column_left ul.navigation li a:hover
{
	background: #438fd6;
	color: #FFF;
}

















/*============================================================
	Right column specifics
============================================================*/
#column_right div.margin
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#column_right p
{
	color: #999;
	font-size: 12px;
	line-height: 18px;
}

#column_right p.title
{
	font-size: 16px;
	font-weight: bold;
	font-family: "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}

#column_right p.blue
{
	color: #428ed5;
}

#column_right p.orange
{
	color: #799f25;
}

#column_right hr.orangeline
{
	height: 1px;
	border: 0;
	background: #799f25;
	margin-bottom: 10px;
}

#column_right ul.news
{
	list-style: none;
}

#column_right ul.news li
{
	line-height: 18px;
	padding: 0 0 15px 0;
}

#column_right ul.news li span.date
{
	color: #999;
}

#column_right ul.news li a, , #column_right a
{
	color: #84a737;
}

#column_right ul.news li a:hover, #column_right a:hover
{
	color: #333;
	text-decoration: underline;
}

#column_right ul.subnav
{
	list-style: none;
}

#column_right ul.subnav li
{
	line-height: 18px;
	font-size: 12px;
}

#column_right ul.subnav li a
{
	color: #799f25;
	text-decoration: underline;
	font-size: 11px;
}

#column_right ul.subnav li a:hover
{
	color: #428ed5;
}

a.pdf
{
    color: #799f25;
    background: url(../images/new/icon_pdf.jpg) no-repeat left top;
    padding-left: 18px;
}

a.doc
{
    color: #799f25;
    background: url(../images/new/icon_word.jpg) no-repeat left top;
    padding-left: 18px;
}

a.excel
{
    color: #799f25; 
    background: url(../images/new/icon_excel.jpg) no-repeat left top;
    padding-left: 18px;
}

a.doc:hover { 	color: #428ed5; } 







/*============================================================
	Main column specifics
============================================================*/
#column_main div.margin
{
	margin: 15px;
	margin-top: 0px;
}



#coreprojects
{
	list-style: none;
	margin: 15px;
	height: 250px;
}

#coreprojects li
{
	width: 200px;
	float: left;
	margin-right: 10px;
}

#coreprojects li a.link
{
	display: block;
	padding: 15px;
	line-height: 18px;
	color: #18354f;
	text-decoration: none;
	background: url('../images/new/coreprojects_link_bg.jpg');
	height: 50px;
}

#coreprojects li a.link:hover
{
	color: #f3683e;
}











/*============================================================
	Footer
============================================================*/
#footer
{
	float: left;
	width: 100%;
	height: 40px;
}
#footer p
{
	text-align: center;
	line-height: 40px;
	color: #777;
	font-size: 12px;
}

#footer p a
{
	color: #777;
}

#footer p a:hover
{
	color: #000;
	text-decoration: underline;
}


.textfield { 
	float: right;
    width: 50px;
	height: 16px;
	padding: 1px;
	border: 1px solid #eee;
}

select {
	border: 1px solid #eee;
}

table td {
	padding: 0 1px 0 0;
}

#login input { 
	float: right;
    width: 300px;
	height: 16px;
	padding: 1px;
	border: 1px solid #eee;
}

#login input.submit { 
	float: right;
    width: auto;
	height: auto;
	border: 1px solid #FFF;
	background: #FFF;
	padding: 2px 5px 2px 5px;
	background: url('../images/new/h5_arrow.jpg') left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 0;
	color: #999;
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}

#login  label {
	float: left;
}



form#contact label {
	float: left;
}
form#contact input { 
	float: right;
    width: 300px;
	height: 16px;
	padding: 1px;
	border: 1px solid #eee;
}
form#contact textarea { 
	float: right;
    width: 300px;
	height: 150px;
	padding: 1px;
	border: 1px solid #eee;
	font: 13px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}
form#contact input.submit { 
	float: right;
    width: auto;
	height: auto;
	border: 1px solid #FFF;
	background: #FFF;
	padding: 2px 5px 2px 5px;
	background: url('../images/new/h5_arrow.jpg') left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 0;
	color: #999;
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}



form#referral br {
clear: left;
}

form#referral label {
	float: left;
	width: 175px;
	font-size: 12px; 
}
form#referral input { 
	float: right;
    width: 260px;
	height: 16px;
	padding: 1px;
	border: 1px solid #eee;
}

/*form#referral label.radio { position:relative; text-align:left;  clear: left; }  */

/*
form#referral input.radio { 
	float: left;
    width: 10px;
	padding-left:  170px;
	padding-right: 5px; 
	border: 0px;
	clear: left;
}
*/

form#referral input#male, form#referral input#female { float:left; width: 60px;  margin-bottom: 5px; margin-left: 160px; border: 0;  }

.address-label { height: 110px; } 


form#referral textarea { 
	float: right;
    width: 260px;
	height: 100px;
	padding: 1px;
	border: 1px solid #eee;
	font: 13px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}
form#referral input.submit { 
	float: right;
    width: auto;
	height: auto;
	border: 1px solid #FFF;
	background: #FFF;
	padding: 2px 5px 2px 5px;
	background: url('../images/new/h5_arrow.jpg') left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 5px 0 0 0;
	color: #999;
	font: bold 14px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
}




#column_main ul {
	margin: 5px 0 10px 0;
}

#column_main li {	
	margin: 0 0 0 20px;
	line-height: 18px;
	background: url('../images/new/h5_arrow.jpg') left 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
}



a.coreprojects
{
	display: block;
	padding: 15px;
	line-height: 18px;
	color: #18354f;
	text-decoration: none;
	background: url('../images/coreprojects_link_bg.jpg');
	height: 50px;
	width: 200px;
	overflow: hidden;
}

a.coreprojects:hover
{
	color: #f3683e;
}


#topbar .logo {background:url(../images/vision-logo.jpg) no-repeat; width: 117px; height: 69px; float:left; }
#topbar .logo span { display: none; }


/* --------- added styles here ------- */

.blue { margin: 0; padding: 0; color:#0060ff;} 
.featured-blue
{
	border: 1px solid #0060ff;
	padding: 15px;
	color: #0060ff;
}
.green { color:#01a023;}
.featured-green
{
	border: 1px solid #01a023;
	padding: 15px;
	color: #01a023;
}
.purple { color:#8e017f; padding-bottom: 15px; font-weight: bold; display:block;}
.featured-purple
{
	border: 1px solid #8e017f;
	padding: 15px;
	color: #8e017f;
}
.lightred { color:#bb2525;}
.featured-lightred
{
	border: 1px solid #bb2525;
	padding: 15px;
	color: #bb2525;
}
.greeny { color:#2fb5c2;}
.featured-greeny
{
	border: 1px solid #2fb5c2;
	padding: 15px;
	color: #2fb5c2;
}
.orange { color:#f88803;}
.featured-orange
{
	border: 1px solid #f88803;
	padding: 15px;
	color: #f88803;
}

.blue, .green, .lightred, .greeny, .orange {padding-bottom: 15px; font-weight: bold; display:block;}