/*
 *
 * style.css
 * www.mckechnies.co.uk
 * @author Gavin Logan
 *
 */

/*************
     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: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	color: #222;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

a img {border: none;}

/********************
     end of reset
 ********************/

.clear {clear: both;}

h1, h2 {
    margin-bottom: 0.5em;
}

a {text-decoration: none;}

#header a, #footer a, #nav_main a {
    color: white;
    text-decoration: none;
}

#wrapper a:hover, #wrapper a:focus {
    text-decoration: underline;
}

body {
    color: white;
}

#wrapper {
    position: relative;
    width: 824px;
    margin: 1em auto;
}

#header {
    width: 803px;
    display: block;
    /* height: 450px; 527px -padding */
    padding: 67px 10px 10px;
    position: relative;
    background: transparent url(../images/header_mid.jpg) repeat-y;
}

#aboutus #header {background: transparent url(../images/header_mid2.jpg) repeat-y;}
#whatweoffer #header {background: transparent url(../images/header_mid3.jpg) repeat-y;}
#clients #header {background: transparent url(../images/header_mid4.jpg) repeat-y;}
#resources #header {background: transparent url(../images/header_mid5.jpg) repeat-y;}
#contactus #header {background: transparent url(../images/header_mid6.jpg) repeat-y;}

#header #header_bottom {
    display: block;
    width: 824px;
    height: 20px;
    background: transparent url(../images/header_bottom.jpg) no-repeat;
    position: relative;
    top: 11px;
    left: -10px;
}

#admin #header #header_bottom {
    top: 16px;
    left: -16px;
}

#aboutus #header_bottom {background: transparent url(../images/header_bottom2.jpg) no-repeat;}
#whatweoffer #header_bottom {background: transparent url(../images/header_bottom3.jpg) no-repeat;}
#clients #header_bottom {background: transparent url(../images/header_bottom4.jpg) no-repeat;}
#resources #header_bottom {background: transparent url(../images/header_bottom5.jpg) no-repeat;}
#contactus #header_bottom {background: transparent url(../images/header_bottom6.jpg) no-repeat;}

#header #header_top {
    display: block;
    width: 824px;
    height: 20px;
    background: transparent url(../images/header_top.jpg) no-repeat;
    position: relative;
    top: -16px;
    left: -16px;
}

#logo {
    float: right;
    display: block;
    width: 300px;
    height: 89px;
    background: transparent url(../images/MCLOGO.png) no-repeat;
    text-indent: -9999em;
}

#header h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

#header h3 {
    font-size: 46px;
    margin-top: 15px;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 0.8em;
}

#header #flash {
    margin-left: -3px;
}

#header object {
    margin-left: -7px;
}

#header object object{
    margin-left: 0px;
}


#header p {
    text-align: justify;
    line-height: 1.3em;
    margin-bottom: 10px;
    width: 420px;
    font-size: 13px;
}

#page_info {
    margin: 20px 15px 0;
}

#page_info blockquote {
    font-weight: bold;
    float: left;
    width: 425px;
}

#page_info .quote_author {
    text-align: right;
    font-size: 18px;
}

#page_info p, #page_info h3 {
    float: left;
    width: 425px;
}

#nav_main {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 824px;
    height: 70px;
    font-size: 14px;
    padding-left: 18px;
    background: transparent url(../images/nav_main1.jpg) no-repeat;
}

#home #nav_main {background: transparent url(../images/nav_main1.jpg) no-repeat;}
#aboutus #nav_main {background: transparent url(../images/nav_main2.jpg) no-repeat;}
#whatweoffer #nav_main {background: transparent url(../images/nav_main3.jpg) no-repeat;}
#clients #nav_main {background: transparent url(../images/nav_main4.jpg) no-repeat;}
#resources #nav_main {background: transparent url(../images/nav_main5.jpg) no-repeat;}
#contactus #nav_main {background: transparent url(../images/nav_main6.jpg) no-repeat;}

#nav_main li {
    display: block;
    float: left;
    width: 129px;
    height: 28px;
    text-align: center;
}

#nav_main li.current {
    width: 146px;
}

#nav_main li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 23px;
}

#nav_services li {
    float: left;
    width: 206px;
    height: 246px;
    text-indent: -9999em;
}

#nav_services li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_services li a:hover {background-position: top left;}
#nav_services li a.bold {background-position: top left;}
#nav_services li a.fade {background-position: bottom left;}

#org_dev {background: transparent url(../images/org_dev.jpg) no-repeat left bottom;}
#team_dev {background: transparent url(../images/team_dev.jpg) no-repeat left bottom;}
#man_train {background: transparent url(../images/man_train.jpg) no-repeat left bottom;}
#person_dev {background: transparent url(../images/person_dev.jpg) no-repeat left bottom;}

#footer {
    color: white;
    clear: both;
    display: block;
    width: 824px;
    height: 54px;
    background: transparent url(../images/footer.gif) no-repeat;
    padding-top: 20px;
    font-size: 12px;
}

#nav_footer {
    margin-left: 18px;
}

#nav_footer li, #nav_admin li {
    float: left;
    margin-right: 18px;
}

#copyright {
    float: right;
    margin-right: 18px;
}

.column {
    float: left;
    width: 392px;
    padding: 10px 10px 0;
    color: #333333;
    font-size: 14px;
}

.column ul {
    list-style: disc inside;
    margin-bottom: 1em;
}

.column ol {
    list-style: decimal outside;
    margin-bottom: 1em;
}

.column li {
    padding-left: 1em;
			 text-indent: -1em;
    margin-bottom: 5px;
}

.column h4, .column b {
    font-size: 12px;
    color: #225999;
    margin-bottom: 12px;
}

.column p, .column ul li a {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.column img {
    margin: 0 auto 3em;
    display: block;
    width: auto;

}

.sitemap {
    float: left;
    width: 392px;
    padding: 10px 10px 0;
    color: #333333;
    font-size: 12px;
}

.sitemap a {text-decoration:none; color:#000; padding:10px;}

.sitemap ul {
    list-style: none;
}

.sitemap ol {
    list-style: decimal outside;
    margin-bottom: 1em;
}

.sitemap li {
    padding-left: 1em;
			 text-indent: -1em;
    margin-bottom: 5px;
}

.sitemap h4, .column b {
    font-size: 12px;
    color: #225999;
    margin-bottom: 12px;
}

.sitemap p, .column ul li a {
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.sitemap img {
    margin: 0 auto 3em;
    display: block;
    width: auto;

}

#services_list {
    margin-top: 4em;
}

#services_list li {
    margin-bottom: 2em;
}

/*************
     FORMS
 *************/

form {
    color: #225999;
    margin-top: 2em;
}

label, input, textarea, select {
    display: block;
    float: left;
    margin-bottom: 1em;
}

select {
    margin-right: 1em;
}

form br {
    clear: both;
}

form label {
    width: 100px;
    font-size: 12px;
}

form input, form textarea {
    width: 275px;
    border: 1px solid silver;
}
form .checkbox {width:65px ! important;}

form .form_left {
    width: 392px;
    height: 320px;
    float: left;
}

form .form_right {
    width: 392px;
    height: 320px;
    float: right;
}

form #submitted, #contact_form #submit {
    border: none;
    background: none;
}

#contact_form #submit {
    font-weight: bold;
    color: #225999;
}

form #submit:hover {
    cursor: pointer;
}

form .submit {
    width: auto;
}

.checkbox {margin-top:5px;}

#contact_details {
    float: right;
    width: 380px;
    margin-top: 0px;
}

#contact_details dt {
    clear: left;
    width: 60px;
    margin-bottom: 5px;
}

#contact_details dt {
    display: block;
    width: 160px;
    float: left;
}

#contact_details dd {
    display: block;
    width: 210px;
    float: left;
}

/*************************
     ALERTS AND ERRORS
 *************************/

.alert, .error {
    width: 400px;
    margin: 0 auto 2em;
    text-align: center;
    padding: 1em;
}

.alert {
    background-color: #d6e8e8;
    border: 1px solid silver;
}

.error {
    color: white;
    font-weight: bold;
    background-color: #ab1b1c;
}

/*************
     ADMIN
 *************/

#admin {
    color: #225999;
}

#admin #header {
    padding: 1em;
    margin-bottom: 1em;
}

#admin #header h1 {
    color: white;
    font-size: 24px;
}

#admin #header h2 {
    color: white;
    font-size: 18px;
    text-align: left;
}

/****************
     Uploader
 ****************/

#uploaderContainer {
    width: 120px;
    height: 50px;
}

/*****************
     DOWNLOADS
 *****************/

#downloads p {
    line-height: 1.3em;
    margin-bottom: 1em;
}

/******************
     USER TABLE
 ******************/

#user_table {
    width:600px;
}

#user_table tr.alt {
    background-color: #eee;
}

#user_table td, #user_table th {
    padding: 4px;
}

.link_edit, .link_del {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999em;
    margin: 0 auto;
}

.link_edit {background: transparent url(../images/pencil.png) no-repeat;}
.link_del {background: transparent url(../images/cancel.png) no-repeat;}

#add_user {
    width: 400px;
    margin: 1em auto;
}

.hidden {
    width: 0;
    border: none;
}

/***********
     CMS
 ***********/

#cms .mceEditor {
    float: left;
    clear: left;
    width: 400px;
    margin: 0 10px 10px 0;
}

#cms form {
    margin-top: 1em;
}

#cms .column {
    padding: 0;

}

/*****************
     FILE LIST
 *****************/

#upload_form {
    margin: 2em 0 3em;
}

#upload_form h2 {
    margin-bottom: 1em;
}

#upload_form label {
    width: 140px;
    padding-top: 5px;
}

#upload_form .input_file {
    width: auto;
}

#upload_form .submit {
    margin: 0;
}

#file_list tr {
    margin-bottom: 5px;
    background-color: #eee;
    border: 1px dotted #d6e8e8;
    padding: 5px 6px 7px;
}

#file_list li {
    margin-bottom: 5px;
    background-color: #eee;
    border: 1px dotted #d6e8e8;
    padding: 5px 6px 7px;
}

#file_list li a {
    float: left;
}

#file_list .link_del {
    margin: 0;
    float: right;
}

.generatePassword {margin-left:310px;}

div.user_table {font-size:12px;}
div.subPage {color:#000; width:800px; height:auto;}
div.subPage table {width:750px;}
div.subPage table th {font-size:15px;}
span.space {margin-left:50px;}
div.deletePage {float:right; margin-right:100px;}
div.addPage {float:left; margin-right:100px;}

/* Pagination CSS */
.paginationTracker {width: auto; margin: 0 auto; text-align: center; float: left;}
.paginationTracker a {text-decoration: none; color: #363636;}
.paginationTracker .pages a {padding: 0 2px; }
.paginationTracker a.curpage {font-size: 1.3em;}

div.paginationTracker a.pages {display: inline-block;}
div.paginationTracker span.prev,
div.paginationTracker a.prev,
div.paginationTracker span.next,
div.paginationTracker a.next {font-size: 15px;}
div.paginationTracker span.first,
div.paginationTracker a.first,
div.paginationTracker span.last,
div.paginationTracker a.last {font-size: 19px;}