﻿
/* --- Base Styles --- */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ffffff;
	font-family: "Open Sans", "Sans-serif";
	color: #191919;

}

a {
	text-decoration: none;
	color: #ff0066;
}

a:hover, a:active {
	text-decoration: none; 
	text-decoration: underline; 
	color: #ff66a3;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #ff0066;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: .5em;
	color: #ff0066;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}

/* --- Font Styles --- */
.font1 {
	padding-top: .1em;
	padding-bottom: .8em;
	font-size: 2em; 
	font-weight: bold;
	color: #ff0066;
}

.font2 {
	padding-bottom: 1.1em;
	font-size: 1.3em; 
	font-weight: bold; 
	color: #ff0066;
}

.font3 {
	font-weight: bold;
}

.clr {
	clear: both;
}

.center {
	text-align: center;
}

.floatRight {
	float: right;
	padding: 10px;
}

.floatLeft {
	float: left;
	padding: 10px;
}

img {
	max-width: 99%;
}

.img100 {
	width: 100%;
}

li {
	list-style-type: none;
	padding-bottom: 5px;
}

th {
	font-weight: bold; 
}

/* --- Layout Styles --- */

#wrapper {
  	margin: 1em auto 1em auto;
	padding: 0px;
	width: 80%;
	max-width: 1300px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

.main-header {
	padding-top: 1em;
	text-align: center;
	border-bottom: 1px #cccccc solid;
	background: #ffffff;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

.main-header h1 {
	margin: 0;
	padding-top: .1em;
	padding-bottom: .8em;
	font-size: 2em; 
	font-weight: bold;
	color: #ff0066;
}


#topNav {
	background: #ffffff;
	padding-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}

#topNav a {
	display: block;
	font-weight: bold;
	color: #ff0066;
	background: #ffffff;
	padding: .3em;
	padding-left: 7px; /*link text is indented 7px*/
	padding-right: 7px; /*link text is indented 7px*/
	text-decoration: none;
	border: 1px solid #ff0066;
	border-radius: .7em;
	-moz-border-radius: .7em;
	-webkit-border-radius: .7em;
   	-moz-box-shadow:    inset 0 0 12px #ff0066;
   	-webkit-box-shadow: inset 0 0 12px #ff0066;
   	box-shadow:         inset 0 0 12px #ff0066;
}

#topNav a:hover { 
	color: #ffffff;
	background-color: #ff0066;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#topNav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#topNav li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#nav {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
	padding-left: 10px;
	background: #ffffff;
}

#content2 {
	margin-left: 200px;
 	padding: 1em;
	text-align: left;
	vertical-align: top;
	line-height: 1.3em;
	color: cccccc;
}


#content {
	padding: 1.4em;
	text-align: left;
	vertical-align: top;
	line-height: 1em;
	color: cccccc;	
}

.container {
   	margin: 0 auto;
    	width: 100%;
}

.box {
    	width: 192px;
	height: 360px;
    	float: left;
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 15px;
    	padding: 10px;
	border: 1px solid #cccccc;
    	box-shadow: 0 3px 3px -3px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	-moz-border-top-left-radius: 1em;
	-moz-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
}

.container .box h3 {
	padding-bottom: 5px;
	text-align: center;
}

footer {
	clear: both;
	margin: 0;
	background: #ffffff;
	border-top: 1px dotted #cccccc;
	padding-bottom: 1em;
}

footer p {
	text-align: center;
}


@media screen and (max-width: 1250px) {

#wrapper {
	width: 90%;
}
}


@media screen and (max-width: 850px) {

#skipTo {
		
	display: block;
		
}


#wrapper {
	width: 98%;
}
}


@media screen and (max-width: 480px) {

#skipTo {
		
	display: block;
		
}


#nav {width: 100%; padding-top: 20px;}
#content2 {width: 100%; float: left; clear: left; margin: 0 0 4px; padding: 0;}

}


@media print {
.main-header, #topNav, #nav, .footer {
     	display: none;
}

#wrapper {
	width: 100%;
	border: none;
}

#content2 {
	margin-left: 0px;
 	padding: 0px;
	text-align: left;
	vertical-align: top;
	color: cccccc;
}

img {
max-width: 240px;
}

.img100 {
max-width: 240px;
}


.topContent {
     	display: none;
}

.bottomContent {
     	display: none;
} 


@page:left{
  	@bottom-left {
    		content: "Page " counter(page) " of " counter(pages);
  	}

}

.topAdslot-a {
	max-width: 728px;
}

.bottomAdslot-a {
	max-width: 600px;
}

.sideAdslot-a {
	max-width: 180px;
}

