body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background:#EAEAEA;
}
/* ************************************
 	Generic Styles
************************************** */
#Clear, .clear {
	clear:both;
}
h1, h2 {
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
	color:#97999A;
	padding:7px 0px 7px 0px;
	border-top:1px dotted;
	border-bottom:1px dotted;
	font-family: Helvetica, Arial, sans-serif;
}
#ContentContainerRed h1{color:#ED1C24;}
#ContentContainerOrange h1{color:#FF8A0C;}
#ContentContainerGreen h1{color:#2CA101;}
#ContentContainerBlue h1{color:#0096FF;}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	
}
p, li, label, input {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
.left{float:left;}
.right{float:right;	}
img{border:0;}
img.left{margin:0px 10px 10px 0px;}
img.right{margin:0px 0px 10px 10px;}

h2 img{
	vertical-align:text-top;
	margin-right:5px;
}

/* ************************************
 	Basic Layout
************************************** */
#Wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	min-width:920px;
	background:#EAEAEA;
}
	
#Container {
	position:absolute;
	top:0px;
	left:50%;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px -475px;
	width:909px;
	border-top:5px solid #000;
	background:#fff;
}
#ContentContainerRed, #ContentContainerBlue, #ContentContainerOrange, #ContentContainerGreen{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	padding:0;
}
#ContentContainerRed {
	background-image:url(../images/MainBackRed.jpg);
	background-repeat:repeat-x;
}
#ContentContainerBlue {
	background-image:url(../images/MainBackBlue.jpg);
	background-repeat:repeat-x;
}
#ContentContainerOrange {
	background-image:url(../images/MainBackOrange.jpg);
	background-repeat:repeat-x;
}
#ContentContainerGreen {
	background-image:url(../images/MainBackGreen.jpg);
	background-repeat:repeat-x;
}
/* ************************************
 	Header Stuff
************************************** */
.logo {
	position:absolute;
	top:30px;
	left:20px;
}
.telNo {
	position:absolute;
	top:0px;
	right:20px;
}
.twitter{
	position:absolute;
	top:0px;
	right:186px;
}
.linkedin{
	position:absolute;
	top:0px;
	right:150px;
}
.headerImg{
	float:left;
	margin-bottom:20px;
}
#TopNav1 a, #TopNav2 a, #TopNav3 a{
	width:285px;
	height:54px;
	background-image:url(../images/ITRisk.gif);
	display:block;
	float:left;
	margin:20px 12px 15px 15px;
	text-indent:-9999999px;
}
#TopNav2 a {
	background-image:url(../images/ITSupport.gif);
	margin:20px 0px 15px 0px;
}
#TopNav3 a {
	background-image:url(../images/BusinessCont.gif);
	margin:20px 0px 15px 12px;
}
/* ************************************
 	Footer Stuff
************************************** */
#BottomLeft {
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000;
	margin:10px 0px 10px 10px;
}
#BottomLeft a {
	text-decoration:none;
	color:#000;
}
#BottomRight {
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000;
	margin:10px 10px 10px 0px;
}
#BottomRight a {
	text-decoration:none;
	color:#60C;
	font-weight:bold;
}
#Footer{
	margin:20px 0px 0px 0px;
	display:block;
	width:909px;
	height:77px;
	background:url(../images/Footer.gif) no-repeat;
	overflow:hidden;
}
#logos{
	display:block;
	width:909px;
	height:57px;
	overflow:hidden;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}
#logos li{
	list-style-type:none;
	margin:0;
	padding:0;
	height:57px;
}
/* ************************************
 	Main Nav
************************************** */
#nav {
	float:left;
	width:165px;
	margin-top:20px;
}
#nav ul {
	margin:0;
	margin-left:18px;
	padding:0;
	list-style:none;
	display:block;
}
#nav li {
	width:147px;
	margin-bottom:3px;
}
#nav li a {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#606060;
	text-decoration:none;
	background:url(../images/NavBackTop.png) no-repeat top;
	padding:3px 0px 0px 0px;
}
#nav li a span{
	display:block;
	width:127px;
	margin-top:3px;
	padding:0px 10px 8px 10px;
	background:url(../images/NavBackBottom.png) no-repeat bottom;
}
#nav li a:hover, #nav li a.current, #nav li a.section {
	background-image:url(../images/NavBackOverTop.png);
	color:#FFF;
}
#nav li a:hover span, #nav li a.current span, #nav li a.section span {
	background-image:url(../images/NavBackOverBottom.png);
}
	/* ********************************
		Sub Navigation
	************************************ */
	#nav ul li ul {
		margin:0;
		display:block;
	}
	#nav ul li ul li {
		margin:0;
		font-size:10px;
	}
	#nav ul li ul li a {
		background-image:none;
		height:auto;
		font-size:10px;
		padding:5px;
		font-weight:normal;
		border-bottom:1px dotted;
	}
	#nav ul li ul li a:hover, #nav ul li ul li a.current {
		background-image:none;
		color:#ed1c24;
	}
/* ************************************
 	Content Columns
************************************** */
#Content {
	float:left;
	width:519px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:20px;
}
.rightCallOut{
	float:left;
	width:165px;
	padding-top:20px;
	overflow:hidden;
}
.leftCallout{
	float:left;
	width:145px;
	overflow:hidden;
	padding:0px 20px 0px 20px;
}
/* *********************************
 	Double Column Layout
********************************** */
.leftColumn, .rightColumn {
	float:left;
	width:342px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:20px;
}
.rightColumn {
	float:right;
	padding-right:0px;
	margin-right:20px;
}
/* *******************************
	twitter Call Out
******************************** */
#twitter_div{
	float:left;
	width:165px;
	margin-bottom:10px;
}
#twitter_div ul, #twitter_div ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:10px;
}
#twitter_div ul li{
	padding:0px 0px 5px 0px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}
#twitter_div ul li a{
	text-decoration:none;
	color:#CCC;
	display:block;
}
#twitter_div ul li span a, #twitter_div ul li span{
	font-weight:normal;
	color:#666;
}
#twitter_div ul li span a{
	font-weight:bold;
}
/* ************************* 
	News Page
*************************** */
#news #twitter_div{
	width:520px;
}
/* ************************* 
	Right Col Stuff
*************************** */
.newsletter{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	background:#E6E7E8;
	width:145px;
}
.newsletterSignup{
	width:138px;
	float:left;
	font-weight:bold;
	font-size:10px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 7px;
	background:#DDDDDD;
	color:#808080;
	border-bottom:2px solid #fff;
}
.newsletter #subForm{
	float:left;
	padding:0px 0px 5px 0px;
}
.newsletter label{
	display:block;
	float:left;
	color:#808080;
	font-size:10px;
	margin:0px 10px 3px 7px;
}
.newsletter input{
	float:left;
	width:125px;
	margin:0px 0px 5px 7px;
}
.newsletter .submit{
	margin-top:5px;
}
/* ************************* 
	Right Col Call Outs
*************************** */
.RequestCallBack{
	margin-bottom:10px;
}
.RequestCallBack ul, .RequestCallBack li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

.RequestCallBack .top, .RequestCallBack .bottom{
	display:block;
	width:165px;
	height:5px;
	overflow:hidden;
	background:url(../images/rightCol-red-top.png) no-repeat;
}
.RequestCallBack .middle{
	float:left;
	width:145px;
	overflow:hidden;
	background:#ED1C24;
	padding:0px 10px 0px 10px;
}
/* RED */
#ContentContainerRed .RequestCallBack .top{background:url(../images/rightCol-red-top.png) no-repeat;}
#ContentContainerRed .RequestCallBack .bottom{background:url(../images/rightCol-red-bottom.png) no-repeat;}
#ContentContainerRed .RequestCallBack .middle{background:#ED1C24;}
/* ORANGE */
#ContentContainerOrange .RequestCallBack .top{background:url(../images/rightCol-orange-top.png) no-repeat;}
#ContentContainerOrange .RequestCallBack .bottom{background:url(../images/rightCol-orange-bottom.png) no-repeat;}
#ContentContainerOrange .RequestCallBack .middle{background:#FF8A0C;}
/* GREEN */
#ContentContainerGreen .RequestCallBack .top{background:url(../images/rightCol-green-top.png) no-repeat;}
#ContentContainerGreen .RequestCallBack .bottom{background:url(../images/rightCol-green-bottom.png) no-repeat;}
#ContentContainerGreen .RequestCallBack .middle{background:#2CA101;}
/* BLUE */
#ContentContainerBlue .RequestCallBack .top{background:url(../images/rightCol-blue-top.png) no-repeat;}
#ContentContainerBlue .RequestCallBack .bottom{background:url(../images/rightCol-blue-bottom.png) no-repeat;}
#ContentContainerBlue .RequestCallBack .middle{background:#0096FF;}

.RequestCallBack p.title{
	font-weight:bold;
	font-size:11px;
	padding:8px 0px 8px 0px;
	margin-top:0px;
	border-bottom:1px solid;
	color:#fff;
}
.RequestCallBack p{
	clear:both;
	float:left;
	margin:0px 0px 10px 0px;
	color:#fff;
	width:145px;
}

/* FORM STLYING */
.RequestCallBack input, .RequestCallBack label, .RequestCallBack select{
	clear:both;
	float:left;
	width:140px;
	font-size:10px;
	border:1px solid #fff;
}
.RequestCallBack label{
	color:#fff;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	border:none;
}
.form-error-message{display:none;}
.form-line-error input{
	border:1px solid #000;
}
.form-button-error{
	font-weight:bold;
	color:#fff;
	font-size:10px;
	padding-bottom:5px;
}
.form-submit-button{
	margin:10px 0px 5px 0px;
}
/* ***********************************
 Right Col Quick Quotes
**********************************  */
.quoteLinks{
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	width:165px;
	height:140px;
	overflow:hidden;
}
#quickQuote, #quickQuote li {
	list-style-type:none;
	margin:0;
	padding:0;
}


#quickQuote li{
	width:149px;
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:7px;
	border:1px dotted;
	font-family: Helvetica, Arial, sans-serif;
	background:#fff;
	height:111px;
	margin-bottom:15px;
}
#quickQuote li span{
	display:block;
	float:left;
	width:149px;
	font-size:10px;
	margin:10px 0px 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
}
#quickQuote li span a{
	color:#333;
	font-size:11px;
}
#ContentContainerRed #quickQuote li{color:#ED1C24;}
#ContentContainerOrange #quickQuote li{color:#FF8A0C;}
#ContentContainerGreen #quickQuote li{color:#2CA101;}
#ContentContainerBlue #quickQuote li{color:#0096FF;}
/* ***********************************
 	Downloads Page
**********************************  */
.downloads, .downloads li{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.downloads li a{
	font-weight:bold;
	text-decoration:none;
	color:#09F;
}
.downloads li{
	padding:10px 0px 10px 0px;
	border-bottom:1px dotted #CCC;
}


