@charset "UTF-8";
/* CSS Document */

/*Alarm Lock Site  CSS*/

/*Global Rules*/
	body {
		font: 9pt arial;
		color: #666666;
/*		text-align: center;*/
		margin-top: 0;
		/*background-color: #000033;*/
		background-color: #000000;
	}
	
	a  {
		color: #0066ff;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #0066ff;
	}
	a:hover {
		text-decoration: none;
		color: #000033;
	}
	a:active {
		text-decoration: none;
		color: #0066ff;
	}

	h1 {
		color: #0066ff;
		font-family: Arial;
		font-size: 12pt;
		font-weight:normal;
	}

	h2 {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	}
	
	.greentext {
		color: #66cc00;
	}
	.purpletext {
		color: #6c00cc;
	}
	.redtext {
	color: #FF0000;
	}
	.bluetext {
	color: #0066ff;
	}
	
	ul.footernav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	img.centersq {
		margin: 2px;
	}
	img.floatright {
		float: right;
		margin: 10px 0 10px 10px;
	}
	img.floatleft {
		float: left;
		margin: 10px 10px 10px 0;
	}
	
	ul {
	margin-top: 8px;
	margin-left: 0;
	padding-left: 12px;
	}
	ul li {
	list-style-image: url(images/yellowbullet.jpg);
	}
	
	ol li {
	list-style-image: none;
	list-style: decimal;
	}
/*End Global*/
/*2. topwhite div stuff */
	.topwhite {
		background-color: #ffffff;
		margin: -2px -8px 0 -8px;
		left: 0px;
		top: 0px;
	}
	
	.header {
	width: 700px;
	margin: 0 auto 0 auto;
	}
	
	.header-signup {
	padding: 60px 0 0 390px;
	}
	.header-nav {
	margin: 20px 5px 0 130px;
	}
	.header-search {
	float: left;
	margin: 60px 0 0 23px;
	}
	
	#topnavimg {
		margin: 0 auto 0 auto;
		height: 16px;
		width: 100%;
		background: url("images/nav_bluebar.gif") repeat-x;
		clear: both;
	}


/*3. main wrap stuff*/
	#wrap {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	#wrap_black {
		width: 700px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		background: #ffffff url("images/bottomround.gif") bottom center no-repeat;
	}
	#wrap_blacklg {
		width: 702px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		background: #ffffff url("images/bottomround.gif") bottom center no-repeat;
	}

/*4. Mid nav div*/
	#midnav {
		background-color: #FFFFFF;
		margin: 15px 0 15px 0;
		color: #FFFFFF;
		width: 700px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		text-align: center;
	}

/*5. Right styles*/
	#rightcontent {
		float: right;
		width: 185px;
		margin-left: 20px;
		margin-bottom: 20px;
		margin-right: 10px;
	}

/*6. Left content styles*/
	#leftcontent {
		width: 450px;
		float: left;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#leftcontent .columnleft {
	width: 210px;
	float: left;
	margin-right: 15px;
	}
	#leftcontent .columnright {
	width: 210px;
	float: right;
	margin-left: 15px;
	}
	.clearboth {
	clear: both;
	}
	
	#wide {
		padding: 0 10px 0 10px;
		}

/*7. Footer: Bottom nav div, legalese*/

	#footer {
		clear: both;
		margin: 10px 0 10px 0;
		padding-bottom: 5px;
		font:  8pt Arial, Helvetica, sans-serif;
		color: #666666;
		text-align: center;
	}
	.LowerNavigation {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: #0066ff;
		text-align: center;
		border-left: 1px solid #ffcc00;
	}
	.LowerNavigationRight {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: #0066ff;
		text-align: center;
		border-left: 1px solid #ffcc00;
	}