@charset "utf-8";
/* 
    WEBSITE: Just Choose Results
	AUTHOR: Elle Media
            elle@getelle.com
			www.getelle.com
	DATE: April 1, 2008
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* {
	margin:0;
	padding:0;
}
.clearer {
	clear: both;
}

a{outline:none;}
/* END RESET */

/* ------------------------------------------ */
/* BACKGROUNDS */
/* ------------------------------------------ */


body {
	background-repeat: repeat-x;
	font-family:Helvetica, sans-serif;
	background-color: #F3F3FF;
	background-image: url(../images/gradientbg.gif);
	font-family:Tahoma, Arial, sans-serif;
	font-size:90%;
	line-height:140%;
}
#hugger {
	margin: auto;
	width: 815px;
}


/* ------------------------------------------ */
/* HEADER */
/* ------------------------------------------ */

h1 {
	float: left;
	height: 90px;
	width: 265px;
}
#header {
	height: 100px;
}

#logo{background:url(../images/logo.png) no-repeat center top; height:109px; width:279px;text-indent:-5000px;}

#slogan {
	float: right;
	background-position: center;
	line-height: 40px;
	margin-top: 30px;
}
.slogantag {
	height: 40px;
	width: 160px;
	float: left;
	text-align: center;
}

#bubble {
	background-image: url(../images/newbiggreenbg.png);
	background-repeat: no-repeat;
	height: 195px;
}

#title {
	float: left;
	width: 400px;
	color: #ffffff;
	margin-top: 140px;
	margin-left: 20px;
	font-size: 30px;
	height:50px;
	line-height:50px;
}

#picture {
	float: right;
	margin-right: 5px;
	margin-top: -6px;
}



/* ------------------------------------------ */
/* MENU */
/* ------------------------------------------ */

#menu {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	height: 69px;
}
#menu ul {
	list-style-position: inside;
	list-style-type: none;
}


#menu li {
	display: inline;
	float: left;
	padding: 0 22px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
	line-height: 63px;
	text-align: center;
	display: block;
}
#menu a:hover {
	color: #CCCC00;
}



/* ------------------------------------------ */
/* CONTENT */
/* ------------------------------------------ */

#contenthugger {
	background-color: #FFFFFF;
	color: #01012b;
	width: 785px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

#contenttext {
	float: left;
	width: 500px;
	margin-left: 15px;
}

#contenttext p {
	padding-bottom: 10px;
	/*text-align: justify;*/
}

#contenttext a {
	color: #B2B52B;
}

#contenttext a:hover {
	color: #FFFFFF;
	background-color: #B2B52B;
}

#contenttext ul {
	list-style-position: outside;
	list-style-image: url(../images/checkmark.png);
	margin-left: 55px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#contenttext li {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #3366FF;
}


#contenttext h3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #000080;
	font-weight: bolder;
	font-size: 26px;
	line-height:150%;
}


#contenttext h4 {
	color: #919423;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	font-weight: bolder;
}

#contenttext h5 {
	color: #191958;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
}
#contenttext h5 a {
	color: #191958;
	text-decoration: none;
}


.title {
	font-style: italic;
	font-weight: bold;
	color: #B2B52B;
}
.suggestion {
	font-size: 12px;
	color: #01012B;
	font-style: italic;
}

.listnone {
	list-style-position: outside;
	list-style-type: none!important;
	list-style-image: none!important;
}
.listnone ul{
	list-style-type:none!important;
	list-style-image: none!important;
}

.listnone li{
	color:#01012b!important;
	padding-bottom: 15px!important;
}

.leftfloat {
	float: left;
	width: 180px;
	clear: both;
	margin-left: -25px;
}
.tablefloat {
	float: left;
	width: 180px;
	clear: both;
}
.error {
	font-style: italic;
	color: #CC0033;
	font-weight: bold;
	margin-left: 180px;
}






/* ------------------------------------------ */
/* SIDEBAR */
/* ------------------------------------------ */

#sidebar {
	width: 200px;
	float: right;
	margin-right: 10px;
}
#upcoming {
	margin-top: 50px;
	border: 4px double #B2B52B;
	padding: 5px;
}
#upcoming p {
	font-size: 13px;
}

#upcoming h3 {
	padding-bottom: 20px;
	padding-top: 10px;
}
#upcoming a {
	color: #B2B52B;
	text-decoration: underline;
}

#social img{
	padding-right:50px;
	border:none;
}

#social h3{margin:30px 0; text-align:center;}

#social{text-align:center;}
/* ------------------------------------------ */
/* FOOTER */
/* ------------------------------------------ */


#footer {
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 800px;
	margin: auto;
	padding-top: 10px;
}

#footer p {
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 3px;
	font-size: 13px;
}

#footer a {
	color: #B2B2CD;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	background-color: #B2B2CD;
}
