/* CSS Document */
@import "ADXMenu.css";

/*	
	The Yellowpipe Web Hosting Organic CSS Style sheet!
	With, in order of appearance....
*/

body {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
	background-image:url(bg_grad3.png);
	background-repeat:repeat-x;
}

/*Links*/
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*/Links*/

/*h1 2 3 4 5 6 styles*/
h1, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
/*/h1 2 3 4 5 6 styles*/

/*ul styles*/
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/*/ul styles*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#contentMainWrapper {
	width: 976px;
	overflow: hidden;
	background-color:#FFFFFF;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

#masthead{
	background-image:url(http://www.yellowpipe.com/images/grologos/bglogoleft.jpg);
	background-repeat:no-repeat; background-position:left;
	margin: 0;
	padding: 7px 0px 7px 0px;
	margin-left:auto;
	margin-right:auto;
	width:976px;
	border-bottom: solid 1px #CCCCCC; }

#siteName{
	margin:20px;
	padding: 0px 0px 0px 0px; }



/******* Left navigation styles ********/
#leftColumn {
	float: left;
	width: 157px;
	background-position:top;
	background-repeat: no-repeat;
	background-image:url(../images/bglogoleftreflect.jpg);
	border-right:1px solid #CCCCCC; }

#leftNavigation {
	width: 138px;
	font-size: 75%;
	text-align: left;
	padding: 6px;
	padding-top:50px;
	line-height: 1.266; }
#leftNavigation h3 {
	font-size: 86%;
	padding-right: 0px; }
#leftNavigation img {
	padding-left: 5px; }
#leftNavigation a:link{
	line-height: 2; }
/*top menu*/
#leftNavMenu a:link, #leftNavMenu a:visited{
	line-height: 2;
	padding-left:5px; }
#leftNavMenu a:hover{
	color:#CC6600; }
/******* /Left navigation styles ********/

/******* Main Content ************/
#mainColumn {
	float: right;
	width: 799px;
	padding: 0px 10px 0px 0px;
	text-align: left;
	font-size: 80%; }
/******* /Main Content ************/
	
/*************** #pageName styles **************/
#pageName {
	border-bottom: 1px solid #cacaca;
	width: 100%;
	height: 125px;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	background-position:left;
	background-repeat: no-repeat;
	background-color:#f9f9f9; }	
#pageName h2 {
	font-size: 114%;
	font-weight:normal;
	padding-left:10px; }
#pageName h3 {
	padding-left:10px;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif; }
/*************** /#pageName styles **************/

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 70%;
	color:#cccccc;
	padding: 4px 0px 4px 0px;
	margin-top: -1px;
	background-image:url(siteinfo.png);
	background-color:#F2F2F2;
	margin-left:auto; 
	margin-right:auto;
	width:976px;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle; }
/************* /#siteInfo styles ***************/


/***********************************************/
/* OTHER Styles                                */
/***********************************************/

/*to insert google ad as an img*/
.featuread{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0; }

/************ Ajax ticker style ****************/
#ajaxticker1{
color:#FF6600;
height: 40px;
border: none;
padding:10px 5px 0 10px;
background-color:#F9F9F9; }

/*IE6 bug (Again) fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
#ajaxticker1 div{ 
background-color:#F9F9F9;
}

.message{
font-size:12px; }/*class to apply to the scroller(s)*/
/************ /Ajax ticker style ****************/

/************ Advertising style ****************/
#ads1{ /*Left block (G medium rectangle), with text wraped around*/
display:block;
float:left;
margin: 15px 5px 15px 5px; }
#ads2{
}
/************ /Advertising style ****************/
#tablesmalltext{
font-size:12px; }
#tablesmalltext a:link, a:visited{
font-size:12px; }
#tablesmalltext tr, #tablesmalltext td{
font-size:12px; }

