body {
	margin: 0 0 0 0;
	text-align: center;
	background: url(../images/general/bodybg.jpg) #00273A repeat-x;
}
html {
    overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatleft2{ float:left; display: inline; margin: 2px 20px 0px 0px;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer { height: 10px; width: 100%; } .spacer2 {height: 20px; width: 100%;}

#ballcontainer {
	width: 100%;
	background: url(../images/general/ballbg1.jpg) top center no-repeat;
	overflow: hidden;
}

#container {
	width: 980px;
	height: 100%;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: table;
}

#header{
	width: 980px;
	height: 250px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	background: #FFFFFF;
}
.headertop_left{
	width: 500px;
	height: 20px;
	margin: 9px 0px 0px 10px;
	padding: 0;
	float: left;
	text-align: left;
}
.headertop_right{
	width: 447px;
	height: 20px;
	margin: 9px 13px 0px 0px;
	padding: 0;
	float: right;
	text-align: right;
}
.headermiddle{
	width: 980px;
	height: 181px;
	background: url(../images/general/Warrenpoint_Golf_Course_headerbg1.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
.headerbottom{
	width: 980px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

.login{
	width: auto;
	height: 16px;
	float: right;
	background: url(../images/general/members1.gif) right top no-repeat;
	margin: 0;
	padding: 3px 20px 0px 0px;
	font-family: Tahoma;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #000033;
}
.login a:link, .login a:visited{
	text-decoration: underline;
	font-weight: bold;	
	color: #000033;
}
.login a:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #6699CC;	
}

#footer{
    width: 920px;
	float: left;
	text-align: left;
	background: #030332;
	border-top: #FFFF00 solid 5px;
	margin: 10px 10px 30px 10px;
	padding: 20px 20px 20px 20px;
}

#maincontent{
	width: 980px;
	height: auto;
	margin: 0;
	padding: 0;
}

#titlecontainer{
    width: 250px;
	height: auto;
	float: left;
	text-align: left;
	clear: both;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

/* START OF CELLS */

.cell_left{
	width: 250px;
	height: auto;
	float: left;
	text-align: left;
	margin: 0px 20px 0px 10px;
	padding: 0;
}
.cell_right{
	width: 690px;
	height: auto;
	float: left;
	text-align: left;
	margin: 50px 10px 0px 0px;
	padding: 0;
}
.cell_full{
	width: 960px;
	height: auto;
	float: left;
	text-align: left;
	margin: 10px 10px 0px 10px;
	padding: 0;
}

/* END OF CELLS */


/* MENUS */

.topnav { 
	width: auto;
	height: 20px;
}
.topnav ul
{
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topnav li
{
    margin: 0;
	float: left;
	background: url(../images/general/topnavbg1.jpg) repeat-x;
    list-style: none;
    display: inline;
	border-right: #FFFFFF solid 1px;
}
.topnav li.noborder
{
    margin: 0;
	float: left;
	background: url(../images/general/topnavbg1.jpg) repeat-x;
    list-style: none;
    display: inline;
	border-right: none;
}
.topnav a
{
    display: block;
    padding: 4px 20px 3px 19px;
}
.topnav a:link, .topnavlist a:visited
{
    font-family: Tahoma;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFF00;
}
.topnav a:hover
{
    background: #FFFF00;
    font-family: Tahoma;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #003366;
}

.mainnav { 
    width: 960px;
	height: 40px;
    margin: 0px 10px 0px 10px;
	background: url(../images/general/mainnavbg1.jpg) repeat-x;
}
.mainnav ul
{
    width: auto;
    margin: 0px 24px 0px 24px;
    padding: 0;
    list-style: none;
}
.mainnav li
{
    margin: 0;
	float: left;
    list-style: none;
    display: inline;
}
.mainnav a
{
    display: block;
    padding: 11px 27px 12px 27px;
}
.mainnav a:link, .mainnavlist a:visited
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
}
.mainnav a:hover
{
    background: #FFFF00;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #000000;
}

.holenav { 
	width: auto;
	height: 25px;
}
.holenav ul
{
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}
.holenav li
{
    width: 25px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	float: left;
	background: url(../images/general/holenavbg1.jpg) top center no-repeat;
    list-style: none;
	text-align: center;
    display: inline;
	border-right: #FFFFFF solid 1px;
}
.holenav a
{
	height: 25px;
	text-align: center;
	display: block;
    padding: 0;
}
.holenav a:link, .holenavlist a:visited
{
	height: 25px;
	text-align: center;
	font-family: Tahoma;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #333333;
}
.holenav a:hover
{
	height: 25px;
	text-align: center;
	font-family: Tahoma;
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #6699CC;
}

.footerlist{
	width: 130px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.footerlist ul{
	padding:0;
	margin: 0;
}
.footerlist li{
	margin: 0;
	display: block;
	text-align: left;
	background: url(../images/general/footerbullet1.gif) left no-repeat;
	padding: 1px 0px 2px 8px;
}

.footerlist1{
	width: 360px;
	margin: 0;
	float: left;
}
.footerlist1 ul{
	padding:0;
	margin: 0;
}
.footerlist1 li{
	margin: 0;
	display: block;
	text-align: left;
	padding: 1px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699CC;
}

.leftnavcontainer {
	width: 250px;
}
.leftnavcontainer ul {
	margin-left: 0;
	margin-top: 1px;
	padding-left: 0;
	list-style-type: none;
}
.leftnavcontainer li {
	margin: 0 0 0 0;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
}

.leftnavcontainer a {
	display: block;
	padding: 7px 10px 7px 0px;
	background: #6699CC;
}
.leftnavcontainer a:link, .leftnavlist a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}
.leftnavcontainer a:hover {
	background: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

/* END OF MENUS */

/* LISTS */

#contactus ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 100%;
	display:block;
	text-align:left;
}
#contactus li{
	height: auto;
	width:90%;
	display:table;
	vertical-align:middle;
	clear:both;	
	list-style-type:none;
	margin-bottom: 10px;
	padding: 10px;
}
#contactus li img{
	float:left;
	display:block;
	margin-right: 5px;
}
#contactus li span{
	float:left;
	display:block;
}

.listone {
	margin: 0;
}
.listone ul{
	width: 960px;
	height: auto;
	margin: 0px 10px 0px 10px;
	padding: 0;
	clear: both;
}
.listone li { 
	width: 880px;
	height: 188px;
	list-style-type: none; 
	float: left;
	text-align: left;
	background: url(../images/general/courselistbg1.jpg) top center no-repeat;
	margin: 0px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	display: table;
	border-bottom: 1px dashed #CCCCCC;
}

.listtwo {
	width: 690px;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.listtwo ul{
	margin: 0;
	padding: 0;
	clear: both;
}
.listtwo li { 
	width: 690px;
	height: 20px;
	list-style-type: none; 
	text-align: left;
	margin: 0;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.listthree ul{
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
.listthree li { 
	width: 335px;
	height: 20px;
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px 0px 0px;
	border-bottom: 1px dashed #CCCCCC;
	display: inline;
}

.listfour {
	width: 690px;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.listfour ul{
	margin: 0;
	padding: 0;
	clear: both;
}
.listfour li { 
	width: 690px;
	height: 30px;
	list-style-type: none; 
	text-align: left;
	margin: 0;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

.holelist {
	width: 880px;
	height: 188px;
	margin: 0;
}
.holelist ul{
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;
}
.holelist li.holebg { 
	width: 176px;
	height: 148px;
	list-style-type: none; 
	float: left;
	text-align: center;
	background: url(../images/general/holebg1.jpg) top left no-repeat;
	margin: 0px 10px 0px 0px;
	padding: 40px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	border: none;
}
.holelist li.text { 
	width: 224px;
	height: 148px;
	list-style-type: none; 
	float: left;
	text-align: left;
	margin: 28px 10px 0px 0px;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	border: none;
}
.holelist li.image { 
	width: 220px;
	height: 148px;
	list-style-type: none; 
	float: left;
	text-align: left;
	margin: 40px 10px 0px 0px;
	padding: 0;
	border: none;
}

.joinlist {
	width: 690px;
	height: auto;
	margin: 0;
}
.joinlist ul{
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;
}
.joinlist li.joinfirst { 
	width: 240px;
	height: auto;
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	border: none;
}
.joinlist li.joinsecond { 
	width: 160px;
	height: auto;
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	border: none;
}
.joinlist li.jointhird { 
	width: 30px;
	height: auto;
	list-style-type: none;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	border: none;
}

.newslist {
	width: 690px;
	height: auto;
	margin: 0;
}
.newslist ul{
	margin: 0;
	padding: 0;
	clear: both;
	display: inline;
}
.newslist li.newsfirst { 
	width: 590px;
	height: auto;
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
}
.newslist li.newssecond { 
	width: 100px;
	height: auto;
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
}

.webgallery ul {
    width: 960px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
}
.webgallery li {
    float: left;
	background-color: #003366;
	text-align: center;
	width: 210px;
	height: 210px;
	display: inline;
	padding: 5px 0px 0px 0px;
	margin: 15px;
	overflow: hidden;
}
.webgallerytitle {
	font-size:10px;
	font-weight: bold; 
	float: left;
	text-align: center;
	display: block;
	color: #fff;
	margin: 0;
	padding: 4px 3px 5px 3px;
	width: 204px;
	height: auto;

}
a.webgallerytitle:link, a.webgallerytitle:visited, a.webgallerytitle:active {
	color: #fff;
	text-decoration:none;
}

/* END OF LISTS */

/* FORMS */

.contactusform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	width: 100%;
	display:table;
	padding: 20px;
}
.contactusform label{
	float: left;
	font-weight: bold;
	text-align:left;
	width: 160px;
	display:block;
	margin-bottom: 5px;
}
.contactusform input, select{
	width: auto;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform textarea{
	width: auto;
	height: 60px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}
.contactusform div{
	padding:0;
	margin-left: 125px;
	display:table;
	text-align:center;
}
.contactusform.cap{
	width: 200px; height: 37px;background: white; border: 1px solid #CCCCCC; text-align:left; margin: 0; padding: 0; float:left;
}
.contactusform p{
	display:table;
	text-align:left;
	padding:0;
}
.contactusform span{
	display:table;
	text-align:left;
	width: 100%;
}

.form1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666;
	text-align:left;
}
.form1 label{
	float: left;
	font-weight: bold;
	text-align:left;
	padding-left: 2px;
	width: 20%;
	color: #666;
	margin-bottom: 10px;
}
.form1 input, textarea, select{
	width: 78%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
.form1 input.SM, textarea.SM, select.SM{
	width: 10%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
.form1 br{
	clear: left;
}
.form1 div{
	float:left;
	width: 78%;
}
.form1 h2{
	font:  18px tahoma, arial, verdana, sans-serif;
	font-style:normal;
	font-variant:normal;
	color:#009966;
	margin:0 0 10px 0;
	display:block;
}

/* END OF FORMS */

input.submit , a.submit , a.submit:link, a.submit:visited{ color: #6699CC; background:#030332; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto; margin:1px;} 
a.submit:hover, input.submit:hover{ color: #333333; background:#FFFF00; border: none; text-transform:uppercase;font-size: 10px; font-weight:bold; padding: 2px; cursor: pointer; text-decoration:none; width:auto;}
	
h1{
    weight: 240px;
	height: 30px;
	background: url(../images/general/Warrenpoint_Golf_Club_leftnavtitlebg1.jpg) top left no-repeat;
	border-bottom: #003366 solid 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: capitalize;
	color: #003366;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 20px 10px 0px 0px;
}

h2{
	font-family: Tahoma;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align: left;
	margin: 0;
}

a, a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6699CC;
}
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #6699CC;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #FFFF00;	
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	list-style-type: square;
}
a.sitetext:link, a.sitetext:visited, a.sitetext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #003366;
}
a.sitetext:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #6699CC;
}
.imageborder {
	border: 5px #003366 solid;
	margin: 0px 0px 10px 10px;
}