body {
	padding:0px;
	margin:0px;
}

#sa, #roswell { max-width:980px; margin:0 auto; padding:0px 15px; }

#saHeaderLogo, #roswellLogo  {
	background: url('roswell/images/roswellLogo.png') no-repeat;
    float: left;
    height: 90px;
    max-width: 270px;
	min-width: 240px;
}
#saHeaderLogo a, #roswellLogo a { display:block; width:100%; height:100%; }

#saHeaderTop, #roswellTopMenu  {
    float:right;
    max-width: 300px;
}

	#membersTopMenu {
		text-align:right;
		line-height:40px;
		color:#999999;
		font-size:13px;
	}
		#membersTopMenu a, #membersTopMenu a:hover {
			text-align:right;
			line-height:40px;
			color:#999999;
			font-size:13px;
			text-decoration:none;
		}
		#membersTopMenu a:hover {
			color:#333333;
		}
	#catalogTopMenu {
	/*	margin:0 auto;*/
		float:right;
		display:block;
		height:31px;
		background: url(roswell/images/roswellCatalogTopMenu.gif) repeat-x;
	}
        #catalogSep {
			float:left;
			display:block;
			width:2px;
			height:31px;
            background:url(roswell/images/roswellCatalogTopMenu_seperator.gif) no-repeat right;
        }
        #catalogCart {
			float:left;
			display:block;
			height:31px;
			line-height:31px;
			text-align:center;
			padding:0 15px;
        }
			#catalogCart a, #catalogCart a:hover {
				display:inline-block;
				padding-left:25px;
				line-height:31px;
				background:transparent url(roswell/images/cart_off.png) center left no-repeat;
				color:#adadad;
				font-size:12px;
				text-decoration:none;
			}
			#catalogCart a:hover {
				background:transparent url(roswell/images/cart.png) center left no-repeat;
				color:#333333;
				text-decoration:none;
			}
        #catalogCheckOut {
			float:left;
			display:block;
			height:31px;
			line-height:31px;
			text-align:center;
			padding:0 15px;
        }
			#catalogCheckOut a, #catalogCheckOut a:hover {
				display:inline-block;
				padding-right:25px;
				line-height:31px;
				background:transparent url(roswell/images/checkout_off.png) center right no-repeat;
				color:#adadad;
				font-size:12px;
				text-decoration:none;
			}
			#catalogCheckOut a:hover {
				background:transparent url(roswell/images/checkout.png) center right no-repeat;
				color:#333333;
				text-decoration:none;
			}
		
	#catalogTopMenuLeft {
		float:right;
		display:block;
		width:6px;
		height:31px;
		background:url(roswell/images/roswellCatalogTopMenu.gif) no-repeat;
		background:url(roswell/images/roswellCatalogTopMenuLeft.png) no-repeat;
	}
	#catalogTopMenuRight {
		float:right;
		display:block;
		width:6px;
		height:31px;
		background:url(https://collegeathleticsclips.com/ui/roswell/images/images/roswellCatalogTopMenu.gif) no-repeat;
		background:url(roswell/images/roswellCatalogTopMenuRight.png) no-repeat;
	}

#roswellMenuLeft {
	float:left;
	display:block;
	width:7px;
	height:35px;
    background:url(roswell/images/roswellMenu_bar.gif) no-repeat;
    background:url(roswell/images/roswellMenu_barLeft.png) no-repeat;
	clear:both;
}
#roswellMenuRight {
	float:left;
	display:block;
	width:7px;
	height:35px;
    background:url(roswell/images/roswellMenu_bar.gif) no-repeat;
    background:url(roswell/images/roswellMenu_barRight.png) no-repeat;
}

#saHeaderMenu, #roswellMenu{
/*	margin:0 auto;*/
	float:left;
	display:block;
    width:100%;
    min-height:35px;
	/* background: url(roswell/images/roswellMenu_bar.gif) repeat-x; */
}
#roswellMenu ul{
	list-style:none;
	margin:0 auto;
	width:100%;
}
	#roswellMenu li{
		list-style:none;
		display:block;
		float:left;
		height:35px;
		line-height:35px;
		padding:0px;
		margin:0px;
	}
	#roswellMenu li .sep {
		display:block;
		width:2px;
		height:35px;
		background:url(roswell/images/roswellMenu_seperator.gif) no-repeat right;
	}

		#roswellMenu li a{
			display:block;
			float:left;
			color:#a7a7a7;
			/* text-transform:uppercase; */
			font-size:12px;
			font-weight:bold;
			line-height:35px;
			text-decoration:none;
			padding:0 20px;				
			background:url(roswell/images/roswellMenu_seperator.gif) no-repeat right;
		}
			#roswellMenu li a:hover{
				color:#fff;
				background:url(roswell/images/roswellMenu_barOn.gif) no-repeat right;
			}
		#roswellMenu li a.current{
			display:block;
			float:left;
			background:url(roswell/images/roswellMenu_barHold.gif) no-repeat right;
			color:#fff;
			/* text-transform:uppercase; */
			font-size:12px;
			font-weight:bold;
			line-height:35px;
			text-decoration:none;
			padding:0 20px;	
		}
			#roswellMenu li a:hover.current{
				color:#fff;
				background:url(roswell/images/roswellMenu_barOn.gif) no-repeat right;
			}


		 #roswellMenu li li a{
			display:block;
			float:left;
			color:#a7a7a7;
			/* text-transform:uppercase; */
			font-size:12px;
			font-weight:bold;
			line-height:35px;
			text-decoration:none;
			padding:0 20px;		
			background-color:#4d4d4d;                		
		}
			#roswellMenu li li a:hover{
				color:#fff;
				background-color:#858585;
			}


	.menuStyle a, .menuStyle a:visited, .menuStyle a:hover {
    	color:#add7ed;
    }
	.menuStyle a:hover {
    	color:#fff;
    }
    .menuStyle li a.top-active { color:#fff; }

#roswellHomeSlide {
	display:block;
	background:url(roswell/images/roswell_home_slide.gif) no-repeat top left;
	width:980px;
	height:320px;
	margin-top:15px;
}

.roswellBox {

    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
	
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;

    border:1px solid #e0e0e0;
	background-color:#FFFFFF;
}

.saBoxTop, .roswellBoxTop {
    background:#CCCCCC url('roswell/images/roswellBoxTop_background.gif') repeat-x;
	color:#fff;
}
.saBoxBody, .roswellBoxBody {
}


#subnav {
	width:200px;
	float:left;
	margin:0px;
	padding:0px;
	/*border-width:0 1px 0 0;*/
	}
#subnav a, #subnav a:visited {
	display:block;
	padding:4px 2px 4px 16px;
	text-decoration:none;
	color:#828282;
	font-weight:bold;
	border-top:1px solid transparent; border-bottom:1px solid transparent;
	}
#subnav a:hover, #subnav a.current, #subnav a.currentPage { color:#6f9ab1; background-color:#efefef; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; }
#subnav .subNav-level a { padding-left:16px; }

#subnav .subNav-level .subNav-level a { padding-left:32px; font-weight:normal; }
#subnav .subNav-level .subNav-level a:hover, #subnav .subNav-level .subNav-level a.currentPage { color:#6f9ab1;  font-weight:normal; }

#subnav .subNav-level .subNav-level .subNav-level a { padding-left:48px; }
#subnav .subNav-level .subNav-level .subNav-level .subNav-level a { padding-left:64px; }
#subnav .subNav-level .subNav-level .subNav-level .subNav-level .subNav-level a { padding-left:80px; }


#subnavArrow {
	display:block;
	margin:0px;
	padding:15px 0px 15px 15px;
	/*border-width:0 1px 0 0;*/
	}
#subnavArrow span {
	display:block;
	margin-bottom:3px;
	font-weight:bold;
}
#subnavArrow a, #subnavArrow a:visited {
	display:block;
	height:20px;
	width:167px;
	text-decoration:none;
	color:#828282;
	font-weight:normal;
	line-height:20px;
	border-top:1px solid transparent; border-bottom:1px solid transparent;	
	}

#subnavArrow a:hover { color:#6f9ab1; background:url('https://collegeathleticsclips.com/ui/roswell/images/catalog_sortby_sprite.png') no-repeat 0px 0px; border-top:1px solid transparent; border-bottom:1px solid transparent; }
#subnavArrow a.current, #subnavArrow a.currentPage, #subnavArrow a:hover.currentPage { color:#838383; background:url('https://collegeathleticsclips.com/ui/roswell/images/catalog_sortby_sprite.png') no-repeat 0px -31px; font-weight:bold; border-top:1px solid transparent; border-bottom:1px solid transparent; }
#subnavArrow a:hover.currentPage { color:#6f9ab1; }
#subnavArrow .subnavArrow-level a { padding-left:16px; }

#subnavArrow .subnavArrow-level .subnavArrow-level a { padding-left:32px; font-weight:normal; }
#subnavArrow .subnavArrow-level .subnavArrow-level a:hover, #subnavArrow .subnavArrow-level .subnavArrow-level a.currentPage { color:#6f9ab1;  font-weight:normal; }


/* #subnav a.level1 { padding:10px; } */

#content-subnav {
	max-width:770px;
	max-width/* */:/**/747px;
	max-width: /**/747px;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	padding-left:0px;	
	}


#saContent, #roswellContent {
    font-family:Arial, Helvetica, sans-serif;
    /* font-size:12px; */
    color:#999999;
	clear:both;
}

#saFooter, #roswellFooter {
	border-top:1px solid #f1f1f1;
	margin:5px 0px 55px 0px;
    padding:15px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#999999;
}
#saFooter a, #saFooter a:hover, #roswellFooter a, #roswellFooter a:hover {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#999999;
	text-decoration:none;	
}
#saFooter a:hover, #roswellFooter a:hover {
    color:#333333;
	text-decoration:underline;
}

#saFooterLeft, #roswellFooterLeft {
	display:block;
    float:left;
    max-width:475px;
    text-align:left;
}
#saFooterRight, #roswellFooterRight {
	display:block;
    float:right;
    max-width:475px;
    text-align:right;
}

form fieldset, fieldset {
	padding:0 !important;
	border:0 !important;
}

#content-subnav {
	max-width:705px !important;
	}
#main h1 {
	margin: 0 0 15px 0;
}
#saNews {
	width: 100%;
}
#saNewsStream {
	width: 610px;
	float: left;
}
.content-holder #saNewsStream {
	width: 490px;
}

#saNewsPanel {
	float: left;
}


/* PRCING TABLE */

#prices {
	padding: 30px;
	max-width: 640px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background: #FFC;
	border: 1px solid #e2dfaf;
	margin: 0 auto 2em;
	padding: 20px;
	width: 100%;
}

#prices h3 {
font-size: 21px;
line-height: 1.1em;
margin-bottom: 20px;
}
#prices h3 {
margin-bottom: 10px;
text-align: center;
}
.package {
padding-right: 8px;
}
#prices table, body.pricing #prices tr {
width: 100%;
}

#plans-core, body.pricing #plans-annual {
margin-bottom: 20px;
}
#plans-core, body.pricing #plans-annual {
margin-bottom: 10px;
}
#plans-core {
border-bottom: 2px solid #E3C27C;
}

table {
margin-bottom: 20px;
}
#prices td {
font-size: 21px;
}
#prices td {
border-bottom: 1px solid #E3C27C;
border-top: 1px solid #E3C27C;
font-size: 16px;
padding: 15px 0;
vertical-align: middle;
}
#prices td strong {
color: #cc0000;
text-transform: uppercase;
}
#prices .price {
padding-left: 20px;
}
#prices .price {
border-left: 1px solid #E3C27C;
padding-left: 8px;
}
#prices .package span {
font-size: 14px;
margin-top: 8px;
}
#prices .package span {
display: block;
font-size: 12px;
line-height: 1em;
margin-top: 5px;
}
#prices h3 {
font-size: 21px;
line-height: 1.1em;
margin-bottom: 20px;
}
#prices h3 {
margin-bottom: 10px;
text-align: center;
}
.ad_space {
	margin: 0 0 15px 0;
}
.saPostBody {
	background-color: rgb(255, 255, 255); 
	border: 0px; 
	margin: 0px 0px 24px; 
	padding: 0px 10px 0 0; 
	vertical-align: baseline; 
	color: rgb(51, 51, 51); 
	/*font-family: Georgia, 'Bitstream Charter', serif; */
    font-family: "Times New Roman", sans-serif;
    font-size: 16px;
	line-height: 24px;
	border-right: 5px solid #717f9b;
	width: 635px;
}
.saPostBody h1 {
	font-family: "Times New Roman", sans-serif;
}

.saPostBody img[align="left"] {
	text-align: center;
	margin: 0 15px 0 0 ;
	float: left;
}
.saPostBody img[align="right"] {
	text-align: center;
	margin: 0 0 0 15px;
	float: right;
}
.saPostBody img[align=""] {
	text-align: center;
	margin: 0 auto !important;
	float: none;
}
.saPostBody img {
	margin: 0 auto;
}
.asidebar {
	width: 261px;
	float: right;
}
.form_section {
	margin-top: 15px;
}

.search-results div {padding:10px;}
.search-results div a {font-size: 14px;}

.templateTable .templateHeader { text-decoration: none; height: 10px; font-weight: bold; font-size: 12px; color: White;  background-color: #10396a; }

.warning {
	color: #ED1C25;
}
td[align='right'] {
	padding-right: 15px;
}

.caption {
	max-height: 32px;
	transition: max-height 0.5s;
}
.featured:hover .caption {
	max-height: 300px;
}
img.inline-block {
	display: inline-block;
}
.buttons {
	text-align: right;
}
.emailArticle {
	background: #dedede;
	
	box-sizing: border-box;
	padding: 10px;
}
.emailArticle input[type=text] {
	width: 85%;
	border: 1px solid #aaa;
}
.instructions {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #666;
}
input[type="submit"].bluebutton {
	background: #5a6b8c;
	
	padding: 5px 15px 5px 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 12px;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	width: 75px;
	text-shadow: none;
	display: inline-block;

}
.left-column table {
	margin: 0 0 0 0;
}

.info {
	color: #999;
	padding: 10px 0 15px;
}
.center {
	text-align: center;
}

.add_space {
	margin: 30px 0;
	display: block;
}
h6 {
	font-size: 16px;
	margin: 35px 0 15px;
	color: rgb(51,51,51);
	font-weight: normal;
	/*font-weight: bold;*/
}