/* templates/sportscorporate/style.css  */

/********* General Styles *********/


a img {
    border: none;
}

a {
    color: #4F749F;
    font-weight: bold;
    text-decoration: none;
}

p {
    padding: 0 0 1.6em 0;
}

p form {
    margin-top: 0;
    margin-bottom: 20px;
}

blockquote {
    margin: 15px 30px 0 15px;
    padding-left: 15px;
}

code, pre {
    font-size: 1.3em;
}

/* used when s9y needs to center something */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* warning messages from s9y */
.serendipity_msg_important {
    color: red;
}

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
    color: green;
}

/* style to temporarily change something to grey, used in pagefooter */
.grey {
    color: #999;
}

/********* End of General Styles *********/




/********* Structure Styles *********/

/* Define every style unless explicitly mentioned alsewhere */
* {
    margin: 0;
    padding: 0;
}

body {
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    margin: 0px auto;
    line-height: 1.4em;
    text-align: center;
    background-color: #0B2476;
    color: #303030;
}

/* container for page */
#mainpane {
    height: 100%;
    /*leave in, needed by firefox for preview in admin suite */
	width: 1012px;
    margin: 0 auto;
    padding: 0px 0;
    text-align: left;
    background: #ffffff;
    color: #303030;
}

/* container style for comments popup */
.s9y_wrap {
    text-align: left;
    padding: 5px;
}

/********* End of Structure Styles *********/




/********* Header and navigation styles *********/

#header {
    width: 1012px;
    height: 142px;
    margin: 0 auto;
    padding: 1px 0 0 0;
    text-align: left;
    background: url(templates/sportscorporate/img/header_g.jpg) no-repeat;
}

#identity {
    height: 142px;
    width: 758px;
    margin: 0 1px 1px 1px;
    color: #ffffff;
}

#header h1 {
    width: 350px;
    margin: 8px 0 6px 190px;
    padding: 20px 0 0 0px;
    font-size: 1.9em;
    line-height: 1.1em;
    background-color: inherit;
    color: #0B2476;
    letter-spacing: 0px;
    font-weight: bold;
}

#header h2 {
    width: 350px;
    margin: 2px 0 0 190px;
    font-size: 1.2em;
    background-color: inherit;
    color: #505050;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: bold;
}

#navigation {
    height: 27px;
    line-height: 2.2em;
    width: 1011px;
    background: #0B2476 url(templates/sportscorporate/img/nav_bg_b.jpg) no-repeat;
    margin: 0 1px;
    padding: 0;
    color: #ffffff;
}

.phone {
    font-weight: bold;
    margin: 0 55px 0 30px;
    padding: 0 25px 0 0;
    color: #B4DA22;
    border-right: 0px solid #ffffff;
}

*html .phone {

    margin: 0 18px 0 30px;
}

#navigation li {
    float: right;
    list-style-type: none;
    border-right: 0px solid #ffffff;
    white-space: nowrap;
}

#navigation li a {
    display: block;
    padding: 0 7px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-color: inherit;
    vertical-align: middle;
    color: #ffffff;
}

* html #navigation a {
    width: 1%;
}

#navigation .selected, #navigation a:hover {
    background: #B4DA22;
    color: #ffffff;
    text-decoration: none;
}

/* style for quicksearch form in header */
#searchform {
    margin: 0 5px 0 0;
    background-color: inherit;
    border-right: none;
    text-align: right;
}

#searchform input {
    width: 193px;
    margin-top: 5px;
    border: 1px solid #aaa;
    font-size: 1.1em;
    vertical-align: middle;
    color: #999;
    background: #FFF url(templates/sportscorporate/img/mag_glass.gif) no-repeat 97% 50%;
}

/******** End of Header and Navigation Styles *********/




/**************** Footer styles ****************/

#footer {
    width: 1012px;
    height: 64px;
    margin: 0 auto;
    padding: 1px 0 0;
    font-size: 0.9em;
    background: #fff url(templates/sportscorporate/img/footer_bg.jpg) no-repeat;
    color: #666;
}

.footerbg {
    width: 1012px;
    padding: 5px 0;
    margin: 0 1px;
}

#footer p {
    padding: 0;
    margin: 0 0 0 195px;
    text-align: left;
}


.clearingdiv {
    clear: both;
    height: 1px;
    width: 1px;
}
/********* End of Footer Styles *********/

#wrapper {
    height: 100%;
    background: #fff url(templates/sportscorporate/img/body_bg.jpg) repeat-y;
}

#body_top {
    height: 26px;
    background: #fff url(templates/sportscorporate/img/body_top.jpg) no-repeat;
}

/********* Content styles *********/

#content {
    float: left;
    width: 825px;
    font-size: 0.9em;
    padding: 20px 0 3px 0px;
}

.serendipity_content_message {
    width: 500px;
}

.serendipity_title {
    padding: 0 0 0 10px;
    font-size: 1.3em;
}

#content h2, .serendipity_date, .serendipity_commentsTitle, .staticpage_result_header {
    width: 540px;
    text-transform: uppercase;
    color: #505050;
    margin: 0 0 16px 0px;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: inherit;
}

div .serendipity_entry_body {
    width: 531px;
}

.serendipity_Entry_Date {
    width: 820px;
}



.serendipity_Entry_Date span {
    clear: both;
    margin: 0 0 10px 0;
    color: #505050;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
}

.staticpage_result_header {
    font-weight: bolf;
}

.serendipity_entry_body a:visited, .serendipity_entry_extended a:visited {
    text-decoration: none;
}

.serendipity_entry, .serendipity_entry_body {
    margin: 0 0 0px 5px;
    width: 540px;
}

.serendipity_entry li {
    margin-bottom: 10px;
    list-style-position: inside;
}

.serendipity_entry_extended {
    width: 240px;
    margin: 0px 15px 0 0;
    float: right;
}

.serendipity_entry_extended ul {
	margin-left: 0px;
	list-style: none;
	font-weight: bold;
	line-height:  1.2em;
}

.serendipity_entry_extended ul li{
	margin-left: -20px;
}

.serendipity_entry_extended ul ul{
	margin-left: -20px;
	font-weight: normal;
		list-style: disc;

}


*html #content {
        width: 800px;

    margin: 0 0 0 -15px;
    padding: 0
}


*html .serendipity_Entry_Date {
        width: 810px;

    margin: 0 0 0 0;
    padding: 0;
}

*html .serendipity_entry_body {
    width: 540px;
}

*html .serendipity_entry_extended {
    width: 210px;
    margin: 0px 0px 0 0;
    padding: 0;
    float: right;
}

/* the small text at the end of each entry 'Posted by etc' */
.serendipity_entryFooter {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 540px;
    padding: 0px;
    padding-top: 3px;
    border-top: 1px solid #dedede;
    font-size: 0.78em;
    color: #31314B;
    text-align: center;
    clear: both;
}

/* styles for bottom of page next and previos page links */
div.serendipity_pageFooter {
    width: 540px;
    font-size: 0.8em;
    clear: both;
    margin: 10px 0 50px 0;
    text-align: center;
}

#content img {
    padding: 0;
    margin-bottom: 3px;
    border: 1px solid #ddd;
}

#content img.emoticon, #content img.serendipity_entryIcon {
    border: none;
}

#content img.serendipity_entryIcon {
    float: right;
}

#content h2 a {
    font-weight: normal;
}

#content h3 {
    margin: 0 0 5px 0;
    font-size: 1.4em;
    letter-spacing: -1px;
}

#content a:hover,#sidebar a:hover {
    text-decoration: underline;
}

/* javascript:void(0) */
#content ul,#content ol {
    margin: 0 5px 16px 35px;
}

#content dl {
    margin: 0 5px 10px 25px;
}

#content dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#content dd {
    margin: 0 0 10px 15px;
}

/********* End of Content Styles **********/




/********* Sidebar styles *********/

#sidebar {
    float: left;
    width: 155px;
    line-height: 1.4em;
    margin: 10px 10px 0 10px;
    padding: 0 10px 0 0;
    font-size: 1em;
    text-align: left;
}

•html #sidebar {
    width: 155px;
    margin: 10px 0px 0 -10px;
    padding: 0 0px 0 0;
}

.serendipitySideBarItem {
    padding: 10px 10px 10px 0;
}

•html .serendipitySideBarItem {
    padding: 10px 0px 10px 0;
}

#sidebar h2, .serendipitySideBarTitle {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0 15px 0px;
    padding: 2px;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: #0B2476;
}

#sidebar .serendipitySideBarContent {
    margin: 0 0 16px 0;
    font-size: 0.9em;
}

#sidebar input, #sidebar textarea, #sidebar select {
    width: 95%;
}

#sidebar td input {
    width: 150px;
}

/********* End of Sidebar Styles *********/




/********* Calendar Styles *********/

/* style for calendar date links */
table.serendipity_calendar a {
    text-decoration: none;
}

/* style for calendar links when hovered over */
table.serendipity_calendar a:hover {
    text-decoration: none;
}

/* style for calendar weekday names */
td.serendipity_weekDayName {
    font-weight: bold;
    text-align: center;
}

/* styles for month name and arrows in calendar */
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
    text-decoration: none;
}

/* style for wekday names in calendar */
td.serendipity_weekDayName {
    border-bottom: 1px solid #dddddd;
}

/* style to center dates */
tr.serendipity_calendar td {
    text-align: center;
}

/********* End of Calendar Styles *********/




/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
    margin: 0 0 20px 0;
    padding: 10px;
    border: 1px solid #c0c0c0;
    background-color: #fafbfc;
    color: #505050;
    line-height: 1.5em;
}

/* style to center image and text within entry */
.serendipity_imageComment_center {
    display: block;
    margin: 0 auto 5px auto;
}

/* style to left align image and text within entry */
.serendipity_imageComment_left {
    float: left;
    margin: 0 12px 5px 0;
}

/* style to right align image and text within entry */
.serendipity_imageComment_right {
    float: right;
    margin: 0 0 5px 12px;
}

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
    text-align: center;
}

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
    clear: both;
    text-align: center;
}

/********* End of Image Manager Styles *********/





/********* Plugin Stlyes *********/

/* style for the seearch term and number of results using quicksearch */
.searchterm, .searchresults {
    font-weight: bold;
}

/* used in comments */
.oddbox, .plugin_comment_wrap {
    margin: 0 0 20px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background-color: #fafbfc;
    color: #505050;
    line-height: 1.5em;
}

/* not used */
.evenbox {

}

/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
    color: #333;
}

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
    line-height: 0.5em;
}

/* style for comment body within sidebar */
.plugin_comment_body {
    font-style: oblique;
}

/* container cloud for tags and static page navigation */
.serendipity_freetag_taglist, .staticpage_navigation, .serendipity_search {
    padding: 15px;
    margin: 0 0 50px 0;
    padding: 10px;
    border: 1px solid #c0c0c0;
    background-color: #fafbfc;
    color: #505050;
    line-height: 1.5em;
    clear: both;
}

.container_serendipity_plugin_freetag a {
    font: 85% Verdana,Tahoma,Arial,sans-serif;
    line-height: 1!important;
}

/* shift the feed icon in the freetag sidebar plugin */
.serendipity_freeTag_xmlButton {
    padding-left: 2px;
}

/* place freetag list on new line in entry footer */
.serendipity_freeTag {
    clear: both;
}

/* adjust line height in entry footer */
.serendipity_karmaVoting, .serendipity_freeTag {
    line-height: 1!important;
}

/********* End of Plugin Styles *********/

div.notes {
    float: right;
    width: 158px;
    height: auto;
    margin: 0 8px 0px 20px;
    padding: 5px 5px 0;
    border: 1px solid #666666;
    background-color: #eeeeee;
    color: #666666;
    font-size: 90%;
    line-height: 1.3em;
}

div.notes2 {
    float: right;
    width: 158px;
    height: auto;
    margin: 0 0px 0px 20px;
    padding: 5px 5px 0;
    border: 1px solid #666666;
    background-color: #eeeeee;
    color: #666666;
    font-size: 90%;
    line-height: 1.3em;
}

div.notes h4, div.notes2 h4 {
    background-image: url(templates/healthcare/img/icon_info.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3px 0 8px 27px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #666666;
    color: #666666;
    font-size: 110%;
}

div.notes p, div.notes2 p {
    margin: .8em 0em 0em 0em;
    width: 158px;
    color: #666666;
}

ul#split, 
ul#split li,
ul#split-2, 
ul#split-2 li,
ul#split-3, 
ul#split-3 li,
ul#split-4, 
ul#split-4 li,
ul#split-pair, 
ul#split-pair li {
    margin: 0 0 10px 0px;
    padding: 0;
    list-style: none;
}

ul#split li, ul#split-4 li {
    float: left;
    width: 172px;
    margin: 0 5px 10px 0
}

ul#split-2 li,
ul#split-3 li {
    float: left;
    width: 530px;
    margin: 0 6px 10px 0
}

*html ul#split-2 li,
*html ul#split-3 li {
    float: left;
    width: 510px;
    margin: 0 6px 10px 0
}

ul#split-pair li {
    float: left;
    width: 257px;
    margin: 0 7px 10px 0
}

ul#split h3, ul#split-pair h3, ul#split-4 h3 {
    font: 1.3em Verdana,sans-serif strong;
    font-weight: bold;
    margin: 0px;
    padding: 3px 0 2px;
    text-align: center;
    color: #000;
    background: #B4DA22;
}

ul#split-2 h3 {
    display: block;
    font: 1.3em Verdana,sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 3px 5px 2px;
    text-align: left;
    color: #000;
    background: #B4DA22;
}

ul#split-3 h3 {
    display: block;
    font: 1.3em Verdana,sans-serif;
    font-weight: bold;
    margin: 0px;
    padding: 3px 5px 2px;
    text-align: left;
    color: #000;
    background: #B4DA22;
}

ul#split p, ul#split-2 p, ul#split-3 p, ul#split-4 p, ul#split-pair p {
    margin: 0;
    padding: 5px 7px 7px 7px;
}

ul#split div {
    border-top: 0px solid #fff;
    border-left: 1px solid #B4DA22;
    border-bottom: 1px solid #B4DA22;
    border-right: 1px solid #B4DA22;
    background: #EDFFA9;
    line-height: 1.2em;
}

ul#split-4 div {
    border-top: 0px solid #fff;
    border-left: 1px solid #0B2476;
    border-bottom: 1px solid #0B2476;
    border-right: 1px solid #0B2476;
    background: #CFE3EB;
    line-height: 1.2em;
}

ul#split-2 div, ul#split-pair div {
    border-top: 0px solid #fff;
    border-left: 1px solid #B4DA22;
    border-bottom: 1px solid #B4DA22;
    border-right: 1px solid #B4DA22;
    background: #EDFFA9;
    line-height: 1.4em;
}

ul#split li#two div, ul#split-3 li#two div {
    border-top: 0px solid #fff;
    border-left: 1px solid #0B2476;
    border-bottom: 1px solid #0B2476;
    border-right: 1px solid #0B2476;
    background: #CFE3EB;
}

ul#split-3 div {
    border-top: 0px solid #fff;
    border-left: 1px solid #B4DA22;
    border-bottom: 1px solid #B4DA22;
    border-right: 1px solid #B4DA22;
    background: #EDFFA9;
    line-height: 1.4em;
}

ul#split a, ul#split-2 a, ul#split-3 a, ul#split-4 a, ul#split-pair a {
    font-weight: bold;
}

ul#split img, ul#split-2 img, ul#split-3 img, ul#split-4 img, ul#split-pair img {
    border: 1px solid #fff;
    margin: 6px 5px 5px 5px;
}

li#one h3 {
    font-size: 1em;
    letter-spacing: 1px;
}

li#two h3 {
    color: #fff;
    background: #0B2476;
    font-size: 1em;
    letter-spacing: 1px;
}

li#three h3 {
    font-size: 1em;
    letter-spacing: .5px;
}

/*
=Start table structure
*/
#Summary, #Caption {
    width: 99%;
}

.tableStyle {
    width: 99%;
    margin: 0;
    border: solid #fff;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    line-height: 1.1em;
        text-align: center;

}

*html .tableStyle  {
    width: 180px;
}
*html #Summary  {
    width: 180px;
}
*html #Caption  {
    width: 180px;
}

.tableStyle th, .tableStyle td {
    border: solid 1px #fff;
    border-width: 0 1px 1px 0;
    padding: 0.2em;
}

/*
=End table structure
*/

/*
=Start blue colour scheme
*/

.blueScheme caption {
    text-align: center;
    line-height: 1.4em;
    background-color: #0B2476;
    border: solid 1px #fff;

    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin:  0 0 10px 0;
}

.blueScheme, .blueScheme th, .blueScheme td {
    border-color: #fff;
}

.blueScheme .even {
    font-size: 85%;
    background-color: #CFE3EB;
}

.blueScheme .odd {
        font-size: 85%;
    background-color: #EDFFA9;
}

.blueScheme th, .blueScheme thead td {
    background-color: #0B2476;
    color: #fff;
}


.blueScheme th.firstColumn {
    background-color: #9CF;
}

/*
=End blue colour scheme
*/

=Start grey colour scheme
*/


.greyScheme, .greyScheme th, .greyScheme td {
    border-color: #666;
}

.greyScheme caption {
    text-align: center;
    line-height: 1.4em;
    background-color: #0B2476;
    border: solid 1px #fff;

    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    margin:  0 0 10px 0;
}

.greyScheme .even {
    font-size: 85%;
    background-color: #CFE3EB;
}

.greyScheme .odd {
        font-size: 85%;
    background-color: #EDFFA9;
}

.greyScheme th, .greyScheme thead td {
    background-color: #0B2476;
    color: #fff;
}

.greyScheme th.firstColumn {
    background-color: #D1D1D1;
}

/*
=End grey colour scheme
*/
div.linklist span.menu_title {
    margin: 0;
    color: #0A2478;
    text-transform: uppercase;
    padding-bottom: 3px;
    font: bold 1.2em verdana, arial, helvetica, sans-serif;
}

div.linklist ul {
    text-align: right;
    text-transform: uppercase;
    list-style: none;
    padding: 0px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: .9em;
    font-weight: normal;
}

/** Start sidebar navigation **/

.menutitle{
width: 140px;
cursor:pointer;
margin: 0 12px 5px 0;
background-color:#B4DC19;
color:#333;
padding:2px;
text-align:left;
font-weight:bold;
text-transform: uppercase;
}

.menutitle2{
width: 140px;
cursor:pointer;
margin: 5px 12px 5px 0;
background-color:#EDFFA9;
color:#333;
padding:2px;
text-align:left;
font-weight:bold;
}

.submenu{
margin-bottom: 0.5em;
}

.submenu2{
margin-bottom: 0.5em;
}
/** End sidebar navigation **/

a.button {
background: url(uploads/logos/US_button2.jpg) no-repeat 0 -77px;
width: 240px;
height: 77px;
display: block;
text-indent: -5000em;
}

a.button:hover {
background: url(uploads/logos/US_button2.jpg) no-repeat 0 0;}

a.button_contact {
background: url(uploads/logos/US_button3.jpg) no-repeat 0 -77px;
width: 240px;
height: 77px;
display: block;
text-indent: -5000em;
margin: 0 0 10px 0;
}

a.button_contact:hover {
background: url(uploads/logos/US_button3.jpg) no-repeat 0 0;}

* :focus {
outline: none;
}

.skillstop {
background: url(uploads/logos/skill_box_top2.jpg) no-repeat top left;
height: 79px;
	
}
.skillstop h3 {
	text-indent: -5000em;

}
.skillsbtm {
background: url(uploads/logos/skill_box_btm.jpg) no-repeat bottom left;	
padding: 0 0 18px 0;
margin: 0 0 10px 0;
}
.skillsbtm p {
	font-weight: bold;
	margin: 0 8px;
	line-height: 1.2em;
}

.soccertop {
background: url(uploads/logos/soccer_box_top.jpg) no-repeat top left;
height: 79px;
	
}
.soccertop h3 {
	text-indent: -5000em;

}
.soccerbtm {
background: url(uploads/logos/soccer_box_btm.jpg) no-repeat bottom left;	
padding: 0 0 18px 0;
margin: 0 0 10px 0;
}
.soccerbtm p {
	font-weight: bold;
	margin: 0 8px;
	line-height: 1.2em;
}

