@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FFF;
	background:url(images/background-3.jpg) no-repeat #000;
	background-position:center top;
}
a { color:#11b9ff; }
.cleared
{
	clear:both;
}
#wrapper
{
	width:1000px;
	margin:0 auto;
}
#header
{
	height:140px;
	/*background:url(images/header.jpg) no-repeat;*/
	position:relative;
}
#logo
{
	width:300px;
	height:43px;
	position:absolute;
	left: 13px;
	top: 52px;
}
#slogan
{
	position:absolute;
	left: 13px;
	top: 96px;
	font-size:19px;
}
#content
{	
}
#left-col
{
	float:left;
	width:213px;
	margin-left:5px;
}
#left-col-top
{
	height:14px;
	background:url(images/left-col-top-blue.png) no-repeat;
}
#left-col-mid
{
	background:#023c8b;
}
#left-col-bot
{
	height:14px;
	background:url(images/left-col-bot-blue.png) no-repeat;
	margin:0px;
}
#featured-sms
{
	width:198px;
	height:39px;
	background:url(images/featured-sms.png) no-repeat;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}
#general-sms
{
	width:198px;
	height:39px;
	background:url(images/general-sms.png) no-repeat;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}
#left-col-mid ul
{
	margin:0;
	padding:5px 0 10px 10px;
	list-style:none;
}
#left-col-mid li a
{
	font-size:17px;
	text-decoration:none;
	line-height:30px;
	color:#fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;

}
#left-col-mid li a:hover
{
	text-decoration:underline;
}
#top-menu
{
	background:url(images/top-menu.png) no-repeat;
	height:45px;
	float:left;
	margin-left:15px;
	width:761px;
}
#top-menu ul
{
	margin:0 10px 0 10px;
	padding:10px 0 0 0;
	list-style:none;
}
#top-menu li
{
	display:inline;
}
#top-menu li a
{
	text-decoration:none;
	font-size:20px;
	padding:0 20px;
	color:#0322b6;
}
#top-menu li a:hover
{
	color:#5674ff;
}
#body-content
{
	width:760px;
	float:left;
	margin:10px 0 0 15px;
	background:url(images/body-content-top-blue.png) no-repeat;
	background-color:#000;
}
#body-content h1
{
	margin:5px;
	text-align:center;
	font-size:24px;
	color:#A2CB38;
}
#body-content h2
{
	text-align:center;
	letter-spacing:1px;
	color:#A2CB38;
}
#body-text
{
	margin:10px auto;
	font-size:18px;
	width:740px;
	text-align:justify;
}
#sms-heading
{
	font-size:20px;
	margin-bottom:10px;
	color:#FFCA00;
}
.sms-box
{
	border:#07295E solid 1pt;
	margin:10px 5px;
	padding:10px;
	background-color:#02132E;
	font-size:17px;
	font-family:"Georgia";
	color:#b9dbf5;
	letter-spacing:1px;
	line-height:28px;
}
.sms-box a
{
	text-decoration:none;
	color:#F90;
}
#pagination ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
#pagination li
{
	display:inline;
	padding:5px;
	color:#999;
}
#pagination li a
{
	padding:5px 10px;;
	background-color:#131313;
	border:#242424 solid 1pt;
	color:#FFF;
	text-decoration:none;
}
#pagination li a:hover
{
	background-color:#CCC;
	border:#161616 solid 1pt;
	color:#000;
}
#footer
{
	background:url(images/footer.jpg) no-repeat;
	text-align:right;
	height:320px;
	padding-top:30px;
}
#footer a
{
	text-decoration:none;
	color:#fff;
}

#footer a:hover
{
	text-decoration:underline;
}
#bottom-menu
{
	margin-top:10px;
}
