@charset "UTF-8";

root {
    display: block;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	/*width: 900px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-image: url("../graphics/main_bg.jpg");
        background-repeat: repeat-x;
        background-position: center top;
        background-color: #000;
        text-align: center;
}

#container {
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#main_content {
    width: 899px;
}


#header {
    height: 151px;
    width: 900px;
}

.golf_logo {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
}

#header_menu {
margin: 0px;
padding: 0px;
list-style-type: none;
/* z-index: 3;*/
height: 134px;
float: right;
width: 675px;
margin-top: 13px;
display: inline;
}

#header_menu li  {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: inline;
}

#header_menu #gw_stewart {
    height: 134px;
    width: 135px;
    background-image: url("../graphics/gv_stewart.png");
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    margin: 0;
    padding: 0;
}

#header_menu #g_simulatory {
    height: 134px;
    width: 135px;
    background-image: url("../graphics/g_simulatory.png");
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

#header_menu #un_fitness {
    height: 134px;
    width: 135px;
    background-image: url("../graphics/un_fitness.png");
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

#header_menu #d_florida {
    height: 134px;
    width: 135px;
    background-image: url("../graphics/d_florida.png");
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

#header_menu #d_kypr {
    height: 134px;
    width: 135px;
    background-image: url("../graphics/d_kypr.png");
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
}

#container .more a {
    width: 93px;
    height: 19px;
    background-image: url('../graphics/more.png');
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container .more a:hover {
    background-position: 0px -19px;
    background-image: url('../graphics/more.png');
}

#container .more  {
    margin-top: 12px;
    height: 19px;
    width: 100%;
   /* width: 93px;*/
    text-align: center;
    float: left;
}

#container .grey_line_bot {
    margin-top: 15px;
    margin-bottom: 12px;
}

#container .un_copy {
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

#container .ros_copy {
    float: right;
    border: 0;
    margin: 0;
    padding: 0;
}

#container .copyright_text {
    text-align: left;
    margin: 0;
    padding: 0;
    float: left;
    padding-left: 25px;
    color: #787878;
    padding-bottom: 10px;
}

#box1, #box2, #box3, #box4, #box5 {
    width: 179px;
    height: 560px;
    float: left;
    text-align: left;
}

#box2, #box3, #box4, #box5 {
    margin-left: 1px;
}

#box1 h2, #box2 h2, #box3 h2, #box4 h2 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}

#box5 h2 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #8a8a8a;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px;

}

.box_text {
    float:left;
    color:#bbbbbb;
    margin:0;
    padding:0;
    padding-left:5px;
    padding-right:5px;
    height:210px;
}

.box_text2 {
    float:left;
    color:#535353;
    margin:0;
    padding:0;
    padding-left:5px;
    padding-right:5px;
    height:210px;
}

.copyright_text a {
    color: #fff;
    text-decoration: none;
}
