@import "/download/templates/css/contentcss";

/*--------------------------------------------- */
/*                 >>> HTML <<<                 */
/*--------------------------------------------- */

a                { color:#78111B; text-decoration: none; }
#tinymce a       { color: #6C9CC8 !important; text-decoration: none !important; }

a:hover          { color: #6C9CC8; text-decoration: underline;}
#tinymce a:hover { color: #6C9CC8 !important; text-decoration: underline !important; }

h1, h2, h3, h4, h5 { color: #333; }

/*--------------------------------------------- */
/*                >>> LAYOUT <<<                */
/*--------------------------------------------- */


#page { 
       /* background: #fff url(/download/gallery/img/bodygif) 0 0 repeat-y; */
        background: #fff;
        margin: 0 auto;
        width: 960px;
       }


body {
	/* background: #fff url(/download/gallery/img/bodygif) 0 0 repeat-y; */
        background: #6C9CC8;
	color: #333;
}

#userbar {
	border-bottom: 1px solid #fff;
}

#header {
	background: #fff url(/download/gallery/img/headergif) 0 0 repeat-x;
}

#header-inner { background: url(/download/gallery/img/headerpeop) 0 0 no-repeat; }

#content, #content-inner { background: none; }

#content-head h1 {
	color: #00457E;
}



/* LAYOUT
=============================================== */

#header { padding: 0 0 1.5em; }

#header-inner { height: 89px; }

#main {
	/* -- CLEAR CONTAINER -- */
        background: #fff url(/download/gallery/img/bodygif) 0 0 repeat-y;
	height: auto !important;
	height: 1%;
	overflow: hidden;
}

#navigation {
	float: left;
	margin-right: auto !important;
	width: 194px;
}

#content {
	height: auto !important;
	margin-left: 220px !important;
	margin-right: 5px;
}

#content-inner {
	float: left;
	padding: 10px 0 0 0;
	width: 100%;
}

#footer { 
        background: #fff url(/download/gallery/img/bodygif) 0 0 repeat-y;
        /* margin-left: 220px; */
}


/*--------------------------------------------- */
/*              >>> COMPONENTS <<<              */
/*--------------------------------------------- */


/* SIGN IN
=============================================== */

#comsignin { border-width: 0; }


/* SEARCH BAR
=============================================== */

#search-keyword { top: 65px; }


/* LOGO/TAGLINE
=============================================== */

#logo {
	padding: 6px 0 0 13px;
}

#logo a {
	background: url(/download/gallery/img/logogif) 0 0 no-repeat;
	display: block;
	
	height: 0 !important;
	overflow: hidden;
	padding: 83px 0 0;
	width: 225px;
}


/* PRIMARYNAV
=============================================== */

#primarynav ul {
	background: url(/download/gallery/img/navgif) 100% 0 no-repeat;
	padding-top: 40px;
}

#primarynav li { margin-bottom: 2px; }

#primarynav a {
	background: #ADCCE7;
	border-top: 1px solid #fff;
	display: block;
	font-size: 12px;
	padding: 4px 10px;
	text-decoration: none;
}

#primarynav a         { color: #00457E; }
#primarynav a:hover   { color: #707070; }

#primarynav a:hover   { background: #fff; }


/* CUSTOM
=============================================== */

.bottommenu { 
                border-top: 1px solid #6C9CC8;
                margin-right: 240px;
                padding: 20px}

.middlecontent {
                margin-right: 240px;
                padding:10px;}
 
.box-head    { /* background: url(/download/gallery/img/nav3gif) no-repeat; 
                padding: 20px 0px;*/
                padding: 10px 0px;
}

.box-head h2   { 
                background: #6C9CC8 url(/download/gallery/img/nav3gif) no-repeat;     
                /*background: */
                margin-bottom:0;
                padding:10px 10px; }

.box-body {
           background: #ADCCE7; 
           border: 1px solid #6C9CC8;
           margin: 0;
}

.grid-4 {float: right;}
.grid-5 {float: left;}

