/* CSS Document */

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
	height:100%;
	background-repeat: repeat-x;
	background-color: #26324C;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
body.main  {
	background-image:url(../images/common/bg_01.png); 
	background-repeat:repeat;
}

.body_content {
	background-color:#FFFFFF;
	margin: 0px auto;
	width: 1000px;
	height: auto;
	top: 0px;
	padding: 0px;
	position: relative;	
}

.logo {
	z-index:1;
	padding-top: 0px;
	padding-left: 10px;
	width: 75%;
	position: absolute;
}

.header {
	height: 56px;
	/*width: 1000px;*/
	padding-left:286px;
	vertical-align: top;	
}
.navbar {
	background-image: url(../images/common/bg_navbar.jpg);
	background-repeat: repeat-x;
	height: 24px;
	padding-left:286px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #D50A16;
}

td.nav {
	padding-right: 22px;
	font-weight: bold;
	color: #26324C;
	font-size: 14px;
}

div.spacer {
  clear: both;
  }

.content {
	background-image: url(../images/common/bg_content.jpg);
	background-repeat: repeat-y;
	position: absolute;
	height: auto;
	width: 1000px;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*.contentC1 {
	width: 275px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
}
.contentC1 {
	width: 300px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
}*/
.contentC1 {
	width: 250px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
}
.special {
	background-color: #FFFFFF;
	width: 230px;
	/*background-image: url(../images/common/bg_special1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 269px;
	height: 330px;
	border: 3px solid #FFFFFF;*/
}
.contentC2 {
	/*width: 300px;*/
	width: 400px;
	float: left;
	padding-top: 25px;
	padding-right: 50px;
}

.contentC3 {
	float: left;
	padding-right: 25px;
	width: 225px;
}

.woman {
	background-image: url(../images/common/woman_sign.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
	width: 225px;
	height: 300px;
	left: 750px;
	top: -54px;	/* -54px;*/
}

.burglar_below {
	padding-top: 220px;
	height:auto
}
.footer {
	background-color: #FFFFFF;
	width: 1000px;
	height: auto;
	position:relative;
	padding-top: 20px;
}

.bg_red {
	background-color: #D50A16;	
}

.bg_white {
	background-color: #FFFFFF;
}
.bg_alphaWhite {
	background-image: url(../images/common/bg_alpha_75white.png);
}

/* PADDING :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.padAll_25 {
	padding: 25px;
}

.padL_10{
	padding-left: 10px;	
}

.padR_10 {
	padding-right: 10px;
}

.pad_bottom_6 {
	padding-bottom: 6px;
}

.pad_top_6 {
	padding-top: 6px;
}

/* FONT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A6A6A6;
	text-decoration: underline;
}

.f_red_L {
	font-size: 24px;
	font-weight: bold;
	color: #D50A16;	
}

.f_red_M {
	font-size: 18px;
	font-weight: bold;
	color: #D50A16;	
}

.f_red {
	color: #D50A16;	
}

f_blue {
	color: #26324C;
}

.f_white {
	color: #FFFFFF;
}
.f_14 {
	font-size: 14px;	
}

.f_16 {
	font-size: 16px;	
}
.f_18 {
	font-size: 18px;	
}
.f_24 {
	font-size: 24px;	
}

.f_B {
	font-weight: bold;
}
.f_underline {
	text-decoration: underline;
}
.f_handwrite {
	font-family: Pristina, "Brush Script Std", cursive;
	font-style: italic;	/*font-family:Comic Sans MS, Brush Script Std;*/	 
}

.f_alt {
	font-family: "Times New Roman", Times, serif;
}

.f_ital {
	font-style: italic;
}

.f_CAP {
	text-transform: uppercase;
}

/* Links :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a:link {
	text-decoration: underline;
	color: #D50A16;	
}

a:visited {
	text-decoration: underline;
	color: #D50A16;	
}

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

a.nav:link {
	text-decoration: none;
	color: #26324C;	
}

a.nav:visited {
	text-decoration: none;
	color: #26324C;	
}

a.nav:hover {
	text-decoration: none;
	color: #D50A16;	
}
.brd_26324C {
	border: 1px solid #26324C;
}
