/* General style sheet start */
body{
  font: normal 75%/1.2em Arial, Geneva, Helvetica;	
  color: #333;
  margin: 0px 0px;
  padding: 0px 0px;		
  background-color: #fff;
	text-align: center;
	background: #e8fbf6 url(img/body_bg.gif) repeat-x top;
}
a{
  /* color:#15536B; */
	color:#006270; 
	font-weight: normal; 
	text-decoration: none;
}
a:hover{
  color:#B08C64;
	text-decoration: underline;
}
small{
  font-size: 10px;
}
h1{font-size: 1.5em;}
#node-1{
	padding: 0px 1px;
}
#user-login p{
  padding-left: 1px;
	margin-top: 1em;
}

h2{font-size: 1.3em;}
h3, h4, h5{font-size: 1.0em;}
h1, h2, h3, h4, h5{
  color:#063B5B; 
	font-weight: bold;
	margin: 1em 0px;
	line-height:1em; 
}

p{
  color:#333;  
	line-height:1.4em; 
	margin: 0px 0px 1.0em 0pt; 
	text-align: left;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #1C4D2C;
}
b{font-weight: bold;}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}
ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em 3em; /* LTR */
}

table {
  margin: 1em 0;
  width: 100%;
}
tbody{
  border: 0px solid #1C4D2C;
}
td, th {
  padding: 0.2em 0.2em;
  border: 0px solid #1C4D2C;
}
thead th,
table.system-status-report th  {
  border-bottom: 1px solid #1C4D2C;
}
tr.even, tr.odd {
  background-color:#EEEEEE; 
	border: 1px solid #1C4D2C;
}
tr.odd {
  background-color: #ced9c5;
}

/* Inside Node */
.node em,
.node strong em, 
.node em strong {
  color: #063B5B;
	font-weight: bold;
}

#mainTitle h1{
  margin-top: 2px;
	margin-bottom: 0.5em;
	color: #00728F;
}

/* Tabs wrapper */
#tabs-wrapper {
  margin-bottom: 1em;
}
#tabs-wrapper ul.tabs{ 
	border-bottom: none;
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#tabs-wrapper ul li {
  margin:0.4em 0 0.4em 0em;
}

ul.primary li.active a{
  border-color: #003366 #003366 #003366;
}
ul.primary li a {
	border: 1px solid #003366;
	padding:0 0.5em;
}
ul.primary li a:hover{
  border-color: #003366;
  border-style: solid solid solid;
}
code{
  font-size: 1.2em;
}
/* General style end */

/*****************************/
/* Page Layout Start */
/*****************************/
#maincontainer{
  margin: 0 auto;
	width: 770px;
	border: 1px solid #B2BB1E;
	border-top: none;
}
#header{
  color: #000; 
  padding: 0px 0px;
  background: #fff;
	width: 770px;
}
#header-wrapper{ 
  height: 195px;
}
#menu{ 
  height: 30px;
  text-align: left;
	background-color: #CCCCCC;
}
#contents{			  
  text-align:center;
}
#contentwrapper{
  margin: 0px auto;
	height: auto;
}
#contentInner{
  float: left;
  width: 100%;
	/* min-height: 500px; */
}
#sidebar-left{
  float: left;
  width: 160px; /*Width of left column*/  	
	padding-left: 8px;
  padding-top: 8px;
}
#sidebar-right{
  float: right;
  width: 160px; /*Width of left column*/
	padding-top: 8px;
	padding-right: 8px;	
}
#footer{ 
  padding: 20px 0em; 
  text-align: center;
	background-color: #edf6e0;
	border-top: 1px solid #00728F;
	height: 50px;
}
#footer p{
  text-align: center;
  font-size: 11px;
  margin: 5px 0px;
  color: #15536B;
}
#footer p a{
  color: #fff;
}
#footer p a:hover{
  text-decoration: underline;
}
#footer .copyright{
  font-size: 10px;
}
#contentwrapper {
  margin: 0pt auto;
  text-align: left; 
	background-color: #fff;	
}
#contentwrapperInner {
  display: inline-block;
}

#contentcolumn{
  margin: 0px 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  display: table-cell;

  /* min-height: 450px;  */
  width: 780px;	
  padding: 8px 8px;	
}
#contentcolumn #wrapper{
  min-height: 300px;
}
body.two-sidebars #contentcolumn{
  margin: 0px 168px 0px 168px;/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  height: 100%;
}
body.sidebar-left #contentcolumn{
  margin-left: 168px; 
}
body.sidebar-right #contentcolumn{
  margin-right: 168px; 
}

/* clear element*/
.clear{clear: both; margin-bottom: 0px;}

/* primary links */
ul.links {
  float: left;
}

/*logo Area : sitename : slogan  */
#logoarea {  
  text-align: left;
	height: 90px;
}
#logoarea a{
  text-decoration: none;
}
#logoarea h1{
  margin-top: 0px;	
  margin-bottom: 0px;
}
#logoarea #sitetitle{
  font-size: 11px;
  color: #1c4d2c;
  float: left; 
  margin-left: 10px;
}
#logo-left{
  padding-top: 15px;
	padding-left: 15px;
  float: left;
}
#gwrc-logo {
  float: right;
	margin-top: 15px;
	margin-right: 15px;
}

/* menu */
#nav{
	background: transparent url(img/menu_bg.gif) repeat-x;
	height: 36px;
	width: 770px;
}
#nav ul{	
  width: 100%;
  padding: 0px 0px;	
	margin-top: 0px;
}
#nav a {
  display: block; 	
	line-height: 1.4;	
}
#nav li {
  margin: 1px 0px 0px 0px;
  padding: 8px 33px;  
	border-right: 1px solid #6CB4C4 ;
	
	float: left;
	list-style-type: none; 
	list-style-image: none;
}
#nav li.last{
  border-right: none;
}
#nav li a{
  font-size: 13px;
	font-weight: bold;
  color: #fff;
	/* padding: 7px 33px; */
}
#nav li a:hover{color:#AFBD21; text-decoration: none;}
#nav li a.active{color:#AFBD21;}
#nav li ul {
  position: absolute;
  left: -999em;
	display: none;
	height: auto;	
  margin: 7px 5px 5px -33px;
	padding: 0px 0px; 
	z-index:100;
	background-color: #00728F;
	border: 1px solid #15536B;	
}
#nav li:hover ul, #nav li.sfhover ul{
  left: auto; 
	display: block; 
}
#nav li ul li{
  border-right: none;
  border-bottom: 1px solid #6CB4C4;
	padding: 0px 3px;	
	width: 164px;
}

#nav li ul li a{
	display: block;
	padding: 3px 3px;
}
/* scroll menu theme */
#nav li ul li:hover,
#nav li ul li.sfhover
{
  background-color: #D3DEE0;
}
#nav li ul li a:hover{
  color: #15536B;
}
#nav li ul li.last{
  border-bottom: none;
}
#nav li ul, #nav li li {
  width: 170px;	
}

#nav li:hover ul li, 
#nav li.sfhover ul li, 
#nav li:hover ul li a, 
#nav li.sfhover ul li a, 
#nav li:hover ul li:hover, 
#nav li.sfhover ul li:hover, 
#nav li:hover ul li a:hover, 
#nav li.sfhover ul li a:hover{  
  display: block;
}

/* banner */
#banner{
  background: #D0ECF8 url(img/banner_bg.gif) repeat-x;
	height: 122px;
	border-bottom: 2px solid #15536B;
}
#banner_copy{
  float: left;
  font-size: 33px;
	color: #15536B;
	line-height: 1.2em;
	margin: 20px 0px 0px 45px;
}
#banner_img{
	float: right;
	background: transparent url(img/carpool_banner_image.gif) no-repeat;
	width: 193px;
	height: 103px;
	margin-top: 12px;
	margin-right: 45px;
}

/* Block Style */
.sidebar .block h2{
  margin-top: 0px;
	margin-left: 0px;
	color: #fff;
	font-size: 12px;
}
.sidebar .block{
  margin-bottom: 8px;
}
.block ul {
  padding-left: 1.5em;
}
.block ul li{
  margin-left: 0.5em;
	list-style-position: outside;
}
.block{
  font-size: 1em;
}
.block a{
  color: #fff;
}


/* submitted */
.submitted {line-height: 1.0em;}

/* breadcrumb */
.breadcrumb {   
  padding: 0em 0px 0.5em;	
	color: #666;
}
.breadcrumb a{
  color: #666666;
  font-weight: bold;
}

/* bullet 
li.collapsed { list-style-image:url(img/bullet/menu-collapsed.gif);}
li.leaf { list-style-image:url(img/bullet/menu-child.gif);}
li.expanded { list-style-image:url(img/bullet/menu-expanded.gif);}
ul.menu li.leaf { list-style-image:url(img/bullet/menu-leaf.gif);}
.sidebar .item-list ul li {list-style-image:url(img/bullet/menu-leaf.gif);}
*/

/* messages */
.messages {
  margin: 1em 0px;
}

/* img */
#contentInner img{
  padding: 0px 5px;
}
.imgleft{ 
  float: left;
  margin: 0px 10px 10px 0px;
}
.imgright{
  clear: both;
  float: right;
  margin: 0px 0px 10px 10px;
}
.imgfloatclear{
  float: none;
}

#switch_oFCK_1{ 
  clear: right;
  display: block;	
  margin-bottom: 1em;
}
/* theme contact form */
#contact-mail-page div{
  margin-bottom: 10px;
}

/******************/
/* rounded corner */
/******************/
.t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner {
  position: relative;
  /* hasLayout -1 ? For IE only */
  zoom: 1;
}
.t-edge {
  background: url(img/corners-darkgreen/shadow-t.gif) repeat-x 0 top;
  font-size: 1px;
}
.b-edge {
  background: url(img/corners-darkgreen/shadow-b.gif) repeat-x 0 bottom;
  font-size: 1px;
}
.l-edge {
  background: url(img/corners-darkgreen/shadow-l.gif) repeat-y 0 0;
}
.r-edge {
  background: url(img/corners-darkgreen/shadow-r.gif) repeat-y right 0;
}
.wrap-corner {
  /* background: #fff !important; */
 background-color: #00728f;  /*  Dark Green */
	/*background-color: #F99D31;  Orange */
}
.wrap-corner .t-edge, .wrap-corner .b-edge {
  height: 11px;  
}
.wrap-corner .l, .wrap-corner .r {
  position: absolute;
  top: 0;
  height: 11px;
  width: 11px;
  background-image: url(img/corners-darkgreen/corner-bits.png);
	background-repeat: no-repeat;
}
.wrap-corner .l {
  left: 0;
}
.wrap-corner .r {
  right: 0;
  background-position: -11px 0;
}
.wrap-corner .b-edge .l {
  background-position: 0 -11px;
}
.wrap-corner .b-edge .r {
  background-position: -11px -11px;
}
.wrap-corner .r-edge {
  padding: 5px 8px;
}
div.admin-links {
  margin-top: -14px;
  margin-left: -12px;
}

/* Register Now */
#block-block-1 .wrap-corner {   
	background-color: #F99D31;  /* Orange bg */
}
#block-block-1 .t-edge {
  background: url(img/corners-orange/shadow-t.gif) repeat-x 0 top;
  font-size: 1px;
}
#block-block-1 .b-edge {
  background: url(img/corners-orange/shadow-b.gif) repeat-x 0 bottom;
  font-size: 1px;
}
#block-block-1 .l-edge {
  background: url(img/corners-orange/shadow-l.gif) repeat-y 0 0;
}
#block-block-1 .r-edge {
  background: url(img/corners-orange/shadow-r.gif) repeat-y right 0;
}
#block-block-1 .wrap-corner .l, #block-block-1 .wrap-corner .r { 
  background-image: url(img/corners-orange/corner-bits.png);
}
#block-block-1 p,
#block-block-5 p{
  text-align: center;
	margin-top: 1em;
}
#block-block-1 a, #block-block-5 a {
  font-size : 1.5em;
	color: #00728F;
}
#block-block-5 a{
  color: #fff;
}

/* More block theme */
#block-block-2 .wrap-corner,
#block-user-1 .wrap-corner
{
  background-color: #fff; 
}
#block-block-2 .wrap-corner .t-edge,
#block-block-2 .wrap-corner .b-edge,
#block-user-1 .wrap-corner .t-edge,
#block-user-1 .wrap-corner .b-edge
{
  display: none;
}
#block-block-2 .l-edge,
#block-block-2 .r-edge,
#block-user-1 .l-edge,
#block-user-1 .r-edge
{
  background: none;
	padding: 0px 1px;
}
.sidebar #block-block-2 h2,
.sidebar #block-user-1 h2
{
  background: transparent url('img/block_titlebar4.gif') no-repeat;
  line-height: 1.9em;
	padding-left: 10px;
	margin-bottom: 0px;
	height: 25px;
	
}
.sidebar #block-block-2 .content,
.sidebar #block-user-1 .content
{
  background: transparent url('img/block_content_bg.gif') repeat-x;	
	padding: 5px 5px;
	margin: 0px 0px;
}
#block-block-2 a,
#block-user-1 a
{
  color: #00728F;
}

/* image gallery css */
ul.images li{
  list-style: none;
}
/* Main layout round corner */
#top-wrap-conrner{
  width: 772px;
	margin: 30px auto 0px auto;
}
#top-wrap-conrner, #top-wrap-conrner .t-edge{
  position:relative;
}
#top-wrap-conrner .t-edge{
  height: 11px;
  background: none;
	background: transparent url(img/roundcorner_body.gif) repeat-x;
	font-size:1px;
}
#top-wrap-conrner{
  height: 11px;
	font-size: 1px;
}
#top-wrap-conrner .l, #top-wrap-conrner .r{
  height: 11px;	
	width: 11px;
	position: absolute;
	background-repeat: no-repeat;
}
#top-wrap-conrner .l{
  background-image: url(img/roundcorner_left.gif);
	top: 0;
	left: 0;
}
#top-wrap-conrner .r{
  background-image: url(img/roundcorner_right.gif);	
	top: 0;
	right: 0;	
}
/* footer theme */
#footer #footer_logo_left {  
	float: left;
	width: 25%;
}
#footer_links {
  float: left;
	width: 50%;
}
#footer_logo_right {
  float: right;
	width: 20%;
	margin-top: 0px;
	margin-right: 10px;
}



#block-menu-menu-footermenu{
	text-align: center;
}
#block-menu-menu-footermenu a {
  color: #15536B;
}
#block-menu-menu-footermenu ul{
	margin: 0 auto;
	width: 310px;
}
#block-menu-menu-footermenu ul li{
  list-style: none;
	list-style-image: none;
	list-style-type:none;
	list-style-position:outside;
	
	border-right: 1px solid #00728F;

	display: block;
	float: left;	
}
#block-menu-menu-footermenu ul li.last{
  border-right: none;
}

.block #user-login,
.block  #user-login a
{
  color: #fff;
	font-size: 10px;
}
.block  #user-login a{
  font-size: 9px;
}
.block  #user-login .login_text{
  width: 50px;
	display: block;
	float: left;
}
.block  #user-login #edit-name,
.block  #user-login #edit-pass
{
  width: 90px;
	display: block;
	margin-left: 50px;
}
.block  #user-login a{
  display: block;
	width: 110px;
}
.block #user-login #edit-submit{
 	border: 1px solid #fff;	
	color: #fff;
	font-size: 9px;
	background-color: transparent;
	display: block;
	float: right;
	width: 40px;
	margin-top: -16px;
	padding: 0px 0px;
}
.block #user-login #edit-submit:hover{
  background-color: #efefef;
	color: #00728F;
}

/* user logged-in block */
#block-block-4 p{
  text-align: center;
}
#block-block-4 p.right{
  text-align: right;
}
.block-search .container-inline label {
  display: none;
}

#edit-search-block-form-1-wrapper{
  margin-bottom: 0em;
	margin-top: 0em;
}
.search-block .form-submit{
  padding-top: 0px;
	display: block;
	float: right;
	margin-top: 3px;
}

.your-options p{
  color: #006270;
	margin: 0.5em 0px;
}
.your-options span{
  float: right;
	text-align: right;
	margin-top: -15px;
}
h3.your-options {
  margin-top: 2em;
  border-bottom: 1px solid #006270;
	padding-bottom: 8px;	
}

.your-options tbody,
.your-options td, 
.your-options th
{
  border: none;
	vertical-align: top;
	background-color: #99cccc;
	padding: 0.5em 0.5em;
}
.your-options td, 
.your-options th
{
  border: 1px solid #fff;
}

/*3rd party login block*/
#block-block-6 a{
  color:#FFFFFF;
  font-size:9px;
}
#block-block-6 .login_text {
  display:block;
  float:left;
  width:50px;
}
#block-block-6 .login_text{
  color:#FFFFFF;
	font-size: 10px;
}
#block-block-6 input{
  width: 140px;
}
#block-block-6 #edit-submit{
  background-color:transparent;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  display:block;
  float:right;
  font-size:9px;
  margin-top:0px;
  padding:0;
  width:40px;
}
#block-block-6 p{
  margin-top: 0em;
	margin-bottom: 0.5em;
}

table.employer_resource {
  text-align: center;
}
table.employer_resource p{
  text-align: center;
}
table.employer_resource tbody, 
table.employer_resource td, 
table.employer_resource th
{
  border: none;
}
table.brochure img{  
	padding: 5px;
}

table#attachments thead th,
table#attachments td,
table#attachments th,
table#attachments tbody,
table#attachments tr.even, 
table#attachments tr.odd 
{
  border: none;
}

table#attachments tr.odd {
  background-color: #99CCCC;
}
.caption{

}
