/* @override http://epicureanassociates.com/style.css */

/* CSS Written by Lawrence Brown */
/* http://lawrencebrown.eu */


/* 1. RESET */
/* 2. STRUCTURE */
/* 3. TYPOGRAPHY */
/* 4. MENU & LINKS */



/*RESET STARTS*/
html{
	overflow:-moz-scrollbars-vertical;
	overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*RESET FINISHED*/



/*STRUCTURE STARTS*/
body {
	background-image: url(images2/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}

#main {

}

#logo {
	background: url(images2/logo.gif) no-repeat;
	height: 122px;
	width: 400px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF8200;
	font-size: 26px;
	font-weight: lighter;
	padding-bottom: 22px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #FF8200;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#bread a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	padding: 0px;
	line-height: 12px;
}
#bread a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	padding-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#leftcol {
	width: 270px;
	float:left;
	margin-top:30px;
}

h3 {
	color: #FF8200;
	margin: 0px;
	padding: 0px;
	font: lighter 18px/0 Arial, Helvetica, sans-serif;
}
#bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-left: 40px;
}
ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
li.bullets {
	font-size: 14px;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 20px;
	}
#box {
	padding-left: 40px;
	width: 550px;
	padding-top:57px;
	
}

a.unsub {
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a.orangelink {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FF8200;
	font-weight: bold;
	text-decoration: none;
}

#box p {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.pdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.orangeline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	width: 100%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
}


/*NEW SECTION ADDED FOR CAMPAIGN*/


#sphere {
	width:235px;
	color: #666666;
	margin-top:30px;

	font: bold 11px/16px Arial, Helvetica, sans-serif;
	margin-left: 650px;
}

img.sphereimg {
	display: inline-block;
	float: left;
	margin-right: 12px;
}














#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 200px;
	height: 210px;
 	position: absolute;
	top: 46px;
	left: 620px;
}

#rightcol {
	width: 200px;
	float: left;
	margin-left:70px;
	margin-top:20px;
	padding: 10px 10px 50px;
	background-color: #f1f1f1;
}

label {
			font-family: Arial, Helvetica, sans-serif;
	color: #4d2700;
	font-size: 13px;
	font-weight: lighter;
	margin-bottom: 8px;
}
#menu span {
	display: none;
	position: absolute;
		list-style-type: none;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
		list-style-type: none;
}


#menu .home {
	width: 158px;
	height: 129px;
	background: url(images2/home.gif) no-repeat;
	left: 0px;
	top: 0px;
	z-index:99;
		list-style-type: none;
}

#menu .home span {
	width: 158px;
	height: 129px;
	background: url(images2/home.gif) no-repeat;
		list-style-type: none;

}

#menu .about {
	width: 127px;
	height: 96px;
	background: url(images2/about.jpg) no-repeat;
	left: 150px;
	top: 87px;
}

#menu .about span {
	width: 127px;
	height: 96px;
	background: url(images2/about.jpg) no-repeat;
}

#menu .training {
	width: 122px;
	height: 92px;
	background: url(images2/training.jpg) no-repeat;
	left: 190px;
	top: 185px;
}

#menu .training span {
	width: 122px;
	height: 92px;
	background: url(images2/training.jpg) no-repeat;
}

#menu .coaching {
	width: 112px;
	height: 88px;
	background: url(images2/coaching.gif) no-repeat;
	left: 145px;
	top: 280px;
}

#menu .coaching span {
	width: 112px;
	height: 88px;
	background: url(images2/coaching.gif) no-repeat;
}

#menu .bidsupport {
	width: 122px;
	height: 83px;
	background: url(images2/bid.gif) no-repeat;
	left: 50px;
	top: 360px;
}

#menu .bidsupport span {
	width: 122px;
	height: 83px;
	background: url(images2/bid.gif) no-repeat;
}



/* Footer Starts */
#footerholder {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:45px;
}
body>div#footerholder {
	position:fixed;
}
#footer {
	height:45px;
}

#footer p {
	padding-top:10px;
	font-size: 14px;
	color: white;
}

#footer p a {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

#footer{
	background: #FF8200;
	color: white;
	padding: 0 45px;
}
/* Footer Ends */

/* New hompage content starts */
#box {
	padding-left: 0px;
	width: 620px;
	padding-top:57px;
		padding-left: 50px;
	padding-bottom:25px;
}

#box p {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;

	padding-top:25px;
	padding-right: 30px;
	padding-bottom:30px;
}



#lefthandcol {
	width: 265px;
	padding-left:45px;
	padding-bottom:50px;
	float:left;
	display:inline;
}

#righthandcol {
	width: 280px;
	padding-left:50px;
	float:left;
	display:inline;
}

h4 {
		font-family: Arial, Helvetica, sans-serif;
	color: #FF8200;
	font-size: 17px;
	line-height: 24px;
	font-weight: lighter;
	padding-bottom: 15px;
	margin: 0px;
	
	


}

img.icon {
	display:inline;
	float:left;
	padding-right:5px;
	padding-bottom: 0px;
	
}

#lefthandcol p, #righthandcol p {
	margin:0px;
	padding:0px;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}


