/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* em styles start here */


body {
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #663399;
	text-decoration: none;
}

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

h1 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #000;
	text-align:left;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 120%;
}

h3 {
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 10px;
}


p {
	margin-bottom: 5px;
}

#site {
	margin: 30px auto;
	width: 982px;
}

#container-background {
	float: left;
	width: 940px;
	background-color:#FFF;
	padding: 20px;
	border: 1px solid black;
}

#container {
	float: left;
	width: 920px;
	min-height: 550px;
	background-image: url(../images/header_image.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	
}

#top-column {
	float: top;
	width: 920px;
}

#header {
	width:920px;
	height:147px;
}

/*nav begins*/

#navbar {
	float: top;
	text-transform: uppercase;
	font-size: 12px;
	height: 60px;
	font-family: Helvetica, Arial, sans-serif;
	width: 920px;
}

#navbar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0px 45px 0px 0px;
	display: inline; 
}

#navbar .tools {
	border-bottom: 1px solid #ffffff;
}

#navbar a:link, #nav a:visited, #nav a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#navbar a:hover, #nav a.active:link, #navbar a.active:visited, #navbar a.active:active, 
#navbar li.current_page_item a:link, #navbar li.current_page_item a:visited, #navbar li.current_page_item a:active {
	color: #ec008c;
	text-decoration: none;
}


/*drop down*/

#navbar ul li ul li {
	list-style-type: none;
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom:3px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 11px;
}


/*drop down ends*/

/*nav ends*/

/*left column nav starts*/

#navbar-left {
	float: left;
	background-image: url(../images/purple_side_bar_second.gif);
	background-repeat: repeat-y;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	width: 225px;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	min-height:425px;
 	height:auto !important;
 	height:425px;
	margin: 7px 0px 0px -20px;
	padding: 20px 0px 10px 20px;
}

#navbar-left ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#navbar-left a:link, #navbar-left a:visited, #navbar-left a:active {
	color:#009BDB;
	text-decoration: none;
}

#navbar-left a:hover, #navbar-left a.active:link, #navbar-left a.active:visited, #navbar-left a.active:active, 
#navbar-left li.current_page_item a:link, #navbar-left li.current_page_item a:visited, #navbar-left li.current_page_item a:active {
	color: #663399;
	text-decoration: none;
}


/*drop down*/

#navbarleft ul li ul li {
	list-style-type: none;
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom:3px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 11px;
}

ul.children {
	margin: 15px 0 0 30px;
	list-style-image: url(../images/bullett.gif);
}

.page_item page-item-172 {
	background-image: url(../images/me2.gif);
}

/*left column nav ends*/

/*links starts*/

#links {
	clear: both;
	float:left;
}

#links ul li {
	margin-bottom: 10px;
	text-indent: -9999px;
}
	
#recruit a:link, #recruit a:visited, #recruit a:active {
	background-image: url(../images/recruit4attitude.gif);
	width: 100px;
	height: 85px;
	display: block;
}

#risk a:link, #risk a:visited, #risk a:active {
	background-image: url(../images/financialrisk.gif);
	width: 100px;
	height: 66px;
	display: block;
}

#me2 a:link, #me2 a:visited, #me2 a:active { 
	background-image: url(../images/me2.gif);
	width: 175px;
	height: 53px;
	display: block;
}

#csi a:link, #csi a:visited, #csi a:active { 
	background-image: url(../images/csi_logo.gif);
	width: 134px;
	height: 67px;
	display: block;
}

/*links end*/

/*content begins*/
/*center- text on home page*/
#center {
	float: left;
	width: 650px;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 17px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
	padding-top: 3px;
}

#center ul {
	margin-bottom: 20px;
}

#center ul li {
	margin: 0px 0px 5px 20px;
	list-style-image: url(../images/bullett.gif);
}

#center img {
	float: left;
	margin: 10px 10px 10px 0;
}
/*center-text- text on all static pages*/
#center-text {
	float: left;
	width: 650px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
	padding-top: 10px;
}

#center-text ul {
	margin-bottom: 20px;
}

#center-text ul li {
	margin: 0px 0px 5px 20px;
	list-style-image: url(../images/bullett.gif);
}


#center-text .credits {
	font-size: 13px;
	font-weight: bold;
}
/*center-second- text on all secondary navigation pages*/
#center-second {
	float: right;
	width: 650px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
	border-left: 1px solid #CCC;
	padding-left: 20px;
	padding-top: 10px;
}

#center-second ul {
	margin-bottom: 20px;
}

#center-second ul li {
	margin: 0px 0px 5px 20px;
	list-style-image: url(../images/bullett.gif);
}


#center-second .credits {
	font-size: 13px;
	font-weight: bold;
}
/*center-third- text on about us pages*/
#center-third {
	float: right;
	width: 650px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
	border-left: 1px solid #CCC;
	padding-left: 20px;
	padding-top: 10px;
}

#center-third ul {
	margin-bottom: 20px;
}

#center-third ul li {
	margin: 0px 0px 5px 20px;
	list-style-image: url(../images/bullett.gif);
}


#center-third .credits {
	font-size: 13px;
	font-weight: bold;
}

#rightcolumn {
	float:right;
	background-image: url(../images/purple_side_bar.gif);
	background-repeat: repeat-y;
	padding: 15px;
	width: 195px;
  	min-height:425px;
 	height:auto !important;
 	height:425px;
	margin: 5px 0px 0px 0px;
	line-height: 18px;
	color: #000000;
}

#news {
	width: 195px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: normal;
}

#news-text {
	font-size: 12px;
	line-height: 140%;
	padding-top: 15px;
	margin-top:15px;
}

#submit-news {
	position: relative;
	left: 35px;
}

#newsbox {
	height: 17px;
	padding-top: 5px;
}

input#newsbox {
	background-color: #d0c9d8;
	border:1px solid #d0c9d8;
	font-size: 12px;
	padding-left:5px;
	width: 185px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#news .smallprint {
	font-size: 10px;
	float: left;
	margin-right: 4px;
	line-height: 12px;
}

hr {
 	border:none;
	height: 0px;
 	width: 100%;
 	text-align: left;
 	clear:both;
 	margin:30px 0;
}

#leftcolumn {
	float:left;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	width: 185px;
  	min-height:425px;
 	height:auto !important;
 	height:425px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	
}

/*blog*/

#center-blog {
	float: left;
	width: 650px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
	padding-top: 10px;
}


#center-single {
	float: left;
	width: 650px;
	font-size: 13px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	padding-right: 20px;
	padding-top: 10px;
}

#center-blog h3, #center-single h3 {
	color: #ec008c;
	font-size:12px;
}

#center-blog img,#center-single img {
	margin-bottom: 15px;
}


#center-blog ul li, #center-single ul li {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-image:url(../images/bullett.gif);
}

#center-blog a:link, #center-blog a:visited, #center-blog a:active {
	color: #000000;
	text-decoration: none;
}

#center-blog a:hover {
	color: #0d9bd7;
	text-decoration: none;
}


#blog {
	float:right;
	background-image: url(../images/purple_side_bar.gif);
	background-repeat: repeat-y;
	padding: 15px;
	width: 195px;
  	min-height:429px;
 	height:auto !important;
 	height:429px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	text-align:left;
}

#blog ul {
	margin-bottom: 20px;
}

#blog ul li{
	list-style-image: url(../images/bullett.gif);
	margin-left: 20px;
	margin-bottom: 5px;
}

#blog a:link, #blog a:visited, #blog a:active {
	text-decoration: none;
	color: #000000;
}

#blog a:hover {
	color: #ec008c;
}

.rss {
	margin: 10px 0;
}

.rss img {
	border: none;
}

#search-sidebar {
	width: 192px;
	height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
}

input#s {
	background-color: #d0c9d8;
	border:1px solid #d0c9d8;
	font-size: 12px;
	padding-left:5px;
	width: 183px;
}

input#submit {
	margin-top: 4px;
}
	
#search-header {
	position:relative;
	float:right;
	top:91px;
	width: 300px;
	height: 30px;
	color: #000000;
	text-align: right;
}


/*content ends*/


/*footer begins*/

#footer-home {
	clear: both;
	float: left;
	width: 520px;
	height: 14px;
	padding: 5px 0 5px 430px;
	background-image:url(../images/footer-home.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
}

#footer-home ul li {
	float: left;
	list-style-type: none;
	margin-right: 7px;
}

#footer-home a:link, #footer-home a:visited, #footer-home a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-home a:hover, #footer-home a:active:link, #footer-home a.active:visited, #footer-home a.active:active {
	text-decoration: underline;
}


#footer {
	clear: both;
	width: 940px;
	height: 20px;
	padding: 5px 0px 5px 20px;
	background-image:url(../images/footer_image.gif);
	background-repeat: no-repeat;
	color: #3C1D60;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 40px;
	margin-left:-20px;
}

#footer ul li {
	list-style-type: none;
	float: left;
	margin-right: 7px;
	padding: 0px 7px 0px 0px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #3C1D60;
	text-decoration: none;
}

#footer a:hover, #footer a:active:link, #footer a.active:visited, #footer a.active:active {
	color: #EC008C;
	text-decoration: underline;
}


/*footer ends*/


#contact {
	width: 690px;
}

input.field {
	color: #000000;
	font-size: 11px;
	padding-left:5px;
	padding-top: 5px;
	width: 400px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}


input#accesscode {
	color: #000000;
	font-size: 11px;
	padding-left:5px;
	padding-top: 5px;
	width: 400px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}



.radio {
	margin-bottom: 10px;
}

#requirements {
	margin-bottom: 10px;
}

.newsdate {
	color: #ec008c;
	font-weight: bold;
	font-size: 12px;
}

/*wordpress*/
/*mailchimpform*/
#mce-EMAIL{
	width: 190px;
	background-color: #D0C9DB;
	border: 1px solid #D0C9DB;
	padding:3px;
}

#mce-FNAME{
	width: 190px;
	background-color: #D0C9DB;
	border: 1px solid #D0C9DB;
	padding:3px;
}

#mce-LNAME{
	width: 190px;
	background-color: #D0C9DB;
	border: 1px solid #D0C9DB;
	padding:3px;
}

/*endmailchimp*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	margin-bottom:20px;
}

.navigation .alignleft {
	text-align:left;
}

.navigation .alignright {
	text-align:right;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist {
	list-style-type:none;
	margin-bottom:10px;
}

.alt, .even {
	padding:10px;
}

.alt {
	background-color:#f5f5f5
}

strong.search-excerpt {
	font-weight: normal;
	background-color: #FFFF99;
}

.clear {
	float:none;
	clear:both;
}



/*wordpress end*/
/* CSS Document */


