/**** Image Layout CSS ****/

body {
	background-image: url(images/smpl_backgroundTileHoriz.png);
	background-repeat: repeat-x;
	background-color: #4F5E7A;
	text-align:center;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
}


#layout_mainframe {
	position: relative;
	width:724px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	text-align:left;
}

/*** Left Shadow ***/

#layout_shadowLeftTop {
	width:15px;
	height: 36px;
	background-image: url(images/smpl_shadowLeftTop.png);
	background-repeat: no-repeat;  
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowLeftTop.png', sizingMethod='scale');
}

#layout_shadowLeft {
	width: 15px;
	height: 65px;
	background-image: url(images/smpl_shadowLeftTileVert.png);
	background-repeat: repeat-y;
	_background-image=none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowLeftTileVert.png',sizingMethod='scale');
}

#layout_bodyShadowLeft {
	width: 15px;
	height: 500px;
	background-image: url(images/smpl_shadowLeftTileVert.png);
	background-repeat: repeat-y;
	float:left;
	_background-image=none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowLeftTileVert.png',sizingMethod='scale');
}


/*** Right Shadow ***/

#layout_shadowRightTop {
	width:15px;
	height: 36px;
	background-image: url(images/smpl_shadowRightTop.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowRightTop.png', sizingMethod='scale');
}

#layout_shadowRight {
	width: 15px;
	height: 65px;
	background-image: url(images/smpl_shadowRightTileVert.png);
	background-repeat: repeat-y;
	_background-image: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowRightTileVert.png',sizingMethod='scale');
}

#layout_bodyShadowRight {
	width: 15px;
	height: 500px;
	background-image: url(images/smpl_shadowRightTileVert.png);
	background-repeat: repeat-y;
	float:left;
	_background-image: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowRightTileVert.png',sizingMethod='scale');
}

/*** Bottom Shadow ***/

#layout_shadowBottomLeft {
	width: 31px;
	height: 36px;
	background-image: url(images/smpl_shadowBottomLeft.png);
	background-repeat: no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowBottomLeft.png', sizingMethod='scale');
	float:left;
}

#layout_shadowBottom {
	width: 656px;
	height: 36px;
	background-image: url(images/smpl_shadowBottomTileHoriz.png);
	background-repeat: repeat-y;
	_background-image: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowBottomTileHoriz.png',sizingMethod='scale');
	float:left;
}

#layout_shadowBottomRight {
	width: 31px;
	height: 36px;
	background-image: url(images/smpl_shadowBottomRight.png);
	background-repeat: no-repeat;	
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_shadowBottomRight.png', sizingMethod='scale');
	float: left;
}

/*** Header CSS ***/

#layout_headframe {
	width: 724px;
}

#layout_headShadowLeft {
	width:15px;
	padding:0px;
	float: left;
}

#layout_headShadowRight {
	width:15px;
	padding:0px;
	float: left;
}

#layout_header {
	width: 688px;
	height: 101px;
	float:left;
	background-image: url(images/smpl_08.png);
	background-repeat: repeat-y;
}

a#layout_smallLogo{
	width: 191px;
	height: 101px;
	background-image: url(images/smpl_smallLogo.png);
	background-repeat: none;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_smallLogo.png', sizingMethod='crop');
	float: left;
	cursor: hand;
	text-indent: -9999px;
}

#layout_checker {
	width: 151px;
	height: 113px;
	float: right;
	position: absolute;
	right: 21px;
	top: 0px;
	background-image: url(images/smpl_checker.png);
	background-repeat: none;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_checker.png', sizingMethod='crop');
}

/****Topmenu Formatting CSS ****/

#topmenu {
	padding-top: 3px;
	padding-right: 140px;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	white-space: nowrap;
}

#topmenu a {
	color: #676767;
	text-decoration: none;

}

#topmenu a:hover {
	text-decoration: underline;
}

/**** Main Menu and Menu Popup Formatting ****/

#mainmenu {
	font-family: "Century Gothic", "Trebuchet MS", "Georgia", Verdana, sans-serif;
	white-space: nowrap;
	color: #747474;
	float:left;
	margin-top: 48px;
	margin-left: 13px;
}

#mainmenu .mainLink {
	display: inline;
}

#mainmenu .mainLink a.link {
	font-size: 14px;
	font-weight: bold;
	margin-left: 2px;
	width: 83px;
}

#mainmenu .mainLink a.link:link, 
#mainmenu .mainLink a.link:visited {
	color: #747474;
	text-decoration: none;
	border-bottom: 5px solid #A8A8A8;
}

#mainmenu .mainLink a.link:hover {
	color: #780000;
	border-bottom: 5px solid #780000;
}

#mainmenu .mainLink .menuPopup {
	width: 83px;
	background-color: #D7D7D7;
	color: #444444;
	border: 1px solid #B4B4B4;
	position: absolute;
	visibility: hidden;
	margin-left: -87px;
	margin-top: 22px;
	padding: 2px;
}

.menuPopup a.sublink {
	font-size: 11px;
}

a.sublink {
	display:block;
	border: 0px;
	padding-left: 11px;
	padding-top: 2px;
	text-decoration: none;
	border-bottom: 1px solid #B4B4B4;
}

a.sublink:link,
a.sublink:visited {
	color: #444444;
	background-image: url(images/smpl_arrowGrey.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a.sublink:hover {
	color: #aa0000;
	background-image: url(images/smpl_arrowRed.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


/*** Body CSS ***/

#layout_bodyframe {
	width: 724px;
}

#layout_body {
	width: 688px;
	height: 500px;
	float:left;
	background-image: url(images/smpl_08.png);
	background-repeat: repeat-y;
}

.horizontal_block {
	border-top: 8px solid #740000;
	margin-top: 2px;
	padding-top: 2px;
}

#something_here {
	width: 684px;
	height: 177px;
	float: left;
	margin-left: 1px;
	background-image: url(images/smpl_homepage2.png);
	background-repeat: no-repeat;
}

.ad {
	width: 109px;
	height: 88px;
	background-color: gray;
	margin-left: 1px;
}

#ad1 {
	/*background-image: url(images/smpl_ad1.png);*/
}

#ad2 {
	/*background-image: url(images/smpl_ad2.png);*/
}

#layout_contentBody {
	width: 100%;
	height: 282px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
#layout_contentBodyBig {
	width: 100%;
	height: 475px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	overflow: scroll;
}



#layout_contentBodyLogo {
	position: absolute;
	width: 375px;
	background-image: url(image/smpl_bigLogo.png);
	background-repeat: no-repeat;
	_backround-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_bigLogo.png', sizingMethod='image');	
}

h1, 
h2,
h3 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

p {
	margin-top: 10px;
	margin-left: 25px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	background-color: #DEDEDE;
	border-left: 5px solid #780000;
	margin-bottom: 6px;
	padding-left: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	/*border-bottom: 1px dashed gray;*/
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 20px;
	
}

#layout_contentBody a:link {

}

#layout_contentBody a:hover {

}
.body_box {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}


/*** side navigation CSS ***/

#sidenav {
	width: 173px;
	height: 177px;
	margin-right: 1px;
	float: right;
	background-image: url(images/smpl_gradientTileVert.png);
	background-repeat: repeat-y;
}

#more_nav {
	width: 161px;
	height: 25px;
	background-color: #575757;
	color: #E7E7E7;
	font-family: "Century Gothic", Verdana, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 15px;
	float: left;
}

#more_nav_right {
	width: 12px;
	height: 25px;
	float:left;
	background-image: url(images/smpl_greybarRightEnd.png);
	background-repeat: none;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/images/smpl_greybarRightEnd.png', sizingMethod='scale');
}

#slinks {
	margin-left: 2px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
}

/*** Footer CSS ***/

#layout_footframe {
	width: 718px;;
	height: 36px;
	padding: 0px;
	float: left;
}


/*** I dunno =P ***/

.box {
	padding-top: 1px;
	margin: 0px;
	border: 0px;
}

#morestuff {
	height: 208px;
	display: block;
}

#legal {
	position: absolute;
	bottom: 35px;
	right: 25px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #898989;
	text-align: right;
}
