/* Start of CMSMS style sheet 'ocngolf' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.5;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */


/*****************
basic layout 
*****************/
body {
   color: #000;
   margin:0;    /* gives some air for the pagewrapper */
   background-color:#DB821C;
}

div#background {
   width: 1000px;
   background: #DB821C url(uploads/images/background.png) repeat-y;  
   margin: 0 auto;       /* this centers wrapper */
}

a {
color:#DB821C;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 949px;
   background-color: #fff;;
   color: #000;
   margin-left:auto;
   margin-right:auto;

}
div#newsletterwrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 600px;
   background-color: #fff;;
   color: #000;
   margin-left:auto;
   margin-right:auto;
   border:1px solid #000;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#dark-stripe {
   height: 3px;    /* adjust according your image size */
line-height:3px;
   background: #000;     
}
div#orange-stripe {
   margin-top:3px;
line-height:7px;
   height: 7px;    /* adjust according your image size */
   background: #DB821C;     
}
div#online-tools-container {
   height: 35px;    /* adjust according your image size */
   background: #DB821C;        
   color:#FFF;
   text-align:right;
font-size:12px;
}
div#online-tools {
   padding-top:10px;
   padding-right:10px;
}
#online-tools a {
   color:#FFF;
   text-decoration:none;
}
#online-tools a:hover {
   color:#FFF;
   text-decoration:underline;
}
div#header {
   height: 105px;    /* adjust according your image size */
   background: #FFF;     
}
div#specials {
   color: #DB821C;
   height: 50px;    /* adjust according your image size */
   background: #FFF;
   font-family:Times New Roman, serif;
   font-size:18px;
   line-height:20px;
}
div#flash {
   height: 300px;    /* adjust according your image size */
   /*background: #FFF url(uploads/images/flash.jpg) no-repeat; */ 
   margin-top:5px;
   margin-bottom:5px;        
}
div#boxes {
   height: 128px;    /* adjust according your image size */
   width:928px;
   margin-top:5px;
   margin-bottom:5px;  
   margin-left:auto;
   margin-right:auto;      
}

div#header h1  a {
/* you can set your own image here */
   background: #FFF url(/uploads/images/logo.png) no-repeat 35px 5px; 
   display: block;
   height: 105px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   width:200px;
}


/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}

div#content {
   margin: 10px 0 10px 0;   /* some air above and under menu and content */
}


div#main {
   margin-left: 10px; /* and some air on the right */
   width:597px;
   background-color:#DFDDC4;
   padding:10px;
   min-height:1800px;
}

div#main-wide {
   margin-left: 10px; /* and some air on the right */
   width:910px;
   background-color:#DFDDC4;
   padding:10px;
}

div#main-newsletter {
   margin-left: 10px; /* and some air on the right */
   width:560px;
   background-color:#DFDDC4;
   padding:10px;
}

div#sidebar {
   float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX IE double margin bug */
   margin-right: 10px;
}

div#phone-number {
   clear: both;       /* keep footer below content and menu */
   font-family: Times New Roman, serif;
   font-size: 1.4em; 
   font-weight:bold;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:10px;
   color: #465711;
   width:400px;
   text-align:center;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000;
   background-color: #fff; /* same bg color as in header */
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-family: Times New Roman, serif;
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
   margin-bottom:5px;
   color: #465711;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  some air around p elements 
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, 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;
}

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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main-wide ul,
div#main-newsletter ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main-wide ul li,
div#main-newsletter ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/* PROLI */

div.XtenderCategories li  {
margin-left:25px;
}

div.XtenderDocuments li {
display:block;
}
/* END PROLI */




.formbuilderform div.required {
color:#B63626;
}
.formbuilderform div {
margin-bottom:10px;
}
.formbuilderform input {
	width: 200px;
}
.formbuilderform label {
width: 200px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
margin-bottom:5px;
}
.formbuilderform fieldset label {
width: 350px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
margin-bottom:5px;
}
.formbuilderform textarea {
	width: 200px;
             height: 70px;
}
.submit input {
margin-left:200px;
width:100px;
}



#myframe { height: 1500px; }

.quizrow {
margin-bottom:5px;
}
.quizrow label {
width: 200px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
/* End of 'ocngolf' */

