
/***************************  Core Style Sheet  ***************************/
/***************************  Core Style Sheet  ***************************/

body {
	background: #020755 url(../images_template/background.gif) no-repeat fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

#maindiv {
	width: 777px;
	margin: 0 auto;
	position: relative;
}

#container {
	width: 777px;
	position: absolute;
}

#right-side {
	float: right;
	width: 490px;
	padding: 0 30px 25px 20px;
}

#left-side {
	float: left;
	width: 170px;
	padding: 10px 10px 0 15px;
}

#footer {
	clear: both;
}


/***************************  Main Style Sheet  ***************************/
/***************************  Main Style Sheet  ***************************/

#logo h1 {
	width: 106px;
	height: 94px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 56px;
	top: 82px;
	position: absolute;
	text-align: center;
	z-index: 10;
}

#logo span {
	background: url(../images_template/imcs_logo2.jpg);
	position: absolute;
	display: block;
	height: 94px;
	width: 106px;
	left: 60px;
	top: 82px;
	z-index: 20;
}

#tagline h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding-top: 35px;
	margin: 0;
	border: 0px solid #FFF;
	position: absolute;
	display: block;
	width: 777px;
	top: 1px;
}

#content {
	padding-top: 230px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

span#caption {
	float: right;
	width: 120px;
	padding: 0 0 45px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0CF;        
}

#content p {
	margin: 10px 0 10px 0;
}

#content a {
	color: #0CF;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.escape {  
	position: absolute;
	top: -500px;   /* dividers are only needed when redering page without style sheet - dividers are discarded when style sheet is applied */
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0CF;
	margin-top: 10px;
}

#right-side a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eac73d;
	font-weight: normal;
}

#right-side a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

div.hr {
	background: url(../images_template/hr.jpg) no-repeat center;
	height: 8px;
	width: 469px;
	padding-top: 25px;
	padding-bottom: 25px;
}

div.hr hr {   /* default hr style hidden when stylesheet active .. visible when style is not active */
    display: none;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF33;    
}

/***************************  Main Graphic Style Sheet  ***************************/
/***************************  Main Graphic Style Sheet  ***************************/

#main {
	background: url(../images_template/header_sub.jpg) no-repeat;
	display: block;
	width: 777px;
	height: 126px;
	position: absolute;
	top: 68px;
	z-index: 10;
	margin: 0;
	padding: 0;
	left: 0px;
}

#tab-map {
	position: absolute;
	background: url(/imcs/images_template/tab_map.gif) no-repeat;
	left: 625px;
	top: 12px;
	width: 111px;
	height: 18px;
	padding: 2px 0 0 25px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

a#tab-map {
	text-decoration: none;
}

#spanish {
	position: absolute;
	left: 537px;
	top: 12px;
	display: block;
	padding-top: 2px;
	width: 80px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

a#spanish {
	text-decoration: none;
}

/***************************  Left Navigation Buttons  ***************************/
/***************************  Left Navigation Buttons  ***************************/

.section {
	background: url(../images_template/button_sub.jpg) no-repeat;
	width: 188px;
	height: 24px;
	display: block;
	padding: 7px 4px 0 12px;
}

#left-side a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#left-side p.submenu {
	margin-left: 12px;
}

a#report-incident  {
	color: #01021c;
}

#report-incident {
	background: url(../images_template/report_incident.jpg) no-repeat;
	width: 188px;
	height: 24px;
	display: block;
	padding: 7px 4px 0 12px;
	clear: both;
}

/***************************  Footer Style Sheet  ***************************/
/***************************  Footer Style Sheet  ***************************/

#footer p {
	text-align: center;
	height: 30px;
	background-image: url(../images_template/footer_bg.gif);
	padding-top: 15px;
}

#footer p a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/***************************  Additional Style Sheet  ***************************/
/***************************  Additional Style Sheet  ***************************/

.small{
	font-size: 10px;
	text-align: center;
	text-decoration:none;
	
}

#small td a {
	font-size: 10px;
	text-align: center;
	/*text-decoration:none;	 */
}
	
#small a:hover {
	font-size: 10px;
	text-align: center;
}
	
.search {
	position: absolute;
	left: 237px;
	top: 8px;	
	}
	
#stext {
	padding: 3px;
	font-size:11px;
	font-weight: bold;	
	}
	
.sbox {
	font-size:10px;	
	}
