/* Start of CMSMS style sheet 'theme : JWTv1 CSS Core' */
/*-----------------------------------------------
 Colours
 
 Background:         #?;

 Heading 1:          #0965ae;
 Heading 2:          #214c88;
 Heading 3:          #
 Heading 4:          #
 Bread:              #
 Bread Link:         #579da9;
 Footer Branding     #7e8b81;
 Footer Links Right  #c6c19d;
 ----------------------------------------------- */



html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-size:100%;
font-family:Verdana, Helvetica, sans-serif;
vertical-align:baseline;
}

/* !Page   -------------------------- */
body {
background-color:#060606;
/*color:#6c6d71;*/
color:#504A3F;
text-align:center;
font-size:0.7em;
}

/* !Typography  --------------------- */
p {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height:15px;
margin-bottom:0.8em;
}

.strong {
color:#214c88;
font-weight:700;
display:block;
padding-bottom: 10px;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:underline !important;
color:#214c88;
}

#content-area ul {
padding-bottom:0.8em;
}

#content-area li {
margin-left: 15px;
}

h1 {
font-size:26px;
color:#0965ae;
font-weight:400;
padding-bottom: 10px;
}

h2 {
color:#214c88;
font-size:18px;
padding-bottom: 10px;
font-weight: normal;
}

h4 {
font-weight:700;
color:#000;
font-size:0.8em;
padding-bottom: 10px;
}

/** FOOTER **/

#footer .footer-notices p {
color:#7e8b81;
line-height:13px;
}

#footer-links a {
font-size:12px;
text-transform:uppercase;
color:#444;
font-weight:700;
font-family:Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* !Layout  ------------------------- */
#page-wrap {
background-color:#fff;
margin:0 auto;
text-align:left;
width:949px;
}

/* !Header  ------------------------- */
#header {
height:97px;
}

#branding {
background-image:url(uploads/theme/logo_corperate.png);
background-repeat:no-repeat;
height:97px;
width:240px;
float:left;
}

#branding p {
display:none;
}

#branding img {
float:left;
display:none;
}

#search-form {
height:97px;
width:709px;
float:right;
text-align:right;
}

#search-form .searchform {
padding-top:63px;
text-align:right;
height:21px;
float: right;
}

/* 
	Main navigation jquery menu system wrapper (menu controlled by seperate css file)
 */
#menu-wrap {
height:35px;
width:949px;
}

/* 
	TraceBack / Bread Crumb Items
 */
#traceback-wrapper {
height:27px;
width:915px;
background-color:#fff;
}

#breadcrumb {
float:left;
color:#4b4d50;
padding-left:14px;
}

#breadcrumb a {
text-decoration:none;
color:#214c88;
}

#breadcrumb a:hover {
text-decoration:underline;
}

#traceback-icons {
float:right;
}

#traceback-icons img {
float:left;
padding-left:3px;
}

#page-banner {
float:left;
}

/* RIGHT COLOUMN */
#right-col-wrap{
	width:238px;
	/*width:238px;*/
	float:right;
	margin-right:12px;
	/*height:70px;
	border:1px solid #0F0;*/
}

#right-col-wrap div{
display:block;
}

#right-col {
/*width:238px;*/
/*float:right;*/
/*margin-right:12px;*/
}

/* LEFT COLUMN */
#left-col {
float:left;
width:677px;
}

.menublock {
border:1px solid #f1f0f0;
padding:4px;
float:left;
}

/** SUB MENU **/

#sub-menu {
width:176px;
border:1px solid #f1f0f0;
padding:12px 8px;
float:left;
}

#sub-menu ul {
list-style:none;
padding:0;
margin:0;
}

#sub-menu ul li a {
color:#214c88;
line-height:20px;
margin-bottom:5px;
margin-top:0;
padding-left:3px;
padding-top:0;
padding-bottom:0;
border:1px solid #fff;
display:block;
}

#sub-menu ul li a:hover {
background-color:#eef6f8;
border:1px solid #e1e9eb;
text-decoration:none;
}

#sub-menu ul li a.selected {
background-color:#eef6f8;
border:1px solid #e1e9eb;
text-decoration:none;
margin-bottom:2px;
}

#sub-menu ul li ul {
margin-left:10px;

}

#sub-menu ul li ul {
float: none;
display: block;
}

#sub-menu ul li ul li a {
line-height:18px;
margin-bottom:1px;
background-image:url(uploads/images/jwtech/link_arrow.gif);
background-repeat:no-repeat;
background-position:0 7px;
border:none;
padding-left:12px;
}

#sub-menu ul li ul li a.selected {
color:#000;
border:none;
background-color:#eef6f8;
border:1px solid #e1e9eb;
background-image:url(uploads/images/jwtech/link_arrow_down.gif);
}

#sub-menu ul li ul li a:hover {
border:none;
background-color:transparent;
color:#4B4D50;
}

#sub-menu ul li ul li ul li a {
background-image:url(uploads/images/jwtech/link_dash.gif);
padding-left:10px;
}

#sub-menu ul ul ul li {
display: block;
}

/** MAIN CONTENT **/

#content-wrap {
padding:10px;
float:left;
}

#content-area {
float:left;
padding:20px;
width:440px;
/*width:625px;*/
/*width:420px;*/
padding: 10px 20px;
/*border:1px solid #f00;*/
}

#content-area a {
color:#214c88;
}

#content-area h1 {
padding-bottom:10px;
}

.image-left {
float: left !important;
padding-right: 10px;
}

.image-right {
float: right !important;
padding-left: 10px;
}

.work-divider {
height:1px;
border-top:1px solid #e8edcf;
margin-top:8px;
padding-bottom:13px;
float:left;
width:100%;
}

hr {
border-top:1px solid #e8edcf;
border-left: none;
border-bottom: none;
border-right: none;
padding-bottom:13px;
float:left;
width:100%;
}

/* !Footer (new) -------------------- */
#footer {
clear:both;
}

#footer .footer-notices {
padding-left:15px;
padding-top:15px;
}

#footer-links {
/*width: 970px;
height:45px;*/
padding-top: 10px;
}

#footer-links ul {
/*float:left;*/
padding-left:15px;
padding-bottom: 10px;
}

#footer-links li {
list-style-type:none;
display:inline;
padding:0 10px 0 0;
}

/* CONTACT FORM */

div .contactform legend {
display:none;
}

div .contactform label {
float:left;
width:150px;
margin-right:0.5em;
padding-top:0.6em;
font-weight:bold;
}
div .contactform div {
padding-top:0.3em;
}
/* End of 'theme : JWTv1 CSS Core' */

