@charset "utf-8";


/**************** Default Style Reset *************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************** Custom Styles *************************/


body {
	background: #e7e8e9 url(../images/bodyBG.jpg) center top no-repeat;
	font-family: "Helvetica", Arial, Sans-Serif;
	font-size: 12px;
}
#page {
	width: 830px;
	margin:0 auto;
}

#masthead {
	background: url(../images/mastheadHome.jpg) no-repeat;
	height: 324px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hidden {
	text-indent: -9999px;
	float: left;
}

/***************** Utility Navigation Styles ************************/

#utilityNav {
	float: right;
	width: 600px;
}
#utilityNav li {
	display: inline;
}
#utilityNav li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	float: right;
	margin-top: 10px;
	padding: 3px 25px;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
}
#utilityNav li a.noBorder {
	border-right-style: none;
	padding-right: 11px;
}
#utilityNav li a:hover, #utilityNav li a.current {
	text-decoration: underline;
}



/***************** homeBox Styles ************************/

#boxWrapper1 {
	background: url(../images/homeBoxAV360Hover.jpg) top left no-repeat;
	height: 286px;
	margin: 10px 0 0 0;
}
#boxWrapper2 {
	background: url(../images/homeBoxCAT5eHover.jpg) top left no-repeat;
	height: 286px;
	margin: 10px 0 0 0;
}

a.homeBoxAV360 {
	background: url(../images/homeBoxAV360.jpg) no-repeat;
	display:block;
	height: 266px;
	padding:0 10px 0 28px;
	margin: 0 0 20px;
	text-decoration: none;
	color: #000;
}
a.homeBoxCAT5e {
	background: url(../images/homeBoxCAT5e.jpg) no-repeat;
	display:block;
	height: 266px;
	padding:0 10px 0 28px;
	margin: 0 0 30px;
	text-decoration: none;
	color: #000;
}
a.homeBoxAV360:hover {
	background: url(../images/homeBoxAV360Hover.jpg) no-repeat;
}
a.homeBoxCAT5e:hover {
	background: url(../images/homeBoxCAT5eHover.jpg) no-repeat;
}
a.homeBoxCAT5e h3, a.homeBoxAV360 h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	clear: left;
}
a.homeBoxCAT5e li, a.homeBoxAV360 li  {
	list-style-image: url(../images/blueDot.gif);
	margin: 5px 0 12px 16px;
	font-size: 13px;
}

a.homeBoxAV360 li:hover, a.homeBoxCAT5e li:hover {
	background: tranparent;
}


/***************** Footer Styles ************************/

#footerWrapper {
	background: url(../images/footerBg.jpg) repeat-x;
	height: 115px;
}
#footer {
	width: 825px;
	color: #FFFFFF;
	font-size: 11px;
	background: url(../images/footerBg.jpg) repeat-x;
	height: 115px;
	margin: 0 auto;
}
#footColumn1, #footColumn2, #footColumn3 {
	float: left;
	width: 274px;
	height: 79px;
	margin-top: 20px;
}
#footColumn1, #footColumn2 {
	border-right: 1px solid #FFFFFF;
}
#footColumn2, #footColumn3 {
	padding-left: 70px;
	width: 204px;
}
#footer  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a.current {
	text-decoration: underline;
}

#footer  p {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#footer  li  a {
	margin-bottom: 5px !important;
	margin-bottom: -10px;
	display: block;
}


/***************** Copyright Styles ************************/


#copyright {
	font-size: 11px;
	width: 831px;
	margin: 10px auto 20px;
	text-align: right;
	color: #4d4d4f;
	font-weight: bold;
	height: 50px;
}
#copyright a {
	color: #4d4d4f;
	text-decoration: none;
	display: inline-block;
	padding:0 5px 3px;
	border-left: 1px solid #49aad9;
}
#copyright a:hover, #copyright a.current {
	text-decoration: underline;
}

a.configureNow {
	font-size: 14px;
	text-decoration: none;
	color: #4babdb;
	font-weight: bold;
	margin-bottom: 60px;
}
a.configureNow:hover{
	text-decoration: underline;
}
