@charset "utf-8";
/* CSS Document */
/* Developed by Nicole Lambon @ WebNow */
/* CSS 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%;
	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;
}

/* General Styles */

body {
	
}

td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #5A5858;
}

a:link, a:active, a:visited {
	color: #5a5858;
	text-decoration: none;
}

a:hover {
	color: #1e263b;
	text-decoration:none;
}

h1 {
	font-size: 18px;
	color: #00163a;
	font-family: "Times New Roman", Times, serif;
	padding: 0 0 0 20px;
	font-weight: normal;
}

h1.padding {
	padding: 0 0 17px 20px !important;
}

h2 {
	font-size: 12px;
	color: #002251;
}

/* Content Areas */

#splash {
	width: 600px;
	height: 513px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	margin-top: -256px; /*set to a negative number 1/2 of your height*/
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	background: url('images/ConceptCC-BG.jpg') no-repeat;
	width: 948px;
	height: 643px;
}

#contentArea {
	width: 710px;
	margin: 0 auto;
	padding: 10px 0 0 140px;
}

#contentBG {
	background: url('images/contentOtherBG.gif') no-repeat;
	width: 710px;
	height: 370px;
}

#scroller {
	width: 380px;
	height: 330px;
	overflow: auto;
	padding-right: 5px;
	margin: 20px 0px 20px 20px;
}

#scrollerWeb {
	width: 680px;
	height: 330px;
	overflow: auto;
	padding-right: 5px;
	margin: 20px 0px 20px 20px;
}

#side {
	width: 274px;
	height: 330px;
	margin: 20px 20px 20px 0px;
	overflow: auto;
	padding-left: 10px;
}

#scrollerOther {
	width: 330px;
	height: 310px;
	overflow: auto;
	padding-right: 5px;
	margin: 20px 0px 20px 20px;
}

#sideOther {
	width: 324px;
	height: 330px;
	margin: 20px 20px 20px 0px;
	overflow: auto;
	padding-left: 10px;
}

#scrollerDesign {
	width: 330px;
	height: 310px;
	overflow: auto;
	padding-right: 5px;
	margin: 10px 0px 0px 20px;
}

#sideDesign {
	width: 324px;
	height: 312px;
	margin: 10px 20px 0px 0px;
	overflow: auto;
	padding-left: 10px;
}

/* Menu */

#menu {
	width: 580px;
	margin: 0 auto;
	padding-top: 130px;
	padding-left: 40px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	font-family: "Times New Roman", Times, serif;
}

#nav .mnu_div {
	float: left;
	padding: 0 2px;
	font-family: "Times New Roman", Times, serif;
	line-height: 2.5;
    font-size: 14px;
}

#nav a:link, #nav a:active, #nav a:visited {
	float: left;
	padding: 0 5px;
	color: #6c84aa;
	text-decoration: none;
	line-height: 2.5;
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}

#nav a:hover {
	color: #1E2E47;
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}

#body_abo .mnu_abo a, #body_des .mnu_des a, #body_pro .mnu_pro a,
#body_eve .mnu_eve a, #body_web .mnu_web a, #body_spe .mnu_spe a,
#body_con .mnu_con a {
	color: #1E2E47;
	font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}

/* Form Elements */

label {
	width: 140px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	color: #002251;
}

.txtBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #A5ACB2;
}

.button {
	font-family: Arial;
	font-size: 11px;
	padding: 4px;
	color: #002251;
	font-weight: bold;
	border: 1px solid #a5acb2;
	background: #FFFFFF;
}

/* Navigation */

.tabs {
	padding-top: 20px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

ul.tabNavigation li {
	display: inline;
}

ul.tabNavigation li a {
	margin-right: 2px;
	padding: 5px;
	color: #6C84AA;
	text-decoration: none;
	font-weight: bold;
}

ul.tabNavigation li a.selected {
	color: #1e263b;
	text-decoration: none;
	background-color: #CCC;
	font-weight: bold;
}

ul.tabNavigation li a:hover {
	color: #1e263b;
	text-decoration: none;	
	font-weight: bold;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

/* Footer */

#footer {
	font-size: 9px;
	color: #909091;
	font-size: 9px;
	width: 880px;
	height: 9px;
	line-height: 29px;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 11px !important;	
}


#footer div, #footer div a:link, #footer div a:active,
#footer div a:visited {
	font-size: 9px;
	color: #909091;
	line-height: 29px;
}

#footer div a:hover {
	font-size: 9px;
	color: #FFF;
	line-height: 29px;
}

/* Footer Menu */

#navFoot {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#navFoot li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#navFoot .mnu_div {
	float: left;
	padding: 0 2px;
	font-size: 9px;
	color: #909091;
	line-height: 29px;
}

#navFoot a:link, #navFoot a:active, #navFoot a:visited {
	float: left;
	padding: 0 5px;
	font-size: 9px;
	color: #909091;
	line-height: 29px;
}

#navFoot a:hover {
	font-size: 9px;
	color: #FFF;
	line-height: 29px;
}

/* Other Styles */

.conceptThumb {
	border: 1px solid #bcbcbe;
	padding: 8px;
	margin: 5px;
	background: #FFF;
}

.blueTxt {
	color: #00163A;
	margin-left: 20px;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
    display:inline-block !important;
}

.floatRight {
    float: right;
    display:inline-block !important;
}

.table {
    margin-left: auto;
    margin-right: auto;
}

.center {
	text-align: center;
}
