﻿body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/top-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
}

img
{
	border: none;
}

a
{
    font-weight: bold;
    color: #4D4D4D;
    text-decoration: none;
}
a:hover
{
    color: #EC8A20;
}

p
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 28px;
    color: #4D4D4D;
    font-weight: normal;
}

h2
{
    font-size: 12px;
    /*font-weight: normal;*/
    color: #EC8A20;
    margin: 0;
    margin-bottom: 3px;
}

h3
{
    font-size: 18px;
    font-weight: normal;
}

h4
{
    font-size: 13px;
    color: #4D4D4D;
    margin: 0;
    padding: 0;
}

#Wrapper
{
	width: 760px;
	margin: 0 auto 0 auto;
}
/*********************************************************************************/
/************************************************************************Header***/
/*********************************************************************************/
#HeaderContainer
{
	width: 760px;
	height: 146px;
	cursor: default;
}
	#HeaderTopRow
	{
		height: 43px;
		width: 100%;
	}
		#LinksTop
		{
			height: 41px;
			display: inline;
			color: #FFFFFF;
			font-size: 13px;
			font-weight: bold;
			float: left;
			font-family: Arial;
			margin-top: 15px;
		}
			#LinksTop a
			{
				color: #FFFFFF;
				text-decoration: none;
				margin-left: 5px;
				margin-right: 5px;
			}
				#LinksTop a:hover
				{
					color: #A15B10;
				}
				.LinkSelected
				{
					color: #A15B10 !important;
				}
			.LinksLeft
			{
				width: 14px;
				height: 41px;
				float: left;
			}
			.LinksMiddle
			{
				background-image: url(../images/links-top-bg.jpg);
				background-repeat: repeat-x;
				height: 34px;
				padding-top: 7px;
				float: left;
			}
			.LinksRight
			{
				width: 14px;
				height: 41px;
				float: left;
			}

		#TopRight
		{
			width: 200px;
			height: 29px;
			float: right;
			margin-top: 56px;
		}
			#EasyRead
			{
				width: 129px;
				height: 24px;
				float: left;
			}
			#Flags
			{
				width: 54px;
				height: 28px;
				float: right;
			}
			        #Flags img
			        {
			            margin-left: 7px;
			        }
	
	#HeaderLogo
	{
		width: 323px;
		height: 42px;
		margin-top: 15px;
		/*margin-left: 36px;*/
	}
	
	#HeaderNav
	{
		margin-top: 19px;
		/*margin-left: 36px;*/
		height: 27px;
	}
		.NavLeft
		{
			height: 27px;
			width: 7px;
			float: left;
		}
		.NavText
		{
			height: 22px;
			background-color: #A15B10;
			color: #FFFFFF;
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
			font-family: Arial;
			display: inline-block;
			float: left;
			padding-top: 5px;
			cursor: hand;
		}
			.NavText:hover
			{
				color: #ED8C23;
			}
		.NavTextSelected
		{
		    height: 22px;
			background-color: #FFFFFF;
			color: #A15B10;
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
			font-family: Arial;
			display: inline-block;
			float: left;
			padding-top: 5px;
			cursor: hand;
		}	
		.NavRight
		{
			height: 27px;
			width: 7px;
			float: left;
			margin-right: 3px;
		}

/*********************************************************************************/
/****************************************************************Main Container***/
/*********************************************************************************/
#MainContainer
{
	width: 760px;
	margin: 0 auto 0 auto;
}

#MainImg
{
	width: 760px;
	height: 270px;
}

#Flash
{
    margin-top: 5px;
	width: 760px;
	height: 56px;
}

#ContentContainer
{
    width: 100%;
    margin-top: 20px;
}

#LeftCol
{
    width: 430px;
    float: left;
}

#RightCol
{
    width: 290px;
    float: right;
}
    .RightTopContainer
    {
        width: 100%;
        margin-bottom: 14px;
    }
        .RightTopImage
        {
            float: left;
        }
            .RightTopImage img
            {
                border: 1px solid #CCCCCC;
            }
        .RightTopText
        {
            width: 182px;
            float: right;
        }
        
    #ComingUp
    {
        width: 100%;
    }
        #ComingUp img
        {
            margin-top: 21px;
            margin-bottom: 5px;
        }
/*********************************************************************************/
/***********************************************************************Gallery***/
/*********************************************************************************/
#GalleryLeft
{
    width: 335px;
    border-right: 1px dashed #000000;
    float: left;
    margin-top: 22px;
    padding-right: 20px;
}
#GalleryRight
{
    width: 380px;
    margin-top: 22px;
    float: right;
}
    .Panoramic
    {
        border: 1px solid #999999;
        padding: 1px;
        margin-bottom: 20px;
        margin-right: 5px;
    }
    #GalleryRight td
    {
        vertical-align: top;
    }
#gallery-nav
{
}

#gallery-imgs
{
    margin: 10px 0 0 0;
    width: 360px;
}

.Gallery td
{
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0;
}

.GalleryThumb
{
	width: 90px;
	height: 75px;
	border: 1px solid #999999;
	padding: 1px;
}
/*******************************************************************END Gallery***/
    
#Footer
{
    width: 760px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 10px;
    border-top: 1px solid #666666;
}
    #MadeInGsy
    {
        float: right;
        width: 180px;
        text-align: right;
    }
    #Copyright
    {
        float: left;
        width: 550px;
    }
 #SocMedLinks
 {
     clear: both;
     height: 30px;
     width: 290px;
     overflow: hidden;
     margin: 20px 0 0 0;
 }
    #SocMedLinks img
    {
        margin: 0 20px 0 0;
    }
    
    
    
#SubRecentPages
{
    margin: 35px 0 0 0;
    padding: 20px;
    border: 1px solid #ccc;
    position: relative;
}

#SubRecentPages h3
{
    width: 250px; /*290*/
    padding: 6px 20px;
    display: block;
    color: #fff;
    font-size: 1.2em;
    background: #EC8A20 url(http://api.submarine.gg/images/chevron.png) no-repeat;
    background-position: 255px 11px;
    margin: 0 0 10px 0;
    position: absolute;
    top: -20px;
    left: -1px;
    behavior: url(../styles/PIE.htc);
    border-radius: 6px 6px 0 0;
}

#SubRecentPages ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#SubRecentPages ul li
{
    margin: 2px 0 2px 20px;
    padding: 0;
    list-style-image: url(http://api.submarine.gg/images/bullet_page_white.png);
    position: relative;
}

#SubRecentPages ul li a
{
    color: #2E689A;
    text-decoration: none;
}

#SubRecentPages ul li a.delete
{
    margin: 0 0 0 6px;
    opacity:0.5;
    filter:alpha(opacity=50);
    visibility: hidden;
}

#SubRecentPages ul li:hover a.delete
{
    visibility: visible;
}

#SubRecentPages ul li a.delete:hover
{
    opacity:0.9;
    filter:alpha(opacity=90);
}
