/* navigation */

#topNav {
	width: 100%;
	float: left; height: 29px;
	background: white url('/media/img/menu_back.gif') top left no-repeat;
	position: relative; z-index: 999;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	float: left;
	padding: 9px 10px;
	text-align: center;
	width: auto !important;
}

#topNav ul li {
	display: inline;
	position: relative;
	padding-right: 2px;
	float: left;
	width: auto !important;
}

#topNav ul li a {
	text-decoration: none;
	padding: 0px 12px;
	color: #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#topNav ul li a:visited {
	color: #FFFFFF;
}
#topNav ul li a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
#topNav ul li.selected{
	position: relative;
	font-weight: bold;
	top: 0px;
}
#topNav ul li.selected a {
	color: #FFFFFF;
}
#topNav ul li.selected a:hover {
	text-decoration: none;
}

#topNav ul li ul {
	display: none;
	position: absolute;
	width: 156px !important;
	background: url('/media/img/menu_dropdown_bottom.gif') bottom left no-repeat;
	padding: 6px 0px 15px 0px;
}

#topNav ul li ul li {
	display:block !important;
	padding: 8px 0px 0px 0px;
	text-align: left;
	width: 156px !important;
	background: transparent url('/media/img/menu_dropdown_back.gif') bottom left repeat-y !important;
}

#topNav ul li ul li a {
	text-decoration: none;
	border: none;
	color: #FFFFFF !important;
	white-space: nowrap;
	text-align: left;
	padding: 0px 0px 0px 12px;
}
#topNav ul li ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF !important;
	cursor: pointer;
}

#topNav ul li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	stop: auto;
	sleft: auto;
}

#topNav ul li:hover ul, #topNav ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* secondary menu */

#sec_menu_container {height: 24px; float: right; color: #FFFFFF;}
#sec_menu_container a {color: #FFFFFF; text-decoration: none;}
#sec_menu_container a:hover {text-decoration: underline;}
#sec_menu_right {background: #FFFFFF url('/media/img/secondary_menu_right.gif') no-repeat; width: 40px; height: 24px; float: left;}
#sec_menu_content {background: #FFFFFF url('/media/img/secondary_menu_back.gif') repeat-x; height: 24px; float: left; padding-top: 1px;}
#sec_menu_left {background: #FFFFFF url('/media/img/secondary_menu_left.gif') no-repeat; width: 10px; height: 24px; float: left;}

#sec_menu_content ul {text-align: center;}
#sec_menu_content ul li {display: inline; margin: 0;}

/* crumbtrail */

#crumb {
	text-align: left;
	padding: 4px 0px 4px 28px;
	margin-top: 0px;
	background: white url('/media/img/crumb_back.gif') no-repeat;
	color: #632A91;
	font-size: 0.9em;
}
#crumb li {
	display: inline;
	margin: 0;
}
#crumb li a {
	text-decoration: none;
	color: #999999 !important;
	font-size: 1em;
}
#crumb li .selected {
	color: #999999 !important;
	font-weight: bold;
}
#crumb li a:hover{
	text-decoration:none;
	color:#999999;
}

a#breadcrumb {text-decoration: none !important; color: #6C408D !important;}
a#breadcrumb:hover {text-decoration: underline !important;}

/* footer */
#footer_container ul {margin-top: 6px; text-align: center;}
#footer_container ul li {display: inline; margin: 0;}
#footer_container ul li a {text-decoration:none; color:#FFFFFF; font-size: 1em;}
#footer_container ul li a:hover{text-decoration:none; color:#DDDDDD;}

#quicklinks_inner {
    background: #FFFFFF url('/media/img/quick_links_back.gif') top center no-repeat;
    height: 278px;
    width: 1013px;
}
.quicklink_contents {padding: 55px 0px 0px 28px;}
.quicklink_contents ul {}
.quicklink_contents ul li {
    float: left; background: #19191B url('/media/img/quick_links_item_back_bottom.gif') bottom no-repeat;
    width: 224px; margin-right: 20px;}
.quicklink_contents ul li h3 {color: #FFFFFF; padding: 8px 8px 0px 8px; margin-bottom: 0px;}
.quicklink_contents ul li p {padding: 8px 4px 0px 8px; margin-bottom: 0px; color: #FFFFFF; font-size: 1.1em; height: 38px;}
.quicklink_contents ul li a {color: #FFFFFF; font-size: 1em; text-decoration: none;}
.quicklink_contents ul li a:hover {text-decoration: underline;}

#socialbookmarks {}
#socialbookmarks li {text-align: left; float: left; padding-right: 10px;}

/* Panel */
.panel_header {background: #FFFFFF url('/media/img/panel_header_back.gif') top center no-repeat; height: 47px; width: 235px;}
.panel_header h2 {color: #FFFFFF; padding-left: 18px; padding-top: 8px;}
.panel_body {background: #FFFFFF url('/media/img/panel_content_back.gif') top right repeat-y; width: 235px;}
.panel_body h3 {color: #6C408D; font-size: 1.2em;}
.panel_footer {background: #FFFFFF url('/media/img/panel_footer_back.gif') top center no-repeat; height: 20px; width: 235px;}

/* repeating_container */
#repeating_container {padding: 10px 0px 10px 0px; border-bottom: 1px dashed #B0BEC7; font-size: 0.9em;}
#repeating_container p, #repeating_container a {font-size: 1em;}
#repeating_container h3 {color: #6C408D; font-size: 1.2em; font-weight: bold; margin-bottom: 4px;}
.repeating_container_singleline {background: #FFFFFF url('/media/img/expandable-closed.png') 0px 4px no-repeat; padding: 6px 0px 6px 20px;}
.news_container {padding: 0px 18px 0px 18px;}

/* content body sty;es */
a.external {
	background-image: url('/media/img/icon_external_link.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
}
#content_inner h2 a.external {font-size: 20px !important;}
#content_inner h4 {
	font-size: 20px !important;
	background-image: url('/media/img/icon_down_arrow.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	border-top: 1px dashed #B0BEC7;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #6C408D;
	font-size: 18px !important;
	text-decoration: underline;
}
#content_inner h4.noarrow {background: none;}
#content_inner ul, #content_inner ol {margin-left: 30px; margin-right: 30px;}
#content_inner ul li, #content_inner ol li {list-style: disc;}

/* content Images */
#content_inner img { float: none; border: none !important; }

#content_inner img.img_left { float: left !important; margin: 14px 20px 14px 0; }
#content_inner img.img_right { float: right !important; margin: 14px 0 14px 20px; border: none; }
#content_inner img.img_block { display: block; float: none !important; clear: both !important; margin: 14px 0 !important; border: none; }

#content_inner img.img_left_nospacetop { float: left !important; margin: 2px 20px 14px 0; }
#content_inner img.img_right_nospacetop { float: right !important; margin: 2px 0 14px 20px; border: none; }
#content_inner img.img_block_nospacetop { display: block; float: none !important; clear: both !important; margin: 2px 0 14px 0 !important; border: none; }

.description {
    padding: 10px 0 10px 10px !important;
    border-bottom: 1px dotted #ddd;
    border-top: 1px solid #fff;
    color: #999 !important; font-size: 11px !important;
    background: #f7f7f7;
}

/* Expand stuff */
.expand {
	display:block;
	font-size: 14px !important;
	background-image: url('/media/img/icon_down_arrow.jpg');
	background-position:98% 50%;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
	color: #6C408D;
	cursor: pointer;
}
.expand:hover {outline-color:#dedede}
.expand.open {}
.collapse {margin-bottom:1em;overflow:hidden;}
.collapse p, .collapse div, .collapse ul {margin-left:20px;}

/* misc */
.floatright {float: right;}
.li_seperator {width: 18px; background: url('/media/img/li_seperator_white.gif') top center no-repeat;}

.photo {
	display: block;
	padding:8px;
}

.photolabel {
	display: block;
	margin-top: 6px;
	padding:4px;
	background-color:#EEEEEE;
}

.middlecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#tellmemore {
	height: 250px; width: 450px; padding: 15px;
	text-align: left;
}

#tellmemore input[type=text] {
	width: 150px;
}

/* business type buttons */
#bustypebuttons_container {
    width: 235px;
}
#bustypebuttons_container h3 {color: #FFFFFF; padding: 6px 0px 0px 70px; margin-bottom: 0px;}
#bustypebuttons_container p {color: #FFFFFF; padding: 0px 4px 0px 70px; font-size: 0.9em; margin-bottom: 0px;}
#bustypebutton_smalloffice {background: transparent url('/media/img/bustypebutton_smalloffice.gif') top center no-repeat; height: 76px;}
#bustypebutton_sme {background: transparent url('/media/img/bustypebutton_sme.gif') top center no-repeat; height: 77px;}
#bustypebutton_enterprise {background: transparent url('/media/img/bustypebutton_enterprise.gif') top center no-repeat; height: 61px;}
#bustypebuttons_container a:hover {text-decoration: underline !important;}

textarea { width: auto; }
input[type=text] {
    width: 200px;
}

/*  Submit, Delete & Cancel Buttons ................................................... */

input[type=submit], input[type=button], button {
    background: #B2C25D;
}
input[type=submit].default, input[type=button].default, button.default {
    background: #8EA610;
}
.submit-row {
	text-align: right;
}
.submit-row a {
    margin-top: 0; margin-bottom: 0; padding: 4px 5px 5px;
    width: auto; height: 25px;
    color: #fff;
    border: none;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    background: #acd7e5;
    cursor: pointer;
    text-decoration: none;
}
/*  Webkit browser hack: apply same horizontal padding as in moz browsers
    Moz Browsers have a default horizontal padding of 3px in input[type=submit] */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .submit-row a {
        padding: 5px 8px 4px;
    }
}
.submit-row a.default {
    background: #8EA610;
}
.submit-row a:hover { 
    color: #fff;
    background: #444;
}

h6{
	margin:5px 0;
}

