/* *********************************************************** */
/* Web Design Company: NextGen Computing                       */
/* Web Design Website: www.nextgencomp.com                     */
/* File Name: scg_base.css                                 */
/* File Created: Tuesday, February 15, 2011, 4:10:47 PM        */
/* Project: project                                            */
/* *********************************************************** */
body,div,table,p,a,li { font-family: Arial, Helvetica, sans-serif; }
input,select,textarea,button { font-family: Arial, Helvetica, sans-serif; }
img.vertical_align_middle { vertical-align: middle; }
br.clear_float { clear: both; height: 0; font-size: 1px; line-height: 0px; }

/* *********************************************************** */
/* LINK STYLES                                                 */
/* *********************************************************** */
a { color: #544686; font-size: 12px; font-weight: normal; text-decoration: none; }
a:hover { color: #BDD051; font-size: 12px; font-weight: normal; text-decoration: none; }
a:active { color: #FF0000; font-size: 12px; font-weight: normal; }

a.header_menu_link { color: #1C1D3E; font-size: 12px; font-weight: normal; text-decoration: none; }
a.header_menu_link:hover { color: #53BABF; font-size: 12px; font-weight: normal; text-decoration: none; }
a.header_menu_link:active { color: #FF0; font-size: 12px; font-weight: normal; text-decoration: none; }

a.copyright_link { color: #544686; font-size: 12px; font-weight: normal; text-decoration: none; }
a.copyright_link:hover { color: #BDD051; font-size: 12px; font-weight: normal; text-decoration: none; }
a.copyright_link:active { color: #000000; font-size: 12px; font-weight: normal; text-decoration: none; }

body {
  background-color: #ffffff;
  background-image: url('../images/backgrounds/main_body-BG.jpg'); 
  background-repeat: repeat;
  cursor: default;
  margin: 53px 0 0 0;
  padding: 0 0 0 0;
}

/* *********************************************************** */
/* CONTENT CONTAINER STYLES                                    */
/* *********************************************************** */
.scg_base div#content_container { 
  margin: 0 auto; 
  width: 1024px; 
  height: auto; 
}

/* *********************************************************** */
/* HEADER CONTENT CONTAINER STYLES                             */
/* *********************************************************** */
.scg_base div#header_container { 
  background-image: url('../images/backgrounds/header_container-1BG.jpg'); 
  background-repeat: no-repeat; 
  height: 119px; 
}
  
div.hrcr_col1 { 
  color: #53BABF; 
  font-size: 14px; 
  margin: 48px 0 0 0; 
  float: left; 
  width: 600px; 
}
		
div.hrcr_col2 { 
  float: right; 
  width: 205px; 
}

/* *********************************************************** */
/* MAIN CONTENT CONTAINER STYLES                               */
/* *********************************************************** */
.scg_base div#main_container { 
  background-image: url('../images/backgrounds/main_container-1BG.jpg');
  background-repeat: repeat-x; height: 397px; 
}
  
div.mnmr_col1 {}
div.mnmr_col2 {}

/* *********************************************************** */
/* FOOTER CONTENT CONTAINER STYLES                             */
/* *********************************************************** */
.scg_base div#footer_container { 
  clear: both; 
  width: 100%; 
  height: 84px; 
  text-align: center; 
}

div.ftcr_col1 {}
div.ftcr_col2 {}

/* *********************************************************** */
/* COPYRIGHT CONTENT CONTAINER STYLES                          */
/* *********************************************************** */
.scg_base div#copyright_container { 
  clear: both; 
  margin: 0 auto; 
  width: 1024px; 
}

div.ctcr_col1 { 
  padding: 2px 0 0 0; 
  float: left; 
  width: 100px;
  text-align: left;
}
  
div.ctcr_col2 { 
  color: #EC6C3C; 
  font-size: 12px; 
  float: right; 
  font-weight: bold; 
  width: 924px;    
  padding: 2px 0 0 0; 
  text-align: right;  
}