body 
{
    text-align: center; /* for IE 5 */
}

#page-container
{
    width: 760px;
    margin: 0 auto;
    text-align: left;    
}

#home #page-container
{
    background: url("../images/home-content-bkg.gif") repeat-y;
}

#search #page-container, #detail #page-container, #submitRecord #page-container
{
    background: url("../images/other-content-bkg.gif") repeat-y;
}

#header p
{
    margin: 0;
}

#nav1
{
	background: #999999;
	height: 20px;
}

#logoPanel
{
    background: url("../images/logoPanel-bkg.jpg") no-repeat;
    height: 160px;
}

#logoPanel img
{
    margin: 0;
}

#logoText
{
    clear: both;
    width: 250px;
    height: 70px;
    font-size: 180%;
    padding-top: 10px;
}

#mainNav
{
    background: #108C43;
    height: 20px;
    font-size: 1.0em;
}

#colLeft
{
    background-color: #F3F1E5;
    width: 233px;
    float: left;
    padding: 0 10px;
}

#colMid
{
    background-color: #F8F7F0;
    width: 234px;
    float: left;
    padding: 0 10px; 
    overflow: hidden;
}

#colRight
{
    background-color: #FDFCFA;
    float: left;
	width: 233px;
	padding: 0 10px;
}
#footer
{
    clear: both;
    height: 40px;
    background: #FFFFFF;
    color: #57A475;
    font-size: 0.9em;
}

#footerText a
{
    color: #57A475;
}


#footerBar
{
    background: #E7E7E7;
    height: 20px;
}

#footerBar img
{
    margin: 0 10px 0 20px;
}

#footerBar p
{
    margin: 0 5px 0 10px;
    padding-top: 3px;
}

#help-container
{
    margin: 10px;
    text-align: left;
}

#help #nav ul
{
    list-style: none;
}

#help #nav ol
{
    margin-left: 20px;
}

#help #nav ol li ul
{
    margin-top: 0;
    margin-bottom: 0;
}
#help #nav ol li
{
    margin-top: 20px;
}
#help #nav ol li ul li
{
    margin-top: 5px;
}

.searchBox
{
    background: #F3F1E5;
    padding: 5px 5px 10px 5px;
    margin: 10px 0;
    width: 730px;
}

.searchBoxAlt
{
    background: #F8F7F0;
    padding: 5px 5px 10px 5px;
    margin: 10px 0;
    width: 730px;
}

.searchBox td, .searchBoxAlt td
{
    padding: 1px;
}

#colLeft h2
{
    font-size: 1.2em;
    margin: 15px 0;
}

#colLeft h2.public
{
    margin-bottom : 0;
}

#colLeft li
{
    margin-bottom: 8px;
}




/* --- navigation styles */


.nav
{
    list-style: none;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 85%;
}

.nav li
{
    display: inline;
}

.nav a
{
    color: #fff;
    text-decoration: none;
}

.nav a:hover
{
    text-decoration: underline;
}

#nav1 .nav 
{
    padding-top: 3px;
    padding-left: 15px;
}

#nav1 .nav li
{
    margin-right: 25px;
    font-size: 1em;
}

#nav1 .nav .last
{
    /*margin-left: 490px;
    margin-right: 0;*/
    float: right;
}

#mainNav .nav
{ 
    padding-top: 3px;
    padding-left: 12px;
}

#mainNav .nav li
{
    margin-right: 25px;
    font-size: 1.1em;
}

/* --- Warwickshire Navigation --- */
#warNav
{
    margin: 0;
    float: left;
    width: 580px;
    padding-top: 10px;
    font-size: 95%;
}

#warNav li
{
    list-style: none;
    padding: 0 0 0 15px;
    float: left;
    width: 150px;
}

#warNav li a
{
    color: #666666;
    text-decoration: none;
}

#warNav li a:hover
{
    color: #CC0000;
}


#warNav .business{	
	background: url(../images/warnav/bullet_arrow_1.gif) left no-repeat;
}

#warNav .council{	
	background: url(../images/warnav/bullet_arrow_2.gif) left no-repeat;
}

#warNav .environment{	
	background: url(../images/warnav/bullet_arrow_3.gif) left no-repeat;	
}

#warNav .leisure{	
	background: url(../images/warnav/bullet_arrow_4.gif) left no-repeat;	
}

#warNav .travel{	
	background: url(../images/warnav/bullet_arrow_5.gif) left no-repeat;
}

#warNav .learning{	
	background: url(../images/warnav/bullet_arrow_6.gif) left no-repeat;
}

#warNav .health{	
	background: url(../images/warnav/bullet_arrow_7.gif) left no-repeat;
}

#warNav .safety{	
	background: url(../images/warnav/bullet_arrow_8.gif) left no-repeat;
}

/* --- Current page link styles --- */
/*#home .home-lnk, #contact .contact-lnk,
#search .search-lnk, #simpleSearch .search-lnk, 
#detailSearch .search-lnk, #advancedSearch .search-lnk,
#mapSearch .search-lnk, #imageSearch .search-lnk, #glossarySearch .search-lnk,
#faq .faq-lnk, #exhibition .exhibition-lnk, #exhibitionview .exhibition-lnk, #museum .museum-lnk,
#toolkit .toolkit-lnk, #toolkitview .toolkit-lnk,
#schoolkit .schoolkit-lnk, #schoolkitview .schoolkit-lnk,
#disclaimer .disclaimer-lnk, #detail .search-lnk,
#submitRecord .submitRecord-lnk,
#account .account-lnk
{
    color: #000;
}*/

.nav li a.selected
{
    color: #000;
}

/* --- Current page column styles -- */

/* --- Content uses 2 columns --- */
/* --- narrow first column -- */
#search #colLeft, #detail #colLeft, #submitRecord #colLeft , #account #colLeft
{
    width: 180px;
    /*border: solid 1px #000;*/
}


#search #colMid, #detail #colMid, #submitRecord #colMid, #account #colMid
{
    width: 540px;    
    background: #ffffff;    
    /*border: solid 1px #000;*/
}


/* --- Content uses 1 column --- */
#faq #colLeft, #contact #colLeft, 
#exhibition #colLeft, #disclaimer #colLeft,
#toolkit #colLeft, #schoolkit #colLeft,
#simpleSearch #colLeft, #detailSearch #colLeft,
#advancedSearch #colLeft, #mapSearch #colLeft,
#imageSearch #colLeft, #glossarySearch #colLeft,
#errorPage #colLeft, #profile #colLeft,
#login #colLeft, #register #colLeft, #recoverPassword #colLeft, #contrib-help #colLeft
{
    width: 740px;
    background: #ffffff;
}


#faq #content li
{
    background: url(../assets/graphics/gui/img_arrow.gif) left no-repeat;
    list-style: none;
    padding: 0 0 0 15px;
    margin-top: 10px;
}


/* ---------------- Login box ------------ */

.login-box
{
    width: 300px;  
    padding: 10px 5px 5px 5px;
    background-color: #F3F1E5;
    margin: 0 auto;
}

.login-box label
{
    display: block;
    float: left;
    width: 120px;
}

/*.login-box input
{
    width: 140px;
}*/

.login-box label em
{
    font-style: normal;
}

.login-box div
{
    padding-bottom: 5px;
}

.login-box div.submit input
{
    width: auto;
    padding: 0 5px;
    margin-left: 120px;
}



/* ---------------- ugcimage-list home page------------ */
ul.ugcimage-list
{
    width: 228px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 10px;    
}

ul.ugcimage-list li
{    
    margin-bottom: 5px;   
    text-align: center;
    width: 104px; 
    float: left;
    margin-right: 10px;
}

ul.ugcimage-list img
{
    /*padding: 0 0 3px 0;*/
    margin: 0;
    padding: 2px;
    border: 1px solid #099035;
    /*display: block;*/
}

/* ---------------- ugctext-list detail------------ */

.text-list .item
{
    background-color: #F3F1E5;
    padding: 5px;
    margin-bottom: 5px;
}
.text-list .author
{
    border-bottom: 2px solid #E7E7E7;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.text-list p
{
    margin: 0;
    padding: 5px 0;
}



/* ---------------- ugcimage-list detail------------ */
.image-detail-container
{
    width: 540px;
    overflow: hidden;
}

.image-detail
{
    float: left;
    width: 370px;
    padding-right: 10px;    
    overflow: hidden;
    text-align: center;
}

.image-detail img
{
    margin: 0;
    padding: 0 0 3px 0;
    max-width: 370px;
}

.image-detail p
{
    text-align: left;
}

.image-list
{
    width: 160px;
    float: left;
    overflow: hidden;
}

.image-list .item
{
    background-color: #F3F1E5;
    padding: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 150px;
}
.image-list .author
{
    border-bottom: 2px solid #E7E7E7;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    margin-bottom: 5px;
}

.image-list img
{
    padding: 0 0 3px 0;
    margin: 0;  
    max-width: 150px;
}

.image-container
{    
    text-align: center;    
}

.text-container
{   
    float: left;
}

/* ---------------- ugcsubmit form ------------ */

.addUgcForm td
{
    vertical-align: top;
}

.addUgcForm input, .addUgcForm textarea
{
    width: 250px;
}

.addUgcForm textarea
{    
    height: 100px;
}

.addUgcForm .button2
{
    width: auto;
}

/* ---------------- my account  ------------ */
#account input
{
    width: 250px;
}

#account .button2
{
    width: auto;
}

#account .image-list
{
    width: auto;
}

#account .image-list .item
{
    width: 530px;
}

#account .image-list .item .image-container
{
    float: left;
    padding: 0 5px 5px 0;
}

#account .image-list img
{
    max-width: 240px;
}




/* ---------------- login form ------------ */
.login-panel
{
    background-color: #F3F1E5;
    float:left;    
    width: 345px;
    margin-right: 10px;    
}

.login-panel table td
{
    vertical-align: top;
}

.register-panel
{
    background-color: #F3F1E5;
    float:left;
    width: 345px;
}

.register-panel table td
{
    vertical-align: top;
}

#login-panel-container
{
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
}

/*--------------------------login page---------------------*/
#login input
{
    width: 200px;
    margin: 0;
}

#login .button2
{
    width: auto;
}

#login td
{
    /*background-color: Red;*/
}

#login table td.leftCol
{
    width: 105px;
}

/*---------------------------profile page ---------------------*/
#profile h1
{
    margin-bottom: 2px;
}

#profile .text-list
{
    width: 570px;
    float: left;
    padding-right: 10px;
    overflow: hidden;
}

#profile .image-list .item
{    
}

#profile .profile-detail-container
{
    width: 740px;
    overflow: hidden;
}


/*--------------------------member contact---------------------*/
.memberContact td
{
    vertical-align: top;
}

.memberContact input, .memberContact textarea
{
    width: 400px;
}

.memberContact textarea
{    
    height: 150px;
}

.memberContact .button2
{
    width: auto;
}


/*--------------------------google maps---------------------*/
/* fix half marker icon in ie */
#map_canvas img
{
    margin: 0;
}
