/* CSS Document */

/*By Bryan - After5PC.net */

/*******************************************************
*	COPYRIGHT INFO
* This CSS Document is copyrighted, Bryan - After5PC.net
* Do not copy, use, or redistribute code without permission
*
*           http://www.after5pc.net
*******************************************************/


body {
	background: #015861;
	background-image:url('http://www.after5pc.net/images/background.png');
	background-repeat: repeat-x;
	background-attachment:
	fixed;
	margin: 0px auto;
	padding: 0px;
	}



#wrap {
	width: 918px;
	background: #ffffff;
	background-image:url('http://www.after5pc.net/images/no-sidebar/page-background.png');
	color: #333;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	margin: 0px auto;
	padding: 0px;
	}



a { color: #82011f; text-decoration: underline; font-family: Arial; font-weight: normal; font-size:14px;}
a:hover { color: #428188; text-decoration: underline; }


h1 {
	font-size:30px;
	color:#234d7e;
	letter-spacing:-1px;
	font-family:Times New Roman;
	font-weight:bold;
	line-height:36px;
	}

h2 {
	font-size:24px;
	color:#003036;
	letter-spacing:-1px;
	font-family:Times New Roman;
	font-weight:bold;
	line-height:36px;
	}



/************************************************
*	IMAGES
************************************************/
img, a img {
  border : 0px none;
  }



/************************************************
*	HEADER
************************************************/

#header {
	background: #003036;
	background-image:url('http://www.after5pc.net/images/no-sidebar/header.png');
	width: 918px; height: 238px;
	margin: 0px auto;
	padding: 0px;
	}


/************************************************
*	DROP DOWN MENU LINKS
************************************************/

.ddmenuwrap {
	width: 100%;
	background-color: #015861; }


#ddmenu
{	margin: 0;
	padding: 0;
	z-index: 30}

#ddmenu li
{	background-color: #015861;margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#ddmenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 10px 15px;
	background: #015861;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#ddmenu li a:hover
{	background: #003036;
	color: #f8e15b}

#ddmenu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 5px solid #003036}

#ddmenu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 180px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #015861;
	color: #fff;
	font: 13px arial}

#ddmenu div a:hover
	{	background: #003036;
		color: #f7e495}




/************************************************
*	CONTENT
************************************************/



#content-wrap {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 918px;
	}


#content {
	width: 850px; height: 100%;
	float: left;
	font-family: Arial, Tahoma, Verdana;
	text-align: none;
	font-size: 12pt;
	color: #080808;
	margin: 0px 50px 10px 20px;
}


/************************************************
*	Footer Area
************************************************/
#footer {
	background: #003036;
	background-image:url('http://www.after5pc.net/images/no-sidebar/footer.png');
	background-repeat: no-repeat;
	width: 918px; height: 136px;
	color: #fff;
	font-weight: normal; font-family: Arial; font-size: 10px;
    vertical-align: middle;
    text-align: center;
	margin: 0px auto;
	padding: 0px;
	}


#footer a, #footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal; font-family: Arial; font-size: 10px;
	}