/* 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('images/background.png');
	background-repeat: repeat-x;
	background-attachment:
	fixed;
	margin: 0px auto;
	padding: 0px;
	}



#wrap {
	width: 918px;
	background: #ffffff;
	background-image:url('images/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('images/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 10px;
	background: #015861;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

#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: 550px; height: 100%;
	float: left;
	font-family: Arial, Tahoma, Verdana;
	text-align: none;
	font-size: 12pt;
	color: #080808;
	margin: 0px 50px 10px 20px;
}











#content-services1 {
	font-family: Arial, Tahoma, Verdana;
	text-align: justify;
	font-size: 9pt;
	color: #080808;
	padding: 0px 20px 10px 10px; margin-top: 30px;
}

#content-services1 ul li {
	background: #eeebeb;
	font-size: 9pt;
	color: #333;
	margin-left:10px; margin-right: 0; margin-top: 0; margin-bottom: 10px; padding: 5px;
	list-style-type: square; list-style-image: url('images/button-2.gif'); list-style-position: outside;
	border-right: 1px dotted #015861; border-bottom: 1px dotted #015861;
}

#content-services1 li:hover {background: #f7e08a; font-size: 12pt;}







/************************************************
*	Sidebar Area
************************************************/

#Rsidebar {
	background: #f7e495;
	width: 280px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 1% /* Holly hack for Peekaboo Bug */

}

#side {
	width: 268px;
	font-family: Arial, Tahoma, Verdana;
	text-align: justify;
	font-size: 8pt;
	color: #080808;
	margin-top: 20px;
}




#side-feedback p { font-size: 11px;}




/************************************************
*	2 COLUMN LIST
************************************************/

/* this div gives the list a place to live and remain relative to */
#cdl {
  padding : 30px;
  width : 500px;
  background-color : #fff;
  border : 1px solid #fff;
  margin : auto;
}

/* here the heading is styled. not essential to the double lists */
#cdl h3 { 
  display : block;
  color : #669900;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom : 2px solid #8f0217;
}

/* style all the list items here */
#cdl ul li {
  height : 1em;
  list-style-type : none;
  color : #1e3d43;
  padding : 0.3em 0 0.4em 0;
  font-size : 0.9em;
  border-bottom : 1px solid #ccc;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#cdl ul li.cdl_l2 {
  margin-left : 50%;
  margin-top : -1.7em;
  padding : 0.3em 0 0.4em 0;
  border : 0;
}   

/* Every other two list items are styled with a background for usability and style */
.cdl_alt {
  background-color : #fffffc;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #cdl ul li.cdl_l2 {
  margin-top : -2.1em;
}





/************************************************
*	Footer Area
************************************************/
#footer {
	background: #003036;
	background-image:url('images/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;
	}







/* PAYPAL PAYMENTS FORM */

/* MESSAGE HEADER*/
.paypal_message { font-size: 12px; font-family: arial; font-weight: bold; }

/* EDIT THE TEXT */
.paypal_maintext { font-size: 12px; font-family: arial; font-weight: bold; }

/* FOR USE WITH THE HTML SUBMIT BUTTON */
.button { font-size: 11px; }

/* ERROR VALIDATING MESSAGE*/
.paypal_error { color: #f00; font-size: 11px; font-family: arial; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* ERROR LIST */
.paypal_errorlist { color: #f00; font-size: 9px; font-family: arial; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* FORM TEXT */
#paypal_form { font-size: 12px; font-family: arial; margin-top: 0; margin-bottom: 0; display: inline; }

/* FORM INPUT FIELDS */
.input input { color: #333333; font-weight: normal; font-size: 12px; font-family: Tahoma; width: 220px; height: 25px; margin-left: 5px; border-color: silver #dcdcdc #dcdcdc silver; border-style: solid; border-width: 1px; }
