/* Colors
Blue #0BA7DC
Green #B1CD49
Orange #E5A430
Purple #71529D
*/

/* Reset */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}


/* Main CSS Layout */
* {
	font-family: Trebuchet, Trebuchet MS, Monospace;
	border:none;
}
body {background-image:url("../images/background_green.jpg");background-position:center;background-attachment:fixed;padding-top:20px;}
body#background_blue {background-image:url("../images/background_blue.jpg");background-color:#0BA7DC;}
body#background_green {background-image:url("../images/background_green.jpg");background-color:#B1CD49;}
body#background_orange {background-image:url("../images/background_orange.jpg");background-color:#E5A430;}
body#background_purple {background-image:url("../images/background_purple.jpg");background-color:#71539D;}
#wrapper {
	background-color: white;
	width:960px;
	margin:0 auto;
	padding:6px 20px 6px 20px;
}
#topCorners {
	margin:0 auto;
	height:14px;
	width:1000px;
	background-image:url("../images/top.png");
	background-repeat:no-repeat;
}
#bottomCorners {
	margin:0 auto;
	height:14px;
	width:1000px;
	background-image:url("../images/bottom.png");
	background-repeat:no-repeat;
}
#copyright {
	color:white;
	font-size:10px;
	margin:0 auto;
	width:960px;
	padding:6px 20px 6px 20px;
}
.hide {
	display:none;
}
/* Header */
#logo {
	margin-top:5px;
}
#nav {
	margin:15px 0px 15px 0px;
	clear:both;
	float:right;
	list-style:none;
	color:#666666;
}
#nav li {
	float:left;
	margin:0px 5px 0px 5px;
}
#nav a {
	text-decoration:none;
	color:#666666;
	font-size:14px;
}
#nav a:hover {
	text-decoration:none;
	color:#000000;
	font-size:14px;
}
#shopButton {
	float:right;
}
/* Footer */
#footer {
	height:110px;
	clear:both;
	padding-top:20px;
}
#footerLinks {
	background-image:url("../images/footerbox.jpg");
	background-repeat:no-repeat;
	clear:both;
	float:right;
	position:relative;
	top:60px;
	width:630px;
	height:53px;
}

#footerLinks a {
	text-decoration:none;
	font-size:14px;
	color:#666666;
	position:relative;
	top:15px;
	margin:10px;
}
#footerLinks a:hover {
	text-decoration:none;
	font-size:14px;
	color:#000000;
	position:relative;
	top:15px;
	margin:10px;
}
#footerLinks .sep {
	position:relative;
	top:15px;
}
#footerLinks a:first-child {margin:10px 10px 0px 20px;}
#footerImages {
	float:right;
	position: relative;
	bottom:7px;
}


/* Home Page CSS */
#purpleBox {
	background-image:url("../images/purple_small.jpg");
	margin:20px 10px 0px 10px;
}
#blueBox {
	background-image:url("../images/blue_small.jpg");
	margin:20px 7px 0px 10px;
}
#orangeBox {
	background-image:url("../images/orange_small.jpg");
	margin:20px 0px 0px 10px;
}
.boxes {
	background-repeat:no-repeat;
	line-height:20px;
	width:262px;
	height:233px;
	float:left;
	padding:10px 20px 10px 20px;
	overflow:hidden;
	color:white;
	font-size: 12px;
}
.boxes img {margin:5px 15px 10px 0px;}
.boxes a {
	color:#fff;
	//text-decoration:none;
}
.boxes a:hover {
	color:#666666;
	//text-decoration:none;
}

/* Inner Pages CSS */
#innerContent {
	clear:both;
	border-top:1px solid black;
	padding-top:20px;
	word-wrap: break-word;
}
#leftSide {
	float:left;
	width:305px;
}
#content {
	float:left;
	margin-left:20px;
	width:500px;
	font-size:14px;
	color:#666666;
	min-height:400px;
	word-wrap: break-word;
}
#content .title{
	color:black;
	font-size:24px;
	font-weight:bold;
}
#content .subTitle{
	color:#0BA7DC;
	font-size:18px;
	font-weight:bold;
}

#altBox {
	color:white;
	margin-top:20px;
	line-height:20px;
	min-height:70px;
	font-size:12px;
}
#altBox .altTitle {
	font-size:16px;
	font-weight:bold;
}
#altBox #altBlueTop {
	height:16px;
	width:305px;
	background-image:url("../images/altBlueTop.png");
	background-repeat:no-repeat;
}
#altBox #altBlueBg {
	background-color:#0BA7DC;
	padding:4px 20px 4px 20px;
	width:265px;
}
#altBox #altBlueBottom {
	height:16px;
	width:305px;
	background-image:url("../images/altBlueBottom.png");
	background-repeat:no-repeat;
}
fieldset, input, textarea, select {
	border:1px black solid;
}
fieldset {padding:20px;}
li.bullet{list-style-type:disc;}