/* Start of CMSMS style sheet 'golfservers_css' */
/*globabl settings*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2E3815;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
   	margin:1em; /* gives some air for the pagewrapper */
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}
img {
   border: 0;
}
/* TEXT */
div#content p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
div#content blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
div#content pre {
   font-family: monospace;
   font-size: 1.0em;
}
div#content strong, div#content b {
/* explicit setting for these */
   font-weight: bold;
}
div#content em, div#content i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
div#content code, div#content pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

div#content pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#content ul li {
	list-style-image: url(http://golfservers.net/images/arrow.gif);
}
div#content ul li ,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

div#content  dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#content  dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
div#content dl#webpricing {
	margin: 0;
	padding: 0;
}
div#content dl#webpricing dt, div#content dl#webpricing dd {
	padding: 0;
	margin: 0;
}
div#content dl#webpricing dt {
	width: 350px;
	float: left;
	margin: 2px 0;
	/* background-color: #DCE4C9; */
	padding-left: 5px;
}
div#content dl#webpricing dd {
	width: 100px;
	float: left;
	margin: 2px 0;
	/* background-color: #DCE4C9; */
	padding-left: 5px;
	}
div#content dl#webpricing dt.oddlist, div#content dl#webpricing dd.oddlist {
		background-color: #ABB381;
}
div#content h3{
	margin: 0 0 5px 0;
	color: #4E5520;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/* page wrapper */
div#pagewrapper {
	width: 898px;
	margin: 0 auto;
	border: 2px solid #2E3815;
	background-color: #ffffff;
}
div#topheader {
	height: 20px;
	width: 898px;
	background-color: #ABB381;
}



/* Header */
div#header {
	width: 898px;
	height: 235px;
	/*background-image: url(images/topImg/topImg_home.gif);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	z-index: 100;
}
div#content .hostingHeader {
	background-color: #ABB381;
	padding: 2px;
	width: 75%;
}
/* header links */
div#headerlinks {
	width: 199px;
	height: 235px;
	float: right;
	background-color: #ffffff;
	filter:alpha(opacity=85);/* for IE */
	opacity:0.85; /* CSS3 standard */
  	-moz-opacity:0.85;/* for Mozilla */
	position: absolute;
	right: 0;
	top: 0;
	z-index: 500;
	text-align: center;
	}
div#headerlinks img {
	margin: 30px 0 0 0;
	}
div#headerlinks a {
	color: #2D3815;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
div#headerlinks a:hover {
	color: #ABB381;
}
div#headerlinks p {
	padding: 5px 0;
}
/* content wrapper */
div#contentwrapper {
	width: 898px;
}

/* */

div#content {
	float: left;
	width: 640px;
	padding: 20px;
}
div#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2E3815;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 29px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
}
div#content a, div#content a:visited, div#content a:link {
	color: #2D3815;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
div#content a:hover {
	color: #ABB381;
}

/* sub nav holder */
div#subnavwrapper {
	width: 700px;
	height: 10px;
	background-color: #B3B4B6;
}
/* ----------------------------------- [ side bar] -----------------------------  */

div#sidebar {
	width: 179px;
	float: right;
	padding: 10px;
	text-align: center;
}
div#search {
	text-align: left;
	margin: 10px auto;
}
div#search  input{
	width: 120px;
	border: 1px solid #2E3815;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
	
}
div#search .searchSubmit {
	width: 45px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #2F3915;
	color: #ABB381;
}
/* ---------------------------- [ Login Portal ] ---------------------------- */
div#loginPortal {
	width: 168px;
}
div#loginPortal fieldset {
	border: 1px solid #2F3915;
	background-color: #ABB381;
	padding: 5px;
}
div#loginPortal label {
	display: block;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E3815;
}
div#loginPortal input {
	display: block;
	float: left;
	border: 1px solid #2E3815;
	width: 150px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;	
}
div#loginPortal select {
	border-width: 0;
	width: 152px;
	margin: 3px 0;
	float: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;	
}
div#loginPortal select option {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
div#loginPortal .lpsubmit {
	width: 65px;
	padding: 1px;
	border-width: 0;
	margin: 3px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2F3915;
	color: #ABB381;
}
div#loginPortal .lpsubmit:hover {
	color: #ffffff;
}

/* footer */
div#footer {
	display: block;
	clear: both;
	line-height: 30px;
	height: 30px;
	width: 898px;
	background-color: #ABB381;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	word-spacing: 0.4em;
	
}
div#copyright {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 898px;
	margin: 10px auto;
	color: #ffffff;
}
div#copyright a, div#copyright a:link, div#copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* Nav Bar */
div#navwrapper {
	height: 51px;
	width: 898px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;

}
#mainNav {
	margin: 0;
	padding: 0;
	font: bold 13px Arial;
	border: 1px solid #ffffff;
	border-width: 1px 0;
	list-style-type: none;
	height: 27px;
	float: left;
	width: 100%;
}
#mainNav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#mainNav li a{
	float: left;
	color: #D9E2A6;
	padding: 0 11px;
	text-decoration: none;
	border-right: 1px solid white;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
}
#mainNav li a:hover, #mainNav li .current {
	/*background: transparent url(images/nav_hover_bg.gif) center center repeat-x;*/
	color: #ffffff;
	background-color: #ABB381;
	border-bottom: 1px solid #ABB381;
}
/* Sub Nav */
#subNav, #subNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#subNav {
	margin-left: 20px;
	width: 100%;
}
#subNav li {
	display: inline;
}
#subNav li a {
	color: #2E3815;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Arial;
	padding: 0 8px;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
}
#subNav li a:hover, #subNav li .subCurrent {
	color: #ffffff;
}
/* clear fix hack */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* End of 'golfservers_css' */

