/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px Calibri, Helvetica, Arial;
	background:#12334d;
	color: #666666;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0;
}

#canvas {
	height: auto;
	background-color: #FFFFFF;
}

#header {
	height: 110px;
}
#pod {
	height: 250px;
	margin-top: 10px;
}
#features {
	margin-bottom: 50px;
}
#footer {
	height: auto;
}

#footer a {
	color: #666666;
}

#footer_right {
	text-align: right;
}

#nav {
	font-size: 14px;
	background-color: #efefef;
	color: #999999;
	padding: 10px 0 10px 0;
}
#nav {
	width: 820px;
}
#nav a {
	font-size: 14px;
	color: #999999;
}
#nav li {
	width: 91px;
	display: inline;
}
#nav li a:hover { 
	color: #12334d;
	text-decoration: none;
}


#address {
	color: #467093;
	padding: 10px 0 0 0;	
}
#address a {
	color: #467093;	
}

.logoPad {
	padding: 10px 0 10px 5px;
}

.footerLogoPad {
	padding: 5px 0 10px 5px;
}

.featImgPad {
	padding: 10px 5px 0 15px;
}

.featureText {
	font-size: 15px;
	color: #666666;
}
.featureHeading {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}

.alignRight {
	text-align: right;
	padding-right: 10px;
}

.padRight {
	padding-right: 30px;
}

#about {
	width: 470px;
	height: 225px;
	padding: 10px 50px 0 0;
}

#contentSideBox {
	width: 210px;
	height: 240px;
	padding: 10px 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #f2efef;
}

#intercomsSideBox {
	width: 220px;
	height: 250px;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.regularFont {
	font-size: 13px;
}

#contactAddress {
	width: 379px;
	padding: 0 0 0 20px;
	border-right: 1px solid #d9d9d9;
}
#contactAddress a {
	color: #999999;	
}

#contactForm {
	width: 400px;
}

#alarmIntro {
	width: 790px;
	padding: 10px 20px 0 10px;
}

.fact {
	font-size: 11px;
}

#breakIn {
	float: left;
	width: 547px;
}
#burglary {
	float: right;
	width: 223px;
	padding: 0 20px 0 10px;
}

#topTab {
	text-align: right;
	margin: 0;
}

.largerText {
	font-size: 14px;
}

#partners {
	text-align: center;
}

.partnersImgPad {
	margin: 40px 0 0 0;
}