/**
 * VouChaCha
 *
 * @copyright  Copyright (c) 2009 VouChaCha (http://www.vouchacha.com)
 */

/* Element Settings Open */

body 
{
	margin:0;
	padding:0;
	background-image:url(images/graybg_dark.jpg);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#bebebe;
	font-size:0.75em;
	font-weight:lighter;
	line-height:18px;
}

img, div 
{
	behavior: url(styles/resources/iepngfix.htc);
}

img 
{
	border:none;
}

h1, h2, h3, h4, p
{
	font-weight: normal;
}

/*h4
{
	color: #4A6B8D;
}*/

a
{
	color:inherit;
	text-decoration:none;
}

a:hover, a.selected
{
	color:#82965E;
}

/* Element Settings Closed */

/* Header Settings Open */

#title
{
    margin: 25px 0;
}

#title h2, #title p
{
	padding:0;
	margin:0;
}
#title p
{
	font-size: 1.1em;
}
#title h2
{
	margin: 20px 0;
	font-size: 2em;
}

#header 
{
	width:100%;
	height:70px;
}

#logo 
{
	float:left;
	margin: 0 0 20px 0;
}

#header ul
{
	float:right;
}

#header ul, #subMenu
{
	margin:0;
	padding:26px 0;
}

#subsubMenu
{
	margin:0;
	padding:0;
}

#header a, #subMenu a
{
	padding: 28px 0;
}

#subsubMenu a
{
	padding: 0;
}

#header a:hover, #header a.selected
{
	background-image:url(images/menuArrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header li, #subMenu li, #subsubMenu li
{
	display:inline;
	padding: 0 0 0 20px;
	height: 80px;
}

#subsubsubMenu
{
    list-style: none;
    color: red;
}

ul#subMenu
{
	float:none;
}

#subMenu a:hover, #subMenu a.selected
{
	background-image:url(images/bannerMenuArrow.png);
        background-repeat: no-repeat;
	background-position: center bottom;
        color: #4a6b8d;
}

#subsubMenu a:hover, #subsubMenu a.selected
{
        font-weight: bold;
}

#subMenu a
{
	color:#424242;
}

#subsubMenu a
{
	color: #F9F9F9;
}

#subMenu span.highlight
{
	color:#82965E;
}

#loginPanel
{
    float: right;
    padding: 10px 0;
    color: #7a7a7a;
}

#loginPanel .btn, #loginPanel p
{
    margin: 5px 4px 0 5px;
    float: right;
}

/* Header Settings Closed */

/* Content Settings Open */

.content, #header
{
	width:800px;
	margin:0 auto;
	overflow:hidden;
}

.content span.highlight
{
	color:#4A6B8D;
}

.content li, .content p
{
	color: #afafaf;
}

.content h3
{
	font-size:1.3em;
}

/* Content Settings Closed */

/* Banner Settings Open */

#banner 
{
	padding:0px;
	width:100%;
	border-top: 3px solid #82965E;
	border-bottom: 3px solid #4A6B8D;
	background-color:#ececec;
}

#banner p, #banner h2
{
	color: #424242;
}


/* Banner Settings Closed */

/* Columns Open */

.col28, .col22, .col10, .col3, .col23, .col69, .col20, .col45, .col90
{
	float:left;
	height:auto;
	padding-right:40px;
}

.col28 h3, .col22 h3, .col10 h3, .col23 h3, .col3 h3, .col69 h3, .col20 h3, .col45 h3, .col90 h3
{
	margin:0 0 20px 0;
}

.col3
{
	width: 3%;
}
.col10
{
	width: 10%;
}
.col20
{
	width: 20%;
}
.col22
{
	width: 22%;
}
.col23
{
	width: 23%;
}
.col28
{
	width: 28%;
}
.col69
{
	width: 69%;
}
.col90
{
	width: 90%;
}
.col45
{
    width: 45%;
}

.clear
{
    clear: both;
}



/* Columns Closed */

#darkWrap, #footer 
{
	width:100%;
	height:auto;
	padding:30px 0px;
	background-image:url(images/graybg_dark.jpg);
	height:auto;
	clear:both;
}

#darkWrap h4 a, #lightWrap h4 a, #darkWrap p a, #lightWrap p a, .blueWrap p a, .lightgreyWrap p a, .darkBlueWrap p a
{
	color:#4A6B84;
}
#darkWrap h4 a:hover, #lightWrap h4 a:hover, darkWrap p a:hover, #lightWrap p a:hover, .blueWrap p a:hover, .lightgreyWrap p a:hover, .darkBlueWrap p a:hover
{
	color:#82965E;
}

.lightgreyWrap p
{
    color:#4A6B84;
}

#lightWrap
{
	border-bottom:1px dotted #313131;
	border-top:1px dotted #313131;
	width:100%;
	padding:30px 0px;
	background-position:center;
	background-image:url(images/graybg_light.jpg);
}

.blueWrap
{
        background: #4A6B84 url(images/bluebg.jpg)  repeat-x bottom;
}

.darkBlueWrap
{
        background-color: #324762;
}
.lightgreyWrap
{
        background-color: #aaaaaa;
}

#lightWrap h4, #lightWrap h4, .blueWrap h4, .lightgreyWrap h4, .darkBlueWrap h4
{
	margin: 0;
}
#lightWrap p, #darkWrap p, .blueWrap p, .lightgreyWrap p, .darkBlueWrap p
{
	font-size: 1em;
}

#wrapSuccess
{
    font-size: 1.5em;
}

#wrapFail h2, #wrapFail p, #wrapFail li
{
    color: #8f0101;
}

#wrapSuccess h2, #wrapSuccess p, #wrapSuccess li
{
    color: #81B106;
}

ul.news, ul.social, .products ul
{
	padding:0;
	margin:0;
        list-style-type: none;
}

ul.news li
{
	padding: 0 0 4px 0;
	border-bottom:1px dotted #313131;
	width:100%;
}

/* Footer Open */

#footer
{
	padding: 0;
}

#footer ul
{
	margin: 0;
	padding: 0;
}


#footer li
{
	width: 350px;
	padding:20px 0 0 0;
	text-align: right;
}

#footer li h4
{
	margin:20px 70px 0 0;
}

#footerDetails
{
	padding: 20px 0 0 0;
}

#footerDetails img
{
	padding-right: 2px;
        padding-left: 10px;
}
#footerDetails p
{
	font-size: 0.8em;
}
/* Footer Closed */

/* Random Classes Open */

.dock
{
    background: url(images/dock.png) no-repeat bottom;
}

.roundedCorner5px
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.contentTitle
{
    margin: 0;
    padding: 40px 0 0 0;
    font-weight: bold;
}

.lightgrey
{
        color: #aaaaaa;
}

.checkbox
{

}

p.highlight
{
    font-weight: bold;
    color: black;
}

.btn
{
    background: transparent url('images/btn.gif') no-repeat top left;
    padding: 8px 7px 8px 12px;
    display: block;
    color: #ececec;
    text-align: center;
    text-decoration: none;
    position: relative;
    line-height: 13px;
}

.btn span
{
    background: transparent url('images/btn.gif') no-repeat top right;
    display: block;
    height: 29px;
    width: 5px;
    position: absolute;
    top: 0;
    right: -5px;
}

.btn:hover
{
    color: #ebebeb;
    background: transparent url('images/btn.gif') no-repeat bottom left;
}

.btn:hover span
{
    background: transparent url('images/btn.gif') no-repeat bottom right;
}

.vou
{
    color: #82965E;
}

.chacha
{
    color: #4A6B8D;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.fail
{
    color: #8f0101;
}

.dottedTop
{
	border-top:1px dotted #313131;
}
.dottedBottom
{
	border-bottom:1px dotted #313131;
}
.dottedRight
{
	border-right:1px dotted #313131;
}

.appIcon
{
	height: 45px;
	width: 45px;
	padding: 2px;
	margin: 2px;
}
h2.appTitle, h3.appTitle
{
    margin-top: 18px;
}
.icon
{
	height: 20px;
	width: 20px;
}

.blueBorder
{
	border: 1px solid #4A6B8D;
}

.alignRight
{
	text-align:right;
}
.alignCenter
{
	text-align:center;
}

.marginTop100
{
	margin-top:100px;
}
.marginTop65
{
	margin-top:65px;
}
.marginTop50
{
	margin-top:50px;
}
.marginTop10
{
	margin-top:10px;
}
.marginTop25
{
	margin-top:25px;
}
.paddingTop25
{
	padding-top:25px;
}
.paddingTop50
{
	padding-top:50px;
}
.paddingBottom25
{
	padding-top:25px;
}

.padding40
{
    padding: 40px;
}

.em09
{
    font-size: 0.9em;
}
/* Random Classes Closed */

.btnChunky
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 8px;
    padding-left: 12px;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 4px;
    margin-bottom: 0pt;
    margin-left: 10px;
    line-height: 26px;
    float: left;
}

.btnChunky:hover
{
    color: #000000;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left bottom;
}

.btnChunky span
{
    background: transparent no-repeat top right;
    display: block;
    height: 42px;
    width: 5px;
    position: absolute;
    top: 0;
    right: -5px;
}


.btnChunky:hover span
{
    background: transparent no-repeat bottom right;
}

.btnChunky, .submit, .btnChunky span, .btnChunky span, .btnChunky:hover span, .btnChunky:hover
{
    background-image:url(images/btnChunky.png);
}

.btnRoundLarge
/*{228w x 230h*/
{
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    padding-top: 182px;
    padding-right: 110px;
    padding-bottom: 23px;
    padding-left: 90px;
    display: block;
    color: #000000;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-right: 4px;
    margin-bottom: 15px;
    margin-left: 10px;
    line-height: 26px;
    float: left;
}

.btnRoundLarge:hover
{
    color: #000000;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
}


.btnRoundLarge:hover span
{
    background: transparent no-repeat bottom right;
}

.btnRoundLarge, .btnRoundLarge:hover
{
    background-image:url(images/roundButtonOffersLarge.png);
}

dl.appIconList dt
{
    width: 50px;
    float: left;
}


dl.appIconList dd
{
    width: 300px;
    line-height: 60px;
    float: left;
}


/***************** FORM ******************/

form
{
    margin: 10px;
}

input
{
    background: url('images/input361bg.gif') no-repeat top left;
    margin: 5px 0 10px 0;
    clear: left;
    width: 339px;
    height: 20px;
    padding: 11px;
    font-size: 15px;
    border: none;
    display: block;
}

select
{
    display: block;
    margin: 19px 0;
    width: 270px;
}

.input270
{
    background: url('images/input270bg.gif') no-repeat top left;
    width: 248px;
}

.input150
{
    background: url('images/input150bg.gif') no-repeat top left;
    width: 128px;
}

.input90
{
    background: url('images/input90bg.gif') no-repeat top left;
    width: 68px;
}

.input739
{
    background: url('images/input739bg.gif') no-repeat top left;
    width: 717px;
    
}

.submit
{
    clear: both !important;
    width: 190px !important;
    height: 42px !important;
    padding: 11px !important;
    font-size: 14px !important;
    border: none !important;
    color: #FFF !important;
    display: block;
    text-align: center;
    cursor: pointer;
}

.submit:hover
{
    color: #000000;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left bottom;
}

.checkbox
{
    float:left;
    width: 20px;
    margin-right: 10px;
}

label
{
    font-size: 1em;
}

fieldset
{
    border: none;
    margin: 20px 0;
}

fieldset h4
{
    padding-left: 0px;
    padding-bottom: 20px;
}

/*************** END FORM ****************/

/**************** TABLE ******************/

table.lightgreyGradient
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
table.lightgreyGradient th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff url('images/gradhead.png') repeat-x;
	border-top: 2px solid #f3f3f3;
	border-bottom: 1px solid #fff;
	color: #000000;
}
table.lightgreyGradient td
{
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #9a9a9a;
	border-top: 1px solid #fff;
	background: #f3f3f3 url('images/gradback.png') repeat-x;
}
table.lightgreyGradient tfoot tr td
{
	background: #f3f3f3;
	font-size: 12px;
	color: #9a9a9a;
}
table.lightgreyGradient tbody tr:hover td
{
	background: #e6e6e6 url('images/gradhover.png') repeat-x;
	color: #000000;
}

/************** END TABLE ****************/

/************** PAGINATION ***************/

ul{border:0; margin:0; padding:0;}

#pagination li
{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
    margin-right:2px;
}
#pagination a
{
    border:solid 1px #555555;
    margin-right:2px;
}
#pagination .previous-off, #pagination .next-off
{
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:3px 4px;
}
#pagination .next a, #pagination .previous a
{
    font-weight:bold;
}

#pagination .active
{
    background:#555555;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px;
}
#pagination a:link, #pagination a:visited
{
    color:#555555;
    display:block;
    float:left;
    padding:3px 6px;
    text-decoration:none;
}

#pagination a:hover
{
    border:solid 1px #000000
}
/************ END PAGINATION *************/
/************TEST Classes*******/

